Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp19 if (!IsSorted) { in getDeclOccurrencesSortedByOffset()
24 IsSorted = true; in getDeclOccurrencesSortedByOffset()
34 IsSorted = false; in addDeclOccurence()
41 IsSorted = false; in addMacroOccurence()
H A DFileIndexRecord.h30 mutable bool IsSorted = false; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h150 assert(vec1.IsSorted() && vec2.IsSorted()); in GetOverlaps()
223 bool IsSorted() const { in IsSorted() function
238 assert(IsSorted()); in CombineConsecutiveRanges()
263 assert(IsSorted()); in GetMinRangeBase()
274 assert(IsSorted()); in GetMaxRangeEnd()
318 assert(IsSorted()); in FindEntryIndexThatContains()
340 assert(IsSorted()); in FindEntryThatContains()
363 assert(IsSorted()); in FindEntryThatContains()
385 assert(IsSorted()); in FindEntryThatIntersects()
500 bool IsSorted() const { in IsSorted() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp109 bool IsSorted = true; in sortPropertyAttributes() local
113 IsSorted = false; in sortPropertyAttributes()
121 if (IsSorted) in sortPropertyAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5367 bool IsSorted = true; in splitAlloca() local
5392 IsSorted = false; in splitAlloca()
5408 IsSorted = false; in splitAlloca()
5413 if (!IsSorted) in splitAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6135 bool IsSorted = sortPtrAccesses(PointerOps, ScalarTy, *DL, *SE, Order); in canVectorizeLoads() local
6139 if (!IsSorted) { in canVectorizeLoads()