Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp377 cl::opt<uint32_t> TopNFunctions( variable
2794 if (TopNFunctions) { in showInstrProfile()
2795 if (HottestFuncs.size() == TopNFunctions) { in showInstrProfile()
2871 if (TopNFunctions) { in showInstrProfile()
2877 OS << "Top " << TopNFunctions in showInstrProfile()
2959 uint32_t TopNFunctions, raw_fd_ostream &OS) { in dumpHotFunctionList() argument
2990 if (TopNFunctions && (Count++ == TopNFunctions)) in dumpHotFunctionList()
3114 if (ShowHotFuncList || TopNFunctions) in showSampleProfile()
3116 TopNFunctions, OS); in showSampleProfile()