Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h638 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
639 if (NotLessStart == EndIdx) in findIndexesLiveAt()
641 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
642 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
644 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A 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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DLiveInterval.h637 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
638 if (NotLessStart == EndIdx) in findIndexesLiveAt()
640 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
641 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
643 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DLiveInterval.h632 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); in findIndexesLiveAt() local
633 if (NotLessStart == EndIdx) in findIndexesLiveAt()
635 auto NotLessEnd = std::lower_bound(NotLessStart, EndIdx, Seg->end); in findIndexesLiveAt()
636 if (NotLessEnd != NotLessStart) { in findIndexesLiveAt()
638 O = std::copy(NotLessStart, NotLessEnd, O); in findIndexesLiveAt()