reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/BlockFrequencyInfoImpl.cpp
  260     assert(W.TargetNode.isValid());
  261     W.Amount = std::max(UINT64_C(1), shiftRightAndRound(W.Amount, Shift));
  261     W.Amount = std::max(UINT64_C(1), shiftRightAndRound(W.Amount, Shift));
  262     assert(W.Amount <= UINT32_MAX);
  265     Total += W.Amount;