Home
last modified time | relevance | path

Searched refs:annotateValueSite (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfFlattening.cpp114 llvm::annotateValueSite(M, CB, Data, Sum, in annotateIndirectCall()
H A DIndirectCallPromotion.cpp696 annotateValueSite(M, CB, CallVDs, TotalCount, IPVK_IndirectCallTarget, in updateFuncValueProfiles()
720 annotateValueSite(M, *VPtr, VTableValueProfiles, TotalVTableCount, in updateVPtrValueProfiles()
H A DPGOMemOPSizeOpt.cpp400 annotateValueSite(*Func.getParent(), *MO.I, RemainingVDs, SavedRemainCount, in perform()
H A DMemProfUse.cpp359 annotateValueSite(M, I, VDs, TotalCount, IPVK_IndirectCallTarget, in addVPMetadata()
H A DPGOInstrumentation.cpp1886 annotateValueSite( in annotateValueSites()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h320 LLVM_ABI void annotateValueSite(Module &M, Instruction &Inst,
328 LLVM_ABI void annotateValueSite(Module &M, Instruction &Inst,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1335 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
1345 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
1348 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1414 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp905 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()
H A DMemProfContextDisambiguation.cpp5635 annotateValueSite( in performICP()