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

References

lib/CodeGen/LiveInterval.cpp
  225     if (I != segments().begin()) {
  226       iterator B = std::prev(I);
  243     if (I != segments().end()) {
  244       if (S.valno == I->valno) {
  245         if (I->start <= End) {
  246           I = extendSegmentStartTo(I, Start);
  246           I = extendSegmentStartTo(I, Start);
  250           if (End > I->end)
  251             extendSegmentEndTo(I, End);
  252           return I;
  257         assert(I->start >= End &&
  265     return segments().insert(I, S);