Searched refs:JumpThreadCost (Results 1 – 3 of 3) 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()
1924 unsigned JumpThreadCost = in ThreadEdge() local1926 if (JumpThreadCost > BBDupThreshold) { in ThreadEdge()1928 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()1945 << "' with cost: " << JumpThreadCost in ThreadEdge()