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

References

lib/ProfileData/InstrProf.cpp
  610     while (I != IE && I->Value < J->Value)
  610     while (I != IE && I->Value < J->Value)
  611       ++I;
  612     if (I != IE && I->Value == J->Value) {
  612     if (I != IE && I->Value == J->Value) {
  614       I->Count = SaturatingMultiplyAdd(J->Count, Weight, I->Count, &Overflowed);
  614       I->Count = SaturatingMultiplyAdd(J->Count, Weight, I->Count, &Overflowed);
  617       ++I;
  620     ValueData.insert(I, *J);