]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/params.opt
c97b8584ec4ddc521eefdfa3ffccd05e68cd858e
[thirdparty/gcc.git] / gcc / params.opt
1 ; Parameter options of the compiler.
2
3 ; Copyright (C) 2019-2023 Free Software Foundation, Inc.
4 ;
5 ; This file is part of GCC.
6 ;
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 3, or (at your option) any later
10 ; version.
11 ;
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 ; for more details.
16 ;
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3. If not see
19 ; <http://www.gnu.org/licenses/>.
20
21 ; See the GCC internals manual (options.texi) for a description of this file's format.
22
23 ; Please try to keep this file in ASCII collating order.
24
25 -param=align-loop-iterations=
26 Common Joined UInteger Var(param_align_loop_iterations) Init(4) Param Optimization
27 Loops iterating at least selected number of iterations will get loop alignment.
28
29 -param=align-threshold=
30 Common Joined UInteger Var(param_align_threshold) Init(100) IntegerRange(1, 65536) Param Optimization
31 Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment.
32
33 -param=asan-globals=
34 Common Joined UInteger Var(param_asan_globals) Init(1) IntegerRange(0, 1) Param
35 Enable asan globals protection.
36
37 -param=asan-instrument-allocas=
38 Common Joined UInteger Var(param_asan_protect_allocas) Init(1) IntegerRange(0, 1) Param Optimization
39 Enable asan allocas/VLAs protection.
40
41 -param=asan-instrument-reads=
42 Common Joined UInteger Var(param_asan_instrument_reads) Init(1) IntegerRange(0, 1) Param Optimization
43 Enable asan load operations protection.
44
45 -param=asan-instrument-writes=
46 Common Joined UInteger Var(param_asan_instrument_writes) Init(1) IntegerRange(0, 1) Param Optimization
47 Enable asan store operations protection.
48
49 -param=asan-instrumentation-with-call-threshold=
50 Common Joined UInteger Var(param_asan_instrumentation_with_call_threshold) Init(7000) Param Optimization
51 Use callbacks instead of inline code if number of accesses in function becomes greater or equal to this number.
52
53 -param=asan-kernel-mem-intrinsic-prefix=
54 Common Joined UInteger Var(param_asan_kernel_mem_intrinsic_prefix) Init(0) IntegerRange(0, 1) Param Optimization
55 Prefix calls to memcpy, memset and memmove with __asan_ or __hwasan_ for -fsanitize=kernel-address or -fsanitize=kernel-hwaddress.
56
57 -param=asan-memintrin=
58 Common Joined UInteger Var(param_asan_memintrin) Init(1) IntegerRange(0, 1) Param Optimization
59 Enable asan builtin functions protection.
60
61 -param=asan-stack=
62 Common Joined UInteger Var(param_asan_stack) Init(1) IntegerRange(0, 1) Param Optimization
63 Enable asan stack protection.
64
65 -param=asan-use-after-return=
66 Common Joined UInteger Var(param_asan_use_after_return) Init(1) IntegerRange(0, 1) Param Optimization
67 Enable asan detection of use-after-return bugs.
68
69 -param=hwasan-instrument-stack=
70 Common Joined UInteger Var(param_hwasan_instrument_stack) Init(1) IntegerRange(0, 1) Param Optimization
71 Enable hwasan instrumentation of statically sized stack-allocated variables.
72
73 -param=hwasan-random-frame-tag=
74 Common Joined UInteger Var(param_hwasan_random_frame_tag) Init(1) IntegerRange(0, 1) Param Optimization
75 Use random base tag for each frame, as opposed to base always zero.
76
77 -param=hwasan-instrument-allocas=
78 Common Joined UInteger Var(param_hwasan_instrument_allocas) Init(1) IntegerRange(0, 1) Param Optimization
79 Enable hwasan instrumentation of allocas/VLAs.
80
81 -param=hwasan-instrument-reads=
82 Common Joined UInteger Var(param_hwasan_instrument_reads) Init(1) IntegerRange(0, 1) Param Optimization
83 Enable hwasan instrumentation of load operations.
84
85 -param=hwasan-instrument-writes=
86 Common Joined UInteger Var(param_hwasan_instrument_writes) Init(1) IntegerRange(0, 1) Param Optimization
87 Enable hwasan instrumentation of store operations.
88
89 -param=hwasan-instrument-mem-intrinsics=
90 Common Joined UInteger Var(param_hwasan_instrument_mem_intrinsics) Init(1) IntegerRange(0, 1) Param Optimization
91 Enable hwasan instrumentation of builtin functions.
92
93 -param=avg-loop-niter=
94 Common Joined UInteger Var(param_avg_loop_niter) Init(10) IntegerRange(1, 65536) Param Optimization
95 Average number of iterations of a loop.
96
97 -param=avoid-fma-max-bits=
98 Common Joined UInteger Var(param_avoid_fma_max_bits) IntegerRange(0, 512) Param Optimization
99 Maximum number of bits for which we avoid creating FMAs.
100
101 -param=builtin-expect-probability=
102 Common Joined UInteger Var(param_builtin_expect_probability) Init(90) IntegerRange(0, 100) Param Optimization
103 Set the estimated probability in percentage for builtin expect. The default value is 90% probability.
104
105 -param=builtin-string-cmp-inline-length=
106 Common Joined UInteger Var(param_builtin_string_cmp_inline_length) Init(3) IntegerRange(0, 100) Param Optimization
107 The maximum length of a constant string for a builtin string cmp call eligible for inlining. The default value is 3.
108
109 -param=case-values-threshold=
110 Common Joined UInteger Var(param_case_values_threshold) Param Optimization
111 The smallest number of different values for which it is best to use a jump-table instead of a tree of conditional branches, if 0, use the default for the machine.
112
113 -param=comdat-sharing-probability=
114 Common Joined UInteger Var(param_comdat_sharing_probability) Init(20) Param Optimization
115 Probability that COMDAT function will be shared with different compilation unit.
116
117 -param=cxx-max-namespaces-for-diagnostic-help=
118 Common Joined UInteger Var(param_cxx_max_namespaces_for_diagnostic_help) Init(1000) Param
119 Maximum number of namespaces to search for alternatives when name lookup fails.
120
121 -param=dse-max-alias-queries-per-store=
122 Common Joined UInteger Var(param_dse_max_alias_queries_per_store) Init(256) Param Optimization
123 Maximum number of queries into the alias oracle per store.
124
125 -param=dse-max-object-size=
126 Common Joined UInteger Var(param_dse_max_object_size) Init(256) Param Optimization
127 Maximum size (in bytes) of objects tracked bytewise by dead store elimination.
128
129 -param=early-inlining-insns=
130 Common Joined UInteger Var(param_early_inlining_insns) Init(6) Optimization Param
131 Maximal estimated growth of function body caused by early inlining of single call.
132
133 -param=evrp-sparse-threshold=
134 Common Joined UInteger Var(param_evrp_sparse_threshold) Init(800) Optimization Param
135 Maximum number of basic blocks before EVRP uses a sparse cache.
136
137 -param=evrp-switch-limit=
138 Common Joined UInteger Var(param_evrp_switch_limit) Init(50) Optimization Param
139 Maximum number of outgoing edges in a switch before EVRP will not process it.
140
141 -param=fsm-scale-path-stmts=
142 Common Joined UInteger Var(param_fsm_scale_path_stmts) Init(2) IntegerRange(1, 10) Param Optimization
143 Scale factor to apply to the number of statements in a threading path crossing a loop backedge when comparing to max-jump-thread-duplication-stmts.
144
145 -param=gcse-after-reload-critical-fraction=
146 Common Joined UInteger Var(param_gcse_after_reload_critical_fraction) Init(10) Param Optimization
147 The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload.
148
149 -param=gcse-after-reload-partial-fraction=
150 Common Joined UInteger Var(param_gcse_after_reload_partial_fraction) Init(3) Param Optimization
151 The threshold ratio for performing partial redundancy elimination after reload.
152
153 -param=gcse-cost-distance-ratio=
154 Common Joined UInteger Var(param_gcse_cost_distance_ratio) Init(10) Param Optimization
155 Scaling factor in calculation of maximum distance an expression can be moved by GCSE optimizations.
156
157 -param=gcse-unrestricted-cost=
158 Common Joined UInteger Var(param_gcse_unrestricted_cost) Init(3) Param Optimization
159 Cost at which GCSE optimizations will not constraint the distance an expression can travel.
160
161 -param=ggc-min-expand=
162 Common Joined UInteger Var(param_ggc_min_expand) Init(30) Param
163 Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap.
164
165 -param=ggc-min-heapsize=
166 Common Joined UInteger Var(param_ggc_min_heapsize) Init(4096) Param
167 Minimum heap size before we start collecting garbage, in kilobytes.
168
169 -param=gimple-fe-computed-hot-bb-threshold=
170 Common Joined UInteger Var(param_gimple_fe_computed_hot_bb_threshold) Param
171 The number of executions of a basic block which is considered hot. The parameter is used only in GIMPLE FE.
172
173 -param=graphite-allow-codegen-errors=
174 Common Joined UInteger Var(param_graphite_allow_codegen_errors) IntegerRange(0, 1) Param
175 Whether codegen errors should be ICEs when -fchecking.
176
177 -param=graphite-max-arrays-per-scop=
178 Common Joined UInteger Var(param_graphite_max_arrays_per_scop) Init(100) Param Optimization
179 Maximum number of arrays per SCoP.
180
181 -param=graphite-max-nb-scop-params=
182 Common Joined UInteger Var(param_graphite_max_nb_scop_params) Init(10) Param Optimization
183 Maximum number of parameters in a SCoP.
184
185 -param=hash-table-verification-limit=
186 Common Joined UInteger Var(param_hash_table_verification_limit) Init(10) Param
187 The number of elements for which hash table verification is done for each searched element.
188
189 -param=hot-bb-count-fraction=
190 Common Joined UInteger Var(param_hot_bb_count_fraction) Init(10000) Param
191 The denominator n of fraction 1/n of the maximal execution count of a basic block in the entire program that a basic block needs to at least have in order to be considered hot (used in non-LTO mode).
192
193 -param=hot-bb-count-ws-permille=
194 Common Joined UInteger Var(param_hot_bb_count_ws_permille) Init(990) IntegerRange(0, 1000) Param
195 The number of most executed permilles of the profiled execution of the entire program to which the execution count of a basic block must be part of in order to be considered hot (used in LTO mode).
196
197 -param=hot-bb-frequency-fraction=
198 Common Joined UInteger Var(param_hot_bb_frequency_fraction) Init(1000) Param
199 The denominator n of fraction 1/n of the execution frequency of the entry block of a function that a basic block of this function needs to at least have in order to be considered hot.
200
201 -param=inline-heuristics-hint-percent=
202 Common Joined UInteger Var(param_inline_heuristics_hint_percent) Init(200) Optimization IntegerRange(100, 1000000) Param
203 The scale (in percents) applied to inline-insns-single and auto limits when heuristics hints that inlining is very profitable.
204
205 -param=inline-min-speedup=
206 Common Joined UInteger Var(param_inline_min_speedup) Init(30) Optimization IntegerRange(0, 100) Param
207 The minimal estimated speedup allowing inliner to ignore inline-insns-single and inline-insns-auto.
208
209 -param=inline-unit-growth=
210 Common Joined UInteger Var(param_inline_unit_growth) Init(40) Optimization Param
211 How much can given compilation unit grow because of the inlining (in percent).
212
213 -param=integer-share-limit=
214 Common Joined UInteger Var(param_integer_share_limit) Init(251) IntegerRange(2, 65536) Param
215 The upper bound for sharing integer constants.
216
217 -param=ipa-cp-eval-threshold=
218 Common Joined UInteger Var(param_ipa_cp_eval_threshold) Init(500) Param Optimization
219 Threshold ipa-cp opportunity evaluation that is still considered beneficial to clone.
220
221 -param=ipa-cp-loop-hint-bonus=
222 Common Joined UInteger Var(param_ipa_cp_loop_hint_bonus) Init(64) Param Optimization
223 Compile-time bonus IPA-CP assigns to candidates which make loop bounds or strides known.
224
225 -param=ipa-cp-max-recursive-depth=
226 Common Joined UInteger Var(param_ipa_cp_max_recursive_depth) Init(8) Param Optimization
227 Maximum depth of recursive cloning for self-recursive function.
228
229 -param=ipa-cp-min-recursive-probability=
230 Common Joined UInteger Var(param_ipa_cp_min_recursive_probability) Init(2) Param Optimization
231 Recursive cloning only when the probability of call being executed exceeds the parameter.
232
233 -param=ipa-cp-recursive-freq-factor=
234 Common Joined UInteger Var(param_ipa_cp_recursive_freq_factor) Init(6) Param Optimization
235 When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that bring back an unchanged value by this factor.
236
237 -param=ipa-cp-recursion-penalty=
238 Common Joined UInteger Var(param_ipa_cp_recursion_penalty) Init(40) IntegerRange(0, 100) Param Optimization
239 Percentage penalty the recursive functions will receive when they are evaluated for cloning.
240
241 -param=ipa-cp-single-call-penalty=
242 Common Joined UInteger Var(param_ipa_cp_single_call_penalty) Init(15) IntegerRange(0, 100) Param Optimization
243 Percentage penalty functions containing a single call to another function will receive when they are evaluated for cloning.
244
245 -param=ipa-cp-unit-growth=
246 Common Joined UInteger Var(param_ipa_cp_unit_growth) Init(10) Param Optimization
247 How much can given compilation unit grow because of the interprocedural constant propagation (in percent).
248
249 -param=ipa-cp-large-unit-insns=
250 Common Joined UInteger Var(param_ipa_cp_large_unit_insns) Optimization Init(16000) Param
251 The size of translation unit that IPA-CP pass considers large.
252
253 -param=ipa-cp-value-list-size=
254 Common Joined UInteger Var(param_ipa_cp_value_list_size) Init(8) Param Optimization
255 Maximum size of a list of values associated with each parameter for interprocedural constant propagation.
256
257 -param=ipa-cp-profile-count-base=
258 Common Joined UInteger Var(param_ipa_cp_profile_count_base) Init(10) IntegerRange(0, 100) Param Optimization
259 When using profile feedback, use the edge at this percentage position in frequncy histogram as the bases for IPA-CP heuristics.
260
261 -param=ipa-jump-function-lookups=
262 Common Joined UInteger Var(param_ipa_jump_function_lookups) Init(8) Param Optimization
263 Maximum number of statements visited during jump function offset discovery.
264
265 -param=ipa-max-aa-steps=
266 Common Joined UInteger Var(param_ipa_max_aa_steps) Init(25000) Param Optimization
267 Maximum number of statements that will be visited by IPA formal parameter analysis based on alias analysis in any given function.
268
269 -param=ipa-max-agg-items=
270 Common Joined UInteger Var(param_ipa_max_agg_items) Init(16) Param Optimization
271 Maximum number of aggregate content items for a parameter in jump functions and lattices.
272
273 -param=ipa-max-param-expr-ops=
274 Common Joined UInteger Var(param_ipa_max_param_expr_ops) Init(10) Param Optimization
275 Maximum number of operations in a parameter expression that can be handled by IPA analysis.
276
277 -param=ipa-max-loop-predicates=
278 Common Joined UInteger Var(param_ipa_max_loop_predicates) Init(16) Param Optimization
279 Maximum number of different predicates used to track properties of loops in IPA analysis.
280
281 -param=ipa-max-switch-predicate-bounds=
282 Common Joined UInteger Var(param_ipa_max_switch_predicate_bounds) Init(5) Param Optimization
283 Maximal number of boundary endpoints of case ranges of switch statement used during IPA function summary generation.
284
285 -param=ipa-sra-deref-prob-threshold=
286 Common Joined UInteger Var(param_ipa_sra_deref_prob_threshold) Init(50) IntegerRange(0, 100) Param Optimization
287 Minimum probability (in percent) of dereferencing of a function pointer parameter for it to be considered for replacement with simple values.
288
289 -param=ipa-sra-max-replacements=
290 Common Joined UInteger Var(param_ipa_sra_max_replacements) Optimization Init(8) IntegerRange(0, 16) Param
291 Maximum pieces that IPA-SRA tracks per formal parameter, as a consequence, also the maximum number of replacements of a formal parameter.
292
293 -param=ipa-sra-ptr-growth-factor=
294 Common Joined UInteger Var(param_ipa_sra_ptr_growth_factor) Init(2) Param Optimization
295 Maximum allowed growth of total size of new parameters that ipa-sra replaces a pointer to an aggregate with.
296
297 -param=ipa-sra-ptrwrap-growth-factor=
298 Common Joined UInteger Var(param_ipa_sra_ptrwrap_growth_factor) Init(4) IntegerRange(1, 8) Param Optimization
299 Additional maximum allowed growth of total size of new parameters that ipa-sra replaces a pointer to an aggregate with, if it points to a local variable that the caller only writes to and passes it as an argument to functions.
300
301 -param=ira-loop-reserved-regs=
302 Common Joined UInteger Var(param_ira_loop_reserved_regs) Init(2) Param Optimization
303 The number of registers in each class kept unused by loop invariant motion.
304
305 -param=ira-max-conflict-table-size=
306 Common Joined UInteger Var(param_ira_max_conflict_table_size) Init(1000) Param Optimization
307 Max size of conflict table in MB.
308
309 -param=ira-simple-lra-insn-threshold=
310 Common Joined UInteger Var(param_ira_simple_lra_insn_threshold) Init(1000) Param Optimization
311 Approximate function insn number in 1K units triggering simple local RA.
312
313 -param=ira-max-loops-num=
314 Common Joined UInteger Var(param_ira_max_loops_num) Init(100) Param Optimization
315 Max loops number for regional RA.
316
317 -param=ira-consider-dup-in-all-alts=
318 Common Joined UInteger Var(param_ira_consider_dup_in_all_alts) Init(1) IntegerRange(0, 1) Param Optimization
319 Control ira to consider matching constraint (duplicated operand number) heavily in all available alternatives for preferred register class. If it is set as zero, it means ira only respects the matching constraint when it's in the only available alternative with an appropriate register class. Otherwise, it means ira will check all available alternatives for preferred register class even if it has found some choice with an appropriate register class and respect the found qualified matching constraint.
320
321 -param=iv-always-prune-cand-set-bound=
322 Common Joined UInteger Var(param_iv_always_prune_cand_set_bound) Init(10) Param Optimization
323 If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization.
324
325 -param=iv-consider-all-candidates-bound=
326 Common Joined UInteger Var(param_iv_consider_all_candidates_bound) Init(40) Param Optimization
327 Bound on number of candidates below that all candidates are considered in iv optimizations.
328
329 -param=iv-max-considered-uses=
330 Common Joined UInteger Var(param_iv_max_considered_uses) Init(250) Param Optimization
331 Bound on number of iv uses in loop optimized in iv optimizations.
332
333 -param=jump-table-max-growth-ratio-for-size=
334 Common Joined UInteger Var(param_jump_table_max_growth_ratio_for_size) Init(300) IntegerRange(0, 10000) Param Optimization
335 The maximum code size growth ratio when expanding into a jump table (in percent). The parameter is used when optimizing for size.
336
337 -param=jump-table-max-growth-ratio-for-speed=
338 Common Joined UInteger Var(param_jump_table_max_growth_ratio_for_speed) Init(800) IntegerRange(0, 10000) Param Optimization
339 The maximum code size growth ratio when expanding into a jump table (in percent). The parameter is used when optimizing for speed.
340
341 -param=l1-cache-line-size=
342 Common Joined UInteger Var(param_l1_cache_line_size) Init(32) Param Optimization
343 The size of L1 cache line.
344
345 -param=destructive-interference-size=
346 Common Joined UInteger Var(param_destruct_interfere_size) Init(0) Param Optimization
347 The minimum recommended offset between two concurrently-accessed objects to
348 avoid additional performance degradation due to contention introduced by the
349 implementation. Typically the L1 cache line size, but can be larger to
350 accommodate a variety of target processors with different cache line sizes.
351 C++17 code might use this value in structure layout, but is strongly
352 discouraged from doing so in public ABIs.
353
354 -param=constructive-interference-size=
355 Common Joined UInteger Var(param_construct_interfere_size) Init(0) Param Optimization
356 The maximum recommended size of contiguous memory occupied by two objects
357 accessed with temporal locality by concurrent threads. Typically the L1 cache
358 line size, but can be smaller to accommodate a variety of target processors with
359 different cache line sizes.
360
361 -param=l1-cache-size=
362 Common Joined UInteger Var(param_l1_cache_size) Init(64) Param Optimization
363 The size of L1 cache.
364
365 -param=l2-cache-size=
366 Common Joined UInteger Var(param_l2_cache_size) Init(512) Param Optimization
367 The size of L2 cache.
368
369 -param=large-function-growth=
370 Common Joined UInteger Var(param_large_function_growth) Optimization Init(100) Param
371 Maximal growth due to inlining of large function (in percent).
372
373 -param=large-function-insns=
374 Common Joined UInteger Var(param_large_function_insns) Optimization Init(2700) Param
375 The size of function body to be considered large.
376
377 -param=large-stack-frame=
378 Common Joined UInteger Var(param_large_stack_frame) Init(256) Optimization Param
379 The size of stack frame to be considered large.
380
381 -param=large-stack-frame-growth=
382 Common Joined UInteger Var(param_stack_frame_growth) Optimization Init(1000) Param
383 Maximal stack frame growth due to inlining (in percent).
384
385 -param=large-unit-insns=
386 Common Joined UInteger Var(param_large_unit_insns) Optimization Init(10000) Param
387 The size of translation unit to be considered large.
388
389 -param=lazy-modules=
390 C++ Joined UInteger Var(param_lazy_modules) Init(32768) Param
391 Maximum number of concurrently open C++ module files when lazy loading.
392
393 -param=lim-expensive=
394 Common Joined UInteger Var(param_lim_expensive) Init(20) Param Optimization
395 The minimum cost of an expensive expression in the loop invariant motion.
396
397 -param=logical-op-non-short-circuit=
398 Common Joined UInteger Var(param_logical_op_non_short_circuit) Init(-1) IntegerRange(0, 1) Param
399 True if a non-short-circuit operation is optimal.
400
401 -param=loop-block-tile-size=
402 Common Joined UInteger Var(param_loop_block_tile_size) Init(51) Param Optimization
403 Size of tiles for loop blocking.
404
405 -param=loop-interchange-max-num-stmts=
406 Common Joined UInteger Var(param_loop_interchange_max_num_stmts) Init(64) Param Optimization
407 The maximum number of stmts in loop nest for loop interchange.
408
409 -param=loop-interchange-stride-ratio=
410 Common Joined UInteger Var(param_loop_interchange_stride_ratio) Init(2) Param Optimization
411 The minimum stride ratio for loop interchange to be profitable.
412
413 -param=loop-invariant-max-bbs-in-loop=
414 Common Joined UInteger Var(param_loop_invariant_max_bbs_in_loop) Init(10000) Param Optimization
415 Max basic blocks number in loop for loop invariant motion.
416
417 -param=loop-max-datarefs-for-datadeps=
418 Common Joined UInteger Var(param_loop_max_datarefs_for_datadeps) Init(1000) Param Optimization
419 Maximum number of datarefs in loop for building loop data dependencies.
420
421 -param=loop-versioning-max-inner-insns=
422 Common Joined UInteger Var(param_loop_versioning_max_inner_insns) Init(200) Param Optimization
423 The maximum number of instructions in an inner loop that is being considered for versioning.
424
425 -param=loop-versioning-max-outer-insns=
426 Common Joined UInteger Var(param_loop_versioning_max_outer_insns) Init(100) Param Optimization
427 The maximum number of instructions in an outer loop that is being considered for versioning, on top of the instructions in inner loops.
428
429 -param=lra-inheritance-ebb-probability-cutoff=
430 Common Joined UInteger Var(param_lra_inheritance_ebb_probability_cutoff) Init(40) IntegerRange(0, 100) Param Optimization
431 Minimal fall-through edge probability in percentage used to add BB to inheritance EBB in LRA.
432
433 -param=lra-max-considered-reload-pseudos=
434 Common Joined UInteger Var(param_lra_max_considered_reload_pseudos) Init(500) Param Optimization
435 The max number of reload pseudos which are considered during spilling a non-reload pseudo.
436
437 -param=lto-max-partition=
438 Common Joined UInteger Var(param_max_partition_size) Init(1000000) Param
439 Maximal size of a partition for LTO (in estimated instructions).
440
441 -param=lto-max-streaming-parallelism=
442 Common Joined UInteger Var(param_max_lto_streaming_parallelism) Init(32) IntegerRange(1, 65536) Param
443 maximal number of LTO partitions streamed in parallel.
444
445 -param=lto-min-partition=
446 Common Joined UInteger Var(param_min_partition_size) Init(10000) Param
447 Minimal size of a partition for LTO (in estimated instructions).
448
449 -param=lto-partitions=
450 Common Joined UInteger Var(param_lto_partitions) Init(128) IntegerRange(1, 65536) Param
451 Number of partitions the program should be split to.
452
453 -param=max-average-unrolled-insns=
454 Common Joined UInteger Var(param_max_average_unrolled_insns) Init(80) Param Optimization
455 The maximum number of instructions to consider to unroll in a loop on average.
456
457 -param=max-combine-insns=
458 Common Joined UInteger Var(param_max_combine_insns) Init(4) IntegerRange(2, 4) Param Optimization
459 The maximum number of insns combine tries to combine.
460
461 -param=max-completely-peel-loop-nest-depth=
462 Common Joined UInteger Var(param_max_unroll_iterations) Init(8) Param Optimization
463 The maximum depth of a loop nest we completely peel.
464
465 -param=max-completely-peel-times=
466 Common Joined UInteger Var(param_max_completely_peel_times) Init(16) Param Optimization
467 The maximum number of peelings of a single loop that is peeled completely.
468
469 -param=max-completely-peeled-insns=
470 Common Joined UInteger Var(param_max_completely_peeled_insns) Init(200) Param Optimization
471 The maximum number of insns of a completely peeled loop.
472
473 -param=max-crossjump-edges=
474 Common Joined UInteger Var(param_max_crossjump_edges) Init(100) Param Optimization
475 The maximum number of incoming edges to consider for crossjumping.
476
477 -param=max-cse-insns=
478 Common Joined UInteger Var(param_max_cse_insns) Init(1000) Param Optimization
479 The maximum instructions CSE process before flushing.
480
481 -param=max-cse-path-length=
482 Common Joined UInteger Var(param_max_cse_path_length) Init(10) IntegerRange(1, 65536) Param Optimization
483 The maximum length of path considered in cse.
484
485 -param=max-cselib-memory-locations=
486 Common Joined UInteger Var(param_max_cselib_memory_locations) Init(500) Param Optimization
487 The maximum memory locations recorded by cselib.
488
489 -param=max-debug-marker-count=
490 Common Joined UInteger Var(param_max_debug_marker_count) Init(100000) Param Optimization
491 Max. count of debug markers to expand or inline.
492
493 -param=max-delay-slot-insn-search=
494 Common Joined UInteger Var(param_max_delay_slot_insn_search) Init(100) Param Optimization
495 The maximum number of instructions to consider to fill a delay slot.
496
497 -param=max-delay-slot-live-search=
498 Common Joined UInteger Var(param_max_delay_slot_live_search) Init(333) Param Optimization
499 The maximum number of instructions to consider to find accurate live register information.
500
501 -param=max-dse-active-local-stores=
502 Common Joined UInteger Var(param_max_dse_active_local_stores) Init(5000) Param Optimization
503 Maximum number of active local stores in RTL dead store elimination.
504
505 -param=max-early-inliner-iterations=
506 Common Joined UInteger Var(param_early_inliner_max_iterations) Init(1) Param Optimization
507 The maximum number of nested indirect inlining performed by early inliner.
508
509 -param=max-fields-for-field-sensitive=
510 Common Joined UInteger Var(param_max_fields_for_field_sensitive) Param
511 Maximum number of fields in a structure before pointer analysis treats the structure as a single variable.
512
513 -param=max-fsm-thread-path-insns=
514 Common Joined UInteger Var(param_max_fsm_thread_path_insns) Init(100) IntegerRange(1, 999999) Param Optimization
515 Maximum number of instructions to copy when duplicating blocks on a finite state automaton jump thread path.
516
517 -param=max-gcse-insertion-ratio=
518 Common Joined UInteger Var(param_max_gcse_insertion_ratio) Init(20) Param Optimization
519 The maximum ratio of insertions to deletions of expressions in GCSE.
520
521 -param=max-gcse-memory=
522 Common Joined UInteger Var(param_max_gcse_memory) Init(131072) Param Optimization
523 The maximum amount of memory to be allocated by GCSE, in kilobytes.
524
525 -param=max-goto-duplication-insns=
526 Common Joined UInteger Var(param_max_goto_duplication_insns) Init(8) Param Optimization
527 The maximum number of insns to duplicate when unfactoring computed gotos.
528
529 -param=max-grow-copy-bb-insns=
530 Common Joined UInteger Var(param_max_grow_copy_bb_insns) Init(8) Param Optimization
531 The maximum expansion factor when copying basic blocks.
532
533 -param=max-hoist-depth=
534 Common Joined UInteger Var(param_max_hoist_depth) Init(30) Param Optimization
535 Maximum depth of search in the dominator tree for expressions to hoist.
536
537 -param=max-inline-functions-called-once-loop-depth=
538 Common Joined UInteger Var(param_inline_functions_called_once_loop_depth) Init(6) Optimization Param
539 Maximum loop depth of a call which is considered for inlining functions called once.
540
541 -param=max-inline-functions-called-once-insns=
542 Common Joined UInteger Var(param_inline_functions_called_once_insns) Init(4000) Optimization Param
543 Maximum combined size of caller and callee which is inlined if callee is called once.
544
545 -param=max-inline-insns-auto=
546 Common Joined UInteger Var(param_max_inline_insns_auto) Init(15) Optimization Param
547 The maximum number of instructions when automatically inlining.
548
549 -param=max-inline-insns-recursive=
550 Common Joined UInteger Var(param_max_inline_insns_recursive) Optimization Init(450) Param
551 The maximum number of instructions inline function can grow to via recursive inlining.
552
553 -param=max-inline-insns-recursive-auto=
554 Common Joined UInteger Var(param_max_inline_insns_recursive_auto) Optimization Init(450) Param
555 The maximum number of instructions non-inline function can grow to via recursive inlining.
556
557 -param=max-inline-insns-single=
558 Common Joined UInteger Var(param_max_inline_insns_single) Optimization Init(70) Param
559 The maximum number of instructions in a single function eligible for inlining.
560
561 -param=max-inline-insns-size=
562 Common Joined UInteger Var(param_max_inline_insns_size) Optimization Param
563 The maximum number of instructions when inlining for size.
564
565 -param=max-inline-insns-small=
566 Common Joined UInteger Var(param_max_inline_insns_small) Optimization Param
567 The maximum number of instructions when automatically inlining small functions.
568
569 -param=max-inline-recursive-depth=
570 Common Joined UInteger Var(param_max_inline_recursive_depth) Optimization Init(8) Param
571 The maximum depth of recursive inlining for inline functions.
572
573 -param=max-inline-recursive-depth-auto=
574 Common Joined UInteger Var(param_max_inline_recursive_depth_auto) Optimization Init(8) Param
575 The maximum depth of recursive inlining for non-inline functions.
576
577 -param=max-isl-operations=
578 Common Joined UInteger Var(param_max_isl_operations) Init(350000) Param Optimization
579 Maximum number of isl operations, 0 means unlimited.
580
581 -param=max-iterations-computation-cost=
582 Common Joined UInteger Var(param_max_iterations_computation_cost) Init(10) Param Optimization
583 Bound on the cost of an expression to compute the number of iterations.
584
585 -param=max-iterations-to-track=
586 Common Joined UInteger Var(param_max_iterations_to_track) Init(1000) Param Optimization
587 Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates.
588
589 -param=max-jump-thread-duplication-stmts=
590 Common Joined UInteger Var(param_max_jump_thread_duplication_stmts) Init(15) Param Optimization
591 Maximum number of statements allowed in a block that needs to be duplicated when threading jumps.
592
593 -param=max-jump-thread-paths=
594 Common Joined UInteger Var(param_max_jump_thread_paths) Init(64) IntegerRange(1, 65536) Param Optimization
595 Search space limit for the backwards jump threader.
596
597 -param=max-last-value-rtl=
598 Common Joined UInteger Var(param_max_last_value_rtl) Init(10000) Param Optimization
599 The maximum number of RTL nodes that can be recorded as combiner's last value.
600
601 -param=max-loop-header-insns=
602 Common Joined UInteger Var(param_max_loop_header_insns) Init(20) Param Optimization
603 The maximum number of insns in loop header duplicated by the copy loop headers pass.
604
605 -param=max-modulo-backtrack-attempts=
606 Common Joined UInteger Var(param_max_modulo_backtrack_attempts) Init(40) Param Optimization
607 The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop.
608
609 -param=min-pagesize=
610 Common Joined UInteger Var(param_min_pagesize) Init(4096) Param Optimization
611 Minimum page size for warning purposes.
612
613 -param=max-partial-antic-length=
614 Common Joined UInteger Var(param_max_partial_antic_length) Init(100) Param Optimization
615 Maximum length of partial antic set when performing tree pre optimization.
616
617 -param=max-peel-branches=
618 Common Joined UInteger Var(param_max_peel_branches) Init(32) Param Optimization
619 The maximum number of branches on the path through the peeled sequence.
620
621 -param=max-peel-times=
622 Common Joined UInteger Var(param_max_peel_times) Init(16) Param Optimization
623 The maximum number of peelings of a single loop.
624
625 -param=max-peeled-insns=
626 Common Joined UInteger Var(param_max_peeled_insns) Init(100) Param Optimization
627 The maximum number of insns of a peeled loop.
628
629 -param=max-pending-list-length=
630 Common Joined UInteger Var(param_max_pending_list_length) Init(32) Param Optimization
631 The maximum length of scheduling's pending operations list.
632
633 -param=max-pipeline-region-blocks=
634 Common Joined UInteger Var(param_max_pipeline_region_blocks) Init(15) Param Optimization
635 The maximum number of blocks in a region to be considered for interblock scheduling.
636
637 -param=max-pipeline-region-insns=
638 Common Joined UInteger Var(param_max_pipeline_region_insns) Init(200) Param Optimization
639 The maximum number of insns in a region to be considered for interblock scheduling.
640
641 -param=max-pow-sqrt-depth=
642 Common Joined UInteger Var(param_max_pow_sqrt_depth) Init(5) IntegerRange(1, 32) Param Optimization
643 Maximum depth of sqrt chains to use when synthesizing exponentiation by a real constant.
644
645 -param=max-predicted-iterations=
646 Common Joined UInteger Var(param_max_predicted_iterations) Init(100) IntegerRange(0, 65536) Param Optimization
647 The maximum number of loop iterations we predict statically.
648
649 -param=max-reload-search-insns=
650 Common Joined UInteger Var(param_max_reload_search_insns) Init(100) Param Optimization
651 The maximum number of instructions to search backward when looking for equivalent reload.
652
653 -param=max-rtl-if-conversion-insns=
654 Common Joined UInteger Var(param_max_rtl_if_conversion_insns) Init(10) IntegerRange(0, 99) Param Optimization
655 Maximum number of insns in a basic block to consider for RTL if-conversion.
656
657 -param=max-rtl-if-conversion-predictable-cost=
658 Common Joined UInteger Var(param_max_rtl_if_conversion_predictable_cost) Init(20) IntegerRange(0, 200) Param Optimization
659 Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered predictable.
660
661 -param=max-rtl-if-conversion-unpredictable-cost=
662 Common Joined UInteger Var(param_max_rtl_if_conversion_unpredictable_cost) Init(40) IntegerRange(0, 200) Param Optimization
663 Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered unpredictable.
664
665 -param=max-sched-extend-regions-iters=
666 Common Joined UInteger Var(param_max_sched_extend_regions_iters) Param Optimization
667 The maximum number of iterations through CFG to extend regions.
668
669 -param=max-sched-insn-conflict-delay=
670 Common Joined UInteger Var(param_max_sched_insn_conflict_delay) Init(3) IntegerRange(1, 10) Param Optimization
671 The maximum conflict delay for an insn to be considered for speculative motion.
672
673 -param=max-sched-ready-insns=
674 Common Joined UInteger Var(param_max_sched_ready_insns) Init(100) IntegerRange(1, 65536) Param Optimization
675 The maximum number of instructions ready to be issued to be considered by the scheduler during the first scheduling pass.
676
677 -param=max-sched-region-blocks=
678 Common Joined UInteger Var(param_max_sched_region_blocks) Init(10) Param Optimization
679 The maximum number of blocks in a region to be considered for interblock scheduling.
680
681 -param=max-sched-region-insns=
682 Common Joined UInteger Var(param_max_sched_region_insns) Init(100) Param Optimization
683 The maximum number of insns in a region to be considered for interblock scheduling.
684
685 -param=max-slsr-cand-scan=
686 Common Joined UInteger Var(param_max_slsr_candidate_scan) Init(50) IntegerRange(1, 999999) Param Optimization
687 Maximum length of candidate scans for straight-line strength reduction.
688
689 -param=max-speculative-devirt-maydefs=
690 Common Joined UInteger Var(param_max_speculative_devirt_maydefs) Init(50) Param Optimization
691 Maximum number of may-defs visited when devirtualizing speculatively.
692
693 -param=max-ssa-name-query-depth=
694 Common Joined UInteger Var(param_max_ssa_name_query_depth) Init(3) IntegerRange(1, 10) Param
695 Maximum recursion depth allowed when querying a property of an SSA name.
696
697 -param=max-stores-to-merge=
698 Common Joined UInteger Var(param_max_stores_to_merge) Init(64) IntegerRange(2, 65536) Param Optimization
699 Maximum number of constant stores to merge in the store merging pass.
700
701 -param=max-stores-to-sink=
702 Common Joined UInteger Var(param_max_stores_to_sink) Init(2) Param Optimization
703 Maximum number of conditional store pairs that can be sunk.
704
705 -param=max-store-chains-to-track=
706 Common Joined UInteger Var(param_max_store_chains_to_track) Init(64) IntegerRange(1, 65536) Param
707 Maximum number of store chains to track at the same time in the store merging pass.
708
709 -param=max-stores-to-track=
710 Common Joined UInteger Var(param_max_stores_to_track) Init(1024) IntegerRange(2, 1048576) Param
711 Maximum number of store chains to track at the same time in the store merging pass.
712
713 -param=max-tail-merge-comparisons=
714 Common Joined UInteger Var(param_max_tail_merge_comparisons) Init(10) Param Optimization
715 Maximum amount of similar bbs to compare a bb with.
716
717 -param=max-tail-merge-iterations=
718 Common Joined UInteger Var(param_max_tail_merge_iterations) Init(2) Param Optimization
719 Maximum amount of iterations of the pass over a function.
720
721 -param=max-tracked-strlens=
722 Common Joined UInteger Var(param_max_tracked_strlens) Init(10000) Param Optimization
723 Maximum number of strings for which strlen optimization pass will track string lengths.
724
725 -param=max-tree-if-conversion-phi-args=
726 Common Joined UInteger Var(param_max_tree_if_conversion_phi_args) Init(4) IntegerRange(2, 65536) Param Optimization
727 Maximum number of arguments in a PHI supported by TREE if-conversion unless the loop is marked with simd pragma.
728
729 -param=max-unroll-times=
730 Common Joined UInteger Var(param_max_unroll_times) Init(8) Param Optimization
731 The maximum number of unrollings of a single loop.
732
733 -param=max-unrolled-insns=
734 Common Joined UInteger Var(param_max_unrolled_insns) Init(200) Param Optimization
735 The maximum number of instructions to consider to unroll in a loop.
736
737 -param=max-unswitch-insns=
738 Common Joined UInteger Var(param_max_unswitch_insns) Init(50) Param Optimization
739 The maximum number of insns of an unswitched loop.
740
741 -param=max-unswitch-depth=
742 Common Joined UInteger Var(param_max_unswitch_depth) Init(50) IntegerRange(1, 50) Param Optimization
743 The maximum depth of a loop nest to be unswitched.
744
745 -param=max-variable-expansions-in-unroller=
746 Common Joined UInteger Var(param_max_variable_expansions) Init(1) Param Optimization
747 If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling.
748
749 -param=max-vartrack-expr-depth=
750 Common Joined UInteger Var(param_max_vartrack_expr_depth) Init(12) Param Optimization
751 Max. recursion depth for expanding var tracking expressions.
752
753 -param=max-vartrack-reverse-op-size=
754 Common Joined UInteger Var(param_max_vartrack_reverse_op_size) Init(50) Param Optimization
755 Max. size of loc list for which reverse ops should be added.
756
757 -param=max-vartrack-size=
758 Common Joined UInteger Var(param_max_vartrack_size) Init(50000000) Param Optimization
759 Max. size of var tracking hash tables.
760
761 -param=max-find-base-term-values=
762 Common Joined UInteger Var(param_max_find_base_term_values) Init(200) Param Optimization
763 Maximum number of VALUEs handled during a single find_base_term call.
764
765 -param=min-crossjump-insns=
766 Common Joined UInteger Var(param_min_crossjump_insns) Init(5) IntegerRange(1, 65536) Param Optimization
767 The minimum number of matching instructions to consider for crossjumping.
768
769 -param=min-inline-recursive-probability=
770 Common Joined UInteger Var(param_min_inline_recursive_probability) Init(10) Optimization Param
771 Inline recursively only when the probability of call being executed exceeds the parameter.
772
773 -param=min-insn-to-prefetch-ratio=
774 Common Joined UInteger Var(param_min_insn_to_prefetch_ratio) Init(9) Param Optimization
775 Min. ratio of insns to prefetches to enable prefetching for a loop with an unknown trip count.
776
777 -param=min-loop-cond-split-prob=
778 Common Joined UInteger Var(param_min_loop_cond_split_prob) Init(30) IntegerRange(0, 100) Param Optimization
779 The minimum threshold for probability of semi-invariant condition statement to trigger loop split.
780
781 -param=min-nondebug-insn-uid=
782 Common Joined UInteger Var(param_min_nondebug_insn_uid) Param
783 The minimum UID to be used for a nondebug insn.
784
785 -param=min-size-for-stack-sharing=
786 Common Joined UInteger Var(param_min_size_for_stack_sharing) Init(32) Param Optimization
787 The minimum size of variables taking part in stack slot sharing when not optimizing.
788
789 -param=min-spec-prob=
790 Common Joined UInteger Var(param_min_spec_prob) Init(40) Param Optimization
791 The minimum probability of reaching a source block for interblock speculative scheduling.
792
793 -param=min-vect-loop-bound=
794 Common Joined UInteger Var(param_min_vect_loop_bound) Param Optimization
795 If -ftree-vectorize is used, the minimal loop bound of a loop to be considered for vectorization.
796
797 -param=openacc-kernels=
798 Common Joined Enum(openacc_kernels) Var(param_openacc_kernels) Init(OPENACC_KERNELS_PARLOOPS) Param
799 --param=openacc-kernels=[decompose|parloops] Specify mode of OpenACC 'kernels' constructs handling.
800
801 Enum
802 Name(openacc_kernels) Type(enum openacc_kernels)
803
804 EnumValue
805 Enum(openacc_kernels) String(decompose) Value(OPENACC_KERNELS_DECOMPOSE)
806
807 EnumValue
808 Enum(openacc_kernels) String(parloops) Value(OPENACC_KERNELS_PARLOOPS)
809
810 -param=openacc-privatization=
811 Common Joined Enum(openacc_privatization) Var(param_openacc_privatization) Init(OPENACC_PRIVATIZATION_QUIET) Param
812 --param=openacc-privatization=[quiet|noisy] Specify mode of OpenACC privatization diagnostics.
813
814 Enum
815 Name(openacc_privatization) Type(enum openacc_privatization)
816
817 EnumValue
818 Enum(openacc_privatization) String(quiet) Value(OPENACC_PRIVATIZATION_QUIET)
819
820 EnumValue
821 Enum(openacc_privatization) String(noisy) Value(OPENACC_PRIVATIZATION_NOISY)
822
823 -param=parloops-chunk-size=
824 Common Joined UInteger Var(param_parloops_chunk_size) Param Optimization
825 Chunk size of omp schedule for loops parallelized by parloops.
826
827 -param=parloops-min-per-thread=
828 Common Joined UInteger Var(param_parloops_min_per_thread) Init(100) IntegerRange(2, 65536) Param Optimization
829 Minimum number of iterations per thread of an innermost parallelized loop.
830
831 -param=parloops-schedule=
832 Common Joined Var(param_parloops_schedule) Enum(parloops_schedule_type) Param Optimization
833 --param=parloops-schedule=[static|dynamic|guided|auto|runtime] Schedule type of omp schedule for loops parallelized by parloops.
834
835 Enum
836 Name(parloops_schedule_type) Type(int)
837
838 EnumValue
839 Enum(parloops_schedule_type) String(static) Value(PARLOOPS_SCHEDULE_STATIC)
840
841 EnumValue
842 Enum(parloops_schedule_type) String(dynamic) Value(PARLOOPS_SCHEDULE_DYNAMIC)
843
844 EnumValue
845 Enum(parloops_schedule_type) String(guided) Value(PARLOOPS_SCHEDULE_GUIDED)
846
847 EnumValue
848 Enum(parloops_schedule_type) String(auto) Value(PARLOOPS_SCHEDULE_AUTO)
849
850 EnumValue
851 Enum(parloops_schedule_type) String(runtime) Value(PARLOOPS_SCHEDULE_RUNTIME)
852
853 -param=partial-inlining-entry-probability=
854 Common Joined UInteger Var(param_partial_inlining_entry_probability) Init(70) Optimization IntegerRange(0, 100) Param
855 Maximum probability of the entry BB of split region (in percent relative to entry BB of the function) to make partial inlining happen.
856
857 -param=predictable-branch-outcome=
858 Common Joined UInteger Var(param_predictable_branch_outcome) Init(2) IntegerRange(0, 50) Param Optimization
859 Maximal estimated outcome of branch considered predictable.
860
861 -param=prefetch-dynamic-strides=
862 Common Joined UInteger Var(param_prefetch_dynamic_strides) Init(1) IntegerRange(0, 1) Param Optimization
863 Whether software prefetch hints should be issued for non-constant strides.
864
865 -param=prefetch-latency=
866 Common Joined UInteger Var(param_prefetch_latency) Init(200) Param Optimization
867 The number of insns executed before prefetch is completed.
868
869 -param=prefetch-min-insn-to-mem-ratio=
870 Common Joined UInteger Var(param_prefetch_min_insn_to_mem_ratio) Init(3) Param Optimization
871 Min. ratio of insns to mem ops to enable prefetching in a loop.
872
873 -param=prefetch-minimum-stride=
874 Common Joined UInteger Var(param_prefetch_minimum_stride) Init(-1) Param Optimization
875 The minimum constant stride beyond which we should use prefetch hints for.
876
877 -param=profile-histogram-size=
878 Common Joined UInteger Var(param_profile_histogram_size) Init(69) IntegerRange(0, 255) Param Optimization
879 Total size of the histogram counter for profile feedback.
880
881 -param=profile-histogram-size-lin=
882 Common Joined UInteger Var(param_profile_histogram_size_lin) Init(8) IntegerRange(0, 255) Param Optimization
883 Size of the linear portion of the histogram counter for profile feedback. Less then total size
884
885 -param=profile-histogram-peel-prcnt=
886 Common Joined UInteger Var(param_profile_histogram_peel_prcnt) Init(11) Param Optimization
887 Peels if it can eliminate at least this percentage per 1 peeling.
888
889 -param=profile-func-internal-id=
890 Common Joined UInteger Var(param_profile_func_internal_id) IntegerRange(0, 1) Param
891 Use internal function id in profile lookup.
892
893 -param=ranger-debug=
894 Common Joined Var(param_ranger_debug) Enum(ranger_debug) Init(RANGER_DEBUG_NONE) Param Optimization
895 --param=ranger-debug=[none|trace|gori|cache|tracegori|all] Specifies the output mode for debugging ranger.
896
897 Enum
898 Name(ranger_debug) Type(enum ranger_debug) UnknownError(unknown ranger debug mode %qs)
899
900 EnumValue
901 Enum(ranger_debug) String(none) Value(RANGER_DEBUG_NONE)
902
903 EnumValue
904 Enum(ranger_debug) String(trace) Value(RANGER_DEBUG_TRACE)
905
906 EnumValue
907 Enum(ranger_debug) String(cache) Value(RANGER_DEBUG_TRACE_CACHE)
908
909 EnumValue
910 Enum(ranger_debug) String(gori) Value(RANGER_DEBUG_GORI)
911
912 EnumValue
913 Enum(ranger_debug) String(tracegori) Value(RANGER_DEBUG_TRACE_GORI)
914
915 EnumValue
916 Enum(ranger_debug) String(all) Value(RANGER_DEBUG_ALL)
917
918 -param=ranger-logical-depth=
919 Common Joined UInteger Var(param_ranger_logical_depth) Init(6) IntegerRange(1, 999) Param Optimization
920 Maximum depth of logical expression evaluation ranger will look through when
921 evaluating outgoing edge ranges.
922
923 -param=relation-block-limit=
924 Common Joined UInteger Var(param_relation_block_limit) Init(200) IntegerRange(0, 9999) Param Optimization
925 Maximum number of relations the oracle will register in a basic block.
926
927 -param=rpo-vn-max-loop-depth=
928 Common Joined UInteger Var(param_rpo_vn_max_loop_depth) Init(7) IntegerRange(2, 65536) Param Optimization
929 Maximum depth of a loop nest to fully value-number optimistically.
930
931 -param=sccvn-max-alias-queries-per-access=
932 Common Joined UInteger Var(param_sccvn_max_alias_queries_per_access) Init(1000) Param Optimization
933 Maximum number of disambiguations to perform per memory access.
934
935 -param=scev-max-expr-complexity=
936 Common Joined UInteger Var(param_scev_max_expr_complexity) Init(10) Param Optimization
937 Bound on the complexity of the expressions in the scalar evolutions analyzer.
938
939 -param=scev-max-expr-size=
940 Common Joined UInteger Var(param_scev_max_expr_size) Init(100) Param Optimization
941 Bound on size of expressions used in the scalar evolutions analyzer.
942
943 -param=sched-autopref-queue-depth=
944 Common Joined UInteger Var(param_sched_autopref_queue_depth) Init(-1) Param Optimization
945 Hardware autoprefetcher scheduler model control flag. Number of lookahead cycles the model looks into, at '0' only enable instruction sorting heuristic. Disabled by default.
946
947 -param=sched-mem-true-dep-cost=
948 Common Joined UInteger Var(param_sched_mem_true_dep_cost) Init(1) Param Optimization
949 Minimal distance between possibly conflicting store and load.
950
951 -param=sched-pressure-algorithm=
952 Common Joined UInteger Var(param_sched_pressure_algorithm) Init(1) IntegerRange(1, 2) Param Optimization
953 Which -fsched-pressure algorithm to apply.
954
955 -param=sched-spec-prob-cutoff=
956 Common Joined UInteger Var(param_sched_spec_prob_cutoff) Init(40) IntegerRange(0, 100) Param Optimization
957 The minimal probability of speculation success (in percents), so that speculative insn will be scheduled.
958
959 -param=sched-state-edge-prob-cutoff=
960 Common Joined UInteger Var(param_sched_state_edge_prob_cutoff) Init(10) IntegerRange(0, 100) Param Optimization
961 The minimum probability an edge must have for the scheduler to save its state across it.
962
963 -param=selsched-insns-to-rename=
964 Common Joined UInteger Var(param_selsched_insns_to_rename) Init(2) Param Optimization
965 Maximum number of instructions in the ready list that are considered eligible for renaming.
966
967 -param=selsched-max-lookahead=
968 Common Joined UInteger Var(param_selsched_max_lookahead) Init(50) Param Optimization
969 The maximum size of the lookahead window of selective scheduling.
970
971 -param=selsched-max-sched-times=
972 Common Joined UInteger Var(param_selsched_max_sched_times) Init(2) IntegerRange(1, 65536) Param Optimization
973 Maximum number of times that an insn could be scheduled.
974
975 -param=simultaneous-prefetches=
976 Common Joined UInteger Var(param_simultaneous_prefetches) Init(3) Param Optimization
977 The number of prefetches that can run at the same time.
978
979 -param=sink-frequency-threshold=
980 Common Joined UInteger Var(param_sink_frequency_threshold) Init(75) IntegerRange(0, 100) Param Optimization
981 Target block's relative execution frequency (as a percentage) required to sink a statement.
982
983 -param=sms-dfa-history=
984 Common Joined UInteger Var(param_sms_dfa_history) IntegerRange(0, 16) Param Optimization
985 The number of cycles the swing modulo scheduler considers when checking conflicts using DFA.
986
987 -param=sms-loop-average-count-threshold=
988 Common Joined UInteger Var(param_sms_loop_average_count_threshold) Param Optimization
989 A threshold on the average loop count considered by the swing modulo scheduler.
990
991 -param=sms-max-ii-factor=
992 Common Joined UInteger Var(param_sms_max_ii_factor) Init(2) IntegerRange(1, 16) Param Optimization
993 A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop.
994
995 -param=sms-min-sc=
996 Common Joined UInteger Var(param_sms_min_sc) Init(2) IntegerRange(1, 2) Param Optimization
997 The minimum value of stage count that swing modulo scheduler will generate.
998
999 -param=sra-max-scalarization-size-Osize=
1000 Common Joined UInteger Var(param_sra_max_scalarization_size_size) Param Optimization
1001 Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for size.
1002
1003 -param=sra-max-scalarization-size-Ospeed=
1004 Common Joined UInteger Var(param_sra_max_scalarization_size_speed) Param Optimization
1005 Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for speed.
1006
1007 -param=sra-max-propagations=
1008 Common Joined UInteger Var(param_sra_max_propagations) Param Optimization Init(32)
1009 Maximum number of artificial accesses to enable forward propagation that Scalar Replacement of Aggregates will keep for one local variable.
1010
1011 -param=ssa-name-def-chain-limit=
1012 Common Joined UInteger Var(param_ssa_name_def_chain_limit) Init(512) Param Optimization
1013 The maximum number of SSA_NAME assignments to follow in determining a value.
1014
1015 -param=ssp-buffer-size=
1016 Common Joined UInteger Var(param_ssp_buffer_size) Init(8) IntegerRange(1, 65536) Param Optimization
1017 The lower bound for a buffer to be considered for stack smashing protection.
1018
1019 -param=stack-clash-protection-guard-size=
1020 Common Joined UInteger Var(param_stack_clash_protection_guard_size) Init(12) IntegerRange(12, 30) Param Optimization
1021 Size of the stack guard expressed as a power of two in bytes.
1022
1023 -param=stack-clash-protection-probe-interval=
1024 Common Joined UInteger Var(param_stack_clash_protection_probe_interval) Init(12) IntegerRange(10, 16) Param Optimization
1025 Interval in which to probe the stack expressed as a power of two in bytes.
1026
1027 -param=store-merging-allow-unaligned=
1028 Common Joined UInteger Var(param_store_merging_allow_unaligned) Init(1) IntegerRange(0, 1) Param Optimization
1029 Allow the store merging pass to introduce unaligned stores if it is legal to do so.
1030
1031 -param=store-merging-max-size=
1032 Common Joined UInteger Var(param_store_merging_max_size) Init(65536) IntegerRange(1, 65536) Param Optimization
1033 Maximum size of a single store merging region in bytes.
1034
1035 -param=switch-conversion-max-branch-ratio=
1036 Common Joined UInteger Var(param_switch_conversion_branch_ratio) Init(8) IntegerRange(1, 65536) Param Optimization
1037 The maximum ratio between array size and switch branches for a switch conversion to take place.
1038
1039 -param=modref-max-bases=
1040 Common Joined UInteger Var(param_modref_max_bases) Init(32) Param Optimization
1041 Maximum number of bases stored in each modref tree.
1042
1043 -param=modref-max-refs=
1044 Common Joined UInteger Var(param_modref_max_refs) Init(16) Param Optimization
1045 Maximum number of references stored in each modref base.
1046
1047 -param=modref-max-accesses=
1048 Common Joined UInteger Var(param_modref_max_accesses) Init(16) Param Optimization
1049 Maximum number of accesses stored in each modref reference.
1050
1051 -param=modref-max-tests=
1052 Common Joined UInteger Var(param_modref_max_tests) Init(64) Param Optimization
1053 Maximum number of tests performed by modref query.
1054
1055 -param=modref-max-depth=
1056 Common Joined UInteger Var(param_modref_max_depth) Init(256) IntegerRange(1, 65536) Param Optimization
1057 Maximum depth of DFS walk used by modref escape analysis.
1058
1059 -param=modref-max-escape-points=
1060 Common Joined UInteger Var(param_modref_max_escape_points) Init(256) Param Optimization
1061 Maximum number of escape points tracked by modref per SSA-name.
1062
1063 -param=modref-max-adjustments=
1064 Common Joined UInteger Var(param_modref_max_adjustments) Init(8) IntegerRange(0, 254) Param Optimization
1065 Maximum number of times a given range is adjusted during the dataflow.
1066
1067 -param=threader-debug=
1068 Common Joined Var(param_threader_debug) Enum(threader_debug) Init(THREADER_DEBUG_NONE) Param Optimization
1069 --param=threader-debug=[none|all] Enables verbose dumping of the threader solver.
1070
1071 Enum
1072 Name(threader_debug) Type(enum threader_debug) UnknownError(unknown threader debug mode %qs)
1073
1074 EnumValue
1075 Enum(threader_debug) String(none) Value(THREADER_DEBUG_NONE)
1076
1077 EnumValue
1078 Enum(threader_debug) String(all) Value(THREADER_DEBUG_ALL)
1079
1080 -param=tm-max-aggregate-size=
1081 Common Joined UInteger Var(param_tm_max_aggregate_size) Init(9) Param Optimization
1082 Size in bytes after which thread-local aggregates should be instrumented with the logging functions instead of save/restore pairs.
1083
1084 -param=tracer-dynamic-coverage=
1085 Common Joined UInteger Var(param_tracer_dynamic_coverage) Init(75) IntegerRange(0, 100) Param Optimization
1086 The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available.
1087
1088 -param=tracer-dynamic-coverage-feedback=
1089 Common Joined UInteger Var(param_tracer_dynamic_coverage_feedback) Init(95) IntegerRange(0, 100) Param Optimization
1090 The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available.
1091
1092 -param=tracer-max-code-growth=
1093 Common Joined UInteger Var(param_tracer_max_code_growth) Init(100) Param Optimization
1094 Maximal code growth caused by tail duplication (in percent).
1095
1096 -param=tracer-min-branch-probability=
1097 Common Joined UInteger Var(param_tracer_min_branch_probability) Init(50) IntegerRange(0, 100) Param Optimization
1098 Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available.
1099
1100 -param=tracer-min-branch-probability-feedback=
1101 Common Joined UInteger Var(param_tracer_min_branch_probability_feedback) Init(80) IntegerRange(0, 100) Param Optimization
1102 Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available.
1103
1104 -param=tracer-min-branch-ratio=
1105 Common Joined UInteger Var(param_tracer_min_branch_ratio) Init(10) IntegerRange(0, 100) Param Optimization
1106 Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent).
1107
1108 -param=tree-reassoc-width=
1109 Common Joined UInteger Var(param_tree_reassoc_width) Param Optimization
1110 Set the maximum number of instructions executed in parallel in reassociated tree. If 0, use the target dependent heuristic.
1111
1112 -param=tsan-distinguish-volatile=
1113 Common Joined UInteger Var(param_tsan_distinguish_volatile) IntegerRange(0, 1) Param
1114 Emit special instrumentation for accesses to volatiles.
1115
1116 -param=tsan-instrument-func-entry-exit=
1117 Common Joined UInteger Var(param_tsan_instrument_func_entry_exit) Init(1) IntegerRange(0, 1) Param
1118 Emit instrumentation calls to __tsan_func_entry() and __tsan_func_exit().
1119
1120 -param=uninit-control-dep-attempts=
1121 Common Joined UInteger Var(param_uninit_control_dep_attempts) Init(1000) IntegerRange(1, 65536) Param Optimization
1122 Maximum number of nested calls to search for control dependencies during uninitialized variable analysis.
1123
1124 -param=uninlined-function-insns=
1125 Common Joined UInteger Var(param_uninlined_function_insns) Init(2) Optimization IntegerRange(0, 1000000) Param
1126 Instruction accounted for function prologue, epilogue and other overhead.
1127
1128 -param=uninlined-function-time=
1129 Common Joined UInteger Var(param_uninlined_function_time) Optimization IntegerRange(0, 1000000) Param
1130 Time accounted for function prologue, epilogue and other overhead.
1131
1132 -param=uninlined-thunk-insns=
1133 Common Joined UInteger Var(param_uninlined_function_thunk_insns) Optimization Init(2) IntegerRange(0, 1000000) Param
1134 Instruction accounted for function thunk overhead.
1135
1136 -param=uninlined-thunk-time=
1137 Common Joined UInteger Var(param_uninlined_function_thunk_time) Optimization Init(2) IntegerRange(0, 1000000) Param
1138 Time accounted for function thunk overhead.
1139
1140 -param=unlikely-bb-count-fraction=
1141 Common Joined UInteger Var(param_unlikely_bb_count_fraction) Init(20) Param Optimization
1142 The denominator n of fraction 1/n of the number of profiled runs of the entire program below which the execution count of a basic block must be in order for the basic block to be considered unlikely.
1143
1144 -param=unroll-jam-max-unroll=
1145 Common Joined UInteger Var(param_unroll_jam_max_unroll) Init(4) Param Optimization
1146 Maximum unroll factor for the unroll-and-jam transformation.
1147
1148 -param=unroll-jam-min-percent=
1149 Common Joined UInteger Var(param_unroll_jam_min_percent) Init(1) IntegerRange(0, 100) Param Optimization
1150 Minimum percentage of memrefs that must go away for unroll-and-jam to be considered profitable.
1151
1152 -param=use-after-scope-direct-emission-threshold=
1153 Common Joined UInteger Var(param_use_after_scope_direct_emission_threshold) Init(256) Param Optimization
1154 Use direct poisoning/unpoisoning instructions for variables smaller or equal to this number.
1155
1156 -param=use-canonical-types=
1157 Common Joined UInteger Var(param_use_canonical_types) Init(1) IntegerRange(0, 1) Param
1158 Whether to use canonical types.
1159
1160 -param=vect-epilogues-nomask=
1161 Common Joined UInteger Var(param_vect_epilogues_nomask) Init(1) IntegerRange(0, 1) Param Optimization
1162 Enable loop epilogue vectorization using smaller vector size.
1163
1164 -param=vect-max-layout-candidates=
1165 Common Joined UInteger Var(param_vect_max_layout_candidates) Init(32) Param Optimization
1166 Maximum number of possible vector layouts (such as permutations) to consider when optimizing to-be-vectorized code.
1167
1168 -param=vect-max-peeling-for-alignment=
1169 Common Joined UInteger Var(param_vect_max_peeling_for_alignment) Init(-1) IntegerRange(0, 64) Param Optimization
1170 Maximum number of loop peels to enhance alignment of data references in a loop.
1171
1172 -param=vect-max-version-for-alias-checks=
1173 Common Joined UInteger Var(param_vect_max_version_for_alias_checks) Init(10) Param Optimization
1174 Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check.
1175
1176 -param=vect-max-version-for-alignment-checks=
1177 Common Joined UInteger Var(param_vect_max_version_for_alignment_checks) Init(6) Param Optimization
1178 Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check.
1179
1180 -param=vect-partial-vector-usage=
1181 Common Joined UInteger Var(param_vect_partial_vector_usage) Init(2) IntegerRange(0, 2) Param Optimization
1182 Controls how loop vectorizer uses partial vectors. 0 means never, 1 means only for loops whose need to iterate can be removed, 2 means for all loops. The default value is 2.
1183
1184 -param=vect-inner-loop-cost-factor=
1185 Common Joined UInteger Var(param_vect_inner_loop_cost_factor) Init(50) IntegerRange(1, 10000) Param Optimization
1186 The maximum factor which the loop vectorizer applies to the cost of statements in an inner loop relative to the loop being vectorized.
1187
1188 -param=vect-induction-float=
1189 Common Joined UInteger Var(param_vect_induction_float) Init(1) IntegerRage(0, 1) Param Optimization
1190 Enable loop vectorization of floating point inductions.
1191
1192 ; This comment is to ensure we retain the blank line above.