Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp694 std::vector<std::pair<std::string, uint64_t>> SortedHottestFuncs; in showInstrProfile() local
696 SortedHottestFuncs.emplace_back(HottestFuncs.top()); in showInstrProfile()
701 for (auto &hotfunc : llvm::reverse(SortedHottestFuncs)) in showInstrProfile()