Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h166 bool IsSorted() const { in IsSorted() function
179 assert(IsSorted()); in CombineConsecutiveRanges()
220 assert(IsSorted()); in GetMinRangeBase()
231 assert(IsSorted()); in GetMaxRangeEnd()
272 assert(IsSorted()); in FindEntryIndexThatContains()
294 assert(IsSorted()); in FindEntryThatContains()
317 assert(IsSorted()); in FindEntryThatContains()
411 assert(IsSorted()); in CombineConsecutiveRanges()
452 assert(IsSorted()); in GetMinRangeBase()
463 assert(IsSorted()); in GetMaxRangeEnd()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4207 bool IsSorted = true; in splitAlloca() local
4231 IsSorted = false; in splitAlloca()
4248 IsSorted = false; in splitAlloca()
4253 if (!IsSorted) in splitAlloca()