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

References

lib/CodeGen/StackColoring.cpp
  820     Starts.clear();
  821     Starts.resize(NumSlots);
  829       Starts[pos] = Indexes->getMBBStartIdx(&MBB);
  848           if (!Starts[Slot].isValid())
  849             Starts[Slot] = ThisIndex;
  851           if (Starts[Slot].isValid()) {
  854                 LiveInterval::Segment(Starts[Slot], ThisIndex, VNI));
  855             Starts[Slot] = SlotIndex(); // Invalidate the start index
  864       if (!Starts[i].isValid())
  869       Intervals[i]->addSegment(LiveInterval::Segment(Starts[i], EndIdx, VNI));