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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp30 struct PromotePass : public FunctionPass { struct in namespace:__anon3282
32 PromotePass() : FunctionPass(ID) { function in struct:__anon3282::PromotePass
53 char PromotePass::ID = 0;
54 INITIALIZE_PASS_BEGIN(PromotePass, "mem2reg", "Promote Memory to Register",
58 INITIALIZE_PASS_END(PromotePass, "mem2reg", "Promote Memory to Register",
61 bool PromotePass::runOnFunction(Function &F) {
98 return new PromotePass();

Completed in 46 milliseconds