Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Insts

736   AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S,
738 : LoadAndStorePromoter(Insts, S), AI(AI), DIB(DIB) {}
740 void run(const SmallVectorImpl<Instruction*> &Insts) {
753 LoadAndStorePromoter::run(Insts);
764 const SmallVectorImpl<Instruction*> &Insts) const {
3399 SmallVector<Instruction*, 64> Insts;
3433 Insts.push_back(LI);
3438 Insts.push_back(SI);
3448 AllocaPromoter(Insts, SSA, *AI, DIB).run(Insts);
3449 Insts.clear();