LLVM
12.0.0git
|
Go to the source code of this file.
Classes | |
struct | llvm::LoopVectorizeOptions |
struct | llvm::LoopVectorizeResult |
Storage for information about made changes. More... | |
struct | llvm::LoopVectorizePass |
The LoopVectorize Pass. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
void | llvm::reportVectorizationFailure (const StringRef DebugMsg, const StringRef OREMsg, const StringRef ORETag, OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I=nullptr) |
Reports a vectorization failure: print DebugMsg for debugging purposes along with the corresponding optimization remark RemarkName . More... | |
Variables | |
cl::opt< bool > | llvm::EnableLoopInterleaving |
cl::opt< bool > | llvm::EnableLoopVectorization |