Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h246 void annotateValueSite(Module &M, Instruction &Inst,
252 void annotateValueSite(Module &M, Instruction &Inst,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp382 annotateValueSite(*M, *CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
H A DPGOMemOPSizeOpt.cpp455 annotateValueSite(*Func.getParent(), *MO.I, RemVDs, SavedRemainCount, in perform()
H A DPGOInstrumentation.cpp1580 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp955 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
968 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
971 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1013 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp841 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()