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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2043 unsigned JumpThreadCost = local
2045 if (JumpThreadCost > BBDupThreshold) {
2047 << "' - Cost is too high: " << JumpThreadCost << "\n");

Completed in 106 milliseconds