Searched refs:SortedUsage (Results 1 – 1 of 1) sorted by relevance
2256 auto SortedUsage = Usage.takeVector(); in noteSLocAddressSpaceUsage() local2262 auto SortedEnd = SortedUsage.end(); in noteSLocAddressSpaceUsage()2263 if (MaxNotes && SortedUsage.size() > *MaxNotes) { in noteSLocAddressSpaceUsage()2264 SortedEnd = SortedUsage.begin() + *MaxNotes; in noteSLocAddressSpaceUsage()2265 std::nth_element(SortedUsage.begin(), SortedEnd, SortedUsage.end(), Cmp); in noteSLocAddressSpaceUsage()2267 std::sort(SortedUsage.begin(), SortedEnd, Cmp); in noteSLocAddressSpaceUsage()2280 llvm::make_range(SortedUsage.begin(), SortedEnd)) { in noteSLocAddressSpaceUsage()2290 << (SortedUsage.end() - SortedEnd) << CountedSize - ReportedSize; in noteSLocAddressSpaceUsage()