LLVM
15.0.0git
|
#include "llvm/Transforms/Utils/LoopVersioning.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/InstSimplifyFolder.h"
#include "llvm/Analysis/LoopAccessAnalysis.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/PassManager.h"
#include "llvm/InitializePasses.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/ScalarEvolutionExpander.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | LVER_OPTION "loop-versioning" |
#define | DEBUG_TYPE LVER_OPTION |
Functions | |
INITIALIZE_PASS_BEGIN (LoopVersioningLegacyPass, LVER_OPTION, LVer_name, false, false) INITIALIZE_PASS_END(LoopVersioningLegacyPass | |
FunctionPass * | llvm::createLoopVersioningLegacyPass () |
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" |
LVER_OPTION | |
false | |
#define DEBUG_TYPE LVER_OPTION |
Definition at line 326 of file LoopVersioning.cpp.
#define LVER_OPTION "loop-versioning" |
Definition at line 325 of file LoopVersioning.cpp.
INITIALIZE_PASS_BEGIN | ( | LoopVersioningLegacyPass | , |
LVER_OPTION | , | ||
LVer_name | , | ||
false | , | ||
false | |||
) |
false |
Definition at line 337 of file LoopVersioning.cpp.
|
static |
Definition at line 329 of file LoopVersioning.cpp.
LVER_OPTION |
Definition at line 337 of file LoopVersioning.cpp.