Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1323 uint64_t NumStaleProfileFunctions = 0; in runOnFunctions() local
1368 ++NumStaleProfileFunctions; in runOnFunctions()
1375 ProfiledFunctions.size() + NumStaleProfileFunctions; in runOnFunctions()
1386 if (NumStaleProfileFunctions) { in runOnFunctions()
1388 NumStaleProfileFunctions / (float)NumAllProfiledFunctions * 100.0f; in runOnFunctions()
1396 errs() << NumStaleProfileFunctions in runOnFunctions()
1398 << (NumStaleProfileFunctions == 1 ? "" : "s") in runOnFunctions()