Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1360 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, Threshold); in ThreadEdge() local
1361 if (JumpThreadCost > Threshold) { in ThreadEdge()
1363 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()
1379 << SuccBB->getName() << "' with cost: " << JumpThreadCost in ThreadEdge()