Searched refs:TopNFunctions (Results 1 – 1 of 1) sorted by relevance
407 cl::opt<uint32_t> TopNFunctions( variable2853 if (TopNFunctions) { in showInstrProfile()2854 if (HottestFuncs.size() == TopNFunctions) { in showInstrProfile()2941 if (TopNFunctions) { in showInstrProfile()2947 OS << "Top " << TopNFunctions in showInstrProfile()3034 uint32_t TopNFunctions, raw_fd_ostream &OS) { in dumpHotFunctionList() argument3065 if (TopNFunctions && (Count++ == TopNFunctions)) in dumpHotFunctionList()3189 if (ShowHotFuncList || TopNFunctions) in showSampleProfile()3191 TopNFunctions, OS); in showSampleProfile()