Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp942 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() local
945 if (SlotI == SlotE) in checkRegMaskInterference()
966 if (++SlotI == SlotE) in checkRegMaskInterference()
976 if (++LiveI == LiveE || SlotI == SlotE || *SlotI > LI.endIndex()) in checkRegMaskInterference()
982 if (++SlotI == SlotE) in checkRegMaskInterference()
H A DLiveInterval.cpp805 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in isLiveAtIndexes()
808 if (SlotI == SlotE) in isLiveAtIndexes()
820 for ( ; SlotI != SlotE; ++SlotI) { in isLiveAtIndexes()
802 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); isLiveAtIndexes() local