Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h246 void annotateValueSite(Module &M, Instruction &Inst,
252 void annotateValueSite(Module &M, Instruction &Inst,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp954 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
967 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
970 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp381 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1013 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp844 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()