LLVM API Documentation
#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"
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") |
This transformation combines adjacent loads.
Definition in file LoadCombine.cpp.
#define DEBUG_TYPE "load-combine" |
Definition at line 30 of file LoadCombine.cpp.
STATISTIC | ( | NumLoadsAnalyzed | , |
"Number of loads analyzed for combining" | |||
) |
STATISTIC | ( | NumLoadsCombined | , |
"Number of loads combined" | |||
) |