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