Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp306 BBDupThreshold = BBDuplicateThreshold; in runImpl()
308 BBDupThreshold = 3; in runImpl()
310 BBDupThreshold = DefaultBBDupThreshold; in runImpl()
2240 TTI, BB, BB->getTerminator(), BBDupThreshold); in maybethreadThroughTwoBasicBlocks()
2242 TTI, PredBB, PredBB->getTerminator(), BBDupThreshold); in maybethreadThroughTwoBasicBlocks()
2247 if (BBCost > BBDupThreshold || PredBBCost > BBDupThreshold || in maybethreadThroughTwoBasicBlocks()
2248 BBCost + PredBBCost > BBDupThreshold) { in maybethreadThroughTwoBasicBlocks()
2358 TTI, BB, BB->getTerminator(), BBDupThreshold); in tryThreadEdge()
2359 if (JumpThreadCost > BBDupThreshold) { in tryThreadEdge()
2632 TTI, BB, BB->getTerminator(), BBDupThreshold); in duplicateCondBranchOnPHIIntoPred()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h97 unsigned BBDupThreshold; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3287 BlockFrequency BBDupThreshold(scaleThreshold(BB)); in findDuplicateCandidates() local
3375 if (OrigCost > BBDupThreshold) { in findDuplicateCandidates()