Home
last modified time | relevance | path

Searched refs:PromoteLegacyPass (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp67 struct PromoteLegacyPass : public FunctionPass { struct
69 PromoteLegacyPass() : FunctionPass(ID) { in PromoteLegacyPass() argument
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()