Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h636 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
637 if (NotLessStart == EndIdx) in findIndexesLiveAt()
639 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
640 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
642 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()