Home | History | Annotate | Download | only in Analysis

Lines Matching refs:sort

660     // Sort the cache so that we can do fast binary search lookups below.
661 std::sort(Cache.begin(), Cache.end());
864 /// SortNonLocalDepInfoCache - Sort the a NonLocalDepInfo cache, given a certain
894 // Added many values, do a full scale sort.
895 std::sort(Cache.begin(), Cache.end());
1038 // entries will all be sorted. The entries we add we only sort on demand (we
1113 // Sort it now (if needed) so that recursive invocations of
1263 // Okay, we're done now. If we added new values to the cache, re-sort it.
1467 // Re-sort the NonLocalDepInfo. Changing the dirty entry to its
1469 std::sort(NLPDI.begin(), NLPDI.end());