Searched refs:JumpThreadCost (Results 1 – 2 of 2) sorted by relevance
1323 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB); in ThreadEdge() local1324 if (JumpThreadCost > Threshold) { in ThreadEdge()1326 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()1343 << SuccBB->getName() << "' with cost: " << JumpThreadCost in ThreadEdge()
1457 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in ThreadEdge() local1458 if (JumpThreadCost > BBDupThreshold) { in ThreadEdge()1460 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()1476 << SuccBB->getName() << "' with cost: " << JumpThreadCost in ThreadEdge()