Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2158 size_t BelowCutoffFunctions = 0; in showInstrProfile() local
2218 ++BelowCutoffFunctions; in showInstrProfile()
2297 << "): " << BelowCutoffFunctions << "\n"; in showInstrProfile()
2299 << "): " << PS->getNumFunctions() - BelowCutoffFunctions << "\n"; in showInstrProfile()