Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp915 ArrayRef<SlotIndex>::iterator SlotE = Slots.end(); in checkRegMaskInterference() local
918 if (SlotI == SlotE) in checkRegMaskInterference()
935 if (++SlotI == SlotE) in checkRegMaskInterference()
944 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()