Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp520 static unsigned getJumpThreadDuplicationCost(const TargetTransformInfo *TTI, in getJumpThreadDuplicationCost() function
2273 unsigned BBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()
2275 unsigned PredBBCost = getJumpThreadDuplicationCost( in maybethreadThroughTwoBasicBlocks()
2384 unsigned JumpThreadCost = getJumpThreadDuplicationCost( in tryThreadEdge()
2642 unsigned DuplicationCost = getJumpThreadDuplicationCost( in duplicateCondBranchOnPHIIntoPred()
3076 getJumpThreadDuplicationCost(TTI, BB, AfterGuard, BBDupThreshold); in threadGuard()