LLVM 22.0.0git
|
#include "llvm/IR/PassManager.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Transforms/Utils/ExtraPassManager.h"
#include <functional>
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< bool > | llvm::EnableLoopInterleaving |
LLVM_ABI cl::opt< bool > | llvm::EnableLoopVectorization |