Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2037 uint32_t TopN, bool ShowIndirectCallTargets, in showInstrProfile() argument
2120 if (TopN) { in showInstrProfile()
2121 if (HottestFuncs.size() == TopN) { in showInstrProfile()
2197 if (TopN) { in showInstrProfile()
2203 OS << "Top " << TopN in showInstrProfile()