Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2266 unsigned PredBBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks() local
2272 if (BBCost > BBDupThreshold || PredBBCost > BBDupThreshold || in maybethreadThroughTwoBasicBlocks()
2273 BBCost + PredBBCost > BBDupThreshold) { in maybethreadThroughTwoBasicBlocks()
2275 << "' - Cost is too high: " << PredBBCost in maybethreadThroughTwoBasicBlocks()