Searched defs:DuplicationCost (Results 1 - 1 of 1) sorted by relevance

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

Completed in 248 milliseconds