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

References

lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  332     CurCtrIdx = Ind;
  343     CurCtrIdx = Ind;
 1357        Builder.getInt32(*CurCtrIdx), Step});
 1358   ++(*CurCtrIdx);
 1363   assert(*CurCtrIdx < CountFromProfile.size() &&
 1366   SCounts[0] = CountFromProfile[*CurCtrIdx]; // True count
 1367   ++(*CurCtrIdx);