|
LLVM
8.0.1
|
#include "llvm/Transforms/Utils/LoopVersioning.h"#include "llvm/Analysis/LoopAccessAnalysis.h"#include "llvm/Analysis/LoopInfo.h"#include "llvm/Analysis/ScalarEvolutionExpander.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/MDBuilder.h"#include "llvm/Transforms/Utils/BasicBlockUtils.h"#include "llvm/Transforms/Utils/Cloning.h"
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Macros | |
| #define | LVER_OPTION "loop-versioning" |
| #define | DEBUG_TYPE LVER_OPTION |
Functions | |
| FunctionPass * | llvm::createLoopVersioningPass () |
Variables | |
| static cl::opt< bool > | AnnotateNoAlias ("loop-version-annotate-no-alias", cl::init(true), cl::Hidden, cl::desc("Add no-alias annotation for instructions that " "are disambiguated by memchecks")) |
| static const char | LVer_name [] = "Loop Versioning" |
| #define DEBUG_TYPE LVER_OPTION |
Definition at line 310 of file LoopVersioning.cpp.
| #define LVER_OPTION "loop-versioning" |
Definition at line 309 of file LoopVersioning.cpp.
Definition at line 313 of file LoopVersioning.cpp.
1.8.13