Searched refs:SortedHistogram (Results 1 – 1 of 1) sorted by relevance
105 std::vector<std::pair<uint64_t, unsigned>> SortedHistogram; in print() local107 SortedHistogram.emplace_back(Stat.second.first, Stat.first); in print()110 llvm::sort(SortedHistogram); in print()114 for (auto &Stat : llvm::reverse(SortedHistogram)) { in print()