Searched refs:PromotePass (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 28 struct PromotePass : public FunctionPass { struct 30 PromotePass() : FunctionPass(ID) { in PromotePass() argument 50 char PromotePass::ID = 0; 51 INITIALIZE_PASS_BEGIN(PromotePass, "mem2reg", "Promote Memory to Register", 54 INITIALIZE_PASS_END(PromotePass, "mem2reg", "Promote Memory to Register", in INITIALIZE_PASS_DEPENDENCY() 57 bool PromotePass::runOnFunction(Function &F) { in INITIALIZE_PASS_DEPENDENCY() 89 return new PromotePass(); in createPromoteMemoryToRegisterPass()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Mem2Reg.h | 22 class PromotePass : public PassInfoMixin<PromotePass> {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Mem2Reg.h | 24 class PromotePass : public PassInfoMixin<PromotePass> {
|
/external/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 56 PreservedAnalyses PromotePass::run(Function &F, AnalysisManager<Function> &AM) { in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 61 PreservedAnalyses PromotePass::run(Function &F, FunctionAnalysisManager &AM) { in run()
|
/external/llvm/lib/Passes/ |
D | PassRegistry.def | 146 FUNCTION_PASS("mem2reg", PromotePass())
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | new-pm-lto-defaults.ll | 59 ; CHECK-O2-NEXT: Running pass: ModuleToFunctionPassAdaptor<{{.*}}PromotePass>
|
D | new-pm-thinlto-defaults.ll | 81 ; CHECK-O-NEXT: Running pass: ModuleToFunctionPassAdaptor<{{.*}}PromotePass>
|
D | new-pm-defaults.ll | 95 ; CHECK-O-NEXT: Running pass: ModuleToFunctionPassAdaptor<{{.*}}PromotePass>
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/ |
D | PassRegistry.def | 176 FUNCTION_PASS("mem2reg", PromotePass())
|
D | PassBuilder.cpp | 626 MPM.addPass(createModuleToFunctionPassAdaptor(PromotePass())); in buildModuleSimplificationPipeline() 1043 MPM.addPass(createModuleToFunctionPassAdaptor(PromotePass())); in buildLTODefaultPipeline()
|