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

References

lib/CodeGen/LiveIntervals.cpp
  623   LiveQueryResult LRQ = LR.Query(Kill);
  633     LR.removeSegment(Kill, LRQ.endPoint());
  639   LR.removeSegment(Kill, MBBEnd);
  656       LiveQueryResult LRQ = LR.Query(MBBStart);
  665         LR.removeSegment(MBBStart, LRQ.endPoint());
  672       LR.removeSegment(MBBStart, MBBEnd);