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

References

lib/CodeGen/LiveIntervals.cpp
  718     for (LiveInterval::const_iterator RI = LI.begin(), RE = LI.end(); RI != RE;
  719          ++RI) {
  721       if (RI->end.isBlock())
  723       MachineInstr *MI = getInstructionFromIndex(RI->end);
  740         I = RURange.advanceTo(I, RI->end);
  741         if (I == RURange.end() || I->start >= RI->end)
  768             I = SR.advanceTo(I, RI->end);
  769             if (I == SR.end() || I->start >= RI->end)
  799           LiveRange::const_iterator N = std::next(RI);
  800           if (N != LI.end() && N->start == RI->end)