Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2056 size_t BelowCutoffFunctions = 0; in showInstrProfile() local
2111 ++BelowCutoffFunctions; in showInstrProfile()
2190 << "): " << BelowCutoffFunctions << "\n"; in showInstrProfile()
2192 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n"; in showInstrProfile()