Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp963 uint64_t SumWeight = TrueWeight + FalseWeight; in getPredictedPathCost() local
964 if (SumWeight != 0) { in getPredictedPathCost()
967 PredPathCost /= Scaled64::get(SumWeight); in getPredictedPathCost()