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.cpp447 static cl::opt<uint32_t> TopNFunctions( variable
2949 if (TopNFunctions) { in showInstrProfile()
2950 if (HottestFuncs.size() == TopNFunctions) { in showInstrProfile()
3037 if (TopNFunctions) { in showInstrProfile()
3043 OS << "Top " << TopNFunctions in showInstrProfile()
3127 uint32_t TopNFunctions, raw_fd_ostream &OS) { in dumpHotFunctionList() argument
3158 if (TopNFunctions && (Count++ == TopNFunctions)) in dumpHotFunctionList()
3282 if (ShowHotFuncList || TopNFunctions) in showSampleProfile()
3284 TopNFunctions, OS); in showSampleProfile()