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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1053 class AllocaPromoter : public LoadAndStorePromoter { class in namespace:__anon25498
1059 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, function in class:__anon25498::AllocaPromoter
1437 AllocaPromoter(Insts, SSA, &DIB).run(AI, Insts);
H A DSROA.cpp804 class AllocaPromoter : public LoadAndStorePromoter { class in namespace:__anon25489
812 AllocaPromoter(const SmallVectorImpl<Instruction *> &Insts, SSAUpdater &S, function in class:__anon25489::AllocaPromoter
3529 /// of mem2reg. Otherwise, we build and use the AllocaPromoter above which is
3597 AllocaPromoter(Insts, SSA, *AI, DIB).run(Insts);

Completed in 42 milliseconds