Searched refs:should_print_progress (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/ |
D | optpmap.py | 17 func, argument, should_print_progress = func_and_args 19 if should_print_progress: 28 def pmap(func, iterable, processes, should_print_progress, *args, **kwargs): argument 43 func_and_args = [(func, arg, should_print_progress,) for arg in iterable] 54 if should_print_progress:
|
D | opt-viewer.py | 238 should_print_progress): argument 247 if should_print_progress: 259 if should_print_progress: 264 should_print_progress)
|
D | optrecord.py | 292 def gather_results(filenames, num_jobs, should_print_progress): argument 293 if should_print_progress: 298 get_remarks, filenames, num_jobs, should_print_progress)
|