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

References

lib/CodeGen/InterferenceCache.cpp
  165     BI->First = BI->Last = SlotIndex();
  228     if (!BI->Last.isValid() || StopI > BI->Last)
  228     if (!BI->Last.isValid() || StopI > BI->Last)
  229       BI->Last = StopI;
  245     if (!BI->Last.isValid() || StopI > BI->Last)
  245     if (!BI->Last.isValid() || StopI > BI->Last)
  246       BI->Last = StopI;
  252   SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start;
  252   SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start;
  258       BI->Last = RegMaskSlots[i-1].getDeadSlot();
lib/CodeGen/InterferenceCache.h
  239       return Current->Last;