Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1237 Scaled64 PredPathCost; in getPredictedPathCost() local
1242 PredPathCost = TrueCost * Scaled64::get(TrueWeight) + in getPredictedPathCost()
1244 PredPathCost /= Scaled64::get(SumWeight); in getPredictedPathCost()
1245 return PredPathCost; in getPredictedPathCost()
1250 PredPathCost = std::max(TrueCost * Scaled64::get(3) + FalseCost, in getPredictedPathCost()
1252 PredPathCost /= Scaled64::get(4); in getPredictedPathCost()
1253 return PredPathCost; in getPredictedPathCost()