Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1374 const size_t NumAllProfiledFunctions = in runOnFunctions() local
1376 outs() << "BOLT-INFO: " << NumAllProfiledFunctions << " out of " in runOnFunctions()
1378 << format("%.1f", NumAllProfiledFunctions / in runOnFunctions()
1388 NumStaleProfileFunctions / (float)NumAllProfiledFunctions * 100.0f; in runOnFunctions()