Searched refs:func_and_args (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/ |
D | optpmap.py | 16 def _wrapped_func(func_and_args): argument 17 func, argument, should_print_progress = func_and_args 43 func_and_args = [(func, arg, should_print_progress,) for arg in iterable] 45 result = map(_wrapped_func, func_and_args, *args, **kwargs) 50 result = pool.map(_wrapped_func, func_and_args, *args, **kwargs)
|