reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/CodeGenPrepare.cpp
  490     for (Instruction *I : RemovedInsts)
  496     RemovedInsts.clear();
 4675   TypePromotionTransaction TPT(RemovedInsts);
 5213       if (RemovedInsts.count(Inst) || !isa<SExtInst>(Inst) ||
 5220           RemovedInsts.insert(Pt);
 5232         RemovedInsts.insert(Inst);
 5465   TypePromotionTransaction TPT(RemovedInsts);
 5558       if (RemovedInsts.count(VisitedSExt))
 5560       TypePromotionTransaction TPT(RemovedInsts);