Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp926 LiveInterval::const_iterator LiveI = LI.begin(), LiveE = LI.end(); in checkRegMaskInterference() local
941 ArrayRef<SlotIndex>::iterator SlotI = llvm::lower_bound(Slots, LiveI->start); in checkRegMaskInterference()
961 assert(*SlotI >= LiveI->start); in checkRegMaskInterference()
963 while (*SlotI < LiveI->end) { in checkRegMaskInterference()
970 if (*SlotI == LiveI->end) in checkRegMaskInterference()
976 if (++LiveI == LiveE || SlotI == SlotE || *SlotI > LI.endIndex()) in checkRegMaskInterference()
978 while (LiveI->end < *SlotI) in checkRegMaskInterference()
979 ++LiveI; in checkRegMaskInterference()
981 while (*SlotI < LiveI->start) in checkRegMaskInterference()