Home
last modified time | relevance | path

Searched refs:SlotE (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp906 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() local
909 if (SlotI == SlotE) in checkRegMaskInterference()
926 if (++SlotI == SlotE) in checkRegMaskInterference()
935 if (++SlotI == SlotE) in checkRegMaskInterference()
DLiveInterval.cpp819 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in isLiveAtIndexes() local
822 if (SlotI == SlotE) in isLiveAtIndexes()
834 for ( ; SlotI != SlotE; ++SlotI) { in isLiveAtIndexes()