Searched refs:annotateValueSite (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 813 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function 826 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite() 829 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 245 void annotateValueSite(Module &M, Instruction &Inst, 251 void annotateValueSite(Module &M, Instruction &Inst,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 376 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
|
| H A D | PGOMemOPSizeOpt.cpp | 364 annotateValueSite(*Func.getParent(), *MI, VDs.slice(Version), in perform()
|
| H A D | PGOInstrumentation.cpp | 1347 annotateValueSite(*M, *I, ProfileRecord, in annotateValueSites()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 958 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 1299 annotateValueSite(*I.getParent()->getParent()->getParent(), I, in propagateWeights()
|