Lines Matching refs:BBDupThreshold
306 BBDupThreshold = BBDuplicateThreshold; in runImpl()
308 BBDupThreshold = 3; in runImpl()
310 BBDupThreshold = DefaultBBDupThreshold; in runImpl()
2240 TTI, BB, BB->getTerminator(), BBDupThreshold); in maybethreadThroughTwoBasicBlocks()
2242 TTI, PredBB, PredBB->getTerminator(), BBDupThreshold); in maybethreadThroughTwoBasicBlocks()
2247 if (BBCost > BBDupThreshold || PredBBCost > BBDupThreshold || in maybethreadThroughTwoBasicBlocks()
2248 BBCost + PredBBCost > BBDupThreshold) { in maybethreadThroughTwoBasicBlocks()
2358 TTI, BB, BB->getTerminator(), BBDupThreshold); in tryThreadEdge()
2359 if (JumpThreadCost > BBDupThreshold) { in tryThreadEdge()
2632 TTI, BB, BB->getTerminator(), BBDupThreshold); in duplicateCondBranchOnPHIIntoPred()
2633 if (DuplicationCost > BBDupThreshold) { in duplicateCondBranchOnPHIIntoPred()
3083 getJumpThreadDuplicationCost(TTI, BB, AfterGuard, BBDupThreshold); in threadGuard()
3084 if (Cost > BBDupThreshold) in threadGuard()