Searched refs:SortedHottestFuncs (Results 1 – 1 of 1) sorted by relevance
2942 std::vector<std::pair<std::string, uint64_t>> SortedHottestFuncs; in showInstrProfile() local2944 SortedHottestFuncs.emplace_back(HottestFuncs.top()); in showInstrProfile()2949 for (auto &hotfunc : llvm::reverse(SortedHottestFuncs)) in showInstrProfile()