Searched refs:SlotE (Results 1 – 2 of 2) sorted by relevance
942 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() local945 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()
805 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