/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 670 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/ |
D | InstrProf.cpp | 812 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/ |
D | InstrProf.h | 248 void annotateValueSite(Module &M, Instruction &Inst, 253 void annotateValueSite(Module &M, Instruction &Inst,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 245 void annotateValueSite(Module &M, Instruction &Inst, 251 void annotateValueSite(Module &M, Instruction &Inst,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 375 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
|
D | PGOMemOPSizeOpt.cpp | 364 annotateValueSite(*Func.getParent(), *MI, VDs.slice(Version), in perform()
|
D | PGOInstrumentation.cpp | 1340 annotateValueSite(*M, *I, ProfileRecord, in annotateValueSites()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 301 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/ |
D | InstrProfTest.cpp | 288 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/ |
D | IndirectCallPromotion.cpp | 618 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
|
D | PGOInstrumentation.cpp | 780 annotateValueSite(*M, *I, ProfileRecord, IPVK_IndirectCallTarget, in annotateIndirectCallSites()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 793 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 1285 annotateValueSite(*I.getParent()->getParent()->getParent(), I, in propagateWeights()
|