Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2357 unsigned JumpThreadCost = getJumpThreadDuplicationCost( in tryThreadEdge() local
2359 if (JumpThreadCost > BBDupThreshold) { in tryThreadEdge()
2361 << "' - Cost is too high: " << JumpThreadCost << "\n"); in tryThreadEdge()