Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp420 BranchProbability OldReachableSum = BranchProbability::getZero(); in calcMetadataWeights() local
422 OldReachableSum += BP[I]; in calcMetadataWeights()
424 if (OldReachableSum != NewReachableSum) { // Anything to dsitribute? in calcMetadataWeights()
425 if (OldReachableSum.isZero()) { in calcMetadataWeights()
441 divideNearest(Mul, OldReachableSum.getNumerator())); in calcMetadataWeights()