Searched refs:getJumpThreadDuplicationCost (Results 1 – 1 of 1) sorted by relevance
518 static unsigned getJumpThreadDuplicationCost(BasicBlock *BB, in getJumpThreadDuplicationCost() function2240 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in maybethreadThroughTwoBasicBlocks()2241 unsigned PredBBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()2351 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in tryThreadEdge()2620 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in duplicateCondBranchOnPHIIntoPred()3036 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold); in threadGuard()