LLVM API Documentation

Defines | Functions
LoadCombine.cpp File Reference
#include "llvm/Transforms/Scalar.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/TargetFolder.h"
#include "llvm/Pass.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for LoadCombine.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "load-combine"

Functions

 STATISTIC (NumLoadsAnalyzed,"Number of loads analyzed for combining")
 STATISTIC (NumLoadsCombined,"Number of loads combined")

Detailed Description

This transformation combines adjacent loads.

Definition in file LoadCombine.cpp.


Define Documentation

#define DEBUG_TYPE   "load-combine"

Definition at line 30 of file LoadCombine.cpp.


Function Documentation

STATISTIC ( NumLoadsAnalyzed  ,
"Number of loads analyzed for combining"   
)
STATISTIC ( NumLoadsCombined  ,
"Number of loads combined"   
)