Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp873 auto WeightVal = in calcEstimatedHeuristics() local
875 TotalWeight += WeightVal; in calcEstimatedHeuristics()
876 SuccWeights.push_back(WeightVal); in calcEstimatedHeuristics()