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

References

lib/CodeGen/StackColoring.cpp
  844           if (!DefinitelyInUse[Slot]) {
  845             LiveStarts[Slot].push_back(ThisIndex);
  846             DefinitelyInUse[Slot] = true;
  848           if (!Starts[Slot].isValid())
  849             Starts[Slot] = ThisIndex;
  851           if (Starts[Slot].isValid()) {
  852             VNInfo *VNI = Intervals[Slot]->getValNumInfo(0);
  853             Intervals[Slot]->addSegment(
  854                 LiveInterval::Segment(Starts[Slot], ThisIndex, VNI));
  855             Starts[Slot] = SlotIndex(); // Invalidate the start index
  856             DefinitelyInUse[Slot] = false;