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

References

lib/CodeGen/StackColoring.cpp
  559   for (unsigned I = 0, E = Intervals.size(); I != E; ++I) {
  561     Intervals[I]->dump();
  852             VNInfo *VNI = Intervals[Slot]->getValNumInfo(0);
  853             Intervals[Slot]->addSegment(
  868       VNInfo *VNI = Intervals[i]->getValNumInfo(0);
  869       Intervals[i]->addSegment(LiveInterval::Segment(Starts[i], EndIdx, VNI));
 1011           const LiveInterval *Interval = &*Intervals[FromSlot];
 1103         if (Intervals[Slot]->empty())
 1108         LiveInterval *Interval = &*Intervals[Slot];
 1145   Intervals.clear();
 1157   Intervals.reserve(NumSlots);
 1186     Intervals.push_back(std::move(LI));
 1211     if (Intervals[SortedSlots[I]]->empty())
 1249         LiveInterval *First = &*Intervals[FirstSlot];
 1250         LiveInterval *Second = &*Intervals[SecondSlot];