Lines Matching defs:Sum
202 // Compute the sum of all weights to later decide whether they need to
219 // If the sum of weights does not fit in 32 bits, scale every weight down
536 uint32_t Sum = 0;
540 uint32_t PrevSum = Sum;
542 Sum += Weight;
543 assert(Sum >= PrevSum); (void) PrevSum;
546 return Sum;
557 uint32_t Sum = 0;
564 uint32_t PrevSum = Sum;
566 Sum += Weight;
567 assert(Sum > PrevSum); (void) PrevSum;
576 if (BranchProbability(MaxWeight, Sum) > BranchProbability(4, 5))
601 /// Get the raw edge weight calculated for the block pair. This returns the sum
644 /// Get the probability of going from Src to Dst. It returns the sum of all