Searched refs:annotateValueSite (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 246 void annotateValueSite(Module &M, Instruction &Inst, 252 void annotateValueSite(Module &M, Instruction &Inst,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 954 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 D | IndirectCallPromotion.cpp | 381 annotateValueSite(*M, *CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
|
H A D | PGOMemOPSizeOpt.cpp | 455 annotateValueSite(*Func.getParent(), *MO.I, RemVDs, SavedRemainCount, in perform()
|
H A D | PGOInstrumentation.cpp | 1580 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 1013 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 844 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()
|