Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervals.cpp913 LiveInterval::const_iterator LiveI = LI.begin(), LiveE = LI.end(); in checkRegMaskInterference() local
928 ArrayRef<SlotIndex>::iterator SlotI = llvm::lower_bound(Slots, LiveI->start); in checkRegMaskInterference()
948 assert(*SlotI >= LiveI->start); in checkRegMaskInterference()
950 while (*SlotI < LiveI->end) { in checkRegMaskInterference()
957 if (*SlotI == LiveI->end) in checkRegMaskInterference()
963 if (++LiveI == LiveE || SlotI == SlotE || *SlotI > LI.endIndex()) in checkRegMaskInterference()
965 while (LiveI->end < *SlotI) in checkRegMaskInterference()
966 ++LiveI; in checkRegMaskInterference()
968 while (*SlotI < LiveI->start) in checkRegMaskInterference()