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