Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp866 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() local
869 if (SlotI == SlotE) in checkRegMaskInterference()
886 if (++SlotI == SlotE) in checkRegMaskInterference()
895 if (++SlotI == SlotE) in checkRegMaskInterference()
DLiveInterval.cpp756 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in isLiveAtIndexes() local
759 if (SlotI == SlotE) in isLiveAtIndexes()
771 for ( ; SlotI != SlotE; ++SlotI) { in isLiveAtIndexes()