Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp518 static unsigned getJumpThreadDuplicationCost(BasicBlock *BB, in getJumpThreadDuplicationCost() function
2240 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()