Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp921 auto WeightVal = in calcEstimatedHeuristics() local
923 TotalWeight += WeightVal; in calcEstimatedHeuristics()
924 SuccWeights.push_back(WeightVal); in calcEstimatedHeuristics()