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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2317 unsigned DuplicationCost = local
2319 if (DuplicationCost > BBDupThreshold) {
2321 << "' - Cost is too high: " << DuplicationCost << "\n");
2342 << DuplicationCost << " block is:" << *BB << "\n");

Completed in 117 milliseconds