Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp812 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
825 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount); in annotateValueSite()
828 void annotateValueSite(Module &M, Instruction &Inst, in annotateValueSite() function
/external/llvm/include/llvm/ProfileData/
DInstrProf.h248 void annotateValueSite(Module &M, Instruction &Inst,
253 void annotateValueSite(Module &M, Instruction &Inst,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h245 void annotateValueSite(Module &M, Instruction &Inst,
251 void annotateValueSite(Module &M, Instruction &Inst,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp375 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
DPGOMemOPSizeOpt.cpp364 annotateValueSite(*Func.getParent(), *MI, VDs.slice(Version), in perform()
DPGOInstrumentation.cpp1340 annotateValueSite(*M, *I, ProfileRecord, in annotateValueSites()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DInstrProfTest.cpp301 annotateValueSite(*M, *Inst, R.get(), IPVK_IndirectCallTarget, 0); in TEST_P()
331 annotateValueSite(*M, *Inst, R.get(), IPVK_IndirectCallTarget, 0, 5); in TEST_P()
353 annotateValueSite(*M, *Inst, makeArrayRef(VD0Sorted).slice(2), 10, in TEST_P()
/external/llvm/unittests/ProfileData/
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()
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp618 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
DPGOInstrumentation.cpp780 annotateValueSite(*M, *I, ProfileRecord, IPVK_IndirectCallTarget, in annotateIndirectCallSites()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp793 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1285 annotateValueSite(*I.getParent()->getParent()->getParent(), I, in propagateWeights()