Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1016 Scaled64 PredPathCost; in getPredictedPathCost() local
1021 PredPathCost = TrueCost * Scaled64::get(TrueWeight) + in getPredictedPathCost()
1023 PredPathCost /= Scaled64::get(SumWeight); in getPredictedPathCost()
1024 return PredPathCost; in getPredictedPathCost()
1029 PredPathCost = std::max(TrueCost * Scaled64::get(3) + FalseCost, in getPredictedPathCost()
1031 PredPathCost /= Scaled64::get(4); in getPredictedPathCost()
1032 return PredPathCost; in getPredictedPathCost()