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

Declarations

include/llvm/ProfileData/InstrProf.h
  253 bool getValueProfDataFromInst(const Instruction &Inst,

References

lib/Analysis/IndirectCallPromotionAnalysis.cpp
   98       getValueProfDataFromInst(*I, IPVK_IndirectCallTarget, MaxNumPromotions,
lib/Transforms/Instrumentation/CGProfile.cpp
   59           if (!getValueProfDataFromInst(*CS.getInstruction(),
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
  238   if (!getValueProfDataFromInst(*MI, IPVK_MemOPSize, MaxNumPromotions,
unittests/ProfileData/InstrProfTest.cpp
  307   bool Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 5,
  319   Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 1, ValueData,
  325   Res = getValueProfDataFromInst(*Inst2, IPVK_IndirectCallTarget, 5, ValueData,
  333   Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 5,
  356   Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 5,