Searched refs:JumpThreadCost (Results 1 – 1 of 1) sorted by relevance
1360 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, Threshold); in ThreadEdge() local1361 if (JumpThreadCost > Threshold) { in ThreadEdge()1363 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()1379 << SuccBB->getName() << "' with cost: " << JumpThreadCost in ThreadEdge()