Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2384 unsigned JumpThreadCost = getJumpThreadDuplicationCost( in tryThreadEdge() local
2386 if (JumpThreadCost > BBDupThreshold) { in tryThreadEdge()
2388 << "' - Cost is too high: " << JumpThreadCost << "\n"); in tryThreadEdge()