LLVM 19.0.0git
Classes | Namespaces | Functions | Variables
LoopVectorize.h File Reference
#include "llvm/IR/PassManager.h"
#include "llvm/Support/CommandLine.h"
#include <functional>

Go to the source code of this file.

Classes

struct  llvm::ShouldRunExtraVectorPasses
 A marker to determine if extra passes after loop vectorization should be run. More...
 
struct  llvm::ShouldRunExtraVectorPasses::Result
 
struct  llvm::ExtraVectorPassManager
 A pass manager to run a set of extra function simplification passes after vectorization, if requested. More...
 
struct  llvm::LoopVectorizeOptions
 
struct  llvm::LoopVectorizeResult
 Storage for information about made changes. More...
 
struct  llvm::LoopVectorizePass
 The LoopVectorize Pass. More...
 

Namespaces

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

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.
 
void llvm::reportVectorizationInfo (const StringRef OREMsg, const StringRef ORETag, OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I=nullptr)
 Reports an informative message: print Msg for debugging purposes as well as an optimization remark.
 

Variables

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