Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveIntervals.cpp923 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() local
926 if (SlotI == SlotE) in checkRegMaskInterference()
947 if (++SlotI == SlotE) in checkRegMaskInterference()
957 if (++LiveI == LiveE || SlotI == SlotE || *SlotI > LI.endIndex()) in checkRegMaskInterference()
963 if (++SlotI == SlotE) in checkRegMaskInterference()
DLiveInterval.cpp802 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in isLiveAtIndexes() local
805 if (SlotI == SlotE) in isLiveAtIndexes()
817 for ( ; SlotI != SlotE; ++SlotI) { in isLiveAtIndexes()