Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h72 unsigned BBDupThreshold; variable
94 BBDupThreshold(Other.BBDupThreshold) {} in JumpThreadingPass()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp114 BBDupThreshold = (T == -1) ? BBDuplicateThreshold : unsigned(T); in JumpThreadingPass()
1457 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in ThreadEdge()
1458 if (JumpThreadCost > BBDupThreshold) { in ThreadEdge()
1694 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in DuplicateCondBranchOnPHIIntoPred()
1695 if (DuplicationCost > BBDupThreshold) { in DuplicateCondBranchOnPHIIntoPred()