LLVM 22.0.0git
LoopVectorize.h File Reference

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...
struct  llvm::ShouldRunExtraVectorPasses
 A marker analysis to determine if extra passes should be run after loop vectorization. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI 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.
void llvm::reportVectorizationFailure (const StringRef DebugMsg, const StringRef ORETag, OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I=nullptr)
 Same as above, but the debug message and optimization remark are identical.

Variables

LLVM_ABI cl::opt< boolllvm::EnableLoopInterleaving
LLVM_ABI cl::opt< boolllvm::EnableLoopVectorization