Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLiveInterval.cpp823 const_iterator SegmentI = find(*SlotI); in isLiveAtIndexes() local
827 if (SegmentI == SegmentE) in isLiveAtIndexes()
834 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes()
835 if (SegmentI == SegmentE) in isLiveAtIndexes()
839 if (SegmentI->contains(*SlotI)) in isLiveAtIndexes()