Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp813 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
826 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
829 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h245 void annotateValueSite(Module &M, Instruction &Inst,
251 void annotateValueSite(Module &M, Instruction &Inst,
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp376 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
H A DPGOMemOPSizeOpt.cpp364 annotateValueSite(*Func.getParent(), *MI, VDs.slice(Version), in perform()
H A DPGOInstrumentation.cpp1347 annotateValueSite(*M, *I, ProfileRecord, in annotateValueSites()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp958 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1299 annotateValueSite(*I.getParent()->getParent()->getParent(), I, in propagateWeights()