Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp517 static unsigned getJumpThreadDuplicationCost(BasicBlock *BB, in getJumpThreadDuplicationCost() function
2239 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()