Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp109 unsigned BBDupThreshold; member in __anonaccc34270111::JumpThreading
127 BBDupThreshold = (T == -1) ? BBDuplicateThreshold : unsigned(T); in JumpThreading()
1462 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in ThreadEdge()
1463 if (JumpThreadCost > BBDupThreshold) { in ThreadEdge()
1686 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in DuplicateCondBranchOnPHIIntoPred()
1687 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()