Searched refs:annotateValueSite (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 246 void annotateValueSite(Module &M, Instruction &Inst, 252 void annotateValueSite(Module &M, Instruction &Inst,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 382 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 955 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function 968 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite() 971 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1013 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 841 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()
|