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.cpp917 auto WeightVal = in calcEstimatedHeuristics() local
919 TotalWeight += WeightVal; in calcEstimatedHeuristics()
920 SuccWeights.push_back(WeightVal); in calcEstimatedHeuristics()