Searched refs:PromoteLegacyPass (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 74 struct PromoteLegacyPass : public FunctionPass { struct 78 PromoteLegacyPass() : FunctionPass(ID) { in PromoteLegacyPass() function 103 char PromoteLegacyPass::ID = 0; 105 INITIALIZE_PASS_BEGIN(PromoteLegacyPass, "mem2reg", "Promote Memory to " 110 INITIALIZE_PASS_END(PromoteLegacyPass, "mem2reg", "Promote Memory to Register", in INITIALIZE_PASS_DEPENDENCY() 115 return new PromoteLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 67 struct PromoteLegacyPass : public FunctionPass { struct 69 PromoteLegacyPass() : FunctionPass(ID) { in PromoteLegacyPass() function 94 char PromoteLegacyPass::ID = 0; 95 INITIALIZE_PASS_BEGIN(PromoteLegacyPass, "mem2reg", "Promote Memory to " 100 INITIALIZE_PASS_END(PromoteLegacyPass, "mem2reg", "Promote Memory to Register", in INITIALIZE_PASS_DEPENDENCY() 106 return new PromoteLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 74 struct PromoteLegacyPass : public FunctionPass { struct 78 PromoteLegacyPass() : FunctionPass(ID) { in PromoteLegacyPass() function 103 char PromoteLegacyPass::ID = 0; 105 INITIALIZE_PASS_BEGIN(PromoteLegacyPass, "mem2reg", "Promote Memory to " 110 INITIALIZE_PASS_END(PromoteLegacyPass, "mem2reg", "Promote Memory to Register", in INITIALIZE_PASS_DEPENDENCY() 115 return new PromoteLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
|