Searched refs:PredBBCost (Results 1 – 1 of 1) sorted by relevance
2240 unsigned PredBBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks() local2246 if (BBCost > BBDupThreshold || PredBBCost > BBDupThreshold || in maybethreadThroughTwoBasicBlocks()2247 BBCost + PredBBCost > BBDupThreshold) { in maybethreadThroughTwoBasicBlocks()2249 << "' - Cost is too high: " << PredBBCost in maybethreadThroughTwoBasicBlocks()