Lines Matching defs:RemovedInsts
338 SetOfInstrs RemovedInsts;
702 for (Instruction *I : RemovedInsts)
708 RemovedInsts.clear();
3284 SetOfInstrs &RemovedInsts;
3289 /// \p RemovedInsts Keep track of the instructions removed by this Action.
3291 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts,
3294 RemovedInsts(RemovedInsts) {
3298 RemovedInsts.insert(Inst);
3318 RemovedInsts.erase(Inst);
3328 TypePromotionTransaction(SetOfInstrs &RemovedInsts)
3329 : RemovedInsts(RemovedInsts) {}
3371 SetOfInstrs &RemovedInsts;
3386 Inst, RemovedInsts, NewVal));
5471 TypePromotionTransaction TPT(RemovedInsts);
6189 if (RemovedInsts.count(Inst) || !isa<SExtInst>(Inst) ||
6196 RemovedInsts.insert(Pt);
6208 RemovedInsts.insert(Inst);
6610 TypePromotionTransaction TPT(RemovedInsts);
6695 if (RemovedInsts.count(VisitedSExt))
6697 TypePromotionTransaction TPT(RemovedInsts);