Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp322 annotateValueSite(*M, *CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
H A DPGOMemOPSizeOpt.cpp406 annotateValueSite(*Func.getParent(), *MO.I, RemVDs, SavedRemainCount, in perform()
H A DPGOInstrumentation.cpp1829 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h252 void annotateValueSite(Module &M, Instruction &Inst,
258 void annotateValueSite(Module &M, Instruction &Inst,
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1017 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
1030 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
1033 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1024 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp916 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()