Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2249 unsigned BBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks() local
2257 if (BBCost > BBDupThreshold || PredBBCost > BBDupThreshold || in maybethreadThroughTwoBasicBlocks()
2258 BBCost + PredBBCost > BBDupThreshold) { in maybethreadThroughTwoBasicBlocks()
2261 << " for PredBB, " << BBCost << "for BB\n"); in maybethreadThroughTwoBasicBlocks()