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

References

lib/Analysis/BlockFrequencyInfoImpl.cpp
  142   if (!W.Amount) {
  143     W = OtherW;
  146   assert(W.Type == OtherW.Type);
  147   assert(W.TargetNode == OtherW.TargetNode);
  149   if (W.Amount > W.Amount + OtherW.Amount)
  149   if (W.Amount > W.Amount + OtherW.Amount)
  151     W.Amount = UINT64_MAX;
  153     W.Amount += OtherW.Amount;