Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp386 static InstructionCost computeSpeculationCost(const User *I, in computeSpeculationCost() function
454 Cost += computeSpeculationCost(I, TTI); in dominatesMergePoint()
2885 InstructionCost OrigCost = OrigCE ? computeSpeculationCost(OrigCE, TTI) : 0; in validateAndCostRequiredSelects()
2886 InstructionCost ThenCost = ThenCE ? computeSpeculationCost(ThenCE, TTI) : 0; in validateAndCostRequiredSelects()
3028 computeSpeculationCost(&I, TTI) > in SpeculativelyExecuteBB()