Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp1468 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB); in DuplicateCondBranchOnPHIIntoPred() local
1469 if (DuplicationCost > Threshold) { in DuplicateCondBranchOnPHIIntoPred()
1471 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
1490 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1694 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in DuplicateCondBranchOnPHIIntoPred() local
1695 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
1697 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
1715 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp2244 unsigned DuplicationCost = in DuplicateCondBranchOnPHIIntoPred() local
2246 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()
2248 << "' - Cost is too high: " << DuplicationCost << "\n"); in DuplicateCondBranchOnPHIIntoPred()
2269 << DuplicationCost << " block is:" << *BB << "\n"); in DuplicateCondBranchOnPHIIntoPred()