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

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

Completed in 120 milliseconds