/external/llvm/lib/ProfileData/ |
D | CMakeLists.txt | 2 InstrProf.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | CMakeLists.txt | 3 InstrProf.cpp
|
/external/llvm/test/Analysis/ProfileSummary/ |
D | basic.ll | 28 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ProfileSummary/ |
D | basic.ll | 28 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 49 InstrProfiling InstrProf; member in __anond5e06e8d0111::InstrProfilingLegacyPass 53 InstrProfilingLegacyPass() : ModulePass(ID), InstrProf() {} in InstrProfilingLegacyPass() 55 : ModulePass(ID), InstrProf(Options) {} in InstrProfilingLegacyPass() 60 bool runOnModule(Module &M) override { return InstrProf.run(M); } in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/ |
D | unreachable_bb.ll | 20 ;USE: !2 = !{!"ProfileFormat", !"InstrProf"}
|
/external/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 41 !3 = !{!"ProfileFormat", !"InstrProf"}
|
D | inline-hot-callee.ll | 41 !3 = !{!"ProfileFormat", !"InstrProf"}
|
D | inline-hot-callsite.ll | 41 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/Inputs/ |
D | hotness_based_import.ll | 70 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-cold-callee.ll | 43 !3 = !{!"ProfileFormat", !"InstrProf"}
|
D | inline-cold-callsite-pgo.ll | 43 !3 = !{!"ProfileFormat", !"InstrProf"}
|
D | inline-hot-callee.ll | 44 !3 = !{!"ProfileFormat", !"InstrProf"}
|
D | inline-hot-callsite-2.ll | 45 !3 = !{!"ProfileFormat", !"InstrProf"}
|
D | prof-update-instr.ll | 35 !3 = !{!"ProfileFormat", !"InstrProf"}
|
D | bfi-update.ll | 82 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | cast-call-combine-prof.ll | 42 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/ |
D | func_metadata.ll | 33 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ |
D | section.ll | 68 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | bypass-slow-division-tune.ll | 72 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/PowerPC/ |
D | coldcc_coldsites.ll | 52 !2 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ProfileSummaryInfoTest.cpp | 146 TEST_F(ProfileSummaryInfoTest, InstrProf) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 140 InstrProfiling InstrProf; member in __anona65fa3c50111::InstrProfilingLegacyPass 147 : ModulePass(ID), InstrProf(Options) {} in InstrProfilingLegacyPass() 154 return InstrProf.run(M, getAnalysis<TargetLibraryInfoWrapperPass>().getTLI()); in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeExtractor/ |
D | PartialInlinePGORegion.ll | 92 !4 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | peel-loop-pgo.ll | 91 !3 = !{!"ProfileFormat", !"InstrProf"}
|