Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp812 InstructionCost ThenCost = Then->cost(VF, Ctx); in cost() local
817 return ThenCost / getReciprocalPredBlockProb(); in cost()
819 return ThenCost; in cost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2945 InstructionCost ThenCost = ThenCE ? computeSpeculationCost(ThenCE, TTI) : 0; in validateAndCostRequiredSelects() local
2948 if (OrigCost + ThenCost > MaxCost) in validateAndCostRequiredSelects()