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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1355 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, Threshold); local
1356 if (JumpThreadCost > Threshold) {
1358 << "' - Cost is too high: " << JumpThreadCost << "\n");
1374 << SuccBB->getName() << "' with cost: " << JumpThreadCost

Completed in 56 milliseconds