Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp427 static unsigned getJumpThreadDuplicationCost(const TargetTransformInfo *TTI, in getJumpThreadDuplicationCost() function
2249 unsigned BBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()
2251 unsigned PredBBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()
2366 unsigned JumpThreadCost = getJumpThreadDuplicationCost( in tryThreadEdge()
2640 unsigned DuplicationCost = getJumpThreadDuplicationCost( in duplicateCondBranchOnPHIIntoPred()
3090 getJumpThreadDuplicationCost(TTI, BB, AfterGuard, BBDupThreshold); in threadGuard()