Lines Matching +full:- +full:- +full:prune
1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
48 ['-n', '--iterations'] : {
79 can be safely and easily populated. Each call to this method will have a 1-1
83 *args: The names for the argument (-V, --verbose, etc.)
155 "-n",
156 "--iterations",
163 "-i",
164 "--get_initial_items",
168 "the --verbose option must be used",
171 "-g",
172 "--switch_to_good",
176 "the --verbose option must be used",
179 "-b",
180 "--switch_to_bad",
184 "the --verbose option must be used",
187 "-I",
188 "--test_setup_script",
194 "-t",
195 "--test_script",
200 # --prune (evals to True),
201 # --prune=False,
202 # --prune=True
204 "-p",
205 "--prune",
206 dest="prune",
216 "-P",
217 "--pass_bisect",
223 "Needs support of `-opt-bisect-limit`(pass) and "
224 "`-print-debug-counter`(transformation) from LLVM. "
226 "prune must be set to False.",
229 # --ir_diff (evals to True),
230 # --ir_diff=False,
231 # --ir_diff=True
233 "-d",
234 "--ir_diff",
246 # --noincremental (evals to True),
247 # --noincremental=False,
248 # --noincremental=True
250 "-c",
251 "--noincremental",
262 # --file_args (evals to True),
263 # --file_args=False,
264 # --file_args=True
266 "-f",
267 "--file_args",
278 # --verify (evals to True),
279 # --verify=False,
280 # --verify=True
282 "--verify",
293 "-N",
294 "--prune_iterations",
297 help="Number of prune iterations to try in the search.",
301 # --verbose (evals to True),
302 # --verbose=False,
303 # --verbose=True
305 "-V",
306 "--verbose",
316 "-r",
317 "--resume",