Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp319 annotateValueSite(*F.getParent(), *CB, ICallProfDataRef.slice(NumPromoted), in processFunction()
H A DPGOMemOPSizeOpt.cpp406 annotateValueSite(*Func.getParent(), *MO.I, RemVDs, SavedRemainCount, in perform()
H A DPGOInstrumentation.cpp1716 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h266 void annotateValueSite(Module &M, Instruction &Inst,
272 void annotateValueSite(Module &M, Instruction &Inst,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1164 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
1177 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
1180 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1269 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp956 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()