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) {
  627         if (Seg->end <= *Idx) {
  628           Seg = std::upper_bound(++Seg, EndSeg, *Idx,
  628           Seg = std::upper_bound(++Seg, EndSeg, *Idx,
  630                 const typename std::remove_reference<decltype(*Seg)>::type &S) {
  633           if (Seg == EndSeg)
  636         auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start);
  639         auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end);
  645         ++Seg;