Searched refs:bugpoint_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 71 pr = subprocess.Popen([bugpoint_bin, 115 bugpoint_bin = check_bin(build_dir, 'bugpoint') 133 run_bugpoint(bugpoint_bin, llc_bin, opt_bin, tmp.name, ir_file)
|