Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp812 const_iterator SegmentI = find(*SlotI); in isLiveAtIndexes() local
816 if (SegmentI == SegmentE) in isLiveAtIndexes()
823 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes()
824 if (SegmentI == SegmentE) in isLiveAtIndexes()
828 if (SegmentI->contains(*SlotI)) in isLiveAtIndexes()