Searched refs:annotateValueSite (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 322 annotateValueSite(*M, *CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
|
H A D | PGOMemOPSizeOpt.cpp | 406 annotateValueSite(*Func.getParent(), *MO.I, RemVDs, SavedRemainCount, in perform()
|
H A D | PGOInstrumentation.cpp | 1829 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
|
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 252 void annotateValueSite(Module &M, Instruction &Inst, 258 void annotateValueSite(Module &M, Instruction &Inst,
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1017 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 D | CodeGenPGO.cpp | 1024 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 916 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()
|