Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt() local
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
645 Idx = NotLessEnd; in findIndexesLiveAt()