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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp495 static unsigned getJumpThreadDuplicationCost(BasicBlock *BB, function
2151 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold);
2152 unsigned PredBBCost = getJumpThreadDuplicationCost(
2156 // individually before checking their sum because getJumpThreadDuplicationCost
2258 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold);
2527 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold);
2938 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold);

Completed in 66 milliseconds