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

Declarations

include/llvm/ProfileData/InstrProf.h
  246 void annotateValueSite(Module &M, Instruction &Inst,

References

lib/ProfileData/InstrProf.cpp
  944   annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount);
lib/Transforms/IPO/SampleProfile.cpp
 1446           annotateValueSite(*I.getParent()->getParent()->getParent(), I,
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  375     annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount,
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
  363     annotateValueSite(*Func.getParent(), *MI, VDs.slice(Version),
unittests/ProfileData/InstrProfTest.cpp
  354   annotateValueSite(*M, *Inst, makeArrayRef(VD0Sorted).slice(2), 10,