Searched refs:SlotE (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp917 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); local
920 if (SlotI == SlotE)
941 if (++SlotI == SlotE)
951 if (++LiveI == LiveE || SlotI == SlotE || *SlotI > LI.endIndex())
957 if (++SlotI == SlotE)
H A DLiveInterval.cpp805 ArrayRef<SlotIndex>::iterator SlotE = Slots.end();
808 if (SlotI == SlotE)
820 for ( ; SlotI != SlotE; ++SlotI) {

Completed in 65 milliseconds