Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp515 static unsigned getJumpThreadDuplicationCost(const TargetTransformInfo *TTI, in getJumpThreadDuplicationCost() function
2223 unsigned BBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()
2225 unsigned PredBBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()
2334 unsigned JumpThreadCost = getJumpThreadDuplicationCost( in tryThreadEdge()
2603 unsigned DuplicationCost = getJumpThreadDuplicationCost( in duplicateCondBranchOnPHIIntoPred()
3019 getJumpThreadDuplicationCost(TTI, BB, AfterGuard, BBDupThreshold); in threadGuard()