|
LLVM 23.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. | |
Variables | |
| LLVM_ABI cl::opt< bool > | llvm::EnableLoopInterleaving |
| LLVM_ABI cl::opt< bool > | llvm::EnableLoopVectorization |