Searched refs:BBDupThreshold (Results 1 – 2 of 2) sorted by relevance
72 unsigned BBDupThreshold; variable94 BBDupThreshold(Other.BBDupThreshold) {} in JumpThreadingPass()
114 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()