Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1290 Scaled64 PredPathCost; in getPredictedPathCost() local
1295 PredPathCost = TrueCost * Scaled64::get(TrueWeight) + in getPredictedPathCost()
1297 PredPathCost /= Scaled64::get(SumWeight); in getPredictedPathCost()
1298 return PredPathCost; in getPredictedPathCost()
1303 PredPathCost = std::max(TrueCost * Scaled64::get(3) + FalseCost, in getPredictedPathCost()
1305 PredPathCost /= Scaled64::get(4); in getPredictedPathCost()
1306 return PredPathCost; in getPredictedPathCost()