Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp427 static unsigned getJumpThreadDuplicationCost(const TargetTransformInfo *TTI, in getJumpThreadDuplicationCost() function
2239 unsigned BBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()
2241 unsigned PredBBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()
2357 unsigned JumpThreadCost = getJumpThreadDuplicationCost( in tryThreadEdge()
2631 unsigned DuplicationCost = getJumpThreadDuplicationCost( in duplicateCondBranchOnPHIIntoPred()
3083 getJumpThreadDuplicationCost(TTI, BB, AfterGuard, BBDupThreshold); in threadGuard()