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

References

include/llvm/CodeGen/LiveInterval.h
  624       while (Idx != EndIdx && Seg != EndSeg) {
  636         auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start);
  637         if (NotLessStart == EndIdx)
  639         auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end);