Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1686 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in DuplicateCondBranchOnPHIIntoPred() local
1687 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
1689 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
1707 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()