Home
last modified time | relevance | path

Searched refs:SortedHottestFuncs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2872 std::vector<std::pair<std::string, uint64_t>> SortedHottestFuncs; in showInstrProfile() local
2874 SortedHottestFuncs.emplace_back(HottestFuncs.top()); in showInstrProfile()
2879 for (auto &hotfunc : llvm::reverse(SortedHottestFuncs)) in showInstrProfile()