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

References

projects/compiler-rt/lib/profile/InstrProfiling.c
   78         CurrentVNode->Count = 0;
projects/compiler-rt/lib/profile/InstrProfilingValue.c
  155       CurVNode->Count += CountValue;
  158     if (CurVNode->Count < MinCount) {
  159       MinCount = CurVNode->Count;
  196     if (MinCountVNode->Count <= CountValue) {
  199       CurVNode->Count = CountValue;
  201       MinCountVNode->Count -= CountValue;
  210   CurVNode->Count += CountValue;
  350     Dst[I].Count = VNode->Count;