Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp322 annotateValueSite(*M, *CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
H A DPGOMemOPSizeOpt.cpp409 annotateValueSite(*Func.getParent(), *MO.I, RemVDs, SavedRemainCount, in perform()
H A DPGOInstrumentation.cpp1534 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp990 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
1003 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
1006 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h247 void annotateValueSite(Module &M, Instruction &Inst,
253 void annotateValueSite(Module &M, Instruction &Inst,
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp502 annotateValueSite(*M, *Inst, R.get(), IPVK_IndirectCallTarget, 0); in TEST_P()
532 annotateValueSite(*M, *Inst, R.get(), IPVK_IndirectCallTarget, 0, 5); in TEST_P()
554 annotateValueSite(*M, *Inst, makeArrayRef(VD0Sorted).slice(2), 10, in TEST_P()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1021 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp878 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()