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

References

lib/CodeGen/LiveIntervals.cpp
  907   if (SlotI == SlotE)
  912     assert(*SlotI >= LiveI->start);
  914     while (*SlotI < LiveI->end) {
  923       UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]);
  924       if (++SlotI == SlotE)
  928     LiveI = LI.advanceTo(LiveI, *SlotI);
  932     while (*SlotI < LiveI->start)
  933       if (++SlotI == SlotE)