Home
last modified time | relevance | path

Searched refs:DuplicationCost (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDJumpThreading.cpp1526 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in DuplicateCondBranchOnPHIIntoPred() local
1527 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
1529 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
1547 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()