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) |
Public Member Functions inherited from llvm::PassInfoMixin< SandboxVectorizerPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< SandboxVectorizerPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
Definition at line 24 of file SandboxVectorizer.h.
SandboxVectorizerPass::SandboxVectorizerPass | ( | ) |
Definition at line 48 of file SandboxVectorizer.cpp.
References llvm::sandboxir::SandboxVectorizerPassBuilder::createFunctionPass(), DefaultPipelineMagicStr, and UserDefinedPassPipeline.
Referenced by SandboxVectorizerPass().
|
default |
References LLVM_ABI, and SandboxVectorizerPass().
PreservedAnalyses SandboxVectorizerPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM ) |
Definition at line 70 of file SandboxVectorizer.cpp.
References llvm::PreservedAnalyses::all(), Changed, F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::preserveSet().