Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Insts

935   AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S,
937 : LoadAndStorePromoter(Insts, S), AI(0), DIB(DB) {}
939 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) {
951 LoadAndStorePromoter::run(Insts);
966 const SmallVectorImpl<Instruction*> &Insts) const {
1299 SmallVector<Instruction*, 64> Insts;
1322 Insts.push_back(cast<Instruction>(*UI));
1323 AllocaPromoter(Insts, SSA, &DIB).run(AI, Insts);
1324 Insts.clear();