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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp476 static unsigned getJumpThreadDuplicationCost(BasicBlock *BB, function
2044 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold);
2318 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold);
2723 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold);

Completed in 99 milliseconds