Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp460 static unsigned getJumpThreadDuplicationCost(BasicBlock *BB, in getJumpThreadDuplicationCost() function
1932 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in ThreadEdge()
2252 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in DuplicateCondBranchOnPHIIntoPred()
2693 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold); in ThreadGuard()