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

Declarations

include/llvm/ProfileData/InstrProfData.inc
  438 getValueProfRecordNext(ValueProfRecord *VPR);

References

include/llvm/ProfileData/InstrProfData.inc
  595     VR = getValueProfRecordNext(VR);
lib/ProfileData/InstrProf.cpp
  836     VR = getValueProfRecordNext(VR);
  866     VR = getValueProfRecordNext(VR);
  911     VR = getValueProfRecordNext(VR);
  923     ValueProfRecord *NVR = getValueProfRecordNext(VR);