Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLiveIntervals.cpp934 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() local
937 if (SlotI == SlotE) in checkRegMaskInterference()
958 if (++SlotI == SlotE) in checkRegMaskInterference()
968 if (++LiveI == LiveE || SlotI == SlotE || *SlotI > LI.endIndex()) in checkRegMaskInterference()
974 if (++SlotI == SlotE) in checkRegMaskInterference()
DLiveInterval.cpp816 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in isLiveAtIndexes() local
819 if (SlotI == SlotE) in isLiveAtIndexes()
831 for ( ; SlotI != SlotE; ++SlotI) { in isLiveAtIndexes()