Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2350 unsigned JumpThreadCost = in tryThreadEdge() local
2352 if (JumpThreadCost > BBDupThreshold) { in tryThreadEdge()
2354 << "' - Cost is too high: " << JumpThreadCost << "\n"); in tryThreadEdge()