Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1462 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in ThreadEdge() local
1463 if (JumpThreadCost > BBDupThreshold) { in ThreadEdge()
1465 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()
1481 << SuccBB->getName() << "' with cost: " << JumpThreadCost in ThreadEdge()