Searched refs:IsSorted (Results 1 – 6 of 6) sorted by relevance
19 if (!IsSorted) { in getDeclOccurrencesSortedByOffset()24 IsSorted = true; in getDeclOccurrencesSortedByOffset()34 IsSorted = false; in addDeclOccurence()41 IsSorted = false; in addMacroOccurence()
30 mutable bool IsSorted = false; variable
150 assert(vec1.IsSorted() && vec2.IsSorted()); in GetOverlaps()223 bool IsSorted() const { in IsSorted() function238 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 …]
109 bool IsSorted = true; in sortPropertyAttributes() local113 IsSorted = false; in sortPropertyAttributes()121 if (IsSorted) in sortPropertyAttributes()
5367 bool IsSorted = true; in splitAlloca() local5392 IsSorted = false; in splitAlloca()5408 IsSorted = false; in splitAlloca()5413 if (!IsSorted) in splitAlloca()
6135 bool IsSorted = sortPtrAccesses(PointerOps, ScalarTy, *DL, *SE, Order); in canVectorizeLoads() local6139 if (!IsSorted) { in canVectorizeLoads()