Home
last modified time | relevance | path

Searched refs:gather_results (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
Dopt-diff.py58 all_remarks1, _, _ = optrecord.gather_results(files1, args.jobs, print_progress)
59 all_remarks2, _, _ = optrecord.gather_results(files2, args.jobs, print_progress)
Dopt-stats.py51 all_remarks, file_remarks, _ = optrecord.gather_results(
Doptrecord.py292 def gather_results(filenames, num_jobs, should_print_progress): function
Dopt-viewer.py328 optrecord.gather_results(files, args.jobs, print_progress)