Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2085 size_t BelowCutoffFunctions = 0; in showInstrProfile() local
2140 ++BelowCutoffFunctions; in showInstrProfile()
2219 << "): " << BelowCutoffFunctions << "\n"; in showInstrProfile()
2221 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n"; in showInstrProfile()