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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1045 class AllocaPromoter : public LoadAndStorePromoter { class in namespace:__anon21702
1051 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, function in class:__anon21702::AllocaPromoter
1439 AllocaPromoter(Insts, SSA, &DIB).run(AI, Insts);
H A DSROA.cpp728 class AllocaPromoter : public LoadAndStorePromoter { class in namespace:__anon21693
736 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, function in class:__anon21693::AllocaPromoter
3380 /// of mem2reg. Otherwise, we build and use the AllocaPromoter above which is
3448 AllocaPromoter(Insts, SSA, *AI, DIB).run(Insts);

Completed in 103 milliseconds