Searched refs:getJumpThreadDuplicationCost (Results 1 – 1 of 1) sorted by relevance
517 static unsigned getJumpThreadDuplicationCost(BasicBlock *BB, in getJumpThreadDuplicationCost() function2239 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in maybethreadThroughTwoBasicBlocks()2240 unsigned PredBBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()2350 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in tryThreadEdge()2619 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in duplicateCondBranchOnPHIIntoPred()3035 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold); in threadGuard()