Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveInterval.cpp763 const_iterator SegmentI = find(*SlotI); in isLiveAtIndexes() local
767 if (SegmentI == SegmentE) in isLiveAtIndexes()
774 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes()
775 if (SegmentI == SegmentE) in isLiveAtIndexes()
779 if (SegmentI->contains(*SlotI)) in isLiveAtIndexes()