Searched refs:BBCost (Results 1 – 1 of 1) sorted by relevance
2239 unsigned BBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks() local2247 if (BBCost > BBDupThreshold || PredBBCost > BBDupThreshold || in maybethreadThroughTwoBasicBlocks()2248 BBCost + PredBBCost > BBDupThreshold) { in maybethreadThroughTwoBasicBlocks()2251 << " for PredBB, " << BBCost << "for BB\n"); in maybethreadThroughTwoBasicBlocks()