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

References

lib/CodeGen/LiveIntervals.cpp
  632   if (LRQ.endPoint() < MBBEnd) {
  633     LR.removeSegment(Kill, LRQ.endPoint());
  634     if (EndPoints) EndPoints->push_back(LRQ.endPoint());
  664       if (LRQ.endPoint() < MBBEnd) {
  665         LR.removeSegment(MBBStart, LRQ.endPoint());
  666         if (EndPoints) EndPoints->push_back(LRQ.endPoint());
lib/CodeGen/RegisterCoalescer.cpp
 2647   if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def)
 2707   if (OtherLRQ.endPoint() >= Indexes->getMBBEndIdx(MBB))