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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp74 struct PromoteLegacyPass : public FunctionPass { struct in namespace:__anon4750
78 PromoteLegacyPass() : FunctionPass(ID) { function in struct:__anon4750::PromoteLegacyPass
103 char PromoteLegacyPass::ID = 0;
105 INITIALIZE_PASS_BEGIN(PromoteLegacyPass, "mem2reg", "Promote Memory to "
110 INITIALIZE_PASS_END(PromoteLegacyPass, "mem2reg", "Promote Memory to Register",
115 return new PromoteLegacyPass();

Completed in 61 milliseconds