Searched refs:ProfileFormat (Results 1 – 25 of 37) sorted by relevance
12
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 37 enum ProfileFormat { PF_None = 0, PF_Text, PF_Binary, PF_GCC }; enum 122 ProfileFormat OutputFormat, bool OutputSparse) { in mergeInstrProfile() 170 ProfileFormat OutputFormat) { in mergeSampleProfile() 282 cl::opt<ProfileFormat> OutputFormat( in merge_main()
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/ |
D | unreachable_bb.ll | 20 ;USE: !2 = !{!"ProfileFormat", !"InstrProf"}
|
D | icp_sample.ll | 19 !5 = !{!"ProfileFormat", !"SampleProfile"}
|
D | thinlto_samplepgo_icp.ll | 36 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
D | thinlto_samplepgo_icp3.ll | 37 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
D | thinlto_samplepgo_icp_droppeddead.ll | 44 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-cold-callsite-samplepgo.ll | 36 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
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 | prof-update-sample.ll | 38 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
D | inline-hot-callsite.ll | 50 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
/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/CodeGenPrepare/ |
D | section-samplepgo.ll | 42 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
D | section.ll | 68 !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/InstCombine/ |
D | cast-call-combine-prof.ll | 42 !3 = !{!"ProfileFormat", !"InstrProf"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 37 enum ProfileFormat { enum 240 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() 331 ProfileFormat OutputFormat) { in mergeSampleProfile() 473 cl::opt<ProfileFormat> OutputFormat( in merge_main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/ |
D | func_metadata.ll | 33 !3 = !{!"ProfileFormat", !"InstrProf"}
|
12