Searched refs:NumBlocksConsidered (Results 1 – 1 of 1) sorted by relevance
1230 size_t NumBlocksConsidered = 0; in runOnFunctions() local1276 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()