Searched refs:TopNFunctions (Results 1 – 1 of 1) sorted by relevance
447 static cl::opt<uint32_t> TopNFunctions( variable2949 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() argument3158 if (TopNFunctions && (Count++ == TopNFunctions)) in dumpHotFunctionList()3282 if (ShowHotFuncList || TopNFunctions) in showSampleProfile()3284 TopNFunctions, OS); in showSampleProfile()