Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp1323 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB); in ThreadEdge() local
1324 if (JumpThreadCost > Threshold) { in ThreadEdge()
1326 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()
1343 << SuccBB->getName() << "' with cost: " << JumpThreadCost in ThreadEdge()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1457 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in ThreadEdge() local
1458 if (JumpThreadCost > BBDupThreshold) { in ThreadEdge()
1460 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()
1476 << SuccBB->getName() << "' with cost: " << JumpThreadCost in ThreadEdge()