Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/ProfileData/
H A DInstrProf.cpp670 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
683 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
686 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/aosp_15_r20/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h248 void annotateValueSite(Module &M, Instruction &Inst,
253 void annotateValueSite(Module &M, Instruction &Inst,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp931 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
944 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
947 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h240 void annotateValueSite(Module &M, Instruction &Inst,
246 void annotateValueSite(Module &M, Instruction &Inst,
/aosp_15_r20/external/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp288 annotateValueSite(*M, *Inst, R.get(), IPVK_IndirectCallTarget, 0); in TEST_P()
318 annotateValueSite(*M, *Inst, R.get(), IPVK_IndirectCallTarget, 0, 5); in TEST_P()
340 annotateValueSite(*M, *Inst, makeArrayRef(VD0Sorted).slice(2), 10, in TEST_P()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DInstrProf.cpp1017 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
1030 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
1033 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DInstrProf.h266 void annotateValueSite(Module &M, Instruction &Inst,
272 void annotateValueSite(Module &M, Instruction &Inst,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h252 void annotateValueSite(Module &M, Instruction &Inst,
258 void annotateValueSite(Module &M, Instruction &Inst,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DInstrProf.h266 void annotateValueSite(Module &M, Instruction &Inst,
272 void annotateValueSite(Module &M, Instruction &Inst,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DInstrProf.h266 void annotateValueSite(Module &M, Instruction &Inst,
272 void annotateValueSite(Module &M, Instruction &Inst,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp322 annotateValueSite(*M, *CB, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
H A DPGOMemOPSizeOpt.cpp406 annotateValueSite(*Func.getParent(), *MO.I, RemVDs, SavedRemainCount, in perform()
H A DPGOInstrumentation.cpp1829 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DInstrProf.h275 void annotateValueSite(Module &M, Instruction &Inst,
283 void annotateValueSite(Module &M, Instruction &Inst,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp376 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
H A DPGOMemOPSizeOpt.cpp364 annotateValueSite(*Func.getParent(), *MI, VDs.slice(Version), in perform()
H A DPGOInstrumentation.cpp1436 annotateValueSite(*M, *I.AnnotatedInst, ProfileRecord, in annotateValueSites()
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp618 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
H A DPGOInstrumentation.cpp780 annotateValueSite(*M, *I, ProfileRecord, IPVK_IndirectCallTarget, in annotateIndirectCallSites()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp793 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1547 annotateValueSite(*I.getParent()->getParent()->getParent(), I, in propagateWeights()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp916 annotateValueSite(*Inst.getParent()->getParent()->getParent(), Inst, in updateIDTMetaData()