Searched refs:IsSorted (Results 1 – 6 of 6) sorted by relevance
21 if (!IsSorted) { in getDeclOccurrencesSortedByOffset()26 IsSorted = true; in getDeclOccurrencesSortedByOffset()36 IsSorted = false; in addDeclOccurence()43 IsSorted = false; in addMacroOccurence()
30 mutable bool IsSorted = false; variable
150 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 …]
114 bool IsSorted = true; in sortPropertyAttributes() local118 IsSorted = false; in sortPropertyAttributes()126 if (IsSorted) in sortPropertyAttributes()
4985 bool IsSorted = true; in splitAlloca() local5010 IsSorted = false; in splitAlloca()5027 IsSorted = false; in splitAlloca()5032 if (!IsSorted) in splitAlloca()
3883 bool IsSorted = sortPtrAccesses(PointerOps, ScalarTy, DL, SE, Order); in canVectorizeLoads() local3884 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()