Searched refs:JumpThreadCost (Results 1 – 1 of 1) sorted by relevance
1462 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in ThreadEdge() local1463 if (JumpThreadCost > BBDupThreshold) { in ThreadEdge()1465 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()1481 << SuccBB->getName() << "' with cost: " << JumpThreadCost in ThreadEdge()