Searched defs:PromotePass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp28 struct PromotePass : public FunctionPass { struct in namespace:__anon9161
30 PromotePass() : FunctionPass(ID) { function in struct:__anon9161::PromotePass
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",
57 bool PromotePass::runOnFunction(Function &F) {
89 return new PromotePass();

Completed in 44 milliseconds