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

References

lib/CodeGen/LiveIntervals.cpp
  695     if (LI.empty())
  706       RU.push_back(std::make_pair(&RURange, RURange.find(LI.begin()->end)));
  711       for (const LiveInterval::SubRange &SR : LI.subranges()) {
  712         SRs.push_back(std::make_pair(&SR, SR.find(LI.begin()->end)));
  718     for (LiveInterval::const_iterator RI = LI.begin(), RE = LI.end(); RI != RE;
  718     for (LiveInterval::const_iterator RI = LI.begin(), RE = LI.end(); RI != RE;
  800           if (N != LI.end() && N->start == RI->end)