Searched refs:DuplicationCost (Results 1 – 3 of 3) sorted by relevance
1468 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB); in DuplicateCondBranchOnPHIIntoPred() local1469 if (DuplicationCost > Threshold) { in DuplicateCondBranchOnPHIIntoPred()1471 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()1490 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
1694 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in DuplicateCondBranchOnPHIIntoPred() local1695 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()1697 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()1715 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2244 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local2246 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()2248 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()2269 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()