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

/external/llvm/include/llvm/Transforms/Utils/
H A DMem2Reg.h22 class PromotePass : public PassInfoMixin<PromotePass> { class in namespace:llvm
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DMem2Reg.cpp28 struct PromotePass : public FunctionPass { struct in namespace:__anon20285
30 PromotePass() : FunctionPass(ID) { function in struct:__anon20285::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 570 milliseconds