Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1230 size_t NumBlocksConsidered = 0; in runOnFunctions() local
1276 NumBlocksConsidered += NumBlocks; in runOnFunctions()
1285 if (NumBlocksConsidered > 0) in runOnFunctions()
1286 FlowImbalanceMean /= NumBlocksConsidered; in runOnFunctions()
1289 NumBlocksConsidered = 0; in runOnFunctions()
1300 ++NumBlocksConsidered; in runOnFunctions()
1306 if (NumBlocksConsidered) { in runOnFunctions()
1307 FlowImbalanceVar /= NumBlocksConsidered; in runOnFunctions()