Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp21 if (!IsSorted) { in getDeclOccurrencesSortedByOffset()
26 IsSorted = true; in getDeclOccurrencesSortedByOffset()
36 IsSorted = false; in addDeclOccurence()
43 IsSorted = false; in addMacroOccurence()
H A DFileIndexRecord.h30 mutable bool IsSorted = false; variable
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h150 assert(vec1.IsSorted() && vec2.IsSorted()); in GetOverlaps()
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()
488 assert(IsSorted()); in CombineConsecutiveEntriesWithEqualData()
555 assert(IsSorted()); in FindEntryIndexesThatContain()
575 assert(IsSorted()); in FindEntryThatContains()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp114 bool IsSorted = true; in sortPropertyAttributes() local
118 IsSorted = false; in sortPropertyAttributes()
126 if (IsSorted) in sortPropertyAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4985 bool IsSorted = true; in splitAlloca() local
5010 IsSorted = false; in splitAlloca()
5027 IsSorted = false; in splitAlloca()
5032 if (!IsSorted) in splitAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3883 bool IsSorted = sortPtrAccesses(PointerOps, ScalarTy, DL, SE, Order); in canVectorizeLoads() local
3884 if (IsSorted || all_of(PointerOps, [&](Value *P) { in canVectorizeLoads()
3888 if (IsSorted) { in canVectorizeLoads()
3914 if (ProfitableGatherPointers || all_of(PointerOps, [IsSorted](Value *P) { in canVectorizeLoads()
3916 return (IsSorted && !GEP && doesNotNeedToBeScheduled(P)) || in canVectorizeLoads()