Home
last modified time | relevance | path

Searched refs:SegmentI (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveInterval.cpp826 const_iterator SegmentI = find(*SlotI); in isLiveAtIndexes() local
830 if (SegmentI == SegmentE) in isLiveAtIndexes()
837 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes()
838 if (SegmentI == SegmentE) in isLiveAtIndexes()
842 if (SegmentI->contains(*SlotI)) in isLiveAtIndexes()