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

References

lib/CodeGen/CodeGenPrepare.cpp
 5213       if (RemovedInsts.count(Inst) || !isa<SExtInst>(Inst) ||
 5213       if (RemovedInsts.count(Inst) || !isa<SExtInst>(Inst) ||
 5214           Inst->getOperand(0) != Entry.first)
 5218         if (getDT(F).dominates(Inst, Pt)) {
 5219           Pt->replaceAllUsesWith(Inst);
 5222           Pt = Inst;
 5227         if (!getDT(F).dominates(Pt, Inst))
 5231         Inst->replaceAllUsesWith(Pt);
 5232         RemovedInsts.insert(Inst);
 5233         Inst->removeFromParent();
 5239         CurPts.push_back(Inst);