Lines Matching defs:RemovedInsts
338 SetOfInstrs RemovedInsts;
702 for (Instruction *I : RemovedInsts)
708 RemovedInsts.clear();
3571 SetOfInstrs &RemovedInsts;
3576 /// \p RemovedInsts Keep track of the instructions removed by this Action.
3578 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts,
3581 RemovedInsts(RemovedInsts) {
3585 RemovedInsts.insert(Inst);
3605 RemovedInsts.erase(Inst);
3615 TypePromotionTransaction(SetOfInstrs &RemovedInsts)
3616 : RemovedInsts(RemovedInsts) {}
3658 SetOfInstrs &RemovedInsts;
3673 Inst, RemovedInsts, NewVal));
5756 TypePromotionTransaction TPT(RemovedInsts);
6474 if (RemovedInsts.count(Inst) || !isa<SExtInst>(Inst) ||
6481 RemovedInsts.insert(Pt);
6493 RemovedInsts.insert(Inst);
6895 TypePromotionTransaction TPT(RemovedInsts);
6980 if (RemovedInsts.count(VisitedSExt))
6982 TypePromotionTransaction TPT(RemovedInsts);