Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Insts

1051   AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S,
1053 : LoadAndStorePromoter(Insts, S), AI(0), DIB(DB) {}
1055 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) {
1067 LoadAndStorePromoter::run(Insts);
1082 const SmallVectorImpl<Instruction*> &Insts) const {
1415 SmallVector<Instruction*, 64> Insts;
1438 Insts.push_back(cast<Instruction>(*UI));
1439 AllocaPromoter(Insts, SSA, &DIB).run(AI, Insts);
1440 Insts.clear();