LLVM 22.0.0git
|
#include "llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h"
Public Member Functions | |
LLVM_ABI | SandboxVectorizerPass () |
LLVM_ABI | SandboxVectorizerPass (SandboxVectorizerPass &&) |
LLVM_ABI | ~SandboxVectorizerPass () |
LLVM_ABI PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 24 of file SandboxVectorizer.h.
SandboxVectorizerPass::SandboxVectorizerPass | ( | ) |
|
default |
|
default |
PreservedAnalyses SandboxVectorizerPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 70 of file SandboxVectorizer.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::preserveSet().