Searched refs:stopLess (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 149 static inline bool stopLess(const T &b, const T &x) { in stopLess() function 174 static inline bool stopLess(const T &b, const T &x) { in stopLess() function 601 while (Traits::stopLess(stop(i), x)) ++i; in safeFind() 636 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom() 637 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom() 735 while (Traits::stopLess(stop(i), x)) ++i; in safeFind() 1155 return !Traits::stopLess(b, I.start()); in overlaps() 1841 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert() 2085 if (Traits::stopLess(posA.stop(), posB.start())) { in advance() 2170 if (Traits::stopLess(posA.stop(), x)) in advanceTo() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | scheduler-subrange-crash.ll | 5 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …
|
| H A D | unigine-liveness-crash.ll | 4 …vm::IntervalMapInfo<llvm::SlotIndex>]: Assertion `(i == Size || Traits::stopLess(b, start(i))) && …
|