Searched refs:opt_bin (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/utils/ |
D | bugpoint_gisel_reducer.py | 68 def run_bugpoint(bugpoint_bin, llc_bin, opt_bin, tmp, ir_file): argument 74 '-opt-command={}'.format(opt_bin), 114 opt_bin = check_bin(build_dir, 'opt') 133 run_bugpoint(bugpoint_bin, llc_bin, opt_bin, tmp.name, ir_file)
|