Searched refs:opt_command (Results 1 – 2 of 2) sorted by relevance
22 opt_command = [args.optcmd, "-O2", "-opt-bisect-limit=%(count)s", "-S", args.test] variable27 cmd = [x % {'count':count} for x in opt_command]
24 opt_command = [args.optcmd, "-O2", "-opt-bisect-limit=%(count)s", "-S", args.test] variable29 cmd = [x % {'count':count} for x in opt_command]