Branch data Line data Source code
1 : : /* This file is auto-generated by optc-save-gen.awk. */
2 : :
3 : : #define INCLUDE_MEMORY
4 : : #include "config.h"
5 : : #include "system.h"
6 : : #include "coretypes.h"
7 : : #include "tm.h"
8 : : #include "opts.h"
9 : : #include "intl.h"
10 : :
11 : : #include "flags.h"
12 : : #include "target.h"
13 : : #include "inchash.h"
14 : : #include "hash-set.h"
15 : : #include "vec.h"
16 : : #include "input.h"
17 : : #include "alias.h"
18 : : #include "symtab.h"
19 : : #include "inchash.h"
20 : : #include "tree.h"
21 : : #include "fold-const.h"
22 : : #include "tree-ssa-alias.h"
23 : : #include "is-a.h"
24 : : #include "predict.h"
25 : : #include "function.h"
26 : : #include "basic-block.h"
27 : : #include "gimple-expr.h"
28 : : #include "gimple.h"
29 : : #include "data-streamer.h"
30 : : #include "ipa-ref.h"
31 : : #include "cgraph.h"
32 : :
33 : : #include "cpplib.h"
34 : : #include "cpplib.h"
35 : : #include "diagnostic.h"
36 : : #include "diagnostics/color.h"
37 : : #include "diagnostics/url.h"
38 : : #include "pretty-print.h"
39 : :
40 : : /* Save optimization variables into a structure. */
41 : : void
42 : 97076001 : cl_optimization_save (struct cl_optimization *ptr, struct gcc_options *opts,
43 : : struct gcc_options *opts_set)
44 : : {
45 : 97076001 : gcc_assert (IN_RANGE (opts->x_optimize, 0, 255));
46 : 97076001 : gcc_assert (IN_RANGE (opts->x_optimize_size, 0, 2));
47 : 97076001 : gcc_assert (IN_RANGE (opts->x_optimize_debug, 0, 1));
48 : 97076001 : gcc_assert (IN_RANGE (opts->x_optimize_fast, 0, 1));
49 : 97076001 : gcc_assert (IN_RANGE (opts->x_warn_inline, -128, 127));
50 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_aggressive_loop_optimizations, -128, 127));
51 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_align_functions, -128, 127));
52 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_align_jumps, -128, 127));
53 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_align_labels, -128, 127));
54 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_align_loops, -128, 127));
55 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_allocation_dce, -128, 127));
56 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_store_data_races, -128, 127));
57 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_associative_math, -128, 127));
58 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_assume_sane_operators_new_delete, -128, 127));
59 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_asynchronous_unwind_tables, -128, 127));
60 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_auto_inc_dec, -128, 127));
61 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_auto_profile_inlining, -128, 127));
62 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_avoid_store_forwarding, -128, 127));
63 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_bit_tests, -128, 127));
64 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_branch_on_count_reg, -128, 127));
65 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_branch_probabilities, -128, 127));
66 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_caller_saves, -128, 127));
67 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_code_hoisting, -128, 127));
68 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_combine_stack_adjustments, -128, 127));
69 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_compare_elim_after_reload, -128, 127));
70 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_conserve_stack, -128, 127));
71 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_cprop_registers, -128, 127));
72 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_crossjumping, -128, 127));
73 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_cse_follow_jumps, -128, 127));
74 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_dce, -128, 127));
75 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_defer_pop, -128, 127));
76 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_delayed_branch, -128, 127));
77 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_delete_dead_exceptions, -128, 127));
78 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_delete_null_pointer_checks, -128, 127));
79 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_dep_fusion, -128, 127));
80 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_devirtualize, -128, 127));
81 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_devirtualize_speculatively, -128, 127));
82 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_dse, -128, 127));
83 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_early_inlining, -128, 127));
84 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_exceptions, -128, 127));
85 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_expensive_optimizations, -128, 127));
86 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ext_dce, -128, 127));
87 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_finite_loops, -128, 127));
88 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_finite_math_only, -128, 127));
89 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_float_store, -128, 127));
90 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_fold_mem_offsets, -128, 127));
91 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_fold_simple_inlines, -128, 127));
92 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_forward_propagate, -128, 127));
93 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_fp_int_builtin_inexact, -128, 127));
94 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_no_function_cse, -128, 127));
95 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_gcse, -128, 127));
96 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_gcse_after_reload, -128, 127));
97 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_gcse_las, -128, 127));
98 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_gcse_lm, -128, 127));
99 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_gcse_sm, -128, 127));
100 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_graphite, -128, 127));
101 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_graphite_identity, -128, 127));
102 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_guess_branch_prob, -128, 127));
103 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy_check_exceptions, -128, 127));
104 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy_check_returning_calls, -128, 127));
105 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy_skip_leaf, -128, 127));
106 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_harden_compares, -128, 127));
107 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_harden_conditional_branches, -128, 127));
108 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy, -128, 127));
109 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_hoist_adjacent_loads, -128, 127));
110 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_if_conversion, -128, 127));
111 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_if_conversion2, -128, 127));
112 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_indirect_inlining, -128, 127));
113 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_no_inline, -128, 127));
114 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_inline_atomics, -128, 127));
115 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_inline_functions, -128, 127));
116 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_inline_functions_called_once, -128, 127));
117 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_inline_small_functions, -128, 127));
118 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_bit_cp, -128, 127));
119 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_cp, -128, 127));
120 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_cp_clone, -128, 127));
121 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_icf, -128, 127));
122 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_icf_functions, -128, 127));
123 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_icf_variables, -128, 127));
124 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_modref, -128, 127));
125 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_profile, -128, 127));
126 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_pta, -128, 127));
127 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_pure_const, -128, 127));
128 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_ra, -128, 127));
129 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_reference, -128, 127));
130 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_reference_addressable, -128, 127));
131 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_reorder_for_locality, -128, 127));
132 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_sra, -128, 127));
133 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_stack_alignment, -128, 127));
134 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_strict_aliasing, -128, 127));
135 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ipa_vrp, -128, 127));
136 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ira_hoist_pressure, -128, 127));
137 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ira_loop_pressure, -128, 127));
138 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ira_share_save_slots, -128, 127));
139 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ira_share_spill_slots, -128, 127));
140 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_isolate_erroneous_paths_attribute, -128, 127));
141 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_isolate_erroneous_paths_dereference, -128, 127));
142 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ivopts, -128, 127));
143 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_jump_tables, -128, 127));
144 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_keep_gc_roots_live, -128, 127));
145 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_late_combine_instructions, -128, 127));
146 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_lifetime_dse, -128, 127));
147 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_limit_function_alignment, -128, 127));
148 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_live_range_shrinkage, -128, 127));
149 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_loop_interchange, -128, 127));
150 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_loop_nest_optimize, -128, 127));
151 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_loop_parallelize_all, -128, 127));
152 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_unroll_jam, -128, 127));
153 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_lra_remat, -128, 127));
154 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_malloc_dce, -128, 127));
155 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_errno_math, -128, 127));
156 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_modulo_sched, -128, 127));
157 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_modulo_sched_allow_regmoves, -128, 127));
158 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_move_loop_invariants, -128, 127));
159 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_move_loop_stores, -128, 127));
160 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_non_call_exceptions, -128, 127));
161 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_nothrow_opt, -128, 127));
162 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_omit_frame_pointer, -128, 127));
163 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_opt_info, -128, 127));
164 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_optimize_crc, -128, 127));
165 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_optimize_sibling_calls, -128, 127));
166 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_optimize_strlen, -128, 127));
167 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_pack_struct, -128, 127));
168 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_partial_inlining, -128, 127));
169 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_pcc_struct_return, -128, 127));
170 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_peel_loops, -128, 127));
171 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_no_peephole, -128, 127));
172 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_peephole2, -128, 127));
173 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_plt, -128, 127));
174 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_predictive_commoning, -128, 127));
175 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_prefetch_loop_arrays, -128, 127));
176 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_printf_return_value, -128, 127));
177 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_profile_partial_training, -128, 127));
178 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_profile_reorder_functions, -128, 127));
179 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_reciprocal_math, -128, 127));
180 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ree, -128, 127));
181 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_rename_registers, -128, 127));
182 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_reorder_blocks, -128, 127));
183 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_reorder_blocks_and_partition, -128, 127));
184 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_reorder_functions, -128, 127));
185 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_rerun_cse_after_loop, -128, 127));
186 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_resched_modulo_sched, -128, 127));
187 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_rounding_math, -128, 127));
188 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_rtti, -128, 127));
189 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_save_optimization_record, -128, 127));
190 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sched_critical_path_heuristic, -128, 127));
191 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sched_dep_count_heuristic, -128, 127));
192 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sched_group_heuristic, -128, 127));
193 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_schedule_interblock, -128, 127));
194 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sched_last_insn_heuristic, -128, 127));
195 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sched_pressure, -128, 127));
196 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sched_rank_heuristic, -128, 127));
197 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_schedule_speculative, -128, 127));
198 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sched_spec_insn_heuristic, -128, 127));
199 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_schedule_speculative_load, -128, 127));
200 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_schedule_speculative_load_dangerous, -128, 127));
201 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sched2_use_superblocks, -128, 127));
202 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_schedule_fusion, -128, 127));
203 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_schedule_insns, -128, 127));
204 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_schedule_insns_after_reload, -128, 127));
205 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_section_anchors, -128, 127));
206 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sel_sched_pipelining, -128, 127));
207 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sel_sched_pipelining_outer_loops, -128, 127));
208 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_sel_sched_reschedule_pipelined, -128, 127));
209 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_selective_scheduling, -128, 127));
210 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_selective_scheduling2, -128, 127));
211 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_semantic_interposition, -128, 127));
212 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_short_enums, -128, 127));
213 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_short_wchar, -128, 127));
214 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_shrink_wrap, -128, 127));
215 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_shrink_wrap_separate, -128, 127));
216 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_signaling_nans, -128, 127));
217 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_signed_zeros, -128, 127));
218 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_single_precision_constant, -128, 127));
219 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_split_ivs_in_unroller, -128, 127));
220 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_split_loops, -128, 127));
221 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_split_paths, -128, 127));
222 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_split_wide_types, -128, 127));
223 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_split_wide_types_early, -128, 127));
224 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ssa_backprop, -128, 127));
225 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_ssa_phiopt, -128, 127));
226 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_stack_clash_protection, -128, 127));
227 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_stack_protect, -128, 127));
228 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_stdarg_opt, -128, 127));
229 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_store_merging, -128, 127));
230 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_strict_aliasing, -128, 127));
231 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_strict_enums, -128, 127));
232 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_strict_volatile_bitfields, -128, 127));
233 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_thread_jumps, -128, 127));
234 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_threadsafe_statics, -128, 127));
235 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_toplevel_reorder, -128, 127));
236 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tracer, -128, 127));
237 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_trapping_math, -128, 127));
238 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_trapv, -128, 127));
239 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_bit_ccp, -128, 127));
240 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_builtin_call_dce, -128, 127));
241 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_ccp, -128, 127));
242 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_ch, -128, 127));
243 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_coalesce_vars, -128, 127));
244 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_copy_prop, -128, 127));
245 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_cselim, -128, 127));
246 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_dce, -128, 127));
247 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_dom, -128, 127));
248 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_dse, -128, 127));
249 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_forwprop, -128, 127));
250 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_fre, -128, 127));
251 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_distribute_patterns, -128, 127));
252 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_distribution, -128, 127));
253 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_if_convert, -128, 127));
254 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_im, -128, 127));
255 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_ivcanon, -128, 127));
256 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_optimize, -128, 127));
257 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_vectorize, -128, 127));
258 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_partial_pre, -128, 127));
259 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_phiprop, -128, 127));
260 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_pre, -128, 127));
261 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_pta, -128, 127));
262 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_reassoc, -128, 127));
263 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_scev_cprop, -128, 127));
264 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_sink, -128, 127));
265 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_slp_vectorize, -128, 127));
266 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_slsr, -128, 127));
267 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_sra, -128, 127));
268 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_switch_conversion, -128, 127));
269 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_tail_merge, -128, 127));
270 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_ter, -128, 127));
271 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_vectorize, -128, 127));
272 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_tree_vrp, -128, 127));
273 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_unconstrained_commons, -128, 127));
274 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_unreachable_traps, -128, 127));
275 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_unroll_all_loops, -128, 127));
276 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_cunroll_grow_size, -128, 127));
277 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_unroll_loops, -128, 127));
278 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_unsafe_math_optimizations, -128, 127));
279 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_unswitch_loops, -128, 127));
280 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_unwind_tables, -128, 127));
281 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking, -128, 127));
282 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking_assignments, -128, 127));
283 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking_assignments_toggle, -128, 127));
284 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking_uninit, -128, 127));
285 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_variable_expansion_in_unroller, -128, 127));
286 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_version_loops_for_strides, -128, 127));
287 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_value_profile_transformations, -128, 127));
288 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_web, -128, 127));
289 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_wrapv, -128, 127));
290 : 97076001 : gcc_assert (IN_RANGE (opts->x_flag_wrapv_pointer, -128, 127));
291 : 97076001 : gcc_assert (IN_RANGE (opts->x_debug_nonbind_markers_p, -128, 127));
292 : 97076001 : gcc_assert (IN_RANGE (opts->x_ix86_unroll_only_small_loops, -128, 127));
293 : :
294 : 97076001 : ptr->x_param_align_loop_iterations = opts->x_param_align_loop_iterations;
295 : 97076001 : ptr->x_param_align_threshold = opts->x_param_align_threshold;
296 : 97076001 : ptr->x_param_asan_protect_allocas = opts->x_param_asan_protect_allocas;
297 : 97076001 : ptr->x_param_asan_instrument_reads = opts->x_param_asan_instrument_reads;
298 : 97076001 : ptr->x_param_asan_instrument_writes = opts->x_param_asan_instrument_writes;
299 : 97076001 : ptr->x_param_asan_instrumentation_with_call_threshold = opts->x_param_asan_instrumentation_with_call_threshold;
300 : 97076001 : ptr->x_param_asan_kernel_mem_intrinsic_prefix = opts->x_param_asan_kernel_mem_intrinsic_prefix;
301 : 97076001 : ptr->x_param_asan_memintrin = opts->x_param_asan_memintrin;
302 : 97076001 : ptr->x_param_asan_stack = opts->x_param_asan_stack;
303 : 97076001 : ptr->x_param_asan_use_after_return = opts->x_param_asan_use_after_return;
304 : 97076001 : ptr->x_param_auto_profile_bbs = opts->x_param_auto_profile_bbs;
305 : 97076001 : ptr->x_param_avg_loop_niter = opts->x_param_avg_loop_niter;
306 : 97076001 : ptr->x_param_avoid_fma_max_bits = opts->x_param_avoid_fma_max_bits;
307 : 97076001 : ptr->x_param_builtin_expect_probability = opts->x_param_builtin_expect_probability;
308 : 97076001 : ptr->x_param_builtin_string_cmp_inline_length = opts->x_param_builtin_string_cmp_inline_length;
309 : 97076001 : ptr->x_param_case_values_threshold = opts->x_param_case_values_threshold;
310 : 97076001 : ptr->x_param_comdat_sharing_probability = opts->x_param_comdat_sharing_probability;
311 : 97076001 : ptr->x_param_construct_interfere_size = opts->x_param_construct_interfere_size;
312 : 97076001 : ptr->x_param_cycle_accurate_model = opts->x_param_cycle_accurate_model;
313 : 97076001 : ptr->x_param_destruct_interfere_size = opts->x_param_destruct_interfere_size;
314 : 97076001 : ptr->x_param_dse_max_alias_queries_per_store = opts->x_param_dse_max_alias_queries_per_store;
315 : 97076001 : ptr->x_param_dse_max_object_size = opts->x_param_dse_max_object_size;
316 : 97076001 : ptr->x_param_early_inlining_insns = opts->x_param_early_inlining_insns;
317 : 97076001 : ptr->x_param_fsm_scale_path_stmts = opts->x_param_fsm_scale_path_stmts;
318 : 97076001 : ptr->x_param_fully_pipelined_fma = opts->x_param_fully_pipelined_fma;
319 : 97076001 : ptr->x_param_gcse_after_reload_critical_fraction = opts->x_param_gcse_after_reload_critical_fraction;
320 : 97076001 : ptr->x_param_gcse_after_reload_partial_fraction = opts->x_param_gcse_after_reload_partial_fraction;
321 : 97076001 : ptr->x_param_gcse_cost_distance_ratio = opts->x_param_gcse_cost_distance_ratio;
322 : 97076001 : ptr->x_param_gcse_unrestricted_cost = opts->x_param_gcse_unrestricted_cost;
323 : 97076001 : ptr->x_param_graphite_max_arrays_per_scop = opts->x_param_graphite_max_arrays_per_scop;
324 : 97076001 : ptr->x_param_graphite_max_nb_scop_params = opts->x_param_graphite_max_nb_scop_params;
325 : 97076001 : ptr->x_param_hardcfr_max_blocks = opts->x_param_hardcfr_max_blocks;
326 : 97076001 : ptr->x_param_hardcfr_max_inline_blocks = opts->x_param_hardcfr_max_inline_blocks;
327 : 97076001 : ptr->x_param_hwasan_instrument_allocas = opts->x_param_hwasan_instrument_allocas;
328 : 97076001 : ptr->x_param_hwasan_instrument_mem_intrinsics = opts->x_param_hwasan_instrument_mem_intrinsics;
329 : 97076001 : ptr->x_param_hwasan_instrument_reads = opts->x_param_hwasan_instrument_reads;
330 : 97076001 : ptr->x_param_hwasan_instrument_stack = opts->x_param_hwasan_instrument_stack;
331 : 97076001 : ptr->x_param_hwasan_instrument_writes = opts->x_param_hwasan_instrument_writes;
332 : 97076001 : ptr->x_param_hwasan_random_frame_tag = opts->x_param_hwasan_random_frame_tag;
333 : 97076001 : ptr->x_param_inline_heuristics_hint_percent = opts->x_param_inline_heuristics_hint_percent;
334 : 97076001 : ptr->x_param_inline_min_speedup = opts->x_param_inline_min_speedup;
335 : 97076001 : ptr->x_param_inline_unit_growth = opts->x_param_inline_unit_growth;
336 : 97076001 : ptr->x_param_ipa_cp_eval_threshold = opts->x_param_ipa_cp_eval_threshold;
337 : 97076001 : ptr->x_param_ipa_cp_large_unit_insns = opts->x_param_ipa_cp_large_unit_insns;
338 : 97076001 : ptr->x_param_ipa_cp_loop_hint_bonus = opts->x_param_ipa_cp_loop_hint_bonus;
339 : 97076001 : ptr->x_param_ipa_cp_max_recursive_depth = opts->x_param_ipa_cp_max_recursive_depth;
340 : 97076001 : ptr->x_param_ipa_cp_min_recursive_probability = opts->x_param_ipa_cp_min_recursive_probability;
341 : 97076001 : ptr->x_param_ipa_cp_recursion_penalty = opts->x_param_ipa_cp_recursion_penalty;
342 : 97076001 : ptr->x_param_ipa_cp_recursive_freq_factor = opts->x_param_ipa_cp_recursive_freq_factor;
343 : 97076001 : ptr->x_param_ipa_cp_single_call_penalty = opts->x_param_ipa_cp_single_call_penalty;
344 : 97076001 : ptr->x_param_ipa_cp_unit_growth = opts->x_param_ipa_cp_unit_growth;
345 : 97076001 : ptr->x_param_ipa_cp_value_list_size = opts->x_param_ipa_cp_value_list_size;
346 : 97076001 : ptr->x_param_ipa_jump_function_lookups = opts->x_param_ipa_jump_function_lookups;
347 : 97076001 : ptr->x_param_ipa_max_aa_steps = opts->x_param_ipa_max_aa_steps;
348 : 97076001 : ptr->x_param_ipa_max_agg_items = opts->x_param_ipa_max_agg_items;
349 : 97076001 : ptr->x_param_ipa_max_loop_predicates = opts->x_param_ipa_max_loop_predicates;
350 : 97076001 : ptr->x_param_ipa_max_param_expr_ops = opts->x_param_ipa_max_param_expr_ops;
351 : 97076001 : ptr->x_param_ipa_max_switch_predicate_bounds = opts->x_param_ipa_max_switch_predicate_bounds;
352 : 97076001 : ptr->x_param_ipa_sra_deref_prob_threshold = opts->x_param_ipa_sra_deref_prob_threshold;
353 : 97076001 : ptr->x_param_ipa_sra_max_replacements = opts->x_param_ipa_sra_max_replacements;
354 : 97076001 : ptr->x_param_ipa_sra_ptr_growth_factor = opts->x_param_ipa_sra_ptr_growth_factor;
355 : 97076001 : ptr->x_param_ipa_sra_ptrwrap_growth_factor = opts->x_param_ipa_sra_ptrwrap_growth_factor;
356 : 97076001 : ptr->x_param_ira_consider_dup_in_all_alts = opts->x_param_ira_consider_dup_in_all_alts;
357 : 97076001 : ptr->x_param_ira_loop_reserved_regs = opts->x_param_ira_loop_reserved_regs;
358 : 97076001 : ptr->x_param_ira_max_conflict_table_size = opts->x_param_ira_max_conflict_table_size;
359 : 97076001 : ptr->x_param_ira_max_loops_num = opts->x_param_ira_max_loops_num;
360 : 97076001 : ptr->x_param_ira_simple_lra_insn_threshold = opts->x_param_ira_simple_lra_insn_threshold;
361 : 97076001 : ptr->x_param_iv_always_prune_cand_set_bound = opts->x_param_iv_always_prune_cand_set_bound;
362 : 97076001 : ptr->x_param_iv_consider_all_candidates_bound = opts->x_param_iv_consider_all_candidates_bound;
363 : 97076001 : ptr->x_param_iv_max_considered_uses = opts->x_param_iv_max_considered_uses;
364 : 97076001 : ptr->x_param_jump_table_max_growth_ratio_for_size = opts->x_param_jump_table_max_growth_ratio_for_size;
365 : 97076001 : ptr->x_param_jump_table_max_growth_ratio_for_speed = opts->x_param_jump_table_max_growth_ratio_for_speed;
366 : 97076001 : ptr->x_param_l1_cache_line_size = opts->x_param_l1_cache_line_size;
367 : 97076001 : ptr->x_param_l1_cache_size = opts->x_param_l1_cache_size;
368 : 97076001 : ptr->x_param_l2_cache_size = opts->x_param_l2_cache_size;
369 : 97076001 : ptr->x_param_large_function_growth = opts->x_param_large_function_growth;
370 : 97076001 : ptr->x_param_large_function_insns = opts->x_param_large_function_insns;
371 : 97076001 : ptr->x_param_stack_frame_growth = opts->x_param_stack_frame_growth;
372 : 97076001 : ptr->x_param_large_stack_frame = opts->x_param_large_stack_frame;
373 : 97076001 : ptr->x_param_large_unit_insns = opts->x_param_large_unit_insns;
374 : 97076001 : ptr->x_param_lim_expensive = opts->x_param_lim_expensive;
375 : 97076001 : ptr->x_param_loop_block_tile_size = opts->x_param_loop_block_tile_size;
376 : 97076001 : ptr->x_param_loop_interchange_max_num_stmts = opts->x_param_loop_interchange_max_num_stmts;
377 : 97076001 : ptr->x_param_loop_interchange_stride_ratio = opts->x_param_loop_interchange_stride_ratio;
378 : 97076001 : ptr->x_param_loop_invariant_max_bbs_in_loop = opts->x_param_loop_invariant_max_bbs_in_loop;
379 : 97076001 : ptr->x_param_loop_max_datarefs_for_datadeps = opts->x_param_loop_max_datarefs_for_datadeps;
380 : 97076001 : ptr->x_param_loop_versioning_max_inner_insns = opts->x_param_loop_versioning_max_inner_insns;
381 : 97076001 : ptr->x_param_loop_versioning_max_outer_insns = opts->x_param_loop_versioning_max_outer_insns;
382 : 97076001 : ptr->x_param_lra_inheritance_ebb_probability_cutoff = opts->x_param_lra_inheritance_ebb_probability_cutoff;
383 : 97076001 : ptr->x_param_lra_max_considered_reload_pseudos = opts->x_param_lra_max_considered_reload_pseudos;
384 : 97076001 : ptr->x_param_lto_locality_frequency = opts->x_param_lto_locality_frequency;
385 : 97076001 : ptr->x_param_lto_locality_size = opts->x_param_lto_locality_size;
386 : 97076001 : ptr->x_param_max_average_unrolled_insns = opts->x_param_max_average_unrolled_insns;
387 : 97076001 : ptr->x_param_max_combine_insns = opts->x_param_max_combine_insns;
388 : 97076001 : ptr->x_param_max_combine_search_insns = opts->x_param_max_combine_search_insns;
389 : 97076001 : ptr->x_param_max_unroll_iterations = opts->x_param_max_unroll_iterations;
390 : 97076001 : ptr->x_param_max_completely_peel_times = opts->x_param_max_completely_peel_times;
391 : 97076001 : ptr->x_param_max_completely_peeled_insns = opts->x_param_max_completely_peeled_insns;
392 : 97076001 : ptr->x_param_max_crossjump_edges = opts->x_param_max_crossjump_edges;
393 : 97076001 : ptr->x_param_max_cse_insns = opts->x_param_max_cse_insns;
394 : 97076001 : ptr->x_param_max_cse_path_length = opts->x_param_max_cse_path_length;
395 : 97076001 : ptr->x_param_max_cselib_memory_locations = opts->x_param_max_cselib_memory_locations;
396 : 97076001 : ptr->x_param_max_debug_marker_count = opts->x_param_max_debug_marker_count;
397 : 97076001 : ptr->x_param_max_delay_slot_insn_search = opts->x_param_max_delay_slot_insn_search;
398 : 97076001 : ptr->x_param_max_delay_slot_live_search = opts->x_param_max_delay_slot_live_search;
399 : 97076001 : ptr->x_param_max_devirt_targets = opts->x_param_max_devirt_targets;
400 : 97076001 : ptr->x_param_max_dse_active_local_stores = opts->x_param_max_dse_active_local_stores;
401 : 97076001 : ptr->x_param_early_inliner_max_iterations = opts->x_param_early_inliner_max_iterations;
402 : 97076001 : ptr->x_param_max_find_base_term_values = opts->x_param_max_find_base_term_values;
403 : 97076001 : ptr->x_param_max_fsm_thread_path_insns = opts->x_param_max_fsm_thread_path_insns;
404 : 97076001 : ptr->x_param_max_gcse_insertion_ratio = opts->x_param_max_gcse_insertion_ratio;
405 : 97076001 : ptr->x_param_max_gcse_memory = opts->x_param_max_gcse_memory;
406 : 97076001 : ptr->x_param_max_goto_duplication_insns = opts->x_param_max_goto_duplication_insns;
407 : 97076001 : ptr->x_param_max_grow_copy_bb_insns = opts->x_param_max_grow_copy_bb_insns;
408 : 97076001 : ptr->x_param_max_hoist_depth = opts->x_param_max_hoist_depth;
409 : 97076001 : ptr->x_param_inline_functions_called_once_insns = opts->x_param_inline_functions_called_once_insns;
410 : 97076001 : ptr->x_param_inline_functions_called_once_loop_depth = opts->x_param_inline_functions_called_once_loop_depth;
411 : 97076001 : ptr->x_param_max_inline_insns_auto = opts->x_param_max_inline_insns_auto;
412 : 97076001 : ptr->x_param_max_inline_insns_recursive_auto = opts->x_param_max_inline_insns_recursive_auto;
413 : 97076001 : ptr->x_param_max_inline_insns_recursive = opts->x_param_max_inline_insns_recursive;
414 : 97076001 : ptr->x_param_max_inline_insns_single = opts->x_param_max_inline_insns_single;
415 : 97076001 : ptr->x_param_max_inline_insns_size = opts->x_param_max_inline_insns_size;
416 : 97076001 : ptr->x_param_max_inline_insns_small = opts->x_param_max_inline_insns_small;
417 : 97076001 : ptr->x_param_max_inline_recursive_depth_auto = opts->x_param_max_inline_recursive_depth_auto;
418 : 97076001 : ptr->x_param_max_inline_recursive_depth = opts->x_param_max_inline_recursive_depth;
419 : 97076001 : ptr->x_param_max_isl_operations = opts->x_param_max_isl_operations;
420 : 97076001 : ptr->x_param_max_iterations_computation_cost = opts->x_param_max_iterations_computation_cost;
421 : 97076001 : ptr->x_param_max_iterations_to_track = opts->x_param_max_iterations_to_track;
422 : 97076001 : ptr->x_param_max_jump_thread_duplication_stmts = opts->x_param_max_jump_thread_duplication_stmts;
423 : 97076001 : ptr->x_param_max_jump_thread_paths = opts->x_param_max_jump_thread_paths;
424 : 97076001 : ptr->x_param_max_last_value_rtl = opts->x_param_max_last_value_rtl;
425 : 97076001 : ptr->x_param_max_loop_header_insns = opts->x_param_max_loop_header_insns;
426 : 97076001 : ptr->x_param_max_modulo_backtrack_attempts = opts->x_param_max_modulo_backtrack_attempts;
427 : 97076001 : ptr->x_param_max_partial_antic_length = opts->x_param_max_partial_antic_length;
428 : 97076001 : ptr->x_param_max_peel_branches = opts->x_param_max_peel_branches;
429 : 97076001 : ptr->x_param_max_peel_times = opts->x_param_max_peel_times;
430 : 97076001 : ptr->x_param_max_peeled_insns = opts->x_param_max_peeled_insns;
431 : 97076001 : ptr->x_param_max_pending_list_length = opts->x_param_max_pending_list_length;
432 : 97076001 : ptr->x_param_max_pipeline_region_blocks = opts->x_param_max_pipeline_region_blocks;
433 : 97076001 : ptr->x_param_max_pipeline_region_insns = opts->x_param_max_pipeline_region_insns;
434 : 97076001 : ptr->x_param_max_pow_sqrt_depth = opts->x_param_max_pow_sqrt_depth;
435 : 97076001 : ptr->x_param_max_predicted_iterations = opts->x_param_max_predicted_iterations;
436 : 97076001 : ptr->x_param_max_reload_search_insns = opts->x_param_max_reload_search_insns;
437 : 97076001 : ptr->x_param_max_rtl_if_conversion_insns = opts->x_param_max_rtl_if_conversion_insns;
438 : 97076001 : ptr->x_param_max_rtl_if_conversion_predictable_cost = opts->x_param_max_rtl_if_conversion_predictable_cost;
439 : 97076001 : ptr->x_param_max_rtl_if_conversion_unpredictable_cost = opts->x_param_max_rtl_if_conversion_unpredictable_cost;
440 : 97076001 : ptr->x_param_max_sched_extend_regions_iters = opts->x_param_max_sched_extend_regions_iters;
441 : 97076001 : ptr->x_param_max_sched_insn_conflict_delay = opts->x_param_max_sched_insn_conflict_delay;
442 : 97076001 : ptr->x_param_max_sched_ready_insns = opts->x_param_max_sched_ready_insns;
443 : 97076001 : ptr->x_param_max_sched_region_blocks = opts->x_param_max_sched_region_blocks;
444 : 97076001 : ptr->x_param_max_sched_region_insns = opts->x_param_max_sched_region_insns;
445 : 97076001 : ptr->x_param_max_slsr_candidate_scan = opts->x_param_max_slsr_candidate_scan;
446 : 97076001 : ptr->x_param_max_speculative_devirt_maydefs = opts->x_param_max_speculative_devirt_maydefs;
447 : 97076001 : ptr->x_param_max_stores_to_merge = opts->x_param_max_stores_to_merge;
448 : 97076001 : ptr->x_param_max_stores_to_sink = opts->x_param_max_stores_to_sink;
449 : 97076001 : ptr->x_param_max_tail_merge_comparisons = opts->x_param_max_tail_merge_comparisons;
450 : 97076001 : ptr->x_param_max_tail_merge_iterations = opts->x_param_max_tail_merge_iterations;
451 : 97076001 : ptr->x_param_max_tracked_strlens = opts->x_param_max_tracked_strlens;
452 : 97076001 : ptr->x_param_max_tree_if_conversion_phi_args = opts->x_param_max_tree_if_conversion_phi_args;
453 : 97076001 : ptr->x_param_max_unroll_times = opts->x_param_max_unroll_times;
454 : 97076001 : ptr->x_param_max_unrolled_insns = opts->x_param_max_unrolled_insns;
455 : 97076001 : ptr->x_param_max_unswitch_depth = opts->x_param_max_unswitch_depth;
456 : 97076001 : ptr->x_param_max_unswitch_insns = opts->x_param_max_unswitch_insns;
457 : 97076001 : ptr->x_param_max_variable_expansions = opts->x_param_max_variable_expansions;
458 : 97076001 : ptr->x_param_max_vartrack_expr_depth = opts->x_param_max_vartrack_expr_depth;
459 : 97076001 : ptr->x_param_max_vartrack_reverse_op_size = opts->x_param_max_vartrack_reverse_op_size;
460 : 97076001 : ptr->x_param_max_vartrack_size = opts->x_param_max_vartrack_size;
461 : 97076001 : ptr->x_param_min_crossjump_insns = opts->x_param_min_crossjump_insns;
462 : 97076001 : ptr->x_param_min_inline_recursive_probability = opts->x_param_min_inline_recursive_probability;
463 : 97076001 : ptr->x_param_min_insn_to_prefetch_ratio = opts->x_param_min_insn_to_prefetch_ratio;
464 : 97076001 : ptr->x_param_min_loop_cond_split_prob = opts->x_param_min_loop_cond_split_prob;
465 : 97076001 : ptr->x_param_min_pagesize = opts->x_param_min_pagesize;
466 : 97076001 : ptr->x_param_min_size_for_stack_sharing = opts->x_param_min_size_for_stack_sharing;
467 : 97076001 : ptr->x_param_min_spec_prob = opts->x_param_min_spec_prob;
468 : 97076001 : ptr->x_param_min_vect_loop_bound = opts->x_param_min_vect_loop_bound;
469 : 97076001 : ptr->x_param_modref_max_accesses = opts->x_param_modref_max_accesses;
470 : 97076001 : ptr->x_param_modref_max_adjustments = opts->x_param_modref_max_adjustments;
471 : 97076001 : ptr->x_param_modref_max_bases = opts->x_param_modref_max_bases;
472 : 97076001 : ptr->x_param_modref_max_depth = opts->x_param_modref_max_depth;
473 : 97076001 : ptr->x_param_modref_max_escape_points = opts->x_param_modref_max_escape_points;
474 : 97076001 : ptr->x_param_modref_max_refs = opts->x_param_modref_max_refs;
475 : 97076001 : ptr->x_param_modref_max_tests = opts->x_param_modref_max_tests;
476 : 97076001 : ptr->x_param_parloops_chunk_size = opts->x_param_parloops_chunk_size;
477 : 97076001 : ptr->x_param_parloops_min_per_thread = opts->x_param_parloops_min_per_thread;
478 : 97076001 : ptr->x_param_parloops_schedule = opts->x_param_parloops_schedule;
479 : 97076001 : ptr->x_param_partial_inlining_entry_probability = opts->x_param_partial_inlining_entry_probability;
480 : 97076001 : ptr->x_param_phiopt_factor_max_stmts_live = opts->x_param_phiopt_factor_max_stmts_live;
481 : 97076001 : ptr->x_param_predictable_branch_outcome = opts->x_param_predictable_branch_outcome;
482 : 97076001 : ptr->x_param_prefetch_dynamic_strides = opts->x_param_prefetch_dynamic_strides;
483 : 97076001 : ptr->x_param_prefetch_latency = opts->x_param_prefetch_latency;
484 : 97076001 : ptr->x_param_prefetch_min_insn_to_mem_ratio = opts->x_param_prefetch_min_insn_to_mem_ratio;
485 : 97076001 : ptr->x_param_prefetch_minimum_stride = opts->x_param_prefetch_minimum_stride;
486 : 97076001 : ptr->x_param_ranger_logical_depth = opts->x_param_ranger_logical_depth;
487 : 97076001 : ptr->x_param_ranger_recompute_depth = opts->x_param_ranger_recompute_depth;
488 : 97076001 : ptr->x_param_relation_block_limit = opts->x_param_relation_block_limit;
489 : 97076001 : ptr->x_param_rpo_vn_max_loop_depth = opts->x_param_rpo_vn_max_loop_depth;
490 : 97076001 : ptr->x_param_sccvn_max_alias_queries_per_access = opts->x_param_sccvn_max_alias_queries_per_access;
491 : 97076001 : ptr->x_param_scev_max_expr_complexity = opts->x_param_scev_max_expr_complexity;
492 : 97076001 : ptr->x_param_scev_max_expr_size = opts->x_param_scev_max_expr_size;
493 : 97076001 : ptr->x_param_sched_autopref_queue_depth = opts->x_param_sched_autopref_queue_depth;
494 : 97076001 : ptr->x_param_sched_mem_true_dep_cost = opts->x_param_sched_mem_true_dep_cost;
495 : 97076001 : ptr->x_param_sched_pressure_algorithm = opts->x_param_sched_pressure_algorithm;
496 : 97076001 : ptr->x_param_sched_spec_prob_cutoff = opts->x_param_sched_spec_prob_cutoff;
497 : 97076001 : ptr->x_param_sched_state_edge_prob_cutoff = opts->x_param_sched_state_edge_prob_cutoff;
498 : 97076001 : ptr->x_param_selsched_insns_to_rename = opts->x_param_selsched_insns_to_rename;
499 : 97076001 : ptr->x_param_selsched_max_lookahead = opts->x_param_selsched_max_lookahead;
500 : 97076001 : ptr->x_param_selsched_max_sched_times = opts->x_param_selsched_max_sched_times;
501 : 97076001 : ptr->x_param_simultaneous_prefetches = opts->x_param_simultaneous_prefetches;
502 : 97076001 : ptr->x_param_sink_frequency_threshold = opts->x_param_sink_frequency_threshold;
503 : 97076001 : ptr->x_param_sms_dfa_history = opts->x_param_sms_dfa_history;
504 : 97076001 : ptr->x_param_sms_loop_average_count_threshold = opts->x_param_sms_loop_average_count_threshold;
505 : 97076001 : ptr->x_param_sms_max_ii_factor = opts->x_param_sms_max_ii_factor;
506 : 97076001 : ptr->x_param_sms_min_sc = opts->x_param_sms_min_sc;
507 : 97076001 : ptr->x_param_sra_max_propagations = opts->x_param_sra_max_propagations;
508 : 97076001 : ptr->x_param_sra_max_scalarization_size_size = opts->x_param_sra_max_scalarization_size_size;
509 : 97076001 : ptr->x_param_sra_max_scalarization_size_speed = opts->x_param_sra_max_scalarization_size_speed;
510 : 97076001 : ptr->x_param_ssa_name_def_chain_limit = opts->x_param_ssa_name_def_chain_limit;
511 : 97076001 : ptr->x_param_ssp_buffer_size = opts->x_param_ssp_buffer_size;
512 : 97076001 : ptr->x_param_stack_clash_protection_guard_size = opts->x_param_stack_clash_protection_guard_size;
513 : 97076001 : ptr->x_param_stack_clash_protection_probe_interval = opts->x_param_stack_clash_protection_probe_interval;
514 : 97076001 : ptr->x_param_store_forwarding_max_distance = opts->x_param_store_forwarding_max_distance;
515 : 97076001 : ptr->x_param_store_merging_allow_unaligned = opts->x_param_store_merging_allow_unaligned;
516 : 97076001 : ptr->x_param_store_merging_max_size = opts->x_param_store_merging_max_size;
517 : 97076001 : ptr->x_param_switch_conversion_branch_ratio = opts->x_param_switch_conversion_branch_ratio;
518 : 97076001 : ptr->x_param_tm_max_aggregate_size = opts->x_param_tm_max_aggregate_size;
519 : 97076001 : ptr->x_param_tracer_dynamic_coverage_feedback = opts->x_param_tracer_dynamic_coverage_feedback;
520 : 97076001 : ptr->x_param_tracer_dynamic_coverage = opts->x_param_tracer_dynamic_coverage;
521 : 97076001 : ptr->x_param_tracer_max_code_growth = opts->x_param_tracer_max_code_growth;
522 : 97076001 : ptr->x_param_tracer_min_branch_probability_feedback = opts->x_param_tracer_min_branch_probability_feedback;
523 : 97076001 : ptr->x_param_tracer_min_branch_probability = opts->x_param_tracer_min_branch_probability;
524 : 97076001 : ptr->x_param_tracer_min_branch_ratio = opts->x_param_tracer_min_branch_ratio;
525 : 97076001 : ptr->x_param_transitive_relations_work_bound = opts->x_param_transitive_relations_work_bound;
526 : 97076001 : ptr->x_param_tree_reassoc_width = opts->x_param_tree_reassoc_width;
527 : 97076001 : ptr->x_param_uninit_control_dep_attempts = opts->x_param_uninit_control_dep_attempts;
528 : 97076001 : ptr->x_param_uninit_max_chain_len = opts->x_param_uninit_max_chain_len;
529 : 97076001 : ptr->x_param_uninit_max_num_chains = opts->x_param_uninit_max_num_chains;
530 : 97076001 : ptr->x_param_uninit_max_prune_work = opts->x_param_uninit_max_prune_work;
531 : 97076001 : ptr->x_param_uninlined_function_insns = opts->x_param_uninlined_function_insns;
532 : 97076001 : ptr->x_param_uninlined_function_time = opts->x_param_uninlined_function_time;
533 : 97076001 : ptr->x_param_uninlined_function_thunk_insns = opts->x_param_uninlined_function_thunk_insns;
534 : 97076001 : ptr->x_param_uninlined_function_thunk_time = opts->x_param_uninlined_function_thunk_time;
535 : 97076001 : ptr->x_param_unlikely_bb_count_fraction = opts->x_param_unlikely_bb_count_fraction;
536 : 97076001 : ptr->x_param_unroll_jam_max_unroll = opts->x_param_unroll_jam_max_unroll;
537 : 97076001 : ptr->x_param_unroll_jam_min_percent = opts->x_param_unroll_jam_min_percent;
538 : 97076001 : ptr->x_param_use_after_scope_direct_emission_threshold = opts->x_param_use_after_scope_direct_emission_threshold;
539 : 97076001 : ptr->x_param_vect_epilogues_nomask = opts->x_param_vect_epilogues_nomask;
540 : 97076001 : ptr->x_param_vect_induction_float = opts->x_param_vect_induction_float;
541 : 97076001 : ptr->x_param_vect_inner_loop_cost_factor = opts->x_param_vect_inner_loop_cost_factor;
542 : 97076001 : ptr->x_param_vect_max_layout_candidates = opts->x_param_vect_max_layout_candidates;
543 : 97076001 : ptr->x_param_vect_max_peeling_for_alignment = opts->x_param_vect_max_peeling_for_alignment;
544 : 97076001 : ptr->x_param_vect_max_version_for_alias_checks = opts->x_param_vect_max_version_for_alias_checks;
545 : 97076001 : ptr->x_param_vect_max_version_for_alignment_checks = opts->x_param_vect_max_version_for_alignment_checks;
546 : 97076001 : ptr->x_param_vect_partial_vector_usage = opts->x_param_vect_partial_vector_usage;
547 : 97076001 : ptr->x_param_vect_scalar_cost_multiplier = opts->x_param_vect_scalar_cost_multiplier;
548 : 97076001 : ptr->x_param_vrp_block_limit = opts->x_param_vrp_block_limit;
549 : 97076001 : ptr->x_param_vrp_sparse_threshold = opts->x_param_vrp_sparse_threshold;
550 : 97076001 : ptr->x_param_vrp_switch_limit = opts->x_param_vrp_switch_limit;
551 : 97076001 : ptr->x_param_vrp_vector_threshold = opts->x_param_vrp_vector_threshold;
552 : 97076001 : ptr->x_flag_complex_method = opts->x_flag_complex_method;
553 : 97076001 : ptr->x_flag_malloc_dse = opts->x_flag_malloc_dse;
554 : 97076001 : ptr->x_flag_min_function_alignment = opts->x_flag_min_function_alignment;
555 : 97076001 : ptr->x_flag_openmp_target_simd_clone = opts->x_flag_openmp_target_simd_clone;
556 : 97076001 : ptr->x_flag_sched_stalled_insns = opts->x_flag_sched_stalled_insns;
557 : 97076001 : ptr->x_flag_sched_stalled_insns_dep = opts->x_flag_sched_stalled_insns_dep;
558 : 97076001 : ptr->x_flag_tree_parallelize_loops = opts->x_flag_tree_parallelize_loops;
559 : 97076001 : ptr->x_flag_lto_locality_cloning = opts->x_flag_lto_locality_cloning;
560 : 97076001 : ptr->x_param_ranger_debug = opts->x_param_ranger_debug;
561 : 97076001 : ptr->x_param_threader_debug = opts->x_param_threader_debug;
562 : 97076001 : ptr->x_flag_excess_precision = opts->x_flag_excess_precision;
563 : 97076001 : ptr->x_flag_fp_contract_mode = opts->x_flag_fp_contract_mode;
564 : 97076001 : ptr->x_flag_harden_control_flow_redundancy_check_noreturn = opts->x_flag_harden_control_flow_redundancy_check_noreturn;
565 : 97076001 : ptr->x_flag_inline_stringops = opts->x_flag_inline_stringops;
566 : 97076001 : ptr->x_flag_ira_algorithm = opts->x_flag_ira_algorithm;
567 : 97076001 : ptr->x_flag_ira_region = opts->x_flag_ira_region;
568 : 97076001 : ptr->x_flag_live_patching = opts->x_flag_live_patching;
569 : 97076001 : ptr->x_flag_reorder_blocks_algorithm = opts->x_flag_reorder_blocks_algorithm;
570 : 97076001 : ptr->x_flag_simd_cost_model = opts->x_flag_simd_cost_model;
571 : 97076001 : ptr->x_flag_stack_reuse = opts->x_flag_stack_reuse;
572 : 97076001 : ptr->x_flag_auto_var_init = opts->x_flag_auto_var_init;
573 : 97076001 : ptr->x_flag_vect_cost_model = opts->x_flag_vect_cost_model;
574 : 97076001 : ptr->x_optimize = opts->x_optimize;
575 : 97076001 : ptr->x_optimize_size = opts->x_optimize_size;
576 : 97076001 : ptr->x_optimize_debug = opts->x_optimize_debug;
577 : 97076001 : ptr->x_optimize_fast = opts->x_optimize_fast;
578 : 97076001 : ptr->x_warn_inline = opts->x_warn_inline;
579 : 97076001 : ptr->x_flag_aggressive_loop_optimizations = opts->x_flag_aggressive_loop_optimizations;
580 : 97076001 : ptr->x_flag_align_functions = opts->x_flag_align_functions;
581 : 97076001 : ptr->x_flag_align_jumps = opts->x_flag_align_jumps;
582 : 97076001 : ptr->x_flag_align_labels = opts->x_flag_align_labels;
583 : 97076001 : ptr->x_flag_align_loops = opts->x_flag_align_loops;
584 : 97076001 : ptr->x_flag_allocation_dce = opts->x_flag_allocation_dce;
585 : 97076001 : ptr->x_flag_store_data_races = opts->x_flag_store_data_races;
586 : 97076001 : ptr->x_flag_associative_math = opts->x_flag_associative_math;
587 : 97076001 : ptr->x_flag_assume_sane_operators_new_delete = opts->x_flag_assume_sane_operators_new_delete;
588 : 97076001 : ptr->x_flag_asynchronous_unwind_tables = opts->x_flag_asynchronous_unwind_tables;
589 : 97076001 : ptr->x_flag_auto_inc_dec = opts->x_flag_auto_inc_dec;
590 : 97076001 : ptr->x_flag_auto_profile_inlining = opts->x_flag_auto_profile_inlining;
591 : 97076001 : ptr->x_flag_avoid_store_forwarding = opts->x_flag_avoid_store_forwarding;
592 : 97076001 : ptr->x_flag_bit_tests = opts->x_flag_bit_tests;
593 : 97076001 : ptr->x_flag_branch_on_count_reg = opts->x_flag_branch_on_count_reg;
594 : 97076001 : ptr->x_flag_branch_probabilities = opts->x_flag_branch_probabilities;
595 : 97076001 : ptr->x_flag_caller_saves = opts->x_flag_caller_saves;
596 : 97076001 : ptr->x_flag_code_hoisting = opts->x_flag_code_hoisting;
597 : 97076001 : ptr->x_flag_combine_stack_adjustments = opts->x_flag_combine_stack_adjustments;
598 : 97076001 : ptr->x_flag_compare_elim_after_reload = opts->x_flag_compare_elim_after_reload;
599 : 97076001 : ptr->x_flag_conserve_stack = opts->x_flag_conserve_stack;
600 : 97076001 : ptr->x_flag_cprop_registers = opts->x_flag_cprop_registers;
601 : 97076001 : ptr->x_flag_crossjumping = opts->x_flag_crossjumping;
602 : 97076001 : ptr->x_flag_cse_follow_jumps = opts->x_flag_cse_follow_jumps;
603 : 97076001 : ptr->x_flag_dce = opts->x_flag_dce;
604 : 97076001 : ptr->x_flag_defer_pop = opts->x_flag_defer_pop;
605 : 97076001 : ptr->x_flag_delayed_branch = opts->x_flag_delayed_branch;
606 : 97076001 : ptr->x_flag_delete_dead_exceptions = opts->x_flag_delete_dead_exceptions;
607 : 97076001 : ptr->x_flag_delete_null_pointer_checks = opts->x_flag_delete_null_pointer_checks;
608 : 97076001 : ptr->x_flag_dep_fusion = opts->x_flag_dep_fusion;
609 : 97076001 : ptr->x_flag_devirtualize = opts->x_flag_devirtualize;
610 : 97076001 : ptr->x_flag_devirtualize_speculatively = opts->x_flag_devirtualize_speculatively;
611 : 97076001 : ptr->x_flag_dse = opts->x_flag_dse;
612 : 97076001 : ptr->x_flag_early_inlining = opts->x_flag_early_inlining;
613 : 97076001 : ptr->x_flag_exceptions = opts->x_flag_exceptions;
614 : 97076001 : ptr->x_flag_expensive_optimizations = opts->x_flag_expensive_optimizations;
615 : 97076001 : ptr->x_flag_ext_dce = opts->x_flag_ext_dce;
616 : 97076001 : ptr->x_flag_finite_loops = opts->x_flag_finite_loops;
617 : 97076001 : ptr->x_flag_finite_math_only = opts->x_flag_finite_math_only;
618 : 97076001 : ptr->x_flag_float_store = opts->x_flag_float_store;
619 : 97076001 : ptr->x_flag_fold_mem_offsets = opts->x_flag_fold_mem_offsets;
620 : 97076001 : ptr->x_flag_fold_simple_inlines = opts->x_flag_fold_simple_inlines;
621 : 97076001 : ptr->x_flag_forward_propagate = opts->x_flag_forward_propagate;
622 : 97076001 : ptr->x_flag_fp_int_builtin_inexact = opts->x_flag_fp_int_builtin_inexact;
623 : 97076001 : ptr->x_flag_no_function_cse = opts->x_flag_no_function_cse;
624 : 97076001 : ptr->x_flag_gcse = opts->x_flag_gcse;
625 : 97076001 : ptr->x_flag_gcse_after_reload = opts->x_flag_gcse_after_reload;
626 : 97076001 : ptr->x_flag_gcse_las = opts->x_flag_gcse_las;
627 : 97076001 : ptr->x_flag_gcse_lm = opts->x_flag_gcse_lm;
628 : 97076001 : ptr->x_flag_gcse_sm = opts->x_flag_gcse_sm;
629 : 97076001 : ptr->x_flag_graphite = opts->x_flag_graphite;
630 : 97076001 : ptr->x_flag_graphite_identity = opts->x_flag_graphite_identity;
631 : 97076001 : ptr->x_flag_guess_branch_prob = opts->x_flag_guess_branch_prob;
632 : 97076001 : ptr->x_flag_harden_control_flow_redundancy_check_exceptions = opts->x_flag_harden_control_flow_redundancy_check_exceptions;
633 : 97076001 : ptr->x_flag_harden_control_flow_redundancy_check_returning_calls = opts->x_flag_harden_control_flow_redundancy_check_returning_calls;
634 : 97076001 : ptr->x_flag_harden_control_flow_redundancy_skip_leaf = opts->x_flag_harden_control_flow_redundancy_skip_leaf;
635 : 97076001 : ptr->x_flag_harden_compares = opts->x_flag_harden_compares;
636 : 97076001 : ptr->x_flag_harden_conditional_branches = opts->x_flag_harden_conditional_branches;
637 : 97076001 : ptr->x_flag_harden_control_flow_redundancy = opts->x_flag_harden_control_flow_redundancy;
638 : 97076001 : ptr->x_flag_hoist_adjacent_loads = opts->x_flag_hoist_adjacent_loads;
639 : 97076001 : ptr->x_flag_if_conversion = opts->x_flag_if_conversion;
640 : 97076001 : ptr->x_flag_if_conversion2 = opts->x_flag_if_conversion2;
641 : 97076001 : ptr->x_flag_indirect_inlining = opts->x_flag_indirect_inlining;
642 : 97076001 : ptr->x_flag_no_inline = opts->x_flag_no_inline;
643 : 97076001 : ptr->x_flag_inline_atomics = opts->x_flag_inline_atomics;
644 : 97076001 : ptr->x_flag_inline_functions = opts->x_flag_inline_functions;
645 : 97076001 : ptr->x_flag_inline_functions_called_once = opts->x_flag_inline_functions_called_once;
646 : 97076001 : ptr->x_flag_inline_small_functions = opts->x_flag_inline_small_functions;
647 : 97076001 : ptr->x_flag_ipa_bit_cp = opts->x_flag_ipa_bit_cp;
648 : 97076001 : ptr->x_flag_ipa_cp = opts->x_flag_ipa_cp;
649 : 97076001 : ptr->x_flag_ipa_cp_clone = opts->x_flag_ipa_cp_clone;
650 : 97076001 : ptr->x_flag_ipa_icf = opts->x_flag_ipa_icf;
651 : 97076001 : ptr->x_flag_ipa_icf_functions = opts->x_flag_ipa_icf_functions;
652 : 97076001 : ptr->x_flag_ipa_icf_variables = opts->x_flag_ipa_icf_variables;
653 : 97076001 : ptr->x_flag_ipa_modref = opts->x_flag_ipa_modref;
654 : 97076001 : ptr->x_flag_ipa_profile = opts->x_flag_ipa_profile;
655 : 97076001 : ptr->x_flag_ipa_pta = opts->x_flag_ipa_pta;
656 : 97076001 : ptr->x_flag_ipa_pure_const = opts->x_flag_ipa_pure_const;
657 : 97076001 : ptr->x_flag_ipa_ra = opts->x_flag_ipa_ra;
658 : 97076001 : ptr->x_flag_ipa_reference = opts->x_flag_ipa_reference;
659 : 97076001 : ptr->x_flag_ipa_reference_addressable = opts->x_flag_ipa_reference_addressable;
660 : 97076001 : ptr->x_flag_ipa_reorder_for_locality = opts->x_flag_ipa_reorder_for_locality;
661 : 97076001 : ptr->x_flag_ipa_sra = opts->x_flag_ipa_sra;
662 : 97076001 : ptr->x_flag_ipa_stack_alignment = opts->x_flag_ipa_stack_alignment;
663 : 97076001 : ptr->x_flag_ipa_strict_aliasing = opts->x_flag_ipa_strict_aliasing;
664 : 97076001 : ptr->x_flag_ipa_vrp = opts->x_flag_ipa_vrp;
665 : 97076001 : ptr->x_flag_ira_hoist_pressure = opts->x_flag_ira_hoist_pressure;
666 : 97076001 : ptr->x_flag_ira_loop_pressure = opts->x_flag_ira_loop_pressure;
667 : 97076001 : ptr->x_flag_ira_share_save_slots = opts->x_flag_ira_share_save_slots;
668 : 97076001 : ptr->x_flag_ira_share_spill_slots = opts->x_flag_ira_share_spill_slots;
669 : 97076001 : ptr->x_flag_isolate_erroneous_paths_attribute = opts->x_flag_isolate_erroneous_paths_attribute;
670 : 97076001 : ptr->x_flag_isolate_erroneous_paths_dereference = opts->x_flag_isolate_erroneous_paths_dereference;
671 : 97076001 : ptr->x_flag_ivopts = opts->x_flag_ivopts;
672 : 97076001 : ptr->x_flag_jump_tables = opts->x_flag_jump_tables;
673 : 97076001 : ptr->x_flag_keep_gc_roots_live = opts->x_flag_keep_gc_roots_live;
674 : 97076001 : ptr->x_flag_late_combine_instructions = opts->x_flag_late_combine_instructions;
675 : 97076001 : ptr->x_flag_lifetime_dse = opts->x_flag_lifetime_dse;
676 : 97076001 : ptr->x_flag_limit_function_alignment = opts->x_flag_limit_function_alignment;
677 : 97076001 : ptr->x_flag_live_range_shrinkage = opts->x_flag_live_range_shrinkage;
678 : 97076001 : ptr->x_flag_loop_interchange = opts->x_flag_loop_interchange;
679 : 97076001 : ptr->x_flag_loop_nest_optimize = opts->x_flag_loop_nest_optimize;
680 : 97076001 : ptr->x_flag_loop_parallelize_all = opts->x_flag_loop_parallelize_all;
681 : 97076001 : ptr->x_flag_unroll_jam = opts->x_flag_unroll_jam;
682 : 97076001 : ptr->x_flag_lra_remat = opts->x_flag_lra_remat;
683 : 97076001 : ptr->x_flag_malloc_dce = opts->x_flag_malloc_dce;
684 : 97076001 : ptr->x_flag_errno_math = opts->x_flag_errno_math;
685 : 97076001 : ptr->x_flag_modulo_sched = opts->x_flag_modulo_sched;
686 : 97076001 : ptr->x_flag_modulo_sched_allow_regmoves = opts->x_flag_modulo_sched_allow_regmoves;
687 : 97076001 : ptr->x_flag_move_loop_invariants = opts->x_flag_move_loop_invariants;
688 : 97076001 : ptr->x_flag_move_loop_stores = opts->x_flag_move_loop_stores;
689 : 97076001 : ptr->x_flag_non_call_exceptions = opts->x_flag_non_call_exceptions;
690 : 97076001 : ptr->x_flag_nothrow_opt = opts->x_flag_nothrow_opt;
691 : 97076001 : ptr->x_flag_omit_frame_pointer = opts->x_flag_omit_frame_pointer;
692 : 97076001 : ptr->x_flag_opt_info = opts->x_flag_opt_info;
693 : 97076001 : ptr->x_flag_optimize_crc = opts->x_flag_optimize_crc;
694 : 97076001 : ptr->x_flag_optimize_sibling_calls = opts->x_flag_optimize_sibling_calls;
695 : 97076001 : ptr->x_flag_optimize_strlen = opts->x_flag_optimize_strlen;
696 : 97076001 : ptr->x_flag_pack_struct = opts->x_flag_pack_struct;
697 : 97076001 : ptr->x_flag_partial_inlining = opts->x_flag_partial_inlining;
698 : 97076001 : ptr->x_flag_pcc_struct_return = opts->x_flag_pcc_struct_return;
699 : 97076001 : ptr->x_flag_peel_loops = opts->x_flag_peel_loops;
700 : 97076001 : ptr->x_flag_no_peephole = opts->x_flag_no_peephole;
701 : 97076001 : ptr->x_flag_peephole2 = opts->x_flag_peephole2;
702 : 97076001 : ptr->x_flag_plt = opts->x_flag_plt;
703 : 97076001 : ptr->x_flag_predictive_commoning = opts->x_flag_predictive_commoning;
704 : 97076001 : ptr->x_flag_prefetch_loop_arrays = opts->x_flag_prefetch_loop_arrays;
705 : 97076001 : ptr->x_flag_printf_return_value = opts->x_flag_printf_return_value;
706 : 97076001 : ptr->x_flag_profile_partial_training = opts->x_flag_profile_partial_training;
707 : 97076001 : ptr->x_flag_profile_reorder_functions = opts->x_flag_profile_reorder_functions;
708 : 97076001 : ptr->x_flag_reciprocal_math = opts->x_flag_reciprocal_math;
709 : 97076001 : ptr->x_flag_ree = opts->x_flag_ree;
710 : 97076001 : ptr->x_flag_rename_registers = opts->x_flag_rename_registers;
711 : 97076001 : ptr->x_flag_reorder_blocks = opts->x_flag_reorder_blocks;
712 : 97076001 : ptr->x_flag_reorder_blocks_and_partition = opts->x_flag_reorder_blocks_and_partition;
713 : 97076001 : ptr->x_flag_reorder_functions = opts->x_flag_reorder_functions;
714 : 97076001 : ptr->x_flag_rerun_cse_after_loop = opts->x_flag_rerun_cse_after_loop;
715 : 97076001 : ptr->x_flag_resched_modulo_sched = opts->x_flag_resched_modulo_sched;
716 : 97076001 : ptr->x_flag_rounding_math = opts->x_flag_rounding_math;
717 : 97076001 : ptr->x_flag_rtti = opts->x_flag_rtti;
718 : 97076001 : ptr->x_flag_save_optimization_record = opts->x_flag_save_optimization_record;
719 : 97076001 : ptr->x_flag_sched_critical_path_heuristic = opts->x_flag_sched_critical_path_heuristic;
720 : 97076001 : ptr->x_flag_sched_dep_count_heuristic = opts->x_flag_sched_dep_count_heuristic;
721 : 97076001 : ptr->x_flag_sched_group_heuristic = opts->x_flag_sched_group_heuristic;
722 : 97076001 : ptr->x_flag_schedule_interblock = opts->x_flag_schedule_interblock;
723 : 97076001 : ptr->x_flag_sched_last_insn_heuristic = opts->x_flag_sched_last_insn_heuristic;
724 : 97076001 : ptr->x_flag_sched_pressure = opts->x_flag_sched_pressure;
725 : 97076001 : ptr->x_flag_sched_rank_heuristic = opts->x_flag_sched_rank_heuristic;
726 : 97076001 : ptr->x_flag_schedule_speculative = opts->x_flag_schedule_speculative;
727 : 97076001 : ptr->x_flag_sched_spec_insn_heuristic = opts->x_flag_sched_spec_insn_heuristic;
728 : 97076001 : ptr->x_flag_schedule_speculative_load = opts->x_flag_schedule_speculative_load;
729 : 97076001 : ptr->x_flag_schedule_speculative_load_dangerous = opts->x_flag_schedule_speculative_load_dangerous;
730 : 97076001 : ptr->x_flag_sched2_use_superblocks = opts->x_flag_sched2_use_superblocks;
731 : 97076001 : ptr->x_flag_schedule_fusion = opts->x_flag_schedule_fusion;
732 : 97076001 : ptr->x_flag_schedule_insns = opts->x_flag_schedule_insns;
733 : 97076001 : ptr->x_flag_schedule_insns_after_reload = opts->x_flag_schedule_insns_after_reload;
734 : 97076001 : ptr->x_flag_section_anchors = opts->x_flag_section_anchors;
735 : 97076001 : ptr->x_flag_sel_sched_pipelining = opts->x_flag_sel_sched_pipelining;
736 : 97076001 : ptr->x_flag_sel_sched_pipelining_outer_loops = opts->x_flag_sel_sched_pipelining_outer_loops;
737 : 97076001 : ptr->x_flag_sel_sched_reschedule_pipelined = opts->x_flag_sel_sched_reschedule_pipelined;
738 : 97076001 : ptr->x_flag_selective_scheduling = opts->x_flag_selective_scheduling;
739 : 97076001 : ptr->x_flag_selective_scheduling2 = opts->x_flag_selective_scheduling2;
740 : 97076001 : ptr->x_flag_semantic_interposition = opts->x_flag_semantic_interposition;
741 : 97076001 : ptr->x_flag_short_enums = opts->x_flag_short_enums;
742 : 97076001 : ptr->x_flag_short_wchar = opts->x_flag_short_wchar;
743 : 97076001 : ptr->x_flag_shrink_wrap = opts->x_flag_shrink_wrap;
744 : 97076001 : ptr->x_flag_shrink_wrap_separate = opts->x_flag_shrink_wrap_separate;
745 : 97076001 : ptr->x_flag_signaling_nans = opts->x_flag_signaling_nans;
746 : 97076001 : ptr->x_flag_signed_zeros = opts->x_flag_signed_zeros;
747 : 97076001 : ptr->x_flag_single_precision_constant = opts->x_flag_single_precision_constant;
748 : 97076001 : ptr->x_flag_split_ivs_in_unroller = opts->x_flag_split_ivs_in_unroller;
749 : 97076001 : ptr->x_flag_split_loops = opts->x_flag_split_loops;
750 : 97076001 : ptr->x_flag_split_paths = opts->x_flag_split_paths;
751 : 97076001 : ptr->x_flag_split_wide_types = opts->x_flag_split_wide_types;
752 : 97076001 : ptr->x_flag_split_wide_types_early = opts->x_flag_split_wide_types_early;
753 : 97076001 : ptr->x_flag_ssa_backprop = opts->x_flag_ssa_backprop;
754 : 97076001 : ptr->x_flag_ssa_phiopt = opts->x_flag_ssa_phiopt;
755 : 97076001 : ptr->x_flag_stack_clash_protection = opts->x_flag_stack_clash_protection;
756 : 97076001 : ptr->x_flag_stack_protect = opts->x_flag_stack_protect;
757 : 97076001 : ptr->x_flag_stdarg_opt = opts->x_flag_stdarg_opt;
758 : 97076001 : ptr->x_flag_store_merging = opts->x_flag_store_merging;
759 : 97076001 : ptr->x_flag_strict_aliasing = opts->x_flag_strict_aliasing;
760 : 97076001 : ptr->x_flag_strict_enums = opts->x_flag_strict_enums;
761 : 97076001 : ptr->x_flag_strict_volatile_bitfields = opts->x_flag_strict_volatile_bitfields;
762 : 97076001 : ptr->x_flag_thread_jumps = opts->x_flag_thread_jumps;
763 : 97076001 : ptr->x_flag_threadsafe_statics = opts->x_flag_threadsafe_statics;
764 : 97076001 : ptr->x_flag_toplevel_reorder = opts->x_flag_toplevel_reorder;
765 : 97076001 : ptr->x_flag_tracer = opts->x_flag_tracer;
766 : 97076001 : ptr->x_flag_trapping_math = opts->x_flag_trapping_math;
767 : 97076001 : ptr->x_flag_trapv = opts->x_flag_trapv;
768 : 97076001 : ptr->x_flag_tree_bit_ccp = opts->x_flag_tree_bit_ccp;
769 : 97076001 : ptr->x_flag_tree_builtin_call_dce = opts->x_flag_tree_builtin_call_dce;
770 : 97076001 : ptr->x_flag_tree_ccp = opts->x_flag_tree_ccp;
771 : 97076001 : ptr->x_flag_tree_ch = opts->x_flag_tree_ch;
772 : 97076001 : ptr->x_flag_tree_coalesce_vars = opts->x_flag_tree_coalesce_vars;
773 : 97076001 : ptr->x_flag_tree_copy_prop = opts->x_flag_tree_copy_prop;
774 : 97076001 : ptr->x_flag_tree_cselim = opts->x_flag_tree_cselim;
775 : 97076001 : ptr->x_flag_tree_dce = opts->x_flag_tree_dce;
776 : 97076001 : ptr->x_flag_tree_dom = opts->x_flag_tree_dom;
777 : 97076001 : ptr->x_flag_tree_dse = opts->x_flag_tree_dse;
778 : 97076001 : ptr->x_flag_tree_forwprop = opts->x_flag_tree_forwprop;
779 : 97076001 : ptr->x_flag_tree_fre = opts->x_flag_tree_fre;
780 : 97076001 : ptr->x_flag_tree_loop_distribute_patterns = opts->x_flag_tree_loop_distribute_patterns;
781 : 97076001 : ptr->x_flag_tree_loop_distribution = opts->x_flag_tree_loop_distribution;
782 : 97076001 : ptr->x_flag_tree_loop_if_convert = opts->x_flag_tree_loop_if_convert;
783 : 97076001 : ptr->x_flag_tree_loop_im = opts->x_flag_tree_loop_im;
784 : 97076001 : ptr->x_flag_tree_loop_ivcanon = opts->x_flag_tree_loop_ivcanon;
785 : 97076001 : ptr->x_flag_tree_loop_optimize = opts->x_flag_tree_loop_optimize;
786 : 97076001 : ptr->x_flag_tree_loop_vectorize = opts->x_flag_tree_loop_vectorize;
787 : 97076001 : ptr->x_flag_tree_partial_pre = opts->x_flag_tree_partial_pre;
788 : 97076001 : ptr->x_flag_tree_phiprop = opts->x_flag_tree_phiprop;
789 : 97076001 : ptr->x_flag_tree_pre = opts->x_flag_tree_pre;
790 : 97076001 : ptr->x_flag_tree_pta = opts->x_flag_tree_pta;
791 : 97076001 : ptr->x_flag_tree_reassoc = opts->x_flag_tree_reassoc;
792 : 97076001 : ptr->x_flag_tree_scev_cprop = opts->x_flag_tree_scev_cprop;
793 : 97076001 : ptr->x_flag_tree_sink = opts->x_flag_tree_sink;
794 : 97076001 : ptr->x_flag_tree_slp_vectorize = opts->x_flag_tree_slp_vectorize;
795 : 97076001 : ptr->x_flag_tree_slsr = opts->x_flag_tree_slsr;
796 : 97076001 : ptr->x_flag_tree_sra = opts->x_flag_tree_sra;
797 : 97076001 : ptr->x_flag_tree_switch_conversion = opts->x_flag_tree_switch_conversion;
798 : 97076001 : ptr->x_flag_tree_tail_merge = opts->x_flag_tree_tail_merge;
799 : 97076001 : ptr->x_flag_tree_ter = opts->x_flag_tree_ter;
800 : 97076001 : ptr->x_flag_tree_vectorize = opts->x_flag_tree_vectorize;
801 : 97076001 : ptr->x_flag_tree_vrp = opts->x_flag_tree_vrp;
802 : 97076001 : ptr->x_flag_unconstrained_commons = opts->x_flag_unconstrained_commons;
803 : 97076001 : ptr->x_flag_unreachable_traps = opts->x_flag_unreachable_traps;
804 : 97076001 : ptr->x_flag_unroll_all_loops = opts->x_flag_unroll_all_loops;
805 : 97076001 : ptr->x_flag_cunroll_grow_size = opts->x_flag_cunroll_grow_size;
806 : 97076001 : ptr->x_flag_unroll_loops = opts->x_flag_unroll_loops;
807 : 97076001 : ptr->x_flag_unsafe_math_optimizations = opts->x_flag_unsafe_math_optimizations;
808 : 97076001 : ptr->x_flag_unswitch_loops = opts->x_flag_unswitch_loops;
809 : 97076001 : ptr->x_flag_unwind_tables = opts->x_flag_unwind_tables;
810 : 97076001 : ptr->x_flag_var_tracking = opts->x_flag_var_tracking;
811 : 97076001 : ptr->x_flag_var_tracking_assignments = opts->x_flag_var_tracking_assignments;
812 : 97076001 : ptr->x_flag_var_tracking_assignments_toggle = opts->x_flag_var_tracking_assignments_toggle;
813 : 97076001 : ptr->x_flag_var_tracking_uninit = opts->x_flag_var_tracking_uninit;
814 : 97076001 : ptr->x_flag_variable_expansion_in_unroller = opts->x_flag_variable_expansion_in_unroller;
815 : 97076001 : ptr->x_flag_version_loops_for_strides = opts->x_flag_version_loops_for_strides;
816 : 97076001 : ptr->x_flag_value_profile_transformations = opts->x_flag_value_profile_transformations;
817 : 97076001 : ptr->x_flag_web = opts->x_flag_web;
818 : 97076001 : ptr->x_flag_wrapv = opts->x_flag_wrapv;
819 : 97076001 : ptr->x_flag_wrapv_pointer = opts->x_flag_wrapv_pointer;
820 : 97076001 : ptr->x_debug_nonbind_markers_p = opts->x_debug_nonbind_markers_p;
821 : 97076001 : ptr->x_ix86_unroll_only_small_loops = opts->x_ix86_unroll_only_small_loops;
822 : 97076001 : ptr->x_str_align_functions = opts->x_str_align_functions;
823 : 97076001 : ptr->x_str_align_jumps = opts->x_str_align_jumps;
824 : 97076001 : ptr->x_str_align_labels = opts->x_str_align_labels;
825 : 97076001 : ptr->x_str_align_loops = opts->x_str_align_loops;
826 : 97076001 : ptr->x_flag_patchable_function_entry = opts->x_flag_patchable_function_entry;
827 : :
828 : 97076001 : unsigned HOST_WIDE_INT mask = 0;
829 : 97076001 : if (opts_set->x_param_align_loop_iterations) mask |= HOST_WIDE_INT_1U << 0;
830 : 97076001 : if (opts_set->x_param_align_threshold) mask |= HOST_WIDE_INT_1U << 1;
831 : 97076001 : if (opts_set->x_param_asan_protect_allocas) mask |= HOST_WIDE_INT_1U << 2;
832 : 97076001 : if (opts_set->x_param_asan_instrument_reads) mask |= HOST_WIDE_INT_1U << 3;
833 : 97076001 : if (opts_set->x_param_asan_instrument_writes) mask |= HOST_WIDE_INT_1U << 4;
834 : 97076001 : if (opts_set->x_param_asan_instrumentation_with_call_threshold) mask |= HOST_WIDE_INT_1U << 5;
835 : 97076001 : if (opts_set->x_param_asan_kernel_mem_intrinsic_prefix) mask |= HOST_WIDE_INT_1U << 6;
836 : 97076001 : if (opts_set->x_param_asan_memintrin) mask |= HOST_WIDE_INT_1U << 7;
837 : 97076001 : if (opts_set->x_param_asan_stack) mask |= HOST_WIDE_INT_1U << 8;
838 : 97076001 : if (opts_set->x_param_asan_use_after_return) mask |= HOST_WIDE_INT_1U << 9;
839 : 97076001 : if (opts_set->x_param_auto_profile_bbs) mask |= HOST_WIDE_INT_1U << 10;
840 : 97076001 : if (opts_set->x_param_avg_loop_niter) mask |= HOST_WIDE_INT_1U << 11;
841 : 97076001 : if (opts_set->x_param_avoid_fma_max_bits) mask |= HOST_WIDE_INT_1U << 12;
842 : 97076001 : if (opts_set->x_param_builtin_expect_probability) mask |= HOST_WIDE_INT_1U << 13;
843 : 97076001 : if (opts_set->x_param_builtin_string_cmp_inline_length) mask |= HOST_WIDE_INT_1U << 14;
844 : 97076001 : if (opts_set->x_param_case_values_threshold) mask |= HOST_WIDE_INT_1U << 15;
845 : 97076001 : if (opts_set->x_param_comdat_sharing_probability) mask |= HOST_WIDE_INT_1U << 16;
846 : 97076001 : if (opts_set->x_param_construct_interfere_size) mask |= HOST_WIDE_INT_1U << 17;
847 : 97076001 : if (opts_set->x_param_cycle_accurate_model) mask |= HOST_WIDE_INT_1U << 18;
848 : 97076001 : if (opts_set->x_param_destruct_interfere_size) mask |= HOST_WIDE_INT_1U << 19;
849 : 97076001 : if (opts_set->x_param_dse_max_alias_queries_per_store) mask |= HOST_WIDE_INT_1U << 20;
850 : 97076001 : if (opts_set->x_param_dse_max_object_size) mask |= HOST_WIDE_INT_1U << 21;
851 : 97076001 : if (opts_set->x_param_early_inlining_insns) mask |= HOST_WIDE_INT_1U << 22;
852 : 97076001 : if (opts_set->x_param_fsm_scale_path_stmts) mask |= HOST_WIDE_INT_1U << 23;
853 : 97076001 : if (opts_set->x_param_fully_pipelined_fma) mask |= HOST_WIDE_INT_1U << 24;
854 : 97076001 : if (opts_set->x_param_gcse_after_reload_critical_fraction) mask |= HOST_WIDE_INT_1U << 25;
855 : 97076001 : if (opts_set->x_param_gcse_after_reload_partial_fraction) mask |= HOST_WIDE_INT_1U << 26;
856 : 97076001 : if (opts_set->x_param_gcse_cost_distance_ratio) mask |= HOST_WIDE_INT_1U << 27;
857 : 97076001 : if (opts_set->x_param_gcse_unrestricted_cost) mask |= HOST_WIDE_INT_1U << 28;
858 : 97076001 : if (opts_set->x_param_graphite_max_arrays_per_scop) mask |= HOST_WIDE_INT_1U << 29;
859 : 97076001 : if (opts_set->x_param_graphite_max_nb_scop_params) mask |= HOST_WIDE_INT_1U << 30;
860 : 97076001 : if (opts_set->x_param_hardcfr_max_blocks) mask |= HOST_WIDE_INT_1U << 31;
861 : 97076001 : if (opts_set->x_param_hardcfr_max_inline_blocks) mask |= HOST_WIDE_INT_1U << 32;
862 : 97076001 : if (opts_set->x_param_hwasan_instrument_allocas) mask |= HOST_WIDE_INT_1U << 33;
863 : 97076001 : if (opts_set->x_param_hwasan_instrument_mem_intrinsics) mask |= HOST_WIDE_INT_1U << 34;
864 : 97076001 : if (opts_set->x_param_hwasan_instrument_reads) mask |= HOST_WIDE_INT_1U << 35;
865 : 97076001 : if (opts_set->x_param_hwasan_instrument_stack) mask |= HOST_WIDE_INT_1U << 36;
866 : 97076001 : if (opts_set->x_param_hwasan_instrument_writes) mask |= HOST_WIDE_INT_1U << 37;
867 : 97076001 : if (opts_set->x_param_hwasan_random_frame_tag) mask |= HOST_WIDE_INT_1U << 38;
868 : 97076001 : if (opts_set->x_param_inline_heuristics_hint_percent) mask |= HOST_WIDE_INT_1U << 39;
869 : 97076001 : if (opts_set->x_param_inline_min_speedup) mask |= HOST_WIDE_INT_1U << 40;
870 : 97076001 : if (opts_set->x_param_inline_unit_growth) mask |= HOST_WIDE_INT_1U << 41;
871 : 97076001 : if (opts_set->x_param_ipa_cp_eval_threshold) mask |= HOST_WIDE_INT_1U << 42;
872 : 97076001 : if (opts_set->x_param_ipa_cp_large_unit_insns) mask |= HOST_WIDE_INT_1U << 43;
873 : 97076001 : if (opts_set->x_param_ipa_cp_loop_hint_bonus) mask |= HOST_WIDE_INT_1U << 44;
874 : 97076001 : if (opts_set->x_param_ipa_cp_max_recursive_depth) mask |= HOST_WIDE_INT_1U << 45;
875 : 97076001 : if (opts_set->x_param_ipa_cp_min_recursive_probability) mask |= HOST_WIDE_INT_1U << 46;
876 : 97076001 : if (opts_set->x_param_ipa_cp_recursion_penalty) mask |= HOST_WIDE_INT_1U << 47;
877 : 97076001 : if (opts_set->x_param_ipa_cp_recursive_freq_factor) mask |= HOST_WIDE_INT_1U << 48;
878 : 97076001 : if (opts_set->x_param_ipa_cp_single_call_penalty) mask |= HOST_WIDE_INT_1U << 49;
879 : 97076001 : if (opts_set->x_param_ipa_cp_unit_growth) mask |= HOST_WIDE_INT_1U << 50;
880 : 97076001 : if (opts_set->x_param_ipa_cp_value_list_size) mask |= HOST_WIDE_INT_1U << 51;
881 : 97076001 : if (opts_set->x_param_ipa_jump_function_lookups) mask |= HOST_WIDE_INT_1U << 52;
882 : 97076001 : if (opts_set->x_param_ipa_max_aa_steps) mask |= HOST_WIDE_INT_1U << 53;
883 : 97076001 : if (opts_set->x_param_ipa_max_agg_items) mask |= HOST_WIDE_INT_1U << 54;
884 : 97076001 : if (opts_set->x_param_ipa_max_loop_predicates) mask |= HOST_WIDE_INT_1U << 55;
885 : 97076001 : if (opts_set->x_param_ipa_max_param_expr_ops) mask |= HOST_WIDE_INT_1U << 56;
886 : 97076001 : if (opts_set->x_param_ipa_max_switch_predicate_bounds) mask |= HOST_WIDE_INT_1U << 57;
887 : 97076001 : if (opts_set->x_param_ipa_sra_deref_prob_threshold) mask |= HOST_WIDE_INT_1U << 58;
888 : 97076001 : if (opts_set->x_param_ipa_sra_max_replacements) mask |= HOST_WIDE_INT_1U << 59;
889 : 97076001 : if (opts_set->x_param_ipa_sra_ptr_growth_factor) mask |= HOST_WIDE_INT_1U << 60;
890 : 97076001 : if (opts_set->x_param_ipa_sra_ptrwrap_growth_factor) mask |= HOST_WIDE_INT_1U << 61;
891 : 97076001 : if (opts_set->x_param_ira_consider_dup_in_all_alts) mask |= HOST_WIDE_INT_1U << 62;
892 : 97076001 : if (opts_set->x_param_ira_loop_reserved_regs) mask |= HOST_WIDE_INT_1U << 63;
893 : 97076001 : ptr->explicit_mask[0] = mask;
894 : 97076001 : mask = 0;
895 : 97076001 : if (opts_set->x_param_ira_max_conflict_table_size) mask |= HOST_WIDE_INT_1U << 0;
896 : 97076001 : if (opts_set->x_param_ira_max_loops_num) mask |= HOST_WIDE_INT_1U << 1;
897 : 97076001 : if (opts_set->x_param_ira_simple_lra_insn_threshold) mask |= HOST_WIDE_INT_1U << 2;
898 : 97076001 : if (opts_set->x_param_iv_always_prune_cand_set_bound) mask |= HOST_WIDE_INT_1U << 3;
899 : 97076001 : if (opts_set->x_param_iv_consider_all_candidates_bound) mask |= HOST_WIDE_INT_1U << 4;
900 : 97076001 : if (opts_set->x_param_iv_max_considered_uses) mask |= HOST_WIDE_INT_1U << 5;
901 : 97076001 : if (opts_set->x_param_jump_table_max_growth_ratio_for_size) mask |= HOST_WIDE_INT_1U << 6;
902 : 97076001 : if (opts_set->x_param_jump_table_max_growth_ratio_for_speed) mask |= HOST_WIDE_INT_1U << 7;
903 : 97076001 : if (opts_set->x_param_l1_cache_line_size) mask |= HOST_WIDE_INT_1U << 8;
904 : 97076001 : if (opts_set->x_param_l1_cache_size) mask |= HOST_WIDE_INT_1U << 9;
905 : 97076001 : if (opts_set->x_param_l2_cache_size) mask |= HOST_WIDE_INT_1U << 10;
906 : 97076001 : if (opts_set->x_param_large_function_growth) mask |= HOST_WIDE_INT_1U << 11;
907 : 97076001 : if (opts_set->x_param_large_function_insns) mask |= HOST_WIDE_INT_1U << 12;
908 : 97076001 : if (opts_set->x_param_stack_frame_growth) mask |= HOST_WIDE_INT_1U << 13;
909 : 97076001 : if (opts_set->x_param_large_stack_frame) mask |= HOST_WIDE_INT_1U << 14;
910 : 97076001 : if (opts_set->x_param_large_unit_insns) mask |= HOST_WIDE_INT_1U << 15;
911 : 97076001 : if (opts_set->x_param_lim_expensive) mask |= HOST_WIDE_INT_1U << 16;
912 : 97076001 : if (opts_set->x_param_loop_block_tile_size) mask |= HOST_WIDE_INT_1U << 17;
913 : 97076001 : if (opts_set->x_param_loop_interchange_max_num_stmts) mask |= HOST_WIDE_INT_1U << 18;
914 : 97076001 : if (opts_set->x_param_loop_interchange_stride_ratio) mask |= HOST_WIDE_INT_1U << 19;
915 : 97076001 : if (opts_set->x_param_loop_invariant_max_bbs_in_loop) mask |= HOST_WIDE_INT_1U << 20;
916 : 97076001 : if (opts_set->x_param_loop_max_datarefs_for_datadeps) mask |= HOST_WIDE_INT_1U << 21;
917 : 97076001 : if (opts_set->x_param_loop_versioning_max_inner_insns) mask |= HOST_WIDE_INT_1U << 22;
918 : 97076001 : if (opts_set->x_param_loop_versioning_max_outer_insns) mask |= HOST_WIDE_INT_1U << 23;
919 : 97076001 : if (opts_set->x_param_lra_inheritance_ebb_probability_cutoff) mask |= HOST_WIDE_INT_1U << 24;
920 : 97076001 : if (opts_set->x_param_lra_max_considered_reload_pseudos) mask |= HOST_WIDE_INT_1U << 25;
921 : 97076001 : if (opts_set->x_param_lto_locality_frequency) mask |= HOST_WIDE_INT_1U << 26;
922 : 97076001 : if (opts_set->x_param_lto_locality_size) mask |= HOST_WIDE_INT_1U << 27;
923 : 97076001 : if (opts_set->x_param_max_average_unrolled_insns) mask |= HOST_WIDE_INT_1U << 28;
924 : 97076001 : if (opts_set->x_param_max_combine_insns) mask |= HOST_WIDE_INT_1U << 29;
925 : 97076001 : if (opts_set->x_param_max_combine_search_insns) mask |= HOST_WIDE_INT_1U << 30;
926 : 97076001 : if (opts_set->x_param_max_unroll_iterations) mask |= HOST_WIDE_INT_1U << 31;
927 : 97076001 : if (opts_set->x_param_max_completely_peel_times) mask |= HOST_WIDE_INT_1U << 32;
928 : 97076001 : if (opts_set->x_param_max_completely_peeled_insns) mask |= HOST_WIDE_INT_1U << 33;
929 : 97076001 : if (opts_set->x_param_max_crossjump_edges) mask |= HOST_WIDE_INT_1U << 34;
930 : 97076001 : if (opts_set->x_param_max_cse_insns) mask |= HOST_WIDE_INT_1U << 35;
931 : 97076001 : if (opts_set->x_param_max_cse_path_length) mask |= HOST_WIDE_INT_1U << 36;
932 : 97076001 : if (opts_set->x_param_max_cselib_memory_locations) mask |= HOST_WIDE_INT_1U << 37;
933 : 97076001 : if (opts_set->x_param_max_debug_marker_count) mask |= HOST_WIDE_INT_1U << 38;
934 : 97076001 : if (opts_set->x_param_max_delay_slot_insn_search) mask |= HOST_WIDE_INT_1U << 39;
935 : 97076001 : if (opts_set->x_param_max_delay_slot_live_search) mask |= HOST_WIDE_INT_1U << 40;
936 : 97076001 : if (opts_set->x_param_max_devirt_targets) mask |= HOST_WIDE_INT_1U << 41;
937 : 97076001 : if (opts_set->x_param_max_dse_active_local_stores) mask |= HOST_WIDE_INT_1U << 42;
938 : 97076001 : if (opts_set->x_param_early_inliner_max_iterations) mask |= HOST_WIDE_INT_1U << 43;
939 : 97076001 : if (opts_set->x_param_max_find_base_term_values) mask |= HOST_WIDE_INT_1U << 44;
940 : 97076001 : if (opts_set->x_param_max_fsm_thread_path_insns) mask |= HOST_WIDE_INT_1U << 45;
941 : 97076001 : if (opts_set->x_param_max_gcse_insertion_ratio) mask |= HOST_WIDE_INT_1U << 46;
942 : 97076001 : if (opts_set->x_param_max_gcse_memory) mask |= HOST_WIDE_INT_1U << 47;
943 : 97076001 : if (opts_set->x_param_max_goto_duplication_insns) mask |= HOST_WIDE_INT_1U << 48;
944 : 97076001 : if (opts_set->x_param_max_grow_copy_bb_insns) mask |= HOST_WIDE_INT_1U << 49;
945 : 97076001 : if (opts_set->x_param_max_hoist_depth) mask |= HOST_WIDE_INT_1U << 50;
946 : 97076001 : if (opts_set->x_param_inline_functions_called_once_insns) mask |= HOST_WIDE_INT_1U << 51;
947 : 97076001 : if (opts_set->x_param_inline_functions_called_once_loop_depth) mask |= HOST_WIDE_INT_1U << 52;
948 : 97076001 : if (opts_set->x_param_max_inline_insns_auto) mask |= HOST_WIDE_INT_1U << 53;
949 : 97076001 : if (opts_set->x_param_max_inline_insns_recursive_auto) mask |= HOST_WIDE_INT_1U << 54;
950 : 97076001 : if (opts_set->x_param_max_inline_insns_recursive) mask |= HOST_WIDE_INT_1U << 55;
951 : 97076001 : if (opts_set->x_param_max_inline_insns_single) mask |= HOST_WIDE_INT_1U << 56;
952 : 97076001 : if (opts_set->x_param_max_inline_insns_size) mask |= HOST_WIDE_INT_1U << 57;
953 : 97076001 : if (opts_set->x_param_max_inline_insns_small) mask |= HOST_WIDE_INT_1U << 58;
954 : 97076001 : if (opts_set->x_param_max_inline_recursive_depth_auto) mask |= HOST_WIDE_INT_1U << 59;
955 : 97076001 : if (opts_set->x_param_max_inline_recursive_depth) mask |= HOST_WIDE_INT_1U << 60;
956 : 97076001 : if (opts_set->x_param_max_isl_operations) mask |= HOST_WIDE_INT_1U << 61;
957 : 97076001 : if (opts_set->x_param_max_iterations_computation_cost) mask |= HOST_WIDE_INT_1U << 62;
958 : 97076001 : if (opts_set->x_param_max_iterations_to_track) mask |= HOST_WIDE_INT_1U << 63;
959 : 97076001 : ptr->explicit_mask[1] = mask;
960 : 97076001 : mask = 0;
961 : 97076001 : if (opts_set->x_param_max_jump_thread_duplication_stmts) mask |= HOST_WIDE_INT_1U << 0;
962 : 97076001 : if (opts_set->x_param_max_jump_thread_paths) mask |= HOST_WIDE_INT_1U << 1;
963 : 97076001 : if (opts_set->x_param_max_last_value_rtl) mask |= HOST_WIDE_INT_1U << 2;
964 : 97076001 : if (opts_set->x_param_max_loop_header_insns) mask |= HOST_WIDE_INT_1U << 3;
965 : 97076001 : if (opts_set->x_param_max_modulo_backtrack_attempts) mask |= HOST_WIDE_INT_1U << 4;
966 : 97076001 : if (opts_set->x_param_max_partial_antic_length) mask |= HOST_WIDE_INT_1U << 5;
967 : 97076001 : if (opts_set->x_param_max_peel_branches) mask |= HOST_WIDE_INT_1U << 6;
968 : 97076001 : if (opts_set->x_param_max_peel_times) mask |= HOST_WIDE_INT_1U << 7;
969 : 97076001 : if (opts_set->x_param_max_peeled_insns) mask |= HOST_WIDE_INT_1U << 8;
970 : 97076001 : if (opts_set->x_param_max_pending_list_length) mask |= HOST_WIDE_INT_1U << 9;
971 : 97076001 : if (opts_set->x_param_max_pipeline_region_blocks) mask |= HOST_WIDE_INT_1U << 10;
972 : 97076001 : if (opts_set->x_param_max_pipeline_region_insns) mask |= HOST_WIDE_INT_1U << 11;
973 : 97076001 : if (opts_set->x_param_max_pow_sqrt_depth) mask |= HOST_WIDE_INT_1U << 12;
974 : 97076001 : if (opts_set->x_param_max_predicted_iterations) mask |= HOST_WIDE_INT_1U << 13;
975 : 97076001 : if (opts_set->x_param_max_reload_search_insns) mask |= HOST_WIDE_INT_1U << 14;
976 : 97076001 : if (opts_set->x_param_max_rtl_if_conversion_insns) mask |= HOST_WIDE_INT_1U << 15;
977 : 97076001 : if (opts_set->x_param_max_rtl_if_conversion_predictable_cost) mask |= HOST_WIDE_INT_1U << 16;
978 : 97076001 : if (opts_set->x_param_max_rtl_if_conversion_unpredictable_cost) mask |= HOST_WIDE_INT_1U << 17;
979 : 97076001 : if (opts_set->x_param_max_sched_extend_regions_iters) mask |= HOST_WIDE_INT_1U << 18;
980 : 97076001 : if (opts_set->x_param_max_sched_insn_conflict_delay) mask |= HOST_WIDE_INT_1U << 19;
981 : 97076001 : if (opts_set->x_param_max_sched_ready_insns) mask |= HOST_WIDE_INT_1U << 20;
982 : 97076001 : if (opts_set->x_param_max_sched_region_blocks) mask |= HOST_WIDE_INT_1U << 21;
983 : 97076001 : if (opts_set->x_param_max_sched_region_insns) mask |= HOST_WIDE_INT_1U << 22;
984 : 97076001 : if (opts_set->x_param_max_slsr_candidate_scan) mask |= HOST_WIDE_INT_1U << 23;
985 : 97076001 : if (opts_set->x_param_max_speculative_devirt_maydefs) mask |= HOST_WIDE_INT_1U << 24;
986 : 97076001 : if (opts_set->x_param_max_stores_to_merge) mask |= HOST_WIDE_INT_1U << 25;
987 : 97076001 : if (opts_set->x_param_max_stores_to_sink) mask |= HOST_WIDE_INT_1U << 26;
988 : 97076001 : if (opts_set->x_param_max_tail_merge_comparisons) mask |= HOST_WIDE_INT_1U << 27;
989 : 97076001 : if (opts_set->x_param_max_tail_merge_iterations) mask |= HOST_WIDE_INT_1U << 28;
990 : 97076001 : if (opts_set->x_param_max_tracked_strlens) mask |= HOST_WIDE_INT_1U << 29;
991 : 97076001 : if (opts_set->x_param_max_tree_if_conversion_phi_args) mask |= HOST_WIDE_INT_1U << 30;
992 : 97076001 : if (opts_set->x_param_max_unroll_times) mask |= HOST_WIDE_INT_1U << 31;
993 : 97076001 : if (opts_set->x_param_max_unrolled_insns) mask |= HOST_WIDE_INT_1U << 32;
994 : 97076001 : if (opts_set->x_param_max_unswitch_depth) mask |= HOST_WIDE_INT_1U << 33;
995 : 97076001 : if (opts_set->x_param_max_unswitch_insns) mask |= HOST_WIDE_INT_1U << 34;
996 : 97076001 : if (opts_set->x_param_max_variable_expansions) mask |= HOST_WIDE_INT_1U << 35;
997 : 97076001 : if (opts_set->x_param_max_vartrack_expr_depth) mask |= HOST_WIDE_INT_1U << 36;
998 : 97076001 : if (opts_set->x_param_max_vartrack_reverse_op_size) mask |= HOST_WIDE_INT_1U << 37;
999 : 97076001 : if (opts_set->x_param_max_vartrack_size) mask |= HOST_WIDE_INT_1U << 38;
1000 : 97076001 : if (opts_set->x_param_min_crossjump_insns) mask |= HOST_WIDE_INT_1U << 39;
1001 : 97076001 : if (opts_set->x_param_min_inline_recursive_probability) mask |= HOST_WIDE_INT_1U << 40;
1002 : 97076001 : if (opts_set->x_param_min_insn_to_prefetch_ratio) mask |= HOST_WIDE_INT_1U << 41;
1003 : 97076001 : if (opts_set->x_param_min_loop_cond_split_prob) mask |= HOST_WIDE_INT_1U << 42;
1004 : 97076001 : if (opts_set->x_param_min_pagesize) mask |= HOST_WIDE_INT_1U << 43;
1005 : 97076001 : if (opts_set->x_param_min_size_for_stack_sharing) mask |= HOST_WIDE_INT_1U << 44;
1006 : 97076001 : if (opts_set->x_param_min_spec_prob) mask |= HOST_WIDE_INT_1U << 45;
1007 : 97076001 : if (opts_set->x_param_min_vect_loop_bound) mask |= HOST_WIDE_INT_1U << 46;
1008 : 97076001 : if (opts_set->x_param_modref_max_accesses) mask |= HOST_WIDE_INT_1U << 47;
1009 : 97076001 : if (opts_set->x_param_modref_max_adjustments) mask |= HOST_WIDE_INT_1U << 48;
1010 : 97076001 : if (opts_set->x_param_modref_max_bases) mask |= HOST_WIDE_INT_1U << 49;
1011 : 97076001 : if (opts_set->x_param_modref_max_depth) mask |= HOST_WIDE_INT_1U << 50;
1012 : 97076001 : if (opts_set->x_param_modref_max_escape_points) mask |= HOST_WIDE_INT_1U << 51;
1013 : 97076001 : if (opts_set->x_param_modref_max_refs) mask |= HOST_WIDE_INT_1U << 52;
1014 : 97076001 : if (opts_set->x_param_modref_max_tests) mask |= HOST_WIDE_INT_1U << 53;
1015 : 97076001 : if (opts_set->x_param_parloops_chunk_size) mask |= HOST_WIDE_INT_1U << 54;
1016 : 97076001 : if (opts_set->x_param_parloops_min_per_thread) mask |= HOST_WIDE_INT_1U << 55;
1017 : 97076001 : if (opts_set->x_param_parloops_schedule) mask |= HOST_WIDE_INT_1U << 56;
1018 : 97076001 : if (opts_set->x_param_partial_inlining_entry_probability) mask |= HOST_WIDE_INT_1U << 57;
1019 : 97076001 : if (opts_set->x_param_phiopt_factor_max_stmts_live) mask |= HOST_WIDE_INT_1U << 58;
1020 : 97076001 : if (opts_set->x_param_predictable_branch_outcome) mask |= HOST_WIDE_INT_1U << 59;
1021 : 97076001 : if (opts_set->x_param_prefetch_dynamic_strides) mask |= HOST_WIDE_INT_1U << 60;
1022 : 97076001 : if (opts_set->x_param_prefetch_latency) mask |= HOST_WIDE_INT_1U << 61;
1023 : 97076001 : if (opts_set->x_param_prefetch_min_insn_to_mem_ratio) mask |= HOST_WIDE_INT_1U << 62;
1024 : 97076001 : if (opts_set->x_param_prefetch_minimum_stride) mask |= HOST_WIDE_INT_1U << 63;
1025 : 97076001 : ptr->explicit_mask[2] = mask;
1026 : 97076001 : mask = 0;
1027 : 97076001 : if (opts_set->x_param_ranger_logical_depth) mask |= HOST_WIDE_INT_1U << 0;
1028 : 97076001 : if (opts_set->x_param_ranger_recompute_depth) mask |= HOST_WIDE_INT_1U << 1;
1029 : 97076001 : if (opts_set->x_param_relation_block_limit) mask |= HOST_WIDE_INT_1U << 2;
1030 : 97076001 : if (opts_set->x_param_rpo_vn_max_loop_depth) mask |= HOST_WIDE_INT_1U << 3;
1031 : 97076001 : if (opts_set->x_param_sccvn_max_alias_queries_per_access) mask |= HOST_WIDE_INT_1U << 4;
1032 : 97076001 : if (opts_set->x_param_scev_max_expr_complexity) mask |= HOST_WIDE_INT_1U << 5;
1033 : 97076001 : if (opts_set->x_param_scev_max_expr_size) mask |= HOST_WIDE_INT_1U << 6;
1034 : 97076001 : if (opts_set->x_param_sched_autopref_queue_depth) mask |= HOST_WIDE_INT_1U << 7;
1035 : 97076001 : if (opts_set->x_param_sched_mem_true_dep_cost) mask |= HOST_WIDE_INT_1U << 8;
1036 : 97076001 : if (opts_set->x_param_sched_pressure_algorithm) mask |= HOST_WIDE_INT_1U << 9;
1037 : 97076001 : if (opts_set->x_param_sched_spec_prob_cutoff) mask |= HOST_WIDE_INT_1U << 10;
1038 : 97076001 : if (opts_set->x_param_sched_state_edge_prob_cutoff) mask |= HOST_WIDE_INT_1U << 11;
1039 : 97076001 : if (opts_set->x_param_selsched_insns_to_rename) mask |= HOST_WIDE_INT_1U << 12;
1040 : 97076001 : if (opts_set->x_param_selsched_max_lookahead) mask |= HOST_WIDE_INT_1U << 13;
1041 : 97076001 : if (opts_set->x_param_selsched_max_sched_times) mask |= HOST_WIDE_INT_1U << 14;
1042 : 97076001 : if (opts_set->x_param_simultaneous_prefetches) mask |= HOST_WIDE_INT_1U << 15;
1043 : 97076001 : if (opts_set->x_param_sink_frequency_threshold) mask |= HOST_WIDE_INT_1U << 16;
1044 : 97076001 : if (opts_set->x_param_sms_dfa_history) mask |= HOST_WIDE_INT_1U << 17;
1045 : 97076001 : if (opts_set->x_param_sms_loop_average_count_threshold) mask |= HOST_WIDE_INT_1U << 18;
1046 : 97076001 : if (opts_set->x_param_sms_max_ii_factor) mask |= HOST_WIDE_INT_1U << 19;
1047 : 97076001 : if (opts_set->x_param_sms_min_sc) mask |= HOST_WIDE_INT_1U << 20;
1048 : 97076001 : if (opts_set->x_param_sra_max_propagations) mask |= HOST_WIDE_INT_1U << 21;
1049 : 97076001 : if (opts_set->x_param_sra_max_scalarization_size_size) mask |= HOST_WIDE_INT_1U << 22;
1050 : 97076001 : if (opts_set->x_param_sra_max_scalarization_size_speed) mask |= HOST_WIDE_INT_1U << 23;
1051 : 97076001 : if (opts_set->x_param_ssa_name_def_chain_limit) mask |= HOST_WIDE_INT_1U << 24;
1052 : 97076001 : if (opts_set->x_param_ssp_buffer_size) mask |= HOST_WIDE_INT_1U << 25;
1053 : 97076001 : if (opts_set->x_param_stack_clash_protection_guard_size) mask |= HOST_WIDE_INT_1U << 26;
1054 : 97076001 : if (opts_set->x_param_stack_clash_protection_probe_interval) mask |= HOST_WIDE_INT_1U << 27;
1055 : 97076001 : if (opts_set->x_param_store_forwarding_max_distance) mask |= HOST_WIDE_INT_1U << 28;
1056 : 97076001 : if (opts_set->x_param_store_merging_allow_unaligned) mask |= HOST_WIDE_INT_1U << 29;
1057 : 97076001 : if (opts_set->x_param_store_merging_max_size) mask |= HOST_WIDE_INT_1U << 30;
1058 : 97076001 : if (opts_set->x_param_switch_conversion_branch_ratio) mask |= HOST_WIDE_INT_1U << 31;
1059 : 97076001 : if (opts_set->x_param_tm_max_aggregate_size) mask |= HOST_WIDE_INT_1U << 32;
1060 : 97076001 : if (opts_set->x_param_tracer_dynamic_coverage_feedback) mask |= HOST_WIDE_INT_1U << 33;
1061 : 97076001 : if (opts_set->x_param_tracer_dynamic_coverage) mask |= HOST_WIDE_INT_1U << 34;
1062 : 97076001 : if (opts_set->x_param_tracer_max_code_growth) mask |= HOST_WIDE_INT_1U << 35;
1063 : 97076001 : if (opts_set->x_param_tracer_min_branch_probability_feedback) mask |= HOST_WIDE_INT_1U << 36;
1064 : 97076001 : if (opts_set->x_param_tracer_min_branch_probability) mask |= HOST_WIDE_INT_1U << 37;
1065 : 97076001 : if (opts_set->x_param_tracer_min_branch_ratio) mask |= HOST_WIDE_INT_1U << 38;
1066 : 97076001 : if (opts_set->x_param_transitive_relations_work_bound) mask |= HOST_WIDE_INT_1U << 39;
1067 : 97076001 : if (opts_set->x_param_tree_reassoc_width) mask |= HOST_WIDE_INT_1U << 40;
1068 : 97076001 : if (opts_set->x_param_uninit_control_dep_attempts) mask |= HOST_WIDE_INT_1U << 41;
1069 : 97076001 : if (opts_set->x_param_uninit_max_chain_len) mask |= HOST_WIDE_INT_1U << 42;
1070 : 97076001 : if (opts_set->x_param_uninit_max_num_chains) mask |= HOST_WIDE_INT_1U << 43;
1071 : 97076001 : if (opts_set->x_param_uninit_max_prune_work) mask |= HOST_WIDE_INT_1U << 44;
1072 : 97076001 : if (opts_set->x_param_uninlined_function_insns) mask |= HOST_WIDE_INT_1U << 45;
1073 : 97076001 : if (opts_set->x_param_uninlined_function_time) mask |= HOST_WIDE_INT_1U << 46;
1074 : 97076001 : if (opts_set->x_param_uninlined_function_thunk_insns) mask |= HOST_WIDE_INT_1U << 47;
1075 : 97076001 : if (opts_set->x_param_uninlined_function_thunk_time) mask |= HOST_WIDE_INT_1U << 48;
1076 : 97076001 : if (opts_set->x_param_unlikely_bb_count_fraction) mask |= HOST_WIDE_INT_1U << 49;
1077 : 97076001 : if (opts_set->x_param_unroll_jam_max_unroll) mask |= HOST_WIDE_INT_1U << 50;
1078 : 97076001 : if (opts_set->x_param_unroll_jam_min_percent) mask |= HOST_WIDE_INT_1U << 51;
1079 : 97076001 : if (opts_set->x_param_use_after_scope_direct_emission_threshold) mask |= HOST_WIDE_INT_1U << 52;
1080 : 97076001 : if (opts_set->x_param_vect_epilogues_nomask) mask |= HOST_WIDE_INT_1U << 53;
1081 : 97076001 : if (opts_set->x_param_vect_induction_float) mask |= HOST_WIDE_INT_1U << 54;
1082 : 97076001 : if (opts_set->x_param_vect_inner_loop_cost_factor) mask |= HOST_WIDE_INT_1U << 55;
1083 : 97076001 : if (opts_set->x_param_vect_max_layout_candidates) mask |= HOST_WIDE_INT_1U << 56;
1084 : 97076001 : if (opts_set->x_param_vect_max_peeling_for_alignment) mask |= HOST_WIDE_INT_1U << 57;
1085 : 97076001 : if (opts_set->x_param_vect_max_version_for_alias_checks) mask |= HOST_WIDE_INT_1U << 58;
1086 : 97076001 : if (opts_set->x_param_vect_max_version_for_alignment_checks) mask |= HOST_WIDE_INT_1U << 59;
1087 : 97076001 : if (opts_set->x_param_vect_partial_vector_usage) mask |= HOST_WIDE_INT_1U << 60;
1088 : 97076001 : if (opts_set->x_param_vect_scalar_cost_multiplier) mask |= HOST_WIDE_INT_1U << 61;
1089 : 97076001 : if (opts_set->x_param_vrp_block_limit) mask |= HOST_WIDE_INT_1U << 62;
1090 : 97076001 : if (opts_set->x_param_vrp_sparse_threshold) mask |= HOST_WIDE_INT_1U << 63;
1091 : 97076001 : ptr->explicit_mask[3] = mask;
1092 : 97076001 : mask = 0;
1093 : 97076001 : if (opts_set->x_param_vrp_switch_limit) mask |= HOST_WIDE_INT_1U << 0;
1094 : 97076001 : if (opts_set->x_param_vrp_vector_threshold) mask |= HOST_WIDE_INT_1U << 1;
1095 : 97076001 : if (opts_set->x_flag_complex_method) mask |= HOST_WIDE_INT_1U << 2;
1096 : 97076001 : if (opts_set->x_flag_malloc_dse) mask |= HOST_WIDE_INT_1U << 3;
1097 : 97076001 : if (opts_set->x_flag_min_function_alignment) mask |= HOST_WIDE_INT_1U << 4;
1098 : 97076001 : if (opts_set->x_flag_openmp_target_simd_clone) mask |= HOST_WIDE_INT_1U << 5;
1099 : 97076001 : if (opts_set->x_flag_sched_stalled_insns) mask |= HOST_WIDE_INT_1U << 6;
1100 : 97076001 : if (opts_set->x_flag_sched_stalled_insns_dep) mask |= HOST_WIDE_INT_1U << 7;
1101 : 97076001 : if (opts_set->x_flag_tree_parallelize_loops) mask |= HOST_WIDE_INT_1U << 8;
1102 : 97076001 : if (opts_set->x_flag_lto_locality_cloning) mask |= HOST_WIDE_INT_1U << 9;
1103 : 97076001 : if (opts_set->x_param_ranger_debug) mask |= HOST_WIDE_INT_1U << 10;
1104 : 97076001 : if (opts_set->x_param_threader_debug) mask |= HOST_WIDE_INT_1U << 11;
1105 : 97076001 : if (opts_set->x_flag_excess_precision) mask |= HOST_WIDE_INT_1U << 12;
1106 : 97076001 : if (opts_set->x_flag_fp_contract_mode) mask |= HOST_WIDE_INT_1U << 13;
1107 : 97076001 : if (opts_set->x_flag_harden_control_flow_redundancy_check_noreturn) mask |= HOST_WIDE_INT_1U << 14;
1108 : 97076001 : if (opts_set->x_flag_inline_stringops) mask |= HOST_WIDE_INT_1U << 15;
1109 : 97076001 : if (opts_set->x_flag_ira_algorithm) mask |= HOST_WIDE_INT_1U << 16;
1110 : 97076001 : if (opts_set->x_flag_ira_region) mask |= HOST_WIDE_INT_1U << 17;
1111 : 97076001 : if (opts_set->x_flag_live_patching) mask |= HOST_WIDE_INT_1U << 18;
1112 : 97076001 : if (opts_set->x_flag_reorder_blocks_algorithm) mask |= HOST_WIDE_INT_1U << 19;
1113 : 97076001 : if (opts_set->x_flag_simd_cost_model) mask |= HOST_WIDE_INT_1U << 20;
1114 : 97076001 : if (opts_set->x_flag_stack_reuse) mask |= HOST_WIDE_INT_1U << 21;
1115 : 97076001 : if (opts_set->x_flag_auto_var_init) mask |= HOST_WIDE_INT_1U << 22;
1116 : 97076001 : if (opts_set->x_flag_vect_cost_model) mask |= HOST_WIDE_INT_1U << 23;
1117 : 97076001 : if (opts_set->x_optimize) mask |= HOST_WIDE_INT_1U << 24;
1118 : 97076001 : if (opts_set->x_optimize_size) mask |= HOST_WIDE_INT_1U << 25;
1119 : 97076001 : if (opts_set->x_optimize_debug) mask |= HOST_WIDE_INT_1U << 26;
1120 : 97076001 : if (opts_set->x_optimize_fast) mask |= HOST_WIDE_INT_1U << 27;
1121 : 97076001 : if (opts_set->x_warn_inline) mask |= HOST_WIDE_INT_1U << 28;
1122 : 97076001 : if (opts_set->x_flag_aggressive_loop_optimizations) mask |= HOST_WIDE_INT_1U << 29;
1123 : 97076001 : if (opts_set->x_flag_align_functions) mask |= HOST_WIDE_INT_1U << 30;
1124 : 97076001 : if (opts_set->x_flag_align_jumps) mask |= HOST_WIDE_INT_1U << 31;
1125 : 97076001 : if (opts_set->x_flag_align_labels) mask |= HOST_WIDE_INT_1U << 32;
1126 : 97076001 : if (opts_set->x_flag_align_loops) mask |= HOST_WIDE_INT_1U << 33;
1127 : 97076001 : if (opts_set->x_flag_allocation_dce) mask |= HOST_WIDE_INT_1U << 34;
1128 : 97076001 : if (opts_set->x_flag_store_data_races) mask |= HOST_WIDE_INT_1U << 35;
1129 : 97076001 : if (opts_set->x_flag_associative_math) mask |= HOST_WIDE_INT_1U << 36;
1130 : 97076001 : if (opts_set->x_flag_assume_sane_operators_new_delete) mask |= HOST_WIDE_INT_1U << 37;
1131 : 97076001 : if (opts_set->x_flag_asynchronous_unwind_tables) mask |= HOST_WIDE_INT_1U << 38;
1132 : 97076001 : if (opts_set->x_flag_auto_inc_dec) mask |= HOST_WIDE_INT_1U << 39;
1133 : 97076001 : if (opts_set->x_flag_auto_profile_inlining) mask |= HOST_WIDE_INT_1U << 40;
1134 : 97076001 : if (opts_set->x_flag_avoid_store_forwarding) mask |= HOST_WIDE_INT_1U << 41;
1135 : 97076001 : if (opts_set->x_flag_bit_tests) mask |= HOST_WIDE_INT_1U << 42;
1136 : 97076001 : if (opts_set->x_flag_branch_on_count_reg) mask |= HOST_WIDE_INT_1U << 43;
1137 : 97076001 : if (opts_set->x_flag_branch_probabilities) mask |= HOST_WIDE_INT_1U << 44;
1138 : 97076001 : if (opts_set->x_flag_caller_saves) mask |= HOST_WIDE_INT_1U << 45;
1139 : 97076001 : if (opts_set->x_flag_code_hoisting) mask |= HOST_WIDE_INT_1U << 46;
1140 : 97076001 : if (opts_set->x_flag_combine_stack_adjustments) mask |= HOST_WIDE_INT_1U << 47;
1141 : 97076001 : if (opts_set->x_flag_compare_elim_after_reload) mask |= HOST_WIDE_INT_1U << 48;
1142 : 97076001 : if (opts_set->x_flag_conserve_stack) mask |= HOST_WIDE_INT_1U << 49;
1143 : 97076001 : if (opts_set->x_flag_cprop_registers) mask |= HOST_WIDE_INT_1U << 50;
1144 : 97076001 : if (opts_set->x_flag_crossjumping) mask |= HOST_WIDE_INT_1U << 51;
1145 : 97076001 : if (opts_set->x_flag_cse_follow_jumps) mask |= HOST_WIDE_INT_1U << 52;
1146 : 97076001 : if (opts_set->x_flag_dce) mask |= HOST_WIDE_INT_1U << 53;
1147 : 97076001 : if (opts_set->x_flag_defer_pop) mask |= HOST_WIDE_INT_1U << 54;
1148 : 97076001 : if (opts_set->x_flag_delayed_branch) mask |= HOST_WIDE_INT_1U << 55;
1149 : 97076001 : if (opts_set->x_flag_delete_dead_exceptions) mask |= HOST_WIDE_INT_1U << 56;
1150 : 97076001 : if (opts_set->x_flag_delete_null_pointer_checks) mask |= HOST_WIDE_INT_1U << 57;
1151 : 97076001 : if (opts_set->x_flag_dep_fusion) mask |= HOST_WIDE_INT_1U << 58;
1152 : 97076001 : if (opts_set->x_flag_devirtualize) mask |= HOST_WIDE_INT_1U << 59;
1153 : 97076001 : if (opts_set->x_flag_devirtualize_speculatively) mask |= HOST_WIDE_INT_1U << 60;
1154 : 97076001 : if (opts_set->x_flag_dse) mask |= HOST_WIDE_INT_1U << 61;
1155 : 97076001 : if (opts_set->x_flag_early_inlining) mask |= HOST_WIDE_INT_1U << 62;
1156 : 97076001 : if (opts_set->x_flag_exceptions) mask |= HOST_WIDE_INT_1U << 63;
1157 : 97076001 : ptr->explicit_mask[4] = mask;
1158 : 97076001 : mask = 0;
1159 : 97076001 : if (opts_set->x_flag_expensive_optimizations) mask |= HOST_WIDE_INT_1U << 0;
1160 : 97076001 : if (opts_set->x_flag_ext_dce) mask |= HOST_WIDE_INT_1U << 1;
1161 : 97076001 : if (opts_set->x_flag_finite_loops) mask |= HOST_WIDE_INT_1U << 2;
1162 : 97076001 : if (opts_set->x_flag_finite_math_only) mask |= HOST_WIDE_INT_1U << 3;
1163 : 97076001 : if (opts_set->x_flag_float_store) mask |= HOST_WIDE_INT_1U << 4;
1164 : 97076001 : if (opts_set->x_flag_fold_mem_offsets) mask |= HOST_WIDE_INT_1U << 5;
1165 : 97076001 : if (opts_set->x_flag_fold_simple_inlines) mask |= HOST_WIDE_INT_1U << 6;
1166 : 97076001 : if (opts_set->x_flag_forward_propagate) mask |= HOST_WIDE_INT_1U << 7;
1167 : 97076001 : if (opts_set->x_flag_fp_int_builtin_inexact) mask |= HOST_WIDE_INT_1U << 8;
1168 : 97076001 : if (opts_set->x_flag_no_function_cse) mask |= HOST_WIDE_INT_1U << 9;
1169 : 97076001 : if (opts_set->x_flag_gcse) mask |= HOST_WIDE_INT_1U << 10;
1170 : 97076001 : if (opts_set->x_flag_gcse_after_reload) mask |= HOST_WIDE_INT_1U << 11;
1171 : 97076001 : if (opts_set->x_flag_gcse_las) mask |= HOST_WIDE_INT_1U << 12;
1172 : 97076001 : if (opts_set->x_flag_gcse_lm) mask |= HOST_WIDE_INT_1U << 13;
1173 : 97076001 : if (opts_set->x_flag_gcse_sm) mask |= HOST_WIDE_INT_1U << 14;
1174 : 97076001 : if (opts_set->x_flag_graphite) mask |= HOST_WIDE_INT_1U << 15;
1175 : 97076001 : if (opts_set->x_flag_graphite_identity) mask |= HOST_WIDE_INT_1U << 16;
1176 : 97076001 : if (opts_set->x_flag_guess_branch_prob) mask |= HOST_WIDE_INT_1U << 17;
1177 : 97076001 : if (opts_set->x_flag_harden_control_flow_redundancy_check_exceptions) mask |= HOST_WIDE_INT_1U << 18;
1178 : 97076001 : if (opts_set->x_flag_harden_control_flow_redundancy_check_returning_calls) mask |= HOST_WIDE_INT_1U << 19;
1179 : 97076001 : if (opts_set->x_flag_harden_control_flow_redundancy_skip_leaf) mask |= HOST_WIDE_INT_1U << 20;
1180 : 97076001 : if (opts_set->x_flag_harden_compares) mask |= HOST_WIDE_INT_1U << 21;
1181 : 97076001 : if (opts_set->x_flag_harden_conditional_branches) mask |= HOST_WIDE_INT_1U << 22;
1182 : 97076001 : if (opts_set->x_flag_harden_control_flow_redundancy) mask |= HOST_WIDE_INT_1U << 23;
1183 : 97076001 : if (opts_set->x_flag_hoist_adjacent_loads) mask |= HOST_WIDE_INT_1U << 24;
1184 : 97076001 : if (opts_set->x_flag_if_conversion) mask |= HOST_WIDE_INT_1U << 25;
1185 : 97076001 : if (opts_set->x_flag_if_conversion2) mask |= HOST_WIDE_INT_1U << 26;
1186 : 97076001 : if (opts_set->x_flag_indirect_inlining) mask |= HOST_WIDE_INT_1U << 27;
1187 : 97076001 : if (opts_set->x_flag_no_inline) mask |= HOST_WIDE_INT_1U << 28;
1188 : 97076001 : if (opts_set->x_flag_inline_atomics) mask |= HOST_WIDE_INT_1U << 29;
1189 : 97076001 : if (opts_set->x_flag_inline_functions) mask |= HOST_WIDE_INT_1U << 30;
1190 : 97076001 : if (opts_set->x_flag_inline_functions_called_once) mask |= HOST_WIDE_INT_1U << 31;
1191 : 97076001 : if (opts_set->x_flag_inline_small_functions) mask |= HOST_WIDE_INT_1U << 32;
1192 : 97076001 : if (opts_set->x_flag_ipa_bit_cp) mask |= HOST_WIDE_INT_1U << 33;
1193 : 97076001 : if (opts_set->x_flag_ipa_cp) mask |= HOST_WIDE_INT_1U << 34;
1194 : 97076001 : if (opts_set->x_flag_ipa_cp_clone) mask |= HOST_WIDE_INT_1U << 35;
1195 : 97076001 : if (opts_set->x_flag_ipa_icf) mask |= HOST_WIDE_INT_1U << 36;
1196 : 97076001 : if (opts_set->x_flag_ipa_icf_functions) mask |= HOST_WIDE_INT_1U << 37;
1197 : 97076001 : if (opts_set->x_flag_ipa_icf_variables) mask |= HOST_WIDE_INT_1U << 38;
1198 : 97076001 : if (opts_set->x_flag_ipa_modref) mask |= HOST_WIDE_INT_1U << 39;
1199 : 97076001 : if (opts_set->x_flag_ipa_profile) mask |= HOST_WIDE_INT_1U << 40;
1200 : 97076001 : if (opts_set->x_flag_ipa_pta) mask |= HOST_WIDE_INT_1U << 41;
1201 : 97076001 : if (opts_set->x_flag_ipa_pure_const) mask |= HOST_WIDE_INT_1U << 42;
1202 : 97076001 : if (opts_set->x_flag_ipa_ra) mask |= HOST_WIDE_INT_1U << 43;
1203 : 97076001 : if (opts_set->x_flag_ipa_reference) mask |= HOST_WIDE_INT_1U << 44;
1204 : 97076001 : if (opts_set->x_flag_ipa_reference_addressable) mask |= HOST_WIDE_INT_1U << 45;
1205 : 97076001 : if (opts_set->x_flag_ipa_reorder_for_locality) mask |= HOST_WIDE_INT_1U << 46;
1206 : 97076001 : if (opts_set->x_flag_ipa_sra) mask |= HOST_WIDE_INT_1U << 47;
1207 : 97076001 : if (opts_set->x_flag_ipa_stack_alignment) mask |= HOST_WIDE_INT_1U << 48;
1208 : 97076001 : if (opts_set->x_flag_ipa_strict_aliasing) mask |= HOST_WIDE_INT_1U << 49;
1209 : 97076001 : if (opts_set->x_flag_ipa_vrp) mask |= HOST_WIDE_INT_1U << 50;
1210 : 97076001 : if (opts_set->x_flag_ira_hoist_pressure) mask |= HOST_WIDE_INT_1U << 51;
1211 : 97076001 : if (opts_set->x_flag_ira_loop_pressure) mask |= HOST_WIDE_INT_1U << 52;
1212 : 97076001 : if (opts_set->x_flag_ira_share_save_slots) mask |= HOST_WIDE_INT_1U << 53;
1213 : 97076001 : if (opts_set->x_flag_ira_share_spill_slots) mask |= HOST_WIDE_INT_1U << 54;
1214 : 97076001 : if (opts_set->x_flag_isolate_erroneous_paths_attribute) mask |= HOST_WIDE_INT_1U << 55;
1215 : 97076001 : if (opts_set->x_flag_isolate_erroneous_paths_dereference) mask |= HOST_WIDE_INT_1U << 56;
1216 : 97076001 : if (opts_set->x_flag_ivopts) mask |= HOST_WIDE_INT_1U << 57;
1217 : 97076001 : if (opts_set->x_flag_jump_tables) mask |= HOST_WIDE_INT_1U << 58;
1218 : 97076001 : if (opts_set->x_flag_keep_gc_roots_live) mask |= HOST_WIDE_INT_1U << 59;
1219 : 97076001 : if (opts_set->x_flag_late_combine_instructions) mask |= HOST_WIDE_INT_1U << 60;
1220 : 97076001 : if (opts_set->x_flag_lifetime_dse) mask |= HOST_WIDE_INT_1U << 61;
1221 : 97076001 : if (opts_set->x_flag_limit_function_alignment) mask |= HOST_WIDE_INT_1U << 62;
1222 : 97076001 : if (opts_set->x_flag_live_range_shrinkage) mask |= HOST_WIDE_INT_1U << 63;
1223 : 97076001 : ptr->explicit_mask[5] = mask;
1224 : 97076001 : mask = 0;
1225 : 97076001 : if (opts_set->x_flag_loop_interchange) mask |= HOST_WIDE_INT_1U << 0;
1226 : 97076001 : if (opts_set->x_flag_loop_nest_optimize) mask |= HOST_WIDE_INT_1U << 1;
1227 : 97076001 : if (opts_set->x_flag_loop_parallelize_all) mask |= HOST_WIDE_INT_1U << 2;
1228 : 97076001 : if (opts_set->x_flag_unroll_jam) mask |= HOST_WIDE_INT_1U << 3;
1229 : 97076001 : if (opts_set->x_flag_lra_remat) mask |= HOST_WIDE_INT_1U << 4;
1230 : 97076001 : if (opts_set->x_flag_malloc_dce) mask |= HOST_WIDE_INT_1U << 5;
1231 : 97076001 : if (opts_set->x_flag_errno_math) mask |= HOST_WIDE_INT_1U << 6;
1232 : 97076001 : if (opts_set->x_flag_modulo_sched) mask |= HOST_WIDE_INT_1U << 7;
1233 : 97076001 : if (opts_set->x_flag_modulo_sched_allow_regmoves) mask |= HOST_WIDE_INT_1U << 8;
1234 : 97076001 : if (opts_set->x_flag_move_loop_invariants) mask |= HOST_WIDE_INT_1U << 9;
1235 : 97076001 : if (opts_set->x_flag_move_loop_stores) mask |= HOST_WIDE_INT_1U << 10;
1236 : 97076001 : if (opts_set->x_flag_non_call_exceptions) mask |= HOST_WIDE_INT_1U << 11;
1237 : 97076001 : if (opts_set->x_flag_nothrow_opt) mask |= HOST_WIDE_INT_1U << 12;
1238 : 97076001 : if (opts_set->x_flag_omit_frame_pointer) mask |= HOST_WIDE_INT_1U << 13;
1239 : 97076001 : if (opts_set->x_flag_opt_info) mask |= HOST_WIDE_INT_1U << 14;
1240 : 97076001 : if (opts_set->x_flag_optimize_crc) mask |= HOST_WIDE_INT_1U << 15;
1241 : 97076001 : if (opts_set->x_flag_optimize_sibling_calls) mask |= HOST_WIDE_INT_1U << 16;
1242 : 97076001 : if (opts_set->x_flag_optimize_strlen) mask |= HOST_WIDE_INT_1U << 17;
1243 : 97076001 : if (opts_set->x_flag_pack_struct) mask |= HOST_WIDE_INT_1U << 18;
1244 : 97076001 : if (opts_set->x_flag_partial_inlining) mask |= HOST_WIDE_INT_1U << 19;
1245 : 97076001 : if (opts_set->x_flag_pcc_struct_return) mask |= HOST_WIDE_INT_1U << 20;
1246 : 97076001 : if (opts_set->x_flag_peel_loops) mask |= HOST_WIDE_INT_1U << 21;
1247 : 97076001 : if (opts_set->x_flag_no_peephole) mask |= HOST_WIDE_INT_1U << 22;
1248 : 97076001 : if (opts_set->x_flag_peephole2) mask |= HOST_WIDE_INT_1U << 23;
1249 : 97076001 : if (opts_set->x_flag_plt) mask |= HOST_WIDE_INT_1U << 24;
1250 : 97076001 : if (opts_set->x_flag_predictive_commoning) mask |= HOST_WIDE_INT_1U << 25;
1251 : 97076001 : if (opts_set->x_flag_prefetch_loop_arrays) mask |= HOST_WIDE_INT_1U << 26;
1252 : 97076001 : if (opts_set->x_flag_printf_return_value) mask |= HOST_WIDE_INT_1U << 27;
1253 : 97076001 : if (opts_set->x_flag_profile_partial_training) mask |= HOST_WIDE_INT_1U << 28;
1254 : 97076001 : if (opts_set->x_flag_profile_reorder_functions) mask |= HOST_WIDE_INT_1U << 29;
1255 : 97076001 : if (opts_set->x_flag_reciprocal_math) mask |= HOST_WIDE_INT_1U << 30;
1256 : 97076001 : if (opts_set->x_flag_ree) mask |= HOST_WIDE_INT_1U << 31;
1257 : 97076001 : if (opts_set->x_flag_rename_registers) mask |= HOST_WIDE_INT_1U << 32;
1258 : 97076001 : if (opts_set->x_flag_reorder_blocks) mask |= HOST_WIDE_INT_1U << 33;
1259 : 97076001 : if (opts_set->x_flag_reorder_blocks_and_partition) mask |= HOST_WIDE_INT_1U << 34;
1260 : 97076001 : if (opts_set->x_flag_reorder_functions) mask |= HOST_WIDE_INT_1U << 35;
1261 : 97076001 : if (opts_set->x_flag_rerun_cse_after_loop) mask |= HOST_WIDE_INT_1U << 36;
1262 : 97076001 : if (opts_set->x_flag_resched_modulo_sched) mask |= HOST_WIDE_INT_1U << 37;
1263 : 97076001 : if (opts_set->x_flag_rounding_math) mask |= HOST_WIDE_INT_1U << 38;
1264 : 97076001 : if (opts_set->x_flag_rtti) mask |= HOST_WIDE_INT_1U << 39;
1265 : 97076001 : if (opts_set->x_flag_save_optimization_record) mask |= HOST_WIDE_INT_1U << 40;
1266 : 97076001 : if (opts_set->x_flag_sched_critical_path_heuristic) mask |= HOST_WIDE_INT_1U << 41;
1267 : 97076001 : if (opts_set->x_flag_sched_dep_count_heuristic) mask |= HOST_WIDE_INT_1U << 42;
1268 : 97076001 : if (opts_set->x_flag_sched_group_heuristic) mask |= HOST_WIDE_INT_1U << 43;
1269 : 97076001 : if (opts_set->x_flag_schedule_interblock) mask |= HOST_WIDE_INT_1U << 44;
1270 : 97076001 : if (opts_set->x_flag_sched_last_insn_heuristic) mask |= HOST_WIDE_INT_1U << 45;
1271 : 97076001 : if (opts_set->x_flag_sched_pressure) mask |= HOST_WIDE_INT_1U << 46;
1272 : 97076001 : if (opts_set->x_flag_sched_rank_heuristic) mask |= HOST_WIDE_INT_1U << 47;
1273 : 97076001 : if (opts_set->x_flag_schedule_speculative) mask |= HOST_WIDE_INT_1U << 48;
1274 : 97076001 : if (opts_set->x_flag_sched_spec_insn_heuristic) mask |= HOST_WIDE_INT_1U << 49;
1275 : 97076001 : if (opts_set->x_flag_schedule_speculative_load) mask |= HOST_WIDE_INT_1U << 50;
1276 : 97076001 : if (opts_set->x_flag_schedule_speculative_load_dangerous) mask |= HOST_WIDE_INT_1U << 51;
1277 : 97076001 : if (opts_set->x_flag_sched2_use_superblocks) mask |= HOST_WIDE_INT_1U << 52;
1278 : 97076001 : if (opts_set->x_flag_schedule_fusion) mask |= HOST_WIDE_INT_1U << 53;
1279 : 97076001 : if (opts_set->x_flag_schedule_insns) mask |= HOST_WIDE_INT_1U << 54;
1280 : 97076001 : if (opts_set->x_flag_schedule_insns_after_reload) mask |= HOST_WIDE_INT_1U << 55;
1281 : 97076001 : if (opts_set->x_flag_section_anchors) mask |= HOST_WIDE_INT_1U << 56;
1282 : 97076001 : if (opts_set->x_flag_sel_sched_pipelining) mask |= HOST_WIDE_INT_1U << 57;
1283 : 97076001 : if (opts_set->x_flag_sel_sched_pipelining_outer_loops) mask |= HOST_WIDE_INT_1U << 58;
1284 : 97076001 : if (opts_set->x_flag_sel_sched_reschedule_pipelined) mask |= HOST_WIDE_INT_1U << 59;
1285 : 97076001 : if (opts_set->x_flag_selective_scheduling) mask |= HOST_WIDE_INT_1U << 60;
1286 : 97076001 : if (opts_set->x_flag_selective_scheduling2) mask |= HOST_WIDE_INT_1U << 61;
1287 : 97076001 : if (opts_set->x_flag_semantic_interposition) mask |= HOST_WIDE_INT_1U << 62;
1288 : 97076001 : if (opts_set->x_flag_short_enums) mask |= HOST_WIDE_INT_1U << 63;
1289 : 97076001 : ptr->explicit_mask[6] = mask;
1290 : 97076001 : mask = 0;
1291 : 97076001 : if (opts_set->x_flag_short_wchar) mask |= HOST_WIDE_INT_1U << 0;
1292 : 97076001 : if (opts_set->x_flag_shrink_wrap) mask |= HOST_WIDE_INT_1U << 1;
1293 : 97076001 : if (opts_set->x_flag_shrink_wrap_separate) mask |= HOST_WIDE_INT_1U << 2;
1294 : 97076001 : if (opts_set->x_flag_signaling_nans) mask |= HOST_WIDE_INT_1U << 3;
1295 : 97076001 : if (opts_set->x_flag_signed_zeros) mask |= HOST_WIDE_INT_1U << 4;
1296 : 97076001 : if (opts_set->x_flag_single_precision_constant) mask |= HOST_WIDE_INT_1U << 5;
1297 : 97076001 : if (opts_set->x_flag_split_ivs_in_unroller) mask |= HOST_WIDE_INT_1U << 6;
1298 : 97076001 : if (opts_set->x_flag_split_loops) mask |= HOST_WIDE_INT_1U << 7;
1299 : 97076001 : if (opts_set->x_flag_split_paths) mask |= HOST_WIDE_INT_1U << 8;
1300 : 97076001 : if (opts_set->x_flag_split_wide_types) mask |= HOST_WIDE_INT_1U << 9;
1301 : 97076001 : if (opts_set->x_flag_split_wide_types_early) mask |= HOST_WIDE_INT_1U << 10;
1302 : 97076001 : if (opts_set->x_flag_ssa_backprop) mask |= HOST_WIDE_INT_1U << 11;
1303 : 97076001 : if (opts_set->x_flag_ssa_phiopt) mask |= HOST_WIDE_INT_1U << 12;
1304 : 97076001 : if (opts_set->x_flag_stack_clash_protection) mask |= HOST_WIDE_INT_1U << 13;
1305 : 97076001 : if (opts_set->x_flag_stack_protect) mask |= HOST_WIDE_INT_1U << 14;
1306 : 97076001 : if (opts_set->x_flag_stdarg_opt) mask |= HOST_WIDE_INT_1U << 15;
1307 : 97076001 : if (opts_set->x_flag_store_merging) mask |= HOST_WIDE_INT_1U << 16;
1308 : 97076001 : if (opts_set->x_flag_strict_aliasing) mask |= HOST_WIDE_INT_1U << 17;
1309 : 97076001 : if (opts_set->x_flag_strict_enums) mask |= HOST_WIDE_INT_1U << 18;
1310 : 97076001 : if (opts_set->x_flag_strict_volatile_bitfields) mask |= HOST_WIDE_INT_1U << 19;
1311 : 97076001 : if (opts_set->x_flag_thread_jumps) mask |= HOST_WIDE_INT_1U << 20;
1312 : 97076001 : if (opts_set->x_flag_threadsafe_statics) mask |= HOST_WIDE_INT_1U << 21;
1313 : 97076001 : if (opts_set->x_flag_toplevel_reorder) mask |= HOST_WIDE_INT_1U << 22;
1314 : 97076001 : if (opts_set->x_flag_tracer) mask |= HOST_WIDE_INT_1U << 23;
1315 : 97076001 : if (opts_set->x_flag_trapping_math) mask |= HOST_WIDE_INT_1U << 24;
1316 : 97076001 : if (opts_set->x_flag_trapv) mask |= HOST_WIDE_INT_1U << 25;
1317 : 97076001 : if (opts_set->x_flag_tree_bit_ccp) mask |= HOST_WIDE_INT_1U << 26;
1318 : 97076001 : if (opts_set->x_flag_tree_builtin_call_dce) mask |= HOST_WIDE_INT_1U << 27;
1319 : 97076001 : if (opts_set->x_flag_tree_ccp) mask |= HOST_WIDE_INT_1U << 28;
1320 : 97076001 : if (opts_set->x_flag_tree_ch) mask |= HOST_WIDE_INT_1U << 29;
1321 : 97076001 : if (opts_set->x_flag_tree_coalesce_vars) mask |= HOST_WIDE_INT_1U << 30;
1322 : 97076001 : if (opts_set->x_flag_tree_copy_prop) mask |= HOST_WIDE_INT_1U << 31;
1323 : 97076001 : if (opts_set->x_flag_tree_cselim) mask |= HOST_WIDE_INT_1U << 32;
1324 : 97076001 : if (opts_set->x_flag_tree_dce) mask |= HOST_WIDE_INT_1U << 33;
1325 : 97076001 : if (opts_set->x_flag_tree_dom) mask |= HOST_WIDE_INT_1U << 34;
1326 : 97076001 : if (opts_set->x_flag_tree_dse) mask |= HOST_WIDE_INT_1U << 35;
1327 : 97076001 : if (opts_set->x_flag_tree_forwprop) mask |= HOST_WIDE_INT_1U << 36;
1328 : 97076001 : if (opts_set->x_flag_tree_fre) mask |= HOST_WIDE_INT_1U << 37;
1329 : 97076001 : if (opts_set->x_flag_tree_loop_distribute_patterns) mask |= HOST_WIDE_INT_1U << 38;
1330 : 97076001 : if (opts_set->x_flag_tree_loop_distribution) mask |= HOST_WIDE_INT_1U << 39;
1331 : 97076001 : if (opts_set->x_flag_tree_loop_if_convert) mask |= HOST_WIDE_INT_1U << 40;
1332 : 97076001 : if (opts_set->x_flag_tree_loop_im) mask |= HOST_WIDE_INT_1U << 41;
1333 : 97076001 : if (opts_set->x_flag_tree_loop_ivcanon) mask |= HOST_WIDE_INT_1U << 42;
1334 : 97076001 : if (opts_set->x_flag_tree_loop_optimize) mask |= HOST_WIDE_INT_1U << 43;
1335 : 97076001 : if (opts_set->x_flag_tree_loop_vectorize) mask |= HOST_WIDE_INT_1U << 44;
1336 : 97076001 : if (opts_set->x_flag_tree_partial_pre) mask |= HOST_WIDE_INT_1U << 45;
1337 : 97076001 : if (opts_set->x_flag_tree_phiprop) mask |= HOST_WIDE_INT_1U << 46;
1338 : 97076001 : if (opts_set->x_flag_tree_pre) mask |= HOST_WIDE_INT_1U << 47;
1339 : 97076001 : if (opts_set->x_flag_tree_pta) mask |= HOST_WIDE_INT_1U << 48;
1340 : 97076001 : if (opts_set->x_flag_tree_reassoc) mask |= HOST_WIDE_INT_1U << 49;
1341 : 97076001 : if (opts_set->x_flag_tree_scev_cprop) mask |= HOST_WIDE_INT_1U << 50;
1342 : 97076001 : if (opts_set->x_flag_tree_sink) mask |= HOST_WIDE_INT_1U << 51;
1343 : 97076001 : if (opts_set->x_flag_tree_slp_vectorize) mask |= HOST_WIDE_INT_1U << 52;
1344 : 97076001 : if (opts_set->x_flag_tree_slsr) mask |= HOST_WIDE_INT_1U << 53;
1345 : 97076001 : if (opts_set->x_flag_tree_sra) mask |= HOST_WIDE_INT_1U << 54;
1346 : 97076001 : if (opts_set->x_flag_tree_switch_conversion) mask |= HOST_WIDE_INT_1U << 55;
1347 : 97076001 : if (opts_set->x_flag_tree_tail_merge) mask |= HOST_WIDE_INT_1U << 56;
1348 : 97076001 : if (opts_set->x_flag_tree_ter) mask |= HOST_WIDE_INT_1U << 57;
1349 : 97076001 : if (opts_set->x_flag_tree_vectorize) mask |= HOST_WIDE_INT_1U << 58;
1350 : 97076001 : if (opts_set->x_flag_tree_vrp) mask |= HOST_WIDE_INT_1U << 59;
1351 : 97076001 : if (opts_set->x_flag_unconstrained_commons) mask |= HOST_WIDE_INT_1U << 60;
1352 : 97076001 : if (opts_set->x_flag_unreachable_traps) mask |= HOST_WIDE_INT_1U << 61;
1353 : 97076001 : if (opts_set->x_flag_unroll_all_loops) mask |= HOST_WIDE_INT_1U << 62;
1354 : 97076001 : if (opts_set->x_flag_cunroll_grow_size) mask |= HOST_WIDE_INT_1U << 63;
1355 : 97076001 : ptr->explicit_mask[7] = mask;
1356 : 97076001 : mask = 0;
1357 : 97076001 : if (opts_set->x_flag_unroll_loops) mask |= HOST_WIDE_INT_1U << 0;
1358 : 97076001 : if (opts_set->x_flag_unsafe_math_optimizations) mask |= HOST_WIDE_INT_1U << 1;
1359 : 97076001 : if (opts_set->x_flag_unswitch_loops) mask |= HOST_WIDE_INT_1U << 2;
1360 : 97076001 : if (opts_set->x_flag_unwind_tables) mask |= HOST_WIDE_INT_1U << 3;
1361 : 97076001 : if (opts_set->x_flag_var_tracking) mask |= HOST_WIDE_INT_1U << 4;
1362 : 97076001 : if (opts_set->x_flag_var_tracking_assignments) mask |= HOST_WIDE_INT_1U << 5;
1363 : 97076001 : if (opts_set->x_flag_var_tracking_assignments_toggle) mask |= HOST_WIDE_INT_1U << 6;
1364 : 97076001 : if (opts_set->x_flag_var_tracking_uninit) mask |= HOST_WIDE_INT_1U << 7;
1365 : 97076001 : if (opts_set->x_flag_variable_expansion_in_unroller) mask |= HOST_WIDE_INT_1U << 8;
1366 : 97076001 : if (opts_set->x_flag_version_loops_for_strides) mask |= HOST_WIDE_INT_1U << 9;
1367 : 97076001 : if (opts_set->x_flag_value_profile_transformations) mask |= HOST_WIDE_INT_1U << 10;
1368 : 97076001 : if (opts_set->x_flag_web) mask |= HOST_WIDE_INT_1U << 11;
1369 : 97076001 : if (opts_set->x_flag_wrapv) mask |= HOST_WIDE_INT_1U << 12;
1370 : 97076001 : if (opts_set->x_flag_wrapv_pointer) mask |= HOST_WIDE_INT_1U << 13;
1371 : 97076001 : if (opts_set->x_debug_nonbind_markers_p) mask |= HOST_WIDE_INT_1U << 14;
1372 : 97076001 : if (opts_set->x_ix86_unroll_only_small_loops) mask |= HOST_WIDE_INT_1U << 15;
1373 : 97076001 : if (opts_set->x_str_align_functions) mask |= HOST_WIDE_INT_1U << 16;
1374 : 97076001 : if (opts_set->x_str_align_jumps) mask |= HOST_WIDE_INT_1U << 17;
1375 : 97076001 : if (opts_set->x_str_align_labels) mask |= HOST_WIDE_INT_1U << 18;
1376 : 97076001 : if (opts_set->x_str_align_loops) mask |= HOST_WIDE_INT_1U << 19;
1377 : 97076001 : if (opts_set->x_flag_patchable_function_entry) mask |= HOST_WIDE_INT_1U << 20;
1378 : 97076001 : ptr->explicit_mask[8] = mask;
1379 : 97076001 : }
1380 : :
1381 : : /* Restore optimization options from a structure. */
1382 : : void
1383 : 51717708 : cl_optimization_restore (struct gcc_options *opts, struct gcc_options *opts_set,
1384 : : struct cl_optimization *ptr)
1385 : : {
1386 : 51717708 : opts->x_param_align_loop_iterations = ptr->x_param_align_loop_iterations;
1387 : 51717708 : opts->x_param_align_threshold = ptr->x_param_align_threshold;
1388 : 51717708 : opts->x_param_asan_protect_allocas = ptr->x_param_asan_protect_allocas;
1389 : 51717708 : opts->x_param_asan_instrument_reads = ptr->x_param_asan_instrument_reads;
1390 : 51717708 : opts->x_param_asan_instrument_writes = ptr->x_param_asan_instrument_writes;
1391 : 51717708 : opts->x_param_asan_instrumentation_with_call_threshold = ptr->x_param_asan_instrumentation_with_call_threshold;
1392 : 51717708 : opts->x_param_asan_kernel_mem_intrinsic_prefix = ptr->x_param_asan_kernel_mem_intrinsic_prefix;
1393 : 51717708 : opts->x_param_asan_memintrin = ptr->x_param_asan_memintrin;
1394 : 51717708 : opts->x_param_asan_stack = ptr->x_param_asan_stack;
1395 : 51717708 : opts->x_param_asan_use_after_return = ptr->x_param_asan_use_after_return;
1396 : 51717708 : opts->x_param_auto_profile_bbs = ptr->x_param_auto_profile_bbs;
1397 : 51717708 : opts->x_param_avg_loop_niter = ptr->x_param_avg_loop_niter;
1398 : 51717708 : opts->x_param_avoid_fma_max_bits = ptr->x_param_avoid_fma_max_bits;
1399 : 51717708 : opts->x_param_builtin_expect_probability = ptr->x_param_builtin_expect_probability;
1400 : 51717708 : opts->x_param_builtin_string_cmp_inline_length = ptr->x_param_builtin_string_cmp_inline_length;
1401 : 51717708 : opts->x_param_case_values_threshold = ptr->x_param_case_values_threshold;
1402 : 51717708 : opts->x_param_comdat_sharing_probability = ptr->x_param_comdat_sharing_probability;
1403 : 51717708 : opts->x_param_construct_interfere_size = ptr->x_param_construct_interfere_size;
1404 : 51717708 : opts->x_param_cycle_accurate_model = ptr->x_param_cycle_accurate_model;
1405 : 51717708 : opts->x_param_destruct_interfere_size = ptr->x_param_destruct_interfere_size;
1406 : 51717708 : opts->x_param_dse_max_alias_queries_per_store = ptr->x_param_dse_max_alias_queries_per_store;
1407 : 51717708 : opts->x_param_dse_max_object_size = ptr->x_param_dse_max_object_size;
1408 : 51717708 : opts->x_param_early_inlining_insns = ptr->x_param_early_inlining_insns;
1409 : 51717708 : opts->x_param_fsm_scale_path_stmts = ptr->x_param_fsm_scale_path_stmts;
1410 : 51717708 : opts->x_param_fully_pipelined_fma = ptr->x_param_fully_pipelined_fma;
1411 : 51717708 : opts->x_param_gcse_after_reload_critical_fraction = ptr->x_param_gcse_after_reload_critical_fraction;
1412 : 51717708 : opts->x_param_gcse_after_reload_partial_fraction = ptr->x_param_gcse_after_reload_partial_fraction;
1413 : 51717708 : opts->x_param_gcse_cost_distance_ratio = ptr->x_param_gcse_cost_distance_ratio;
1414 : 51717708 : opts->x_param_gcse_unrestricted_cost = ptr->x_param_gcse_unrestricted_cost;
1415 : 51717708 : opts->x_param_graphite_max_arrays_per_scop = ptr->x_param_graphite_max_arrays_per_scop;
1416 : 51717708 : opts->x_param_graphite_max_nb_scop_params = ptr->x_param_graphite_max_nb_scop_params;
1417 : 51717708 : opts->x_param_hardcfr_max_blocks = ptr->x_param_hardcfr_max_blocks;
1418 : 51717708 : opts->x_param_hardcfr_max_inline_blocks = ptr->x_param_hardcfr_max_inline_blocks;
1419 : 51717708 : opts->x_param_hwasan_instrument_allocas = ptr->x_param_hwasan_instrument_allocas;
1420 : 51717708 : opts->x_param_hwasan_instrument_mem_intrinsics = ptr->x_param_hwasan_instrument_mem_intrinsics;
1421 : 51717708 : opts->x_param_hwasan_instrument_reads = ptr->x_param_hwasan_instrument_reads;
1422 : 51717708 : opts->x_param_hwasan_instrument_stack = ptr->x_param_hwasan_instrument_stack;
1423 : 51717708 : opts->x_param_hwasan_instrument_writes = ptr->x_param_hwasan_instrument_writes;
1424 : 51717708 : opts->x_param_hwasan_random_frame_tag = ptr->x_param_hwasan_random_frame_tag;
1425 : 51717708 : opts->x_param_inline_heuristics_hint_percent = ptr->x_param_inline_heuristics_hint_percent;
1426 : 51717708 : opts->x_param_inline_min_speedup = ptr->x_param_inline_min_speedup;
1427 : 51717708 : opts->x_param_inline_unit_growth = ptr->x_param_inline_unit_growth;
1428 : 51717708 : opts->x_param_ipa_cp_eval_threshold = ptr->x_param_ipa_cp_eval_threshold;
1429 : 51717708 : opts->x_param_ipa_cp_large_unit_insns = ptr->x_param_ipa_cp_large_unit_insns;
1430 : 51717708 : opts->x_param_ipa_cp_loop_hint_bonus = ptr->x_param_ipa_cp_loop_hint_bonus;
1431 : 51717708 : opts->x_param_ipa_cp_max_recursive_depth = ptr->x_param_ipa_cp_max_recursive_depth;
1432 : 51717708 : opts->x_param_ipa_cp_min_recursive_probability = ptr->x_param_ipa_cp_min_recursive_probability;
1433 : 51717708 : opts->x_param_ipa_cp_recursion_penalty = ptr->x_param_ipa_cp_recursion_penalty;
1434 : 51717708 : opts->x_param_ipa_cp_recursive_freq_factor = ptr->x_param_ipa_cp_recursive_freq_factor;
1435 : 51717708 : opts->x_param_ipa_cp_single_call_penalty = ptr->x_param_ipa_cp_single_call_penalty;
1436 : 51717708 : opts->x_param_ipa_cp_unit_growth = ptr->x_param_ipa_cp_unit_growth;
1437 : 51717708 : opts->x_param_ipa_cp_value_list_size = ptr->x_param_ipa_cp_value_list_size;
1438 : 51717708 : opts->x_param_ipa_jump_function_lookups = ptr->x_param_ipa_jump_function_lookups;
1439 : 51717708 : opts->x_param_ipa_max_aa_steps = ptr->x_param_ipa_max_aa_steps;
1440 : 51717708 : opts->x_param_ipa_max_agg_items = ptr->x_param_ipa_max_agg_items;
1441 : 51717708 : opts->x_param_ipa_max_loop_predicates = ptr->x_param_ipa_max_loop_predicates;
1442 : 51717708 : opts->x_param_ipa_max_param_expr_ops = ptr->x_param_ipa_max_param_expr_ops;
1443 : 51717708 : opts->x_param_ipa_max_switch_predicate_bounds = ptr->x_param_ipa_max_switch_predicate_bounds;
1444 : 51717708 : opts->x_param_ipa_sra_deref_prob_threshold = ptr->x_param_ipa_sra_deref_prob_threshold;
1445 : 51717708 : opts->x_param_ipa_sra_max_replacements = ptr->x_param_ipa_sra_max_replacements;
1446 : 51717708 : opts->x_param_ipa_sra_ptr_growth_factor = ptr->x_param_ipa_sra_ptr_growth_factor;
1447 : 51717708 : opts->x_param_ipa_sra_ptrwrap_growth_factor = ptr->x_param_ipa_sra_ptrwrap_growth_factor;
1448 : 51717708 : opts->x_param_ira_consider_dup_in_all_alts = ptr->x_param_ira_consider_dup_in_all_alts;
1449 : 51717708 : opts->x_param_ira_loop_reserved_regs = ptr->x_param_ira_loop_reserved_regs;
1450 : 51717708 : opts->x_param_ira_max_conflict_table_size = ptr->x_param_ira_max_conflict_table_size;
1451 : 51717708 : opts->x_param_ira_max_loops_num = ptr->x_param_ira_max_loops_num;
1452 : 51717708 : opts->x_param_ira_simple_lra_insn_threshold = ptr->x_param_ira_simple_lra_insn_threshold;
1453 : 51717708 : opts->x_param_iv_always_prune_cand_set_bound = ptr->x_param_iv_always_prune_cand_set_bound;
1454 : 51717708 : opts->x_param_iv_consider_all_candidates_bound = ptr->x_param_iv_consider_all_candidates_bound;
1455 : 51717708 : opts->x_param_iv_max_considered_uses = ptr->x_param_iv_max_considered_uses;
1456 : 51717708 : opts->x_param_jump_table_max_growth_ratio_for_size = ptr->x_param_jump_table_max_growth_ratio_for_size;
1457 : 51717708 : opts->x_param_jump_table_max_growth_ratio_for_speed = ptr->x_param_jump_table_max_growth_ratio_for_speed;
1458 : 51717708 : opts->x_param_l1_cache_line_size = ptr->x_param_l1_cache_line_size;
1459 : 51717708 : opts->x_param_l1_cache_size = ptr->x_param_l1_cache_size;
1460 : 51717708 : opts->x_param_l2_cache_size = ptr->x_param_l2_cache_size;
1461 : 51717708 : opts->x_param_large_function_growth = ptr->x_param_large_function_growth;
1462 : 51717708 : opts->x_param_large_function_insns = ptr->x_param_large_function_insns;
1463 : 51717708 : opts->x_param_stack_frame_growth = ptr->x_param_stack_frame_growth;
1464 : 51717708 : opts->x_param_large_stack_frame = ptr->x_param_large_stack_frame;
1465 : 51717708 : opts->x_param_large_unit_insns = ptr->x_param_large_unit_insns;
1466 : 51717708 : opts->x_param_lim_expensive = ptr->x_param_lim_expensive;
1467 : 51717708 : opts->x_param_loop_block_tile_size = ptr->x_param_loop_block_tile_size;
1468 : 51717708 : opts->x_param_loop_interchange_max_num_stmts = ptr->x_param_loop_interchange_max_num_stmts;
1469 : 51717708 : opts->x_param_loop_interchange_stride_ratio = ptr->x_param_loop_interchange_stride_ratio;
1470 : 51717708 : opts->x_param_loop_invariant_max_bbs_in_loop = ptr->x_param_loop_invariant_max_bbs_in_loop;
1471 : 51717708 : opts->x_param_loop_max_datarefs_for_datadeps = ptr->x_param_loop_max_datarefs_for_datadeps;
1472 : 51717708 : opts->x_param_loop_versioning_max_inner_insns = ptr->x_param_loop_versioning_max_inner_insns;
1473 : 51717708 : opts->x_param_loop_versioning_max_outer_insns = ptr->x_param_loop_versioning_max_outer_insns;
1474 : 51717708 : opts->x_param_lra_inheritance_ebb_probability_cutoff = ptr->x_param_lra_inheritance_ebb_probability_cutoff;
1475 : 51717708 : opts->x_param_lra_max_considered_reload_pseudos = ptr->x_param_lra_max_considered_reload_pseudos;
1476 : 51717708 : opts->x_param_lto_locality_frequency = ptr->x_param_lto_locality_frequency;
1477 : 51717708 : opts->x_param_lto_locality_size = ptr->x_param_lto_locality_size;
1478 : 51717708 : opts->x_param_max_average_unrolled_insns = ptr->x_param_max_average_unrolled_insns;
1479 : 51717708 : opts->x_param_max_combine_insns = ptr->x_param_max_combine_insns;
1480 : 51717708 : opts->x_param_max_combine_search_insns = ptr->x_param_max_combine_search_insns;
1481 : 51717708 : opts->x_param_max_unroll_iterations = ptr->x_param_max_unroll_iterations;
1482 : 51717708 : opts->x_param_max_completely_peel_times = ptr->x_param_max_completely_peel_times;
1483 : 51717708 : opts->x_param_max_completely_peeled_insns = ptr->x_param_max_completely_peeled_insns;
1484 : 51717708 : opts->x_param_max_crossjump_edges = ptr->x_param_max_crossjump_edges;
1485 : 51717708 : opts->x_param_max_cse_insns = ptr->x_param_max_cse_insns;
1486 : 51717708 : opts->x_param_max_cse_path_length = ptr->x_param_max_cse_path_length;
1487 : 51717708 : opts->x_param_max_cselib_memory_locations = ptr->x_param_max_cselib_memory_locations;
1488 : 51717708 : opts->x_param_max_debug_marker_count = ptr->x_param_max_debug_marker_count;
1489 : 51717708 : opts->x_param_max_delay_slot_insn_search = ptr->x_param_max_delay_slot_insn_search;
1490 : 51717708 : opts->x_param_max_delay_slot_live_search = ptr->x_param_max_delay_slot_live_search;
1491 : 51717708 : opts->x_param_max_devirt_targets = ptr->x_param_max_devirt_targets;
1492 : 51717708 : opts->x_param_max_dse_active_local_stores = ptr->x_param_max_dse_active_local_stores;
1493 : 51717708 : opts->x_param_early_inliner_max_iterations = ptr->x_param_early_inliner_max_iterations;
1494 : 51717708 : opts->x_param_max_find_base_term_values = ptr->x_param_max_find_base_term_values;
1495 : 51717708 : opts->x_param_max_fsm_thread_path_insns = ptr->x_param_max_fsm_thread_path_insns;
1496 : 51717708 : opts->x_param_max_gcse_insertion_ratio = ptr->x_param_max_gcse_insertion_ratio;
1497 : 51717708 : opts->x_param_max_gcse_memory = ptr->x_param_max_gcse_memory;
1498 : 51717708 : opts->x_param_max_goto_duplication_insns = ptr->x_param_max_goto_duplication_insns;
1499 : 51717708 : opts->x_param_max_grow_copy_bb_insns = ptr->x_param_max_grow_copy_bb_insns;
1500 : 51717708 : opts->x_param_max_hoist_depth = ptr->x_param_max_hoist_depth;
1501 : 51717708 : opts->x_param_inline_functions_called_once_insns = ptr->x_param_inline_functions_called_once_insns;
1502 : 51717708 : opts->x_param_inline_functions_called_once_loop_depth = ptr->x_param_inline_functions_called_once_loop_depth;
1503 : 51717708 : opts->x_param_max_inline_insns_auto = ptr->x_param_max_inline_insns_auto;
1504 : 51717708 : opts->x_param_max_inline_insns_recursive_auto = ptr->x_param_max_inline_insns_recursive_auto;
1505 : 51717708 : opts->x_param_max_inline_insns_recursive = ptr->x_param_max_inline_insns_recursive;
1506 : 51717708 : opts->x_param_max_inline_insns_single = ptr->x_param_max_inline_insns_single;
1507 : 51717708 : opts->x_param_max_inline_insns_size = ptr->x_param_max_inline_insns_size;
1508 : 51717708 : opts->x_param_max_inline_insns_small = ptr->x_param_max_inline_insns_small;
1509 : 51717708 : opts->x_param_max_inline_recursive_depth_auto = ptr->x_param_max_inline_recursive_depth_auto;
1510 : 51717708 : opts->x_param_max_inline_recursive_depth = ptr->x_param_max_inline_recursive_depth;
1511 : 51717708 : opts->x_param_max_isl_operations = ptr->x_param_max_isl_operations;
1512 : 51717708 : opts->x_param_max_iterations_computation_cost = ptr->x_param_max_iterations_computation_cost;
1513 : 51717708 : opts->x_param_max_iterations_to_track = ptr->x_param_max_iterations_to_track;
1514 : 51717708 : opts->x_param_max_jump_thread_duplication_stmts = ptr->x_param_max_jump_thread_duplication_stmts;
1515 : 51717708 : opts->x_param_max_jump_thread_paths = ptr->x_param_max_jump_thread_paths;
1516 : 51717708 : opts->x_param_max_last_value_rtl = ptr->x_param_max_last_value_rtl;
1517 : 51717708 : opts->x_param_max_loop_header_insns = ptr->x_param_max_loop_header_insns;
1518 : 51717708 : opts->x_param_max_modulo_backtrack_attempts = ptr->x_param_max_modulo_backtrack_attempts;
1519 : 51717708 : opts->x_param_max_partial_antic_length = ptr->x_param_max_partial_antic_length;
1520 : 51717708 : opts->x_param_max_peel_branches = ptr->x_param_max_peel_branches;
1521 : 51717708 : opts->x_param_max_peel_times = ptr->x_param_max_peel_times;
1522 : 51717708 : opts->x_param_max_peeled_insns = ptr->x_param_max_peeled_insns;
1523 : 51717708 : opts->x_param_max_pending_list_length = ptr->x_param_max_pending_list_length;
1524 : 51717708 : opts->x_param_max_pipeline_region_blocks = ptr->x_param_max_pipeline_region_blocks;
1525 : 51717708 : opts->x_param_max_pipeline_region_insns = ptr->x_param_max_pipeline_region_insns;
1526 : 51717708 : opts->x_param_max_pow_sqrt_depth = ptr->x_param_max_pow_sqrt_depth;
1527 : 51717708 : opts->x_param_max_predicted_iterations = ptr->x_param_max_predicted_iterations;
1528 : 51717708 : opts->x_param_max_reload_search_insns = ptr->x_param_max_reload_search_insns;
1529 : 51717708 : opts->x_param_max_rtl_if_conversion_insns = ptr->x_param_max_rtl_if_conversion_insns;
1530 : 51717708 : opts->x_param_max_rtl_if_conversion_predictable_cost = ptr->x_param_max_rtl_if_conversion_predictable_cost;
1531 : 51717708 : opts->x_param_max_rtl_if_conversion_unpredictable_cost = ptr->x_param_max_rtl_if_conversion_unpredictable_cost;
1532 : 51717708 : opts->x_param_max_sched_extend_regions_iters = ptr->x_param_max_sched_extend_regions_iters;
1533 : 51717708 : opts->x_param_max_sched_insn_conflict_delay = ptr->x_param_max_sched_insn_conflict_delay;
1534 : 51717708 : opts->x_param_max_sched_ready_insns = ptr->x_param_max_sched_ready_insns;
1535 : 51717708 : opts->x_param_max_sched_region_blocks = ptr->x_param_max_sched_region_blocks;
1536 : 51717708 : opts->x_param_max_sched_region_insns = ptr->x_param_max_sched_region_insns;
1537 : 51717708 : opts->x_param_max_slsr_candidate_scan = ptr->x_param_max_slsr_candidate_scan;
1538 : 51717708 : opts->x_param_max_speculative_devirt_maydefs = ptr->x_param_max_speculative_devirt_maydefs;
1539 : 51717708 : opts->x_param_max_stores_to_merge = ptr->x_param_max_stores_to_merge;
1540 : 51717708 : opts->x_param_max_stores_to_sink = ptr->x_param_max_stores_to_sink;
1541 : 51717708 : opts->x_param_max_tail_merge_comparisons = ptr->x_param_max_tail_merge_comparisons;
1542 : 51717708 : opts->x_param_max_tail_merge_iterations = ptr->x_param_max_tail_merge_iterations;
1543 : 51717708 : opts->x_param_max_tracked_strlens = ptr->x_param_max_tracked_strlens;
1544 : 51717708 : opts->x_param_max_tree_if_conversion_phi_args = ptr->x_param_max_tree_if_conversion_phi_args;
1545 : 51717708 : opts->x_param_max_unroll_times = ptr->x_param_max_unroll_times;
1546 : 51717708 : opts->x_param_max_unrolled_insns = ptr->x_param_max_unrolled_insns;
1547 : 51717708 : opts->x_param_max_unswitch_depth = ptr->x_param_max_unswitch_depth;
1548 : 51717708 : opts->x_param_max_unswitch_insns = ptr->x_param_max_unswitch_insns;
1549 : 51717708 : opts->x_param_max_variable_expansions = ptr->x_param_max_variable_expansions;
1550 : 51717708 : opts->x_param_max_vartrack_expr_depth = ptr->x_param_max_vartrack_expr_depth;
1551 : 51717708 : opts->x_param_max_vartrack_reverse_op_size = ptr->x_param_max_vartrack_reverse_op_size;
1552 : 51717708 : opts->x_param_max_vartrack_size = ptr->x_param_max_vartrack_size;
1553 : 51717708 : opts->x_param_min_crossjump_insns = ptr->x_param_min_crossjump_insns;
1554 : 51717708 : opts->x_param_min_inline_recursive_probability = ptr->x_param_min_inline_recursive_probability;
1555 : 51717708 : opts->x_param_min_insn_to_prefetch_ratio = ptr->x_param_min_insn_to_prefetch_ratio;
1556 : 51717708 : opts->x_param_min_loop_cond_split_prob = ptr->x_param_min_loop_cond_split_prob;
1557 : 51717708 : opts->x_param_min_pagesize = ptr->x_param_min_pagesize;
1558 : 51717708 : opts->x_param_min_size_for_stack_sharing = ptr->x_param_min_size_for_stack_sharing;
1559 : 51717708 : opts->x_param_min_spec_prob = ptr->x_param_min_spec_prob;
1560 : 51717708 : opts->x_param_min_vect_loop_bound = ptr->x_param_min_vect_loop_bound;
1561 : 51717708 : opts->x_param_modref_max_accesses = ptr->x_param_modref_max_accesses;
1562 : 51717708 : opts->x_param_modref_max_adjustments = ptr->x_param_modref_max_adjustments;
1563 : 51717708 : opts->x_param_modref_max_bases = ptr->x_param_modref_max_bases;
1564 : 51717708 : opts->x_param_modref_max_depth = ptr->x_param_modref_max_depth;
1565 : 51717708 : opts->x_param_modref_max_escape_points = ptr->x_param_modref_max_escape_points;
1566 : 51717708 : opts->x_param_modref_max_refs = ptr->x_param_modref_max_refs;
1567 : 51717708 : opts->x_param_modref_max_tests = ptr->x_param_modref_max_tests;
1568 : 51717708 : opts->x_param_parloops_chunk_size = ptr->x_param_parloops_chunk_size;
1569 : 51717708 : opts->x_param_parloops_min_per_thread = ptr->x_param_parloops_min_per_thread;
1570 : 51717708 : opts->x_param_parloops_schedule = ptr->x_param_parloops_schedule;
1571 : 51717708 : opts->x_param_partial_inlining_entry_probability = ptr->x_param_partial_inlining_entry_probability;
1572 : 51717708 : opts->x_param_phiopt_factor_max_stmts_live = ptr->x_param_phiopt_factor_max_stmts_live;
1573 : 51717708 : opts->x_param_predictable_branch_outcome = ptr->x_param_predictable_branch_outcome;
1574 : 51717708 : opts->x_param_prefetch_dynamic_strides = ptr->x_param_prefetch_dynamic_strides;
1575 : 51717708 : opts->x_param_prefetch_latency = ptr->x_param_prefetch_latency;
1576 : 51717708 : opts->x_param_prefetch_min_insn_to_mem_ratio = ptr->x_param_prefetch_min_insn_to_mem_ratio;
1577 : 51717708 : opts->x_param_prefetch_minimum_stride = ptr->x_param_prefetch_minimum_stride;
1578 : 51717708 : opts->x_param_ranger_logical_depth = ptr->x_param_ranger_logical_depth;
1579 : 51717708 : opts->x_param_ranger_recompute_depth = ptr->x_param_ranger_recompute_depth;
1580 : 51717708 : opts->x_param_relation_block_limit = ptr->x_param_relation_block_limit;
1581 : 51717708 : opts->x_param_rpo_vn_max_loop_depth = ptr->x_param_rpo_vn_max_loop_depth;
1582 : 51717708 : opts->x_param_sccvn_max_alias_queries_per_access = ptr->x_param_sccvn_max_alias_queries_per_access;
1583 : 51717708 : opts->x_param_scev_max_expr_complexity = ptr->x_param_scev_max_expr_complexity;
1584 : 51717708 : opts->x_param_scev_max_expr_size = ptr->x_param_scev_max_expr_size;
1585 : 51717708 : opts->x_param_sched_autopref_queue_depth = ptr->x_param_sched_autopref_queue_depth;
1586 : 51717708 : opts->x_param_sched_mem_true_dep_cost = ptr->x_param_sched_mem_true_dep_cost;
1587 : 51717708 : opts->x_param_sched_pressure_algorithm = ptr->x_param_sched_pressure_algorithm;
1588 : 51717708 : opts->x_param_sched_spec_prob_cutoff = ptr->x_param_sched_spec_prob_cutoff;
1589 : 51717708 : opts->x_param_sched_state_edge_prob_cutoff = ptr->x_param_sched_state_edge_prob_cutoff;
1590 : 51717708 : opts->x_param_selsched_insns_to_rename = ptr->x_param_selsched_insns_to_rename;
1591 : 51717708 : opts->x_param_selsched_max_lookahead = ptr->x_param_selsched_max_lookahead;
1592 : 51717708 : opts->x_param_selsched_max_sched_times = ptr->x_param_selsched_max_sched_times;
1593 : 51717708 : opts->x_param_simultaneous_prefetches = ptr->x_param_simultaneous_prefetches;
1594 : 51717708 : opts->x_param_sink_frequency_threshold = ptr->x_param_sink_frequency_threshold;
1595 : 51717708 : opts->x_param_sms_dfa_history = ptr->x_param_sms_dfa_history;
1596 : 51717708 : opts->x_param_sms_loop_average_count_threshold = ptr->x_param_sms_loop_average_count_threshold;
1597 : 51717708 : opts->x_param_sms_max_ii_factor = ptr->x_param_sms_max_ii_factor;
1598 : 51717708 : opts->x_param_sms_min_sc = ptr->x_param_sms_min_sc;
1599 : 51717708 : opts->x_param_sra_max_propagations = ptr->x_param_sra_max_propagations;
1600 : 51717708 : opts->x_param_sra_max_scalarization_size_size = ptr->x_param_sra_max_scalarization_size_size;
1601 : 51717708 : opts->x_param_sra_max_scalarization_size_speed = ptr->x_param_sra_max_scalarization_size_speed;
1602 : 51717708 : opts->x_param_ssa_name_def_chain_limit = ptr->x_param_ssa_name_def_chain_limit;
1603 : 51717708 : opts->x_param_ssp_buffer_size = ptr->x_param_ssp_buffer_size;
1604 : 51717708 : opts->x_param_stack_clash_protection_guard_size = ptr->x_param_stack_clash_protection_guard_size;
1605 : 51717708 : opts->x_param_stack_clash_protection_probe_interval = ptr->x_param_stack_clash_protection_probe_interval;
1606 : 51717708 : opts->x_param_store_forwarding_max_distance = ptr->x_param_store_forwarding_max_distance;
1607 : 51717708 : opts->x_param_store_merging_allow_unaligned = ptr->x_param_store_merging_allow_unaligned;
1608 : 51717708 : opts->x_param_store_merging_max_size = ptr->x_param_store_merging_max_size;
1609 : 51717708 : opts->x_param_switch_conversion_branch_ratio = ptr->x_param_switch_conversion_branch_ratio;
1610 : 51717708 : opts->x_param_tm_max_aggregate_size = ptr->x_param_tm_max_aggregate_size;
1611 : 51717708 : opts->x_param_tracer_dynamic_coverage_feedback = ptr->x_param_tracer_dynamic_coverage_feedback;
1612 : 51717708 : opts->x_param_tracer_dynamic_coverage = ptr->x_param_tracer_dynamic_coverage;
1613 : 51717708 : opts->x_param_tracer_max_code_growth = ptr->x_param_tracer_max_code_growth;
1614 : 51717708 : opts->x_param_tracer_min_branch_probability_feedback = ptr->x_param_tracer_min_branch_probability_feedback;
1615 : 51717708 : opts->x_param_tracer_min_branch_probability = ptr->x_param_tracer_min_branch_probability;
1616 : 51717708 : opts->x_param_tracer_min_branch_ratio = ptr->x_param_tracer_min_branch_ratio;
1617 : 51717708 : opts->x_param_transitive_relations_work_bound = ptr->x_param_transitive_relations_work_bound;
1618 : 51717708 : opts->x_param_tree_reassoc_width = ptr->x_param_tree_reassoc_width;
1619 : 51717708 : opts->x_param_uninit_control_dep_attempts = ptr->x_param_uninit_control_dep_attempts;
1620 : 51717708 : opts->x_param_uninit_max_chain_len = ptr->x_param_uninit_max_chain_len;
1621 : 51717708 : opts->x_param_uninit_max_num_chains = ptr->x_param_uninit_max_num_chains;
1622 : 51717708 : opts->x_param_uninit_max_prune_work = ptr->x_param_uninit_max_prune_work;
1623 : 51717708 : opts->x_param_uninlined_function_insns = ptr->x_param_uninlined_function_insns;
1624 : 51717708 : opts->x_param_uninlined_function_time = ptr->x_param_uninlined_function_time;
1625 : 51717708 : opts->x_param_uninlined_function_thunk_insns = ptr->x_param_uninlined_function_thunk_insns;
1626 : 51717708 : opts->x_param_uninlined_function_thunk_time = ptr->x_param_uninlined_function_thunk_time;
1627 : 51717708 : opts->x_param_unlikely_bb_count_fraction = ptr->x_param_unlikely_bb_count_fraction;
1628 : 51717708 : opts->x_param_unroll_jam_max_unroll = ptr->x_param_unroll_jam_max_unroll;
1629 : 51717708 : opts->x_param_unroll_jam_min_percent = ptr->x_param_unroll_jam_min_percent;
1630 : 51717708 : opts->x_param_use_after_scope_direct_emission_threshold = ptr->x_param_use_after_scope_direct_emission_threshold;
1631 : 51717708 : opts->x_param_vect_epilogues_nomask = ptr->x_param_vect_epilogues_nomask;
1632 : 51717708 : opts->x_param_vect_induction_float = ptr->x_param_vect_induction_float;
1633 : 51717708 : opts->x_param_vect_inner_loop_cost_factor = ptr->x_param_vect_inner_loop_cost_factor;
1634 : 51717708 : opts->x_param_vect_max_layout_candidates = ptr->x_param_vect_max_layout_candidates;
1635 : 51717708 : opts->x_param_vect_max_peeling_for_alignment = ptr->x_param_vect_max_peeling_for_alignment;
1636 : 51717708 : opts->x_param_vect_max_version_for_alias_checks = ptr->x_param_vect_max_version_for_alias_checks;
1637 : 51717708 : opts->x_param_vect_max_version_for_alignment_checks = ptr->x_param_vect_max_version_for_alignment_checks;
1638 : 51717708 : opts->x_param_vect_partial_vector_usage = ptr->x_param_vect_partial_vector_usage;
1639 : 51717708 : opts->x_param_vect_scalar_cost_multiplier = ptr->x_param_vect_scalar_cost_multiplier;
1640 : 51717708 : opts->x_param_vrp_block_limit = ptr->x_param_vrp_block_limit;
1641 : 51717708 : opts->x_param_vrp_sparse_threshold = ptr->x_param_vrp_sparse_threshold;
1642 : 51717708 : opts->x_param_vrp_switch_limit = ptr->x_param_vrp_switch_limit;
1643 : 51717708 : opts->x_param_vrp_vector_threshold = ptr->x_param_vrp_vector_threshold;
1644 : 51717708 : opts->x_flag_complex_method = ptr->x_flag_complex_method;
1645 : 51717708 : opts->x_flag_malloc_dse = ptr->x_flag_malloc_dse;
1646 : 51717708 : opts->x_flag_min_function_alignment = ptr->x_flag_min_function_alignment;
1647 : 51717708 : opts->x_flag_openmp_target_simd_clone = ptr->x_flag_openmp_target_simd_clone;
1648 : 51717708 : opts->x_flag_sched_stalled_insns = ptr->x_flag_sched_stalled_insns;
1649 : 51717708 : opts->x_flag_sched_stalled_insns_dep = ptr->x_flag_sched_stalled_insns_dep;
1650 : 51717708 : opts->x_flag_tree_parallelize_loops = ptr->x_flag_tree_parallelize_loops;
1651 : 51717708 : opts->x_flag_lto_locality_cloning = ptr->x_flag_lto_locality_cloning;
1652 : 51717708 : opts->x_param_ranger_debug = ptr->x_param_ranger_debug;
1653 : 51717708 : opts->x_param_threader_debug = ptr->x_param_threader_debug;
1654 : 51717708 : opts->x_flag_excess_precision = ptr->x_flag_excess_precision;
1655 : 51717708 : opts->x_flag_fp_contract_mode = ptr->x_flag_fp_contract_mode;
1656 : 51717708 : opts->x_flag_harden_control_flow_redundancy_check_noreturn = ptr->x_flag_harden_control_flow_redundancy_check_noreturn;
1657 : 51717708 : opts->x_flag_inline_stringops = ptr->x_flag_inline_stringops;
1658 : 51717708 : opts->x_flag_ira_algorithm = ptr->x_flag_ira_algorithm;
1659 : 51717708 : opts->x_flag_ira_region = ptr->x_flag_ira_region;
1660 : 51717708 : opts->x_flag_live_patching = ptr->x_flag_live_patching;
1661 : 51717708 : opts->x_flag_reorder_blocks_algorithm = ptr->x_flag_reorder_blocks_algorithm;
1662 : 51717708 : opts->x_flag_simd_cost_model = ptr->x_flag_simd_cost_model;
1663 : 51717708 : opts->x_flag_stack_reuse = ptr->x_flag_stack_reuse;
1664 : 51717708 : opts->x_flag_auto_var_init = ptr->x_flag_auto_var_init;
1665 : 51717708 : opts->x_flag_vect_cost_model = ptr->x_flag_vect_cost_model;
1666 : 51717708 : opts->x_optimize = ptr->x_optimize;
1667 : 51717708 : opts->x_optimize_size = ptr->x_optimize_size;
1668 : 51717708 : opts->x_optimize_debug = ptr->x_optimize_debug;
1669 : 51717708 : opts->x_optimize_fast = ptr->x_optimize_fast;
1670 : 51717708 : opts->x_warn_inline = ptr->x_warn_inline;
1671 : 51717708 : opts->x_flag_aggressive_loop_optimizations = ptr->x_flag_aggressive_loop_optimizations;
1672 : 51717708 : opts->x_flag_align_functions = ptr->x_flag_align_functions;
1673 : 51717708 : opts->x_flag_align_jumps = ptr->x_flag_align_jumps;
1674 : 51717708 : opts->x_flag_align_labels = ptr->x_flag_align_labels;
1675 : 51717708 : opts->x_flag_align_loops = ptr->x_flag_align_loops;
1676 : 51717708 : opts->x_flag_allocation_dce = ptr->x_flag_allocation_dce;
1677 : 51717708 : opts->x_flag_store_data_races = ptr->x_flag_store_data_races;
1678 : 51717708 : opts->x_flag_associative_math = ptr->x_flag_associative_math;
1679 : 51717708 : opts->x_flag_assume_sane_operators_new_delete = ptr->x_flag_assume_sane_operators_new_delete;
1680 : 51717708 : opts->x_flag_asynchronous_unwind_tables = ptr->x_flag_asynchronous_unwind_tables;
1681 : 51717708 : opts->x_flag_auto_inc_dec = ptr->x_flag_auto_inc_dec;
1682 : 51717708 : opts->x_flag_auto_profile_inlining = ptr->x_flag_auto_profile_inlining;
1683 : 51717708 : opts->x_flag_avoid_store_forwarding = ptr->x_flag_avoid_store_forwarding;
1684 : 51717708 : opts->x_flag_bit_tests = ptr->x_flag_bit_tests;
1685 : 51717708 : opts->x_flag_branch_on_count_reg = ptr->x_flag_branch_on_count_reg;
1686 : 51717708 : opts->x_flag_branch_probabilities = ptr->x_flag_branch_probabilities;
1687 : 51717708 : opts->x_flag_caller_saves = ptr->x_flag_caller_saves;
1688 : 51717708 : opts->x_flag_code_hoisting = ptr->x_flag_code_hoisting;
1689 : 51717708 : opts->x_flag_combine_stack_adjustments = ptr->x_flag_combine_stack_adjustments;
1690 : 51717708 : opts->x_flag_compare_elim_after_reload = ptr->x_flag_compare_elim_after_reload;
1691 : 51717708 : opts->x_flag_conserve_stack = ptr->x_flag_conserve_stack;
1692 : 51717708 : opts->x_flag_cprop_registers = ptr->x_flag_cprop_registers;
1693 : 51717708 : opts->x_flag_crossjumping = ptr->x_flag_crossjumping;
1694 : 51717708 : opts->x_flag_cse_follow_jumps = ptr->x_flag_cse_follow_jumps;
1695 : 51717708 : opts->x_flag_dce = ptr->x_flag_dce;
1696 : 51717708 : opts->x_flag_defer_pop = ptr->x_flag_defer_pop;
1697 : 51717708 : opts->x_flag_delayed_branch = ptr->x_flag_delayed_branch;
1698 : 51717708 : opts->x_flag_delete_dead_exceptions = ptr->x_flag_delete_dead_exceptions;
1699 : 51717708 : opts->x_flag_delete_null_pointer_checks = ptr->x_flag_delete_null_pointer_checks;
1700 : 51717708 : opts->x_flag_dep_fusion = ptr->x_flag_dep_fusion;
1701 : 51717708 : opts->x_flag_devirtualize = ptr->x_flag_devirtualize;
1702 : 51717708 : opts->x_flag_devirtualize_speculatively = ptr->x_flag_devirtualize_speculatively;
1703 : 51717708 : opts->x_flag_dse = ptr->x_flag_dse;
1704 : 51717708 : opts->x_flag_early_inlining = ptr->x_flag_early_inlining;
1705 : 51717708 : opts->x_flag_exceptions = ptr->x_flag_exceptions;
1706 : 51717708 : opts->x_flag_expensive_optimizations = ptr->x_flag_expensive_optimizations;
1707 : 51717708 : opts->x_flag_ext_dce = ptr->x_flag_ext_dce;
1708 : 51717708 : opts->x_flag_finite_loops = ptr->x_flag_finite_loops;
1709 : 51717708 : opts->x_flag_finite_math_only = ptr->x_flag_finite_math_only;
1710 : 51717708 : opts->x_flag_float_store = ptr->x_flag_float_store;
1711 : 51717708 : opts->x_flag_fold_mem_offsets = ptr->x_flag_fold_mem_offsets;
1712 : 51717708 : opts->x_flag_fold_simple_inlines = ptr->x_flag_fold_simple_inlines;
1713 : 51717708 : opts->x_flag_forward_propagate = ptr->x_flag_forward_propagate;
1714 : 51717708 : opts->x_flag_fp_int_builtin_inexact = ptr->x_flag_fp_int_builtin_inexact;
1715 : 51717708 : opts->x_flag_no_function_cse = ptr->x_flag_no_function_cse;
1716 : 51717708 : opts->x_flag_gcse = ptr->x_flag_gcse;
1717 : 51717708 : opts->x_flag_gcse_after_reload = ptr->x_flag_gcse_after_reload;
1718 : 51717708 : opts->x_flag_gcse_las = ptr->x_flag_gcse_las;
1719 : 51717708 : opts->x_flag_gcse_lm = ptr->x_flag_gcse_lm;
1720 : 51717708 : opts->x_flag_gcse_sm = ptr->x_flag_gcse_sm;
1721 : 51717708 : opts->x_flag_graphite = ptr->x_flag_graphite;
1722 : 51717708 : opts->x_flag_graphite_identity = ptr->x_flag_graphite_identity;
1723 : 51717708 : opts->x_flag_guess_branch_prob = ptr->x_flag_guess_branch_prob;
1724 : 51717708 : opts->x_flag_harden_control_flow_redundancy_check_exceptions = ptr->x_flag_harden_control_flow_redundancy_check_exceptions;
1725 : 51717708 : opts->x_flag_harden_control_flow_redundancy_check_returning_calls = ptr->x_flag_harden_control_flow_redundancy_check_returning_calls;
1726 : 51717708 : opts->x_flag_harden_control_flow_redundancy_skip_leaf = ptr->x_flag_harden_control_flow_redundancy_skip_leaf;
1727 : 51717708 : opts->x_flag_harden_compares = ptr->x_flag_harden_compares;
1728 : 51717708 : opts->x_flag_harden_conditional_branches = ptr->x_flag_harden_conditional_branches;
1729 : 51717708 : opts->x_flag_harden_control_flow_redundancy = ptr->x_flag_harden_control_flow_redundancy;
1730 : 51717708 : opts->x_flag_hoist_adjacent_loads = ptr->x_flag_hoist_adjacent_loads;
1731 : 51717708 : opts->x_flag_if_conversion = ptr->x_flag_if_conversion;
1732 : 51717708 : opts->x_flag_if_conversion2 = ptr->x_flag_if_conversion2;
1733 : 51717708 : opts->x_flag_indirect_inlining = ptr->x_flag_indirect_inlining;
1734 : 51717708 : opts->x_flag_no_inline = ptr->x_flag_no_inline;
1735 : 51717708 : opts->x_flag_inline_atomics = ptr->x_flag_inline_atomics;
1736 : 51717708 : opts->x_flag_inline_functions = ptr->x_flag_inline_functions;
1737 : 51717708 : opts->x_flag_inline_functions_called_once = ptr->x_flag_inline_functions_called_once;
1738 : 51717708 : opts->x_flag_inline_small_functions = ptr->x_flag_inline_small_functions;
1739 : 51717708 : opts->x_flag_ipa_bit_cp = ptr->x_flag_ipa_bit_cp;
1740 : 51717708 : opts->x_flag_ipa_cp = ptr->x_flag_ipa_cp;
1741 : 51717708 : opts->x_flag_ipa_cp_clone = ptr->x_flag_ipa_cp_clone;
1742 : 51717708 : opts->x_flag_ipa_icf = ptr->x_flag_ipa_icf;
1743 : 51717708 : opts->x_flag_ipa_icf_functions = ptr->x_flag_ipa_icf_functions;
1744 : 51717708 : opts->x_flag_ipa_icf_variables = ptr->x_flag_ipa_icf_variables;
1745 : 51717708 : opts->x_flag_ipa_modref = ptr->x_flag_ipa_modref;
1746 : 51717708 : opts->x_flag_ipa_profile = ptr->x_flag_ipa_profile;
1747 : 51717708 : opts->x_flag_ipa_pta = ptr->x_flag_ipa_pta;
1748 : 51717708 : opts->x_flag_ipa_pure_const = ptr->x_flag_ipa_pure_const;
1749 : 51717708 : opts->x_flag_ipa_ra = ptr->x_flag_ipa_ra;
1750 : 51717708 : opts->x_flag_ipa_reference = ptr->x_flag_ipa_reference;
1751 : 51717708 : opts->x_flag_ipa_reference_addressable = ptr->x_flag_ipa_reference_addressable;
1752 : 51717708 : opts->x_flag_ipa_reorder_for_locality = ptr->x_flag_ipa_reorder_for_locality;
1753 : 51717708 : opts->x_flag_ipa_sra = ptr->x_flag_ipa_sra;
1754 : 51717708 : opts->x_flag_ipa_stack_alignment = ptr->x_flag_ipa_stack_alignment;
1755 : 51717708 : opts->x_flag_ipa_strict_aliasing = ptr->x_flag_ipa_strict_aliasing;
1756 : 51717708 : opts->x_flag_ipa_vrp = ptr->x_flag_ipa_vrp;
1757 : 51717708 : opts->x_flag_ira_hoist_pressure = ptr->x_flag_ira_hoist_pressure;
1758 : 51717708 : opts->x_flag_ira_loop_pressure = ptr->x_flag_ira_loop_pressure;
1759 : 51717708 : opts->x_flag_ira_share_save_slots = ptr->x_flag_ira_share_save_slots;
1760 : 51717708 : opts->x_flag_ira_share_spill_slots = ptr->x_flag_ira_share_spill_slots;
1761 : 51717708 : opts->x_flag_isolate_erroneous_paths_attribute = ptr->x_flag_isolate_erroneous_paths_attribute;
1762 : 51717708 : opts->x_flag_isolate_erroneous_paths_dereference = ptr->x_flag_isolate_erroneous_paths_dereference;
1763 : 51717708 : opts->x_flag_ivopts = ptr->x_flag_ivopts;
1764 : 51717708 : opts->x_flag_jump_tables = ptr->x_flag_jump_tables;
1765 : 51717708 : opts->x_flag_keep_gc_roots_live = ptr->x_flag_keep_gc_roots_live;
1766 : 51717708 : opts->x_flag_late_combine_instructions = ptr->x_flag_late_combine_instructions;
1767 : 51717708 : opts->x_flag_lifetime_dse = ptr->x_flag_lifetime_dse;
1768 : 51717708 : opts->x_flag_limit_function_alignment = ptr->x_flag_limit_function_alignment;
1769 : 51717708 : opts->x_flag_live_range_shrinkage = ptr->x_flag_live_range_shrinkage;
1770 : 51717708 : opts->x_flag_loop_interchange = ptr->x_flag_loop_interchange;
1771 : 51717708 : opts->x_flag_loop_nest_optimize = ptr->x_flag_loop_nest_optimize;
1772 : 51717708 : opts->x_flag_loop_parallelize_all = ptr->x_flag_loop_parallelize_all;
1773 : 51717708 : opts->x_flag_unroll_jam = ptr->x_flag_unroll_jam;
1774 : 51717708 : opts->x_flag_lra_remat = ptr->x_flag_lra_remat;
1775 : 51717708 : opts->x_flag_malloc_dce = ptr->x_flag_malloc_dce;
1776 : 51717708 : opts->x_flag_errno_math = ptr->x_flag_errno_math;
1777 : 51717708 : opts->x_flag_modulo_sched = ptr->x_flag_modulo_sched;
1778 : 51717708 : opts->x_flag_modulo_sched_allow_regmoves = ptr->x_flag_modulo_sched_allow_regmoves;
1779 : 51717708 : opts->x_flag_move_loop_invariants = ptr->x_flag_move_loop_invariants;
1780 : 51717708 : opts->x_flag_move_loop_stores = ptr->x_flag_move_loop_stores;
1781 : 51717708 : opts->x_flag_non_call_exceptions = ptr->x_flag_non_call_exceptions;
1782 : 51717708 : opts->x_flag_nothrow_opt = ptr->x_flag_nothrow_opt;
1783 : 51717708 : opts->x_flag_omit_frame_pointer = ptr->x_flag_omit_frame_pointer;
1784 : 51717708 : opts->x_flag_opt_info = ptr->x_flag_opt_info;
1785 : 51717708 : opts->x_flag_optimize_crc = ptr->x_flag_optimize_crc;
1786 : 51717708 : opts->x_flag_optimize_sibling_calls = ptr->x_flag_optimize_sibling_calls;
1787 : 51717708 : opts->x_flag_optimize_strlen = ptr->x_flag_optimize_strlen;
1788 : 51717708 : opts->x_flag_pack_struct = ptr->x_flag_pack_struct;
1789 : 51717708 : opts->x_flag_partial_inlining = ptr->x_flag_partial_inlining;
1790 : 51717708 : opts->x_flag_pcc_struct_return = ptr->x_flag_pcc_struct_return;
1791 : 51717708 : opts->x_flag_peel_loops = ptr->x_flag_peel_loops;
1792 : 51717708 : opts->x_flag_no_peephole = ptr->x_flag_no_peephole;
1793 : 51717708 : opts->x_flag_peephole2 = ptr->x_flag_peephole2;
1794 : 51717708 : opts->x_flag_plt = ptr->x_flag_plt;
1795 : 51717708 : opts->x_flag_predictive_commoning = ptr->x_flag_predictive_commoning;
1796 : 51717708 : opts->x_flag_prefetch_loop_arrays = ptr->x_flag_prefetch_loop_arrays;
1797 : 51717708 : opts->x_flag_printf_return_value = ptr->x_flag_printf_return_value;
1798 : 51717708 : opts->x_flag_profile_partial_training = ptr->x_flag_profile_partial_training;
1799 : 51717708 : opts->x_flag_profile_reorder_functions = ptr->x_flag_profile_reorder_functions;
1800 : 51717708 : opts->x_flag_reciprocal_math = ptr->x_flag_reciprocal_math;
1801 : 51717708 : opts->x_flag_ree = ptr->x_flag_ree;
1802 : 51717708 : opts->x_flag_rename_registers = ptr->x_flag_rename_registers;
1803 : 51717708 : opts->x_flag_reorder_blocks = ptr->x_flag_reorder_blocks;
1804 : 51717708 : opts->x_flag_reorder_blocks_and_partition = ptr->x_flag_reorder_blocks_and_partition;
1805 : 51717708 : opts->x_flag_reorder_functions = ptr->x_flag_reorder_functions;
1806 : 51717708 : opts->x_flag_rerun_cse_after_loop = ptr->x_flag_rerun_cse_after_loop;
1807 : 51717708 : opts->x_flag_resched_modulo_sched = ptr->x_flag_resched_modulo_sched;
1808 : 51717708 : opts->x_flag_rounding_math = ptr->x_flag_rounding_math;
1809 : 51717708 : opts->x_flag_rtti = ptr->x_flag_rtti;
1810 : 51717708 : opts->x_flag_save_optimization_record = ptr->x_flag_save_optimization_record;
1811 : 51717708 : opts->x_flag_sched_critical_path_heuristic = ptr->x_flag_sched_critical_path_heuristic;
1812 : 51717708 : opts->x_flag_sched_dep_count_heuristic = ptr->x_flag_sched_dep_count_heuristic;
1813 : 51717708 : opts->x_flag_sched_group_heuristic = ptr->x_flag_sched_group_heuristic;
1814 : 51717708 : opts->x_flag_schedule_interblock = ptr->x_flag_schedule_interblock;
1815 : 51717708 : opts->x_flag_sched_last_insn_heuristic = ptr->x_flag_sched_last_insn_heuristic;
1816 : 51717708 : opts->x_flag_sched_pressure = ptr->x_flag_sched_pressure;
1817 : 51717708 : opts->x_flag_sched_rank_heuristic = ptr->x_flag_sched_rank_heuristic;
1818 : 51717708 : opts->x_flag_schedule_speculative = ptr->x_flag_schedule_speculative;
1819 : 51717708 : opts->x_flag_sched_spec_insn_heuristic = ptr->x_flag_sched_spec_insn_heuristic;
1820 : 51717708 : opts->x_flag_schedule_speculative_load = ptr->x_flag_schedule_speculative_load;
1821 : 51717708 : opts->x_flag_schedule_speculative_load_dangerous = ptr->x_flag_schedule_speculative_load_dangerous;
1822 : 51717708 : opts->x_flag_sched2_use_superblocks = ptr->x_flag_sched2_use_superblocks;
1823 : 51717708 : opts->x_flag_schedule_fusion = ptr->x_flag_schedule_fusion;
1824 : 51717708 : opts->x_flag_schedule_insns = ptr->x_flag_schedule_insns;
1825 : 51717708 : opts->x_flag_schedule_insns_after_reload = ptr->x_flag_schedule_insns_after_reload;
1826 : 51717708 : opts->x_flag_section_anchors = ptr->x_flag_section_anchors;
1827 : 51717708 : opts->x_flag_sel_sched_pipelining = ptr->x_flag_sel_sched_pipelining;
1828 : 51717708 : opts->x_flag_sel_sched_pipelining_outer_loops = ptr->x_flag_sel_sched_pipelining_outer_loops;
1829 : 51717708 : opts->x_flag_sel_sched_reschedule_pipelined = ptr->x_flag_sel_sched_reschedule_pipelined;
1830 : 51717708 : opts->x_flag_selective_scheduling = ptr->x_flag_selective_scheduling;
1831 : 51717708 : opts->x_flag_selective_scheduling2 = ptr->x_flag_selective_scheduling2;
1832 : 51717708 : opts->x_flag_semantic_interposition = ptr->x_flag_semantic_interposition;
1833 : 51717708 : opts->x_flag_short_enums = ptr->x_flag_short_enums;
1834 : 51717708 : opts->x_flag_short_wchar = ptr->x_flag_short_wchar;
1835 : 51717708 : opts->x_flag_shrink_wrap = ptr->x_flag_shrink_wrap;
1836 : 51717708 : opts->x_flag_shrink_wrap_separate = ptr->x_flag_shrink_wrap_separate;
1837 : 51717708 : opts->x_flag_signaling_nans = ptr->x_flag_signaling_nans;
1838 : 51717708 : opts->x_flag_signed_zeros = ptr->x_flag_signed_zeros;
1839 : 51717708 : opts->x_flag_single_precision_constant = ptr->x_flag_single_precision_constant;
1840 : 51717708 : opts->x_flag_split_ivs_in_unroller = ptr->x_flag_split_ivs_in_unroller;
1841 : 51717708 : opts->x_flag_split_loops = ptr->x_flag_split_loops;
1842 : 51717708 : opts->x_flag_split_paths = ptr->x_flag_split_paths;
1843 : 51717708 : opts->x_flag_split_wide_types = ptr->x_flag_split_wide_types;
1844 : 51717708 : opts->x_flag_split_wide_types_early = ptr->x_flag_split_wide_types_early;
1845 : 51717708 : opts->x_flag_ssa_backprop = ptr->x_flag_ssa_backprop;
1846 : 51717708 : opts->x_flag_ssa_phiopt = ptr->x_flag_ssa_phiopt;
1847 : 51717708 : opts->x_flag_stack_clash_protection = ptr->x_flag_stack_clash_protection;
1848 : 51717708 : opts->x_flag_stack_protect = ptr->x_flag_stack_protect;
1849 : 51717708 : opts->x_flag_stdarg_opt = ptr->x_flag_stdarg_opt;
1850 : 51717708 : opts->x_flag_store_merging = ptr->x_flag_store_merging;
1851 : 51717708 : opts->x_flag_strict_aliasing = ptr->x_flag_strict_aliasing;
1852 : 51717708 : opts->x_flag_strict_enums = ptr->x_flag_strict_enums;
1853 : 51717708 : opts->x_flag_strict_volatile_bitfields = ptr->x_flag_strict_volatile_bitfields;
1854 : 51717708 : opts->x_flag_thread_jumps = ptr->x_flag_thread_jumps;
1855 : 51717708 : opts->x_flag_threadsafe_statics = ptr->x_flag_threadsafe_statics;
1856 : 51717708 : opts->x_flag_toplevel_reorder = ptr->x_flag_toplevel_reorder;
1857 : 51717708 : opts->x_flag_tracer = ptr->x_flag_tracer;
1858 : 51717708 : opts->x_flag_trapping_math = ptr->x_flag_trapping_math;
1859 : 51717708 : opts->x_flag_trapv = ptr->x_flag_trapv;
1860 : 51717708 : opts->x_flag_tree_bit_ccp = ptr->x_flag_tree_bit_ccp;
1861 : 51717708 : opts->x_flag_tree_builtin_call_dce = ptr->x_flag_tree_builtin_call_dce;
1862 : 51717708 : opts->x_flag_tree_ccp = ptr->x_flag_tree_ccp;
1863 : 51717708 : opts->x_flag_tree_ch = ptr->x_flag_tree_ch;
1864 : 51717708 : opts->x_flag_tree_coalesce_vars = ptr->x_flag_tree_coalesce_vars;
1865 : 51717708 : opts->x_flag_tree_copy_prop = ptr->x_flag_tree_copy_prop;
1866 : 51717708 : opts->x_flag_tree_cselim = ptr->x_flag_tree_cselim;
1867 : 51717708 : opts->x_flag_tree_dce = ptr->x_flag_tree_dce;
1868 : 51717708 : opts->x_flag_tree_dom = ptr->x_flag_tree_dom;
1869 : 51717708 : opts->x_flag_tree_dse = ptr->x_flag_tree_dse;
1870 : 51717708 : opts->x_flag_tree_forwprop = ptr->x_flag_tree_forwprop;
1871 : 51717708 : opts->x_flag_tree_fre = ptr->x_flag_tree_fre;
1872 : 51717708 : opts->x_flag_tree_loop_distribute_patterns = ptr->x_flag_tree_loop_distribute_patterns;
1873 : 51717708 : opts->x_flag_tree_loop_distribution = ptr->x_flag_tree_loop_distribution;
1874 : 51717708 : opts->x_flag_tree_loop_if_convert = ptr->x_flag_tree_loop_if_convert;
1875 : 51717708 : opts->x_flag_tree_loop_im = ptr->x_flag_tree_loop_im;
1876 : 51717708 : opts->x_flag_tree_loop_ivcanon = ptr->x_flag_tree_loop_ivcanon;
1877 : 51717708 : opts->x_flag_tree_loop_optimize = ptr->x_flag_tree_loop_optimize;
1878 : 51717708 : opts->x_flag_tree_loop_vectorize = ptr->x_flag_tree_loop_vectorize;
1879 : 51717708 : opts->x_flag_tree_partial_pre = ptr->x_flag_tree_partial_pre;
1880 : 51717708 : opts->x_flag_tree_phiprop = ptr->x_flag_tree_phiprop;
1881 : 51717708 : opts->x_flag_tree_pre = ptr->x_flag_tree_pre;
1882 : 51717708 : opts->x_flag_tree_pta = ptr->x_flag_tree_pta;
1883 : 51717708 : opts->x_flag_tree_reassoc = ptr->x_flag_tree_reassoc;
1884 : 51717708 : opts->x_flag_tree_scev_cprop = ptr->x_flag_tree_scev_cprop;
1885 : 51717708 : opts->x_flag_tree_sink = ptr->x_flag_tree_sink;
1886 : 51717708 : opts->x_flag_tree_slp_vectorize = ptr->x_flag_tree_slp_vectorize;
1887 : 51717708 : opts->x_flag_tree_slsr = ptr->x_flag_tree_slsr;
1888 : 51717708 : opts->x_flag_tree_sra = ptr->x_flag_tree_sra;
1889 : 51717708 : opts->x_flag_tree_switch_conversion = ptr->x_flag_tree_switch_conversion;
1890 : 51717708 : opts->x_flag_tree_tail_merge = ptr->x_flag_tree_tail_merge;
1891 : 51717708 : opts->x_flag_tree_ter = ptr->x_flag_tree_ter;
1892 : 51717708 : opts->x_flag_tree_vectorize = ptr->x_flag_tree_vectorize;
1893 : 51717708 : opts->x_flag_tree_vrp = ptr->x_flag_tree_vrp;
1894 : 51717708 : opts->x_flag_unconstrained_commons = ptr->x_flag_unconstrained_commons;
1895 : 51717708 : opts->x_flag_unreachable_traps = ptr->x_flag_unreachable_traps;
1896 : 51717708 : opts->x_flag_unroll_all_loops = ptr->x_flag_unroll_all_loops;
1897 : 51717708 : opts->x_flag_cunroll_grow_size = ptr->x_flag_cunroll_grow_size;
1898 : 51717708 : opts->x_flag_unroll_loops = ptr->x_flag_unroll_loops;
1899 : 51717708 : opts->x_flag_unsafe_math_optimizations = ptr->x_flag_unsafe_math_optimizations;
1900 : 51717708 : opts->x_flag_unswitch_loops = ptr->x_flag_unswitch_loops;
1901 : 51717708 : opts->x_flag_unwind_tables = ptr->x_flag_unwind_tables;
1902 : 51717708 : opts->x_flag_var_tracking = ptr->x_flag_var_tracking;
1903 : 51717708 : opts->x_flag_var_tracking_assignments = ptr->x_flag_var_tracking_assignments;
1904 : 51717708 : opts->x_flag_var_tracking_assignments_toggle = ptr->x_flag_var_tracking_assignments_toggle;
1905 : 51717708 : opts->x_flag_var_tracking_uninit = ptr->x_flag_var_tracking_uninit;
1906 : 51717708 : opts->x_flag_variable_expansion_in_unroller = ptr->x_flag_variable_expansion_in_unroller;
1907 : 51717708 : opts->x_flag_version_loops_for_strides = ptr->x_flag_version_loops_for_strides;
1908 : 51717708 : opts->x_flag_value_profile_transformations = ptr->x_flag_value_profile_transformations;
1909 : 51717708 : opts->x_flag_web = ptr->x_flag_web;
1910 : 51717708 : opts->x_flag_wrapv = ptr->x_flag_wrapv;
1911 : 51717708 : opts->x_flag_wrapv_pointer = ptr->x_flag_wrapv_pointer;
1912 : 51717708 : opts->x_debug_nonbind_markers_p = ptr->x_debug_nonbind_markers_p;
1913 : 51717708 : opts->x_ix86_unroll_only_small_loops = ptr->x_ix86_unroll_only_small_loops;
1914 : 51717708 : opts->x_str_align_functions = ptr->x_str_align_functions;
1915 : 51717708 : opts->x_str_align_jumps = ptr->x_str_align_jumps;
1916 : 51717708 : opts->x_str_align_labels = ptr->x_str_align_labels;
1917 : 51717708 : opts->x_str_align_loops = ptr->x_str_align_loops;
1918 : 51717708 : opts->x_flag_patchable_function_entry = ptr->x_flag_patchable_function_entry;
1919 : :
1920 : 51717708 : unsigned HOST_WIDE_INT mask;
1921 : 51717708 : mask = ptr->explicit_mask[0];
1922 : 51717708 : opts_set->x_param_align_loop_iterations = (mask & 1) != 0;
1923 : 51717708 : mask >>= 1;
1924 : 51717708 : opts_set->x_param_align_threshold = (mask & 1) != 0;
1925 : 51717708 : mask >>= 1;
1926 : 51717708 : opts_set->x_param_asan_protect_allocas = (mask & 1) != 0;
1927 : 51717708 : mask >>= 1;
1928 : 51717708 : opts_set->x_param_asan_instrument_reads = (mask & 1) != 0;
1929 : 51717708 : mask >>= 1;
1930 : 51717708 : opts_set->x_param_asan_instrument_writes = (mask & 1) != 0;
1931 : 51717708 : mask >>= 1;
1932 : 51717708 : opts_set->x_param_asan_instrumentation_with_call_threshold = (mask & 1) != 0;
1933 : 51717708 : mask >>= 1;
1934 : 51717708 : opts_set->x_param_asan_kernel_mem_intrinsic_prefix = (mask & 1) != 0;
1935 : 51717708 : mask >>= 1;
1936 : 51717708 : opts_set->x_param_asan_memintrin = (mask & 1) != 0;
1937 : 51717708 : mask >>= 1;
1938 : 51717708 : opts_set->x_param_asan_stack = (mask & 1) != 0;
1939 : 51717708 : mask >>= 1;
1940 : 51717708 : opts_set->x_param_asan_use_after_return = (mask & 1) != 0;
1941 : 51717708 : mask >>= 1;
1942 : 51717708 : opts_set->x_param_auto_profile_bbs = (mask & 1) != 0;
1943 : 51717708 : mask >>= 1;
1944 : 51717708 : opts_set->x_param_avg_loop_niter = (mask & 1) != 0;
1945 : 51717708 : mask >>= 1;
1946 : 51717708 : opts_set->x_param_avoid_fma_max_bits = (mask & 1) != 0;
1947 : 51717708 : mask >>= 1;
1948 : 51717708 : opts_set->x_param_builtin_expect_probability = (mask & 1) != 0;
1949 : 51717708 : mask >>= 1;
1950 : 51717708 : opts_set->x_param_builtin_string_cmp_inline_length = (mask & 1) != 0;
1951 : 51717708 : mask >>= 1;
1952 : 51717708 : opts_set->x_param_case_values_threshold = (mask & 1) != 0;
1953 : 51717708 : mask >>= 1;
1954 : 51717708 : opts_set->x_param_comdat_sharing_probability = (mask & 1) != 0;
1955 : 51717708 : mask >>= 1;
1956 : 51717708 : opts_set->x_param_construct_interfere_size = (mask & 1) != 0;
1957 : 51717708 : mask >>= 1;
1958 : 51717708 : opts_set->x_param_cycle_accurate_model = (mask & 1) != 0;
1959 : 51717708 : mask >>= 1;
1960 : 51717708 : opts_set->x_param_destruct_interfere_size = (mask & 1) != 0;
1961 : 51717708 : mask >>= 1;
1962 : 51717708 : opts_set->x_param_dse_max_alias_queries_per_store = (mask & 1) != 0;
1963 : 51717708 : mask >>= 1;
1964 : 51717708 : opts_set->x_param_dse_max_object_size = (mask & 1) != 0;
1965 : 51717708 : mask >>= 1;
1966 : 51717708 : opts_set->x_param_early_inlining_insns = (mask & 1) != 0;
1967 : 51717708 : mask >>= 1;
1968 : 51717708 : opts_set->x_param_fsm_scale_path_stmts = (mask & 1) != 0;
1969 : 51717708 : mask >>= 1;
1970 : 51717708 : opts_set->x_param_fully_pipelined_fma = (mask & 1) != 0;
1971 : 51717708 : mask >>= 1;
1972 : 51717708 : opts_set->x_param_gcse_after_reload_critical_fraction = (mask & 1) != 0;
1973 : 51717708 : mask >>= 1;
1974 : 51717708 : opts_set->x_param_gcse_after_reload_partial_fraction = (mask & 1) != 0;
1975 : 51717708 : mask >>= 1;
1976 : 51717708 : opts_set->x_param_gcse_cost_distance_ratio = (mask & 1) != 0;
1977 : 51717708 : mask >>= 1;
1978 : 51717708 : opts_set->x_param_gcse_unrestricted_cost = (mask & 1) != 0;
1979 : 51717708 : mask >>= 1;
1980 : 51717708 : opts_set->x_param_graphite_max_arrays_per_scop = (mask & 1) != 0;
1981 : 51717708 : mask >>= 1;
1982 : 51717708 : opts_set->x_param_graphite_max_nb_scop_params = (mask & 1) != 0;
1983 : 51717708 : mask >>= 1;
1984 : 51717708 : opts_set->x_param_hardcfr_max_blocks = (mask & 1) != 0;
1985 : 51717708 : mask >>= 1;
1986 : 51717708 : opts_set->x_param_hardcfr_max_inline_blocks = (mask & 1) != 0;
1987 : 51717708 : mask >>= 1;
1988 : 51717708 : opts_set->x_param_hwasan_instrument_allocas = (mask & 1) != 0;
1989 : 51717708 : mask >>= 1;
1990 : 51717708 : opts_set->x_param_hwasan_instrument_mem_intrinsics = (mask & 1) != 0;
1991 : 51717708 : mask >>= 1;
1992 : 51717708 : opts_set->x_param_hwasan_instrument_reads = (mask & 1) != 0;
1993 : 51717708 : mask >>= 1;
1994 : 51717708 : opts_set->x_param_hwasan_instrument_stack = (mask & 1) != 0;
1995 : 51717708 : mask >>= 1;
1996 : 51717708 : opts_set->x_param_hwasan_instrument_writes = (mask & 1) != 0;
1997 : 51717708 : mask >>= 1;
1998 : 51717708 : opts_set->x_param_hwasan_random_frame_tag = (mask & 1) != 0;
1999 : 51717708 : mask >>= 1;
2000 : 51717708 : opts_set->x_param_inline_heuristics_hint_percent = (mask & 1) != 0;
2001 : 51717708 : mask >>= 1;
2002 : 51717708 : opts_set->x_param_inline_min_speedup = (mask & 1) != 0;
2003 : 51717708 : mask >>= 1;
2004 : 51717708 : opts_set->x_param_inline_unit_growth = (mask & 1) != 0;
2005 : 51717708 : mask >>= 1;
2006 : 51717708 : opts_set->x_param_ipa_cp_eval_threshold = (mask & 1) != 0;
2007 : 51717708 : mask >>= 1;
2008 : 51717708 : opts_set->x_param_ipa_cp_large_unit_insns = (mask & 1) != 0;
2009 : 51717708 : mask >>= 1;
2010 : 51717708 : opts_set->x_param_ipa_cp_loop_hint_bonus = (mask & 1) != 0;
2011 : 51717708 : mask >>= 1;
2012 : 51717708 : opts_set->x_param_ipa_cp_max_recursive_depth = (mask & 1) != 0;
2013 : 51717708 : mask >>= 1;
2014 : 51717708 : opts_set->x_param_ipa_cp_min_recursive_probability = (mask & 1) != 0;
2015 : 51717708 : mask >>= 1;
2016 : 51717708 : opts_set->x_param_ipa_cp_recursion_penalty = (mask & 1) != 0;
2017 : 51717708 : mask >>= 1;
2018 : 51717708 : opts_set->x_param_ipa_cp_recursive_freq_factor = (mask & 1) != 0;
2019 : 51717708 : mask >>= 1;
2020 : 51717708 : opts_set->x_param_ipa_cp_single_call_penalty = (mask & 1) != 0;
2021 : 51717708 : mask >>= 1;
2022 : 51717708 : opts_set->x_param_ipa_cp_unit_growth = (mask & 1) != 0;
2023 : 51717708 : mask >>= 1;
2024 : 51717708 : opts_set->x_param_ipa_cp_value_list_size = (mask & 1) != 0;
2025 : 51717708 : mask >>= 1;
2026 : 51717708 : opts_set->x_param_ipa_jump_function_lookups = (mask & 1) != 0;
2027 : 51717708 : mask >>= 1;
2028 : 51717708 : opts_set->x_param_ipa_max_aa_steps = (mask & 1) != 0;
2029 : 51717708 : mask >>= 1;
2030 : 51717708 : opts_set->x_param_ipa_max_agg_items = (mask & 1) != 0;
2031 : 51717708 : mask >>= 1;
2032 : 51717708 : opts_set->x_param_ipa_max_loop_predicates = (mask & 1) != 0;
2033 : 51717708 : mask >>= 1;
2034 : 51717708 : opts_set->x_param_ipa_max_param_expr_ops = (mask & 1) != 0;
2035 : 51717708 : mask >>= 1;
2036 : 51717708 : opts_set->x_param_ipa_max_switch_predicate_bounds = (mask & 1) != 0;
2037 : 51717708 : mask >>= 1;
2038 : 51717708 : opts_set->x_param_ipa_sra_deref_prob_threshold = (mask & 1) != 0;
2039 : 51717708 : mask >>= 1;
2040 : 51717708 : opts_set->x_param_ipa_sra_max_replacements = (mask & 1) != 0;
2041 : 51717708 : mask >>= 1;
2042 : 51717708 : opts_set->x_param_ipa_sra_ptr_growth_factor = (mask & 1) != 0;
2043 : 51717708 : mask >>= 1;
2044 : 51717708 : opts_set->x_param_ipa_sra_ptrwrap_growth_factor = (mask & 1) != 0;
2045 : 51717708 : mask >>= 1;
2046 : 51717708 : opts_set->x_param_ira_consider_dup_in_all_alts = (mask & 1) != 0;
2047 : 51717708 : mask >>= 1;
2048 : 51717708 : opts_set->x_param_ira_loop_reserved_regs = (mask & 1) != 0;
2049 : 51717708 : mask >>= 1;
2050 : 51717708 : mask = ptr->explicit_mask[1];
2051 : 51717708 : opts_set->x_param_ira_max_conflict_table_size = (mask & 1) != 0;
2052 : 51717708 : mask >>= 1;
2053 : 51717708 : opts_set->x_param_ira_max_loops_num = (mask & 1) != 0;
2054 : 51717708 : mask >>= 1;
2055 : 51717708 : opts_set->x_param_ira_simple_lra_insn_threshold = (mask & 1) != 0;
2056 : 51717708 : mask >>= 1;
2057 : 51717708 : opts_set->x_param_iv_always_prune_cand_set_bound = (mask & 1) != 0;
2058 : 51717708 : mask >>= 1;
2059 : 51717708 : opts_set->x_param_iv_consider_all_candidates_bound = (mask & 1) != 0;
2060 : 51717708 : mask >>= 1;
2061 : 51717708 : opts_set->x_param_iv_max_considered_uses = (mask & 1) != 0;
2062 : 51717708 : mask >>= 1;
2063 : 51717708 : opts_set->x_param_jump_table_max_growth_ratio_for_size = (mask & 1) != 0;
2064 : 51717708 : mask >>= 1;
2065 : 51717708 : opts_set->x_param_jump_table_max_growth_ratio_for_speed = (mask & 1) != 0;
2066 : 51717708 : mask >>= 1;
2067 : 51717708 : opts_set->x_param_l1_cache_line_size = (mask & 1) != 0;
2068 : 51717708 : mask >>= 1;
2069 : 51717708 : opts_set->x_param_l1_cache_size = (mask & 1) != 0;
2070 : 51717708 : mask >>= 1;
2071 : 51717708 : opts_set->x_param_l2_cache_size = (mask & 1) != 0;
2072 : 51717708 : mask >>= 1;
2073 : 51717708 : opts_set->x_param_large_function_growth = (mask & 1) != 0;
2074 : 51717708 : mask >>= 1;
2075 : 51717708 : opts_set->x_param_large_function_insns = (mask & 1) != 0;
2076 : 51717708 : mask >>= 1;
2077 : 51717708 : opts_set->x_param_stack_frame_growth = (mask & 1) != 0;
2078 : 51717708 : mask >>= 1;
2079 : 51717708 : opts_set->x_param_large_stack_frame = (mask & 1) != 0;
2080 : 51717708 : mask >>= 1;
2081 : 51717708 : opts_set->x_param_large_unit_insns = (mask & 1) != 0;
2082 : 51717708 : mask >>= 1;
2083 : 51717708 : opts_set->x_param_lim_expensive = (mask & 1) != 0;
2084 : 51717708 : mask >>= 1;
2085 : 51717708 : opts_set->x_param_loop_block_tile_size = (mask & 1) != 0;
2086 : 51717708 : mask >>= 1;
2087 : 51717708 : opts_set->x_param_loop_interchange_max_num_stmts = (mask & 1) != 0;
2088 : 51717708 : mask >>= 1;
2089 : 51717708 : opts_set->x_param_loop_interchange_stride_ratio = (mask & 1) != 0;
2090 : 51717708 : mask >>= 1;
2091 : 51717708 : opts_set->x_param_loop_invariant_max_bbs_in_loop = (mask & 1) != 0;
2092 : 51717708 : mask >>= 1;
2093 : 51717708 : opts_set->x_param_loop_max_datarefs_for_datadeps = (mask & 1) != 0;
2094 : 51717708 : mask >>= 1;
2095 : 51717708 : opts_set->x_param_loop_versioning_max_inner_insns = (mask & 1) != 0;
2096 : 51717708 : mask >>= 1;
2097 : 51717708 : opts_set->x_param_loop_versioning_max_outer_insns = (mask & 1) != 0;
2098 : 51717708 : mask >>= 1;
2099 : 51717708 : opts_set->x_param_lra_inheritance_ebb_probability_cutoff = (mask & 1) != 0;
2100 : 51717708 : mask >>= 1;
2101 : 51717708 : opts_set->x_param_lra_max_considered_reload_pseudos = (mask & 1) != 0;
2102 : 51717708 : mask >>= 1;
2103 : 51717708 : opts_set->x_param_lto_locality_frequency = (mask & 1) != 0;
2104 : 51717708 : mask >>= 1;
2105 : 51717708 : opts_set->x_param_lto_locality_size = (mask & 1) != 0;
2106 : 51717708 : mask >>= 1;
2107 : 51717708 : opts_set->x_param_max_average_unrolled_insns = (mask & 1) != 0;
2108 : 51717708 : mask >>= 1;
2109 : 51717708 : opts_set->x_param_max_combine_insns = (mask & 1) != 0;
2110 : 51717708 : mask >>= 1;
2111 : 51717708 : opts_set->x_param_max_combine_search_insns = (mask & 1) != 0;
2112 : 51717708 : mask >>= 1;
2113 : 51717708 : opts_set->x_param_max_unroll_iterations = (mask & 1) != 0;
2114 : 51717708 : mask >>= 1;
2115 : 51717708 : opts_set->x_param_max_completely_peel_times = (mask & 1) != 0;
2116 : 51717708 : mask >>= 1;
2117 : 51717708 : opts_set->x_param_max_completely_peeled_insns = (mask & 1) != 0;
2118 : 51717708 : mask >>= 1;
2119 : 51717708 : opts_set->x_param_max_crossjump_edges = (mask & 1) != 0;
2120 : 51717708 : mask >>= 1;
2121 : 51717708 : opts_set->x_param_max_cse_insns = (mask & 1) != 0;
2122 : 51717708 : mask >>= 1;
2123 : 51717708 : opts_set->x_param_max_cse_path_length = (mask & 1) != 0;
2124 : 51717708 : mask >>= 1;
2125 : 51717708 : opts_set->x_param_max_cselib_memory_locations = (mask & 1) != 0;
2126 : 51717708 : mask >>= 1;
2127 : 51717708 : opts_set->x_param_max_debug_marker_count = (mask & 1) != 0;
2128 : 51717708 : mask >>= 1;
2129 : 51717708 : opts_set->x_param_max_delay_slot_insn_search = (mask & 1) != 0;
2130 : 51717708 : mask >>= 1;
2131 : 51717708 : opts_set->x_param_max_delay_slot_live_search = (mask & 1) != 0;
2132 : 51717708 : mask >>= 1;
2133 : 51717708 : opts_set->x_param_max_devirt_targets = (mask & 1) != 0;
2134 : 51717708 : mask >>= 1;
2135 : 51717708 : opts_set->x_param_max_dse_active_local_stores = (mask & 1) != 0;
2136 : 51717708 : mask >>= 1;
2137 : 51717708 : opts_set->x_param_early_inliner_max_iterations = (mask & 1) != 0;
2138 : 51717708 : mask >>= 1;
2139 : 51717708 : opts_set->x_param_max_find_base_term_values = (mask & 1) != 0;
2140 : 51717708 : mask >>= 1;
2141 : 51717708 : opts_set->x_param_max_fsm_thread_path_insns = (mask & 1) != 0;
2142 : 51717708 : mask >>= 1;
2143 : 51717708 : opts_set->x_param_max_gcse_insertion_ratio = (mask & 1) != 0;
2144 : 51717708 : mask >>= 1;
2145 : 51717708 : opts_set->x_param_max_gcse_memory = (mask & 1) != 0;
2146 : 51717708 : mask >>= 1;
2147 : 51717708 : opts_set->x_param_max_goto_duplication_insns = (mask & 1) != 0;
2148 : 51717708 : mask >>= 1;
2149 : 51717708 : opts_set->x_param_max_grow_copy_bb_insns = (mask & 1) != 0;
2150 : 51717708 : mask >>= 1;
2151 : 51717708 : opts_set->x_param_max_hoist_depth = (mask & 1) != 0;
2152 : 51717708 : mask >>= 1;
2153 : 51717708 : opts_set->x_param_inline_functions_called_once_insns = (mask & 1) != 0;
2154 : 51717708 : mask >>= 1;
2155 : 51717708 : opts_set->x_param_inline_functions_called_once_loop_depth = (mask & 1) != 0;
2156 : 51717708 : mask >>= 1;
2157 : 51717708 : opts_set->x_param_max_inline_insns_auto = (mask & 1) != 0;
2158 : 51717708 : mask >>= 1;
2159 : 51717708 : opts_set->x_param_max_inline_insns_recursive_auto = (mask & 1) != 0;
2160 : 51717708 : mask >>= 1;
2161 : 51717708 : opts_set->x_param_max_inline_insns_recursive = (mask & 1) != 0;
2162 : 51717708 : mask >>= 1;
2163 : 51717708 : opts_set->x_param_max_inline_insns_single = (mask & 1) != 0;
2164 : 51717708 : mask >>= 1;
2165 : 51717708 : opts_set->x_param_max_inline_insns_size = (mask & 1) != 0;
2166 : 51717708 : mask >>= 1;
2167 : 51717708 : opts_set->x_param_max_inline_insns_small = (mask & 1) != 0;
2168 : 51717708 : mask >>= 1;
2169 : 51717708 : opts_set->x_param_max_inline_recursive_depth_auto = (mask & 1) != 0;
2170 : 51717708 : mask >>= 1;
2171 : 51717708 : opts_set->x_param_max_inline_recursive_depth = (mask & 1) != 0;
2172 : 51717708 : mask >>= 1;
2173 : 51717708 : opts_set->x_param_max_isl_operations = (mask & 1) != 0;
2174 : 51717708 : mask >>= 1;
2175 : 51717708 : opts_set->x_param_max_iterations_computation_cost = (mask & 1) != 0;
2176 : 51717708 : mask >>= 1;
2177 : 51717708 : opts_set->x_param_max_iterations_to_track = (mask & 1) != 0;
2178 : 51717708 : mask >>= 1;
2179 : 51717708 : mask = ptr->explicit_mask[2];
2180 : 51717708 : opts_set->x_param_max_jump_thread_duplication_stmts = (mask & 1) != 0;
2181 : 51717708 : mask >>= 1;
2182 : 51717708 : opts_set->x_param_max_jump_thread_paths = (mask & 1) != 0;
2183 : 51717708 : mask >>= 1;
2184 : 51717708 : opts_set->x_param_max_last_value_rtl = (mask & 1) != 0;
2185 : 51717708 : mask >>= 1;
2186 : 51717708 : opts_set->x_param_max_loop_header_insns = (mask & 1) != 0;
2187 : 51717708 : mask >>= 1;
2188 : 51717708 : opts_set->x_param_max_modulo_backtrack_attempts = (mask & 1) != 0;
2189 : 51717708 : mask >>= 1;
2190 : 51717708 : opts_set->x_param_max_partial_antic_length = (mask & 1) != 0;
2191 : 51717708 : mask >>= 1;
2192 : 51717708 : opts_set->x_param_max_peel_branches = (mask & 1) != 0;
2193 : 51717708 : mask >>= 1;
2194 : 51717708 : opts_set->x_param_max_peel_times = (mask & 1) != 0;
2195 : 51717708 : mask >>= 1;
2196 : 51717708 : opts_set->x_param_max_peeled_insns = (mask & 1) != 0;
2197 : 51717708 : mask >>= 1;
2198 : 51717708 : opts_set->x_param_max_pending_list_length = (mask & 1) != 0;
2199 : 51717708 : mask >>= 1;
2200 : 51717708 : opts_set->x_param_max_pipeline_region_blocks = (mask & 1) != 0;
2201 : 51717708 : mask >>= 1;
2202 : 51717708 : opts_set->x_param_max_pipeline_region_insns = (mask & 1) != 0;
2203 : 51717708 : mask >>= 1;
2204 : 51717708 : opts_set->x_param_max_pow_sqrt_depth = (mask & 1) != 0;
2205 : 51717708 : mask >>= 1;
2206 : 51717708 : opts_set->x_param_max_predicted_iterations = (mask & 1) != 0;
2207 : 51717708 : mask >>= 1;
2208 : 51717708 : opts_set->x_param_max_reload_search_insns = (mask & 1) != 0;
2209 : 51717708 : mask >>= 1;
2210 : 51717708 : opts_set->x_param_max_rtl_if_conversion_insns = (mask & 1) != 0;
2211 : 51717708 : mask >>= 1;
2212 : 51717708 : opts_set->x_param_max_rtl_if_conversion_predictable_cost = (mask & 1) != 0;
2213 : 51717708 : mask >>= 1;
2214 : 51717708 : opts_set->x_param_max_rtl_if_conversion_unpredictable_cost = (mask & 1) != 0;
2215 : 51717708 : mask >>= 1;
2216 : 51717708 : opts_set->x_param_max_sched_extend_regions_iters = (mask & 1) != 0;
2217 : 51717708 : mask >>= 1;
2218 : 51717708 : opts_set->x_param_max_sched_insn_conflict_delay = (mask & 1) != 0;
2219 : 51717708 : mask >>= 1;
2220 : 51717708 : opts_set->x_param_max_sched_ready_insns = (mask & 1) != 0;
2221 : 51717708 : mask >>= 1;
2222 : 51717708 : opts_set->x_param_max_sched_region_blocks = (mask & 1) != 0;
2223 : 51717708 : mask >>= 1;
2224 : 51717708 : opts_set->x_param_max_sched_region_insns = (mask & 1) != 0;
2225 : 51717708 : mask >>= 1;
2226 : 51717708 : opts_set->x_param_max_slsr_candidate_scan = (mask & 1) != 0;
2227 : 51717708 : mask >>= 1;
2228 : 51717708 : opts_set->x_param_max_speculative_devirt_maydefs = (mask & 1) != 0;
2229 : 51717708 : mask >>= 1;
2230 : 51717708 : opts_set->x_param_max_stores_to_merge = (mask & 1) != 0;
2231 : 51717708 : mask >>= 1;
2232 : 51717708 : opts_set->x_param_max_stores_to_sink = (mask & 1) != 0;
2233 : 51717708 : mask >>= 1;
2234 : 51717708 : opts_set->x_param_max_tail_merge_comparisons = (mask & 1) != 0;
2235 : 51717708 : mask >>= 1;
2236 : 51717708 : opts_set->x_param_max_tail_merge_iterations = (mask & 1) != 0;
2237 : 51717708 : mask >>= 1;
2238 : 51717708 : opts_set->x_param_max_tracked_strlens = (mask & 1) != 0;
2239 : 51717708 : mask >>= 1;
2240 : 51717708 : opts_set->x_param_max_tree_if_conversion_phi_args = (mask & 1) != 0;
2241 : 51717708 : mask >>= 1;
2242 : 51717708 : opts_set->x_param_max_unroll_times = (mask & 1) != 0;
2243 : 51717708 : mask >>= 1;
2244 : 51717708 : opts_set->x_param_max_unrolled_insns = (mask & 1) != 0;
2245 : 51717708 : mask >>= 1;
2246 : 51717708 : opts_set->x_param_max_unswitch_depth = (mask & 1) != 0;
2247 : 51717708 : mask >>= 1;
2248 : 51717708 : opts_set->x_param_max_unswitch_insns = (mask & 1) != 0;
2249 : 51717708 : mask >>= 1;
2250 : 51717708 : opts_set->x_param_max_variable_expansions = (mask & 1) != 0;
2251 : 51717708 : mask >>= 1;
2252 : 51717708 : opts_set->x_param_max_vartrack_expr_depth = (mask & 1) != 0;
2253 : 51717708 : mask >>= 1;
2254 : 51717708 : opts_set->x_param_max_vartrack_reverse_op_size = (mask & 1) != 0;
2255 : 51717708 : mask >>= 1;
2256 : 51717708 : opts_set->x_param_max_vartrack_size = (mask & 1) != 0;
2257 : 51717708 : mask >>= 1;
2258 : 51717708 : opts_set->x_param_min_crossjump_insns = (mask & 1) != 0;
2259 : 51717708 : mask >>= 1;
2260 : 51717708 : opts_set->x_param_min_inline_recursive_probability = (mask & 1) != 0;
2261 : 51717708 : mask >>= 1;
2262 : 51717708 : opts_set->x_param_min_insn_to_prefetch_ratio = (mask & 1) != 0;
2263 : 51717708 : mask >>= 1;
2264 : 51717708 : opts_set->x_param_min_loop_cond_split_prob = (mask & 1) != 0;
2265 : 51717708 : mask >>= 1;
2266 : 51717708 : opts_set->x_param_min_pagesize = (mask & 1) != 0;
2267 : 51717708 : mask >>= 1;
2268 : 51717708 : opts_set->x_param_min_size_for_stack_sharing = (mask & 1) != 0;
2269 : 51717708 : mask >>= 1;
2270 : 51717708 : opts_set->x_param_min_spec_prob = (mask & 1) != 0;
2271 : 51717708 : mask >>= 1;
2272 : 51717708 : opts_set->x_param_min_vect_loop_bound = (mask & 1) != 0;
2273 : 51717708 : mask >>= 1;
2274 : 51717708 : opts_set->x_param_modref_max_accesses = (mask & 1) != 0;
2275 : 51717708 : mask >>= 1;
2276 : 51717708 : opts_set->x_param_modref_max_adjustments = (mask & 1) != 0;
2277 : 51717708 : mask >>= 1;
2278 : 51717708 : opts_set->x_param_modref_max_bases = (mask & 1) != 0;
2279 : 51717708 : mask >>= 1;
2280 : 51717708 : opts_set->x_param_modref_max_depth = (mask & 1) != 0;
2281 : 51717708 : mask >>= 1;
2282 : 51717708 : opts_set->x_param_modref_max_escape_points = (mask & 1) != 0;
2283 : 51717708 : mask >>= 1;
2284 : 51717708 : opts_set->x_param_modref_max_refs = (mask & 1) != 0;
2285 : 51717708 : mask >>= 1;
2286 : 51717708 : opts_set->x_param_modref_max_tests = (mask & 1) != 0;
2287 : 51717708 : mask >>= 1;
2288 : 51717708 : opts_set->x_param_parloops_chunk_size = (mask & 1) != 0;
2289 : 51717708 : mask >>= 1;
2290 : 51717708 : opts_set->x_param_parloops_min_per_thread = (mask & 1) != 0;
2291 : 51717708 : mask >>= 1;
2292 : 51717708 : opts_set->x_param_parloops_schedule = (mask & 1) != 0;
2293 : 51717708 : mask >>= 1;
2294 : 51717708 : opts_set->x_param_partial_inlining_entry_probability = (mask & 1) != 0;
2295 : 51717708 : mask >>= 1;
2296 : 51717708 : opts_set->x_param_phiopt_factor_max_stmts_live = (mask & 1) != 0;
2297 : 51717708 : mask >>= 1;
2298 : 51717708 : opts_set->x_param_predictable_branch_outcome = (mask & 1) != 0;
2299 : 51717708 : mask >>= 1;
2300 : 51717708 : opts_set->x_param_prefetch_dynamic_strides = (mask & 1) != 0;
2301 : 51717708 : mask >>= 1;
2302 : 51717708 : opts_set->x_param_prefetch_latency = (mask & 1) != 0;
2303 : 51717708 : mask >>= 1;
2304 : 51717708 : opts_set->x_param_prefetch_min_insn_to_mem_ratio = (mask & 1) != 0;
2305 : 51717708 : mask >>= 1;
2306 : 51717708 : opts_set->x_param_prefetch_minimum_stride = (mask & 1) != 0;
2307 : 51717708 : mask >>= 1;
2308 : 51717708 : mask = ptr->explicit_mask[3];
2309 : 51717708 : opts_set->x_param_ranger_logical_depth = (mask & 1) != 0;
2310 : 51717708 : mask >>= 1;
2311 : 51717708 : opts_set->x_param_ranger_recompute_depth = (mask & 1) != 0;
2312 : 51717708 : mask >>= 1;
2313 : 51717708 : opts_set->x_param_relation_block_limit = (mask & 1) != 0;
2314 : 51717708 : mask >>= 1;
2315 : 51717708 : opts_set->x_param_rpo_vn_max_loop_depth = (mask & 1) != 0;
2316 : 51717708 : mask >>= 1;
2317 : 51717708 : opts_set->x_param_sccvn_max_alias_queries_per_access = (mask & 1) != 0;
2318 : 51717708 : mask >>= 1;
2319 : 51717708 : opts_set->x_param_scev_max_expr_complexity = (mask & 1) != 0;
2320 : 51717708 : mask >>= 1;
2321 : 51717708 : opts_set->x_param_scev_max_expr_size = (mask & 1) != 0;
2322 : 51717708 : mask >>= 1;
2323 : 51717708 : opts_set->x_param_sched_autopref_queue_depth = (mask & 1) != 0;
2324 : 51717708 : mask >>= 1;
2325 : 51717708 : opts_set->x_param_sched_mem_true_dep_cost = (mask & 1) != 0;
2326 : 51717708 : mask >>= 1;
2327 : 51717708 : opts_set->x_param_sched_pressure_algorithm = (mask & 1) != 0;
2328 : 51717708 : mask >>= 1;
2329 : 51717708 : opts_set->x_param_sched_spec_prob_cutoff = (mask & 1) != 0;
2330 : 51717708 : mask >>= 1;
2331 : 51717708 : opts_set->x_param_sched_state_edge_prob_cutoff = (mask & 1) != 0;
2332 : 51717708 : mask >>= 1;
2333 : 51717708 : opts_set->x_param_selsched_insns_to_rename = (mask & 1) != 0;
2334 : 51717708 : mask >>= 1;
2335 : 51717708 : opts_set->x_param_selsched_max_lookahead = (mask & 1) != 0;
2336 : 51717708 : mask >>= 1;
2337 : 51717708 : opts_set->x_param_selsched_max_sched_times = (mask & 1) != 0;
2338 : 51717708 : mask >>= 1;
2339 : 51717708 : opts_set->x_param_simultaneous_prefetches = (mask & 1) != 0;
2340 : 51717708 : mask >>= 1;
2341 : 51717708 : opts_set->x_param_sink_frequency_threshold = (mask & 1) != 0;
2342 : 51717708 : mask >>= 1;
2343 : 51717708 : opts_set->x_param_sms_dfa_history = (mask & 1) != 0;
2344 : 51717708 : mask >>= 1;
2345 : 51717708 : opts_set->x_param_sms_loop_average_count_threshold = (mask & 1) != 0;
2346 : 51717708 : mask >>= 1;
2347 : 51717708 : opts_set->x_param_sms_max_ii_factor = (mask & 1) != 0;
2348 : 51717708 : mask >>= 1;
2349 : 51717708 : opts_set->x_param_sms_min_sc = (mask & 1) != 0;
2350 : 51717708 : mask >>= 1;
2351 : 51717708 : opts_set->x_param_sra_max_propagations = (mask & 1) != 0;
2352 : 51717708 : mask >>= 1;
2353 : 51717708 : opts_set->x_param_sra_max_scalarization_size_size = (mask & 1) != 0;
2354 : 51717708 : mask >>= 1;
2355 : 51717708 : opts_set->x_param_sra_max_scalarization_size_speed = (mask & 1) != 0;
2356 : 51717708 : mask >>= 1;
2357 : 51717708 : opts_set->x_param_ssa_name_def_chain_limit = (mask & 1) != 0;
2358 : 51717708 : mask >>= 1;
2359 : 51717708 : opts_set->x_param_ssp_buffer_size = (mask & 1) != 0;
2360 : 51717708 : mask >>= 1;
2361 : 51717708 : opts_set->x_param_stack_clash_protection_guard_size = (mask & 1) != 0;
2362 : 51717708 : mask >>= 1;
2363 : 51717708 : opts_set->x_param_stack_clash_protection_probe_interval = (mask & 1) != 0;
2364 : 51717708 : mask >>= 1;
2365 : 51717708 : opts_set->x_param_store_forwarding_max_distance = (mask & 1) != 0;
2366 : 51717708 : mask >>= 1;
2367 : 51717708 : opts_set->x_param_store_merging_allow_unaligned = (mask & 1) != 0;
2368 : 51717708 : mask >>= 1;
2369 : 51717708 : opts_set->x_param_store_merging_max_size = (mask & 1) != 0;
2370 : 51717708 : mask >>= 1;
2371 : 51717708 : opts_set->x_param_switch_conversion_branch_ratio = (mask & 1) != 0;
2372 : 51717708 : mask >>= 1;
2373 : 51717708 : opts_set->x_param_tm_max_aggregate_size = (mask & 1) != 0;
2374 : 51717708 : mask >>= 1;
2375 : 51717708 : opts_set->x_param_tracer_dynamic_coverage_feedback = (mask & 1) != 0;
2376 : 51717708 : mask >>= 1;
2377 : 51717708 : opts_set->x_param_tracer_dynamic_coverage = (mask & 1) != 0;
2378 : 51717708 : mask >>= 1;
2379 : 51717708 : opts_set->x_param_tracer_max_code_growth = (mask & 1) != 0;
2380 : 51717708 : mask >>= 1;
2381 : 51717708 : opts_set->x_param_tracer_min_branch_probability_feedback = (mask & 1) != 0;
2382 : 51717708 : mask >>= 1;
2383 : 51717708 : opts_set->x_param_tracer_min_branch_probability = (mask & 1) != 0;
2384 : 51717708 : mask >>= 1;
2385 : 51717708 : opts_set->x_param_tracer_min_branch_ratio = (mask & 1) != 0;
2386 : 51717708 : mask >>= 1;
2387 : 51717708 : opts_set->x_param_transitive_relations_work_bound = (mask & 1) != 0;
2388 : 51717708 : mask >>= 1;
2389 : 51717708 : opts_set->x_param_tree_reassoc_width = (mask & 1) != 0;
2390 : 51717708 : mask >>= 1;
2391 : 51717708 : opts_set->x_param_uninit_control_dep_attempts = (mask & 1) != 0;
2392 : 51717708 : mask >>= 1;
2393 : 51717708 : opts_set->x_param_uninit_max_chain_len = (mask & 1) != 0;
2394 : 51717708 : mask >>= 1;
2395 : 51717708 : opts_set->x_param_uninit_max_num_chains = (mask & 1) != 0;
2396 : 51717708 : mask >>= 1;
2397 : 51717708 : opts_set->x_param_uninit_max_prune_work = (mask & 1) != 0;
2398 : 51717708 : mask >>= 1;
2399 : 51717708 : opts_set->x_param_uninlined_function_insns = (mask & 1) != 0;
2400 : 51717708 : mask >>= 1;
2401 : 51717708 : opts_set->x_param_uninlined_function_time = (mask & 1) != 0;
2402 : 51717708 : mask >>= 1;
2403 : 51717708 : opts_set->x_param_uninlined_function_thunk_insns = (mask & 1) != 0;
2404 : 51717708 : mask >>= 1;
2405 : 51717708 : opts_set->x_param_uninlined_function_thunk_time = (mask & 1) != 0;
2406 : 51717708 : mask >>= 1;
2407 : 51717708 : opts_set->x_param_unlikely_bb_count_fraction = (mask & 1) != 0;
2408 : 51717708 : mask >>= 1;
2409 : 51717708 : opts_set->x_param_unroll_jam_max_unroll = (mask & 1) != 0;
2410 : 51717708 : mask >>= 1;
2411 : 51717708 : opts_set->x_param_unroll_jam_min_percent = (mask & 1) != 0;
2412 : 51717708 : mask >>= 1;
2413 : 51717708 : opts_set->x_param_use_after_scope_direct_emission_threshold = (mask & 1) != 0;
2414 : 51717708 : mask >>= 1;
2415 : 51717708 : opts_set->x_param_vect_epilogues_nomask = (mask & 1) != 0;
2416 : 51717708 : mask >>= 1;
2417 : 51717708 : opts_set->x_param_vect_induction_float = (mask & 1) != 0;
2418 : 51717708 : mask >>= 1;
2419 : 51717708 : opts_set->x_param_vect_inner_loop_cost_factor = (mask & 1) != 0;
2420 : 51717708 : mask >>= 1;
2421 : 51717708 : opts_set->x_param_vect_max_layout_candidates = (mask & 1) != 0;
2422 : 51717708 : mask >>= 1;
2423 : 51717708 : opts_set->x_param_vect_max_peeling_for_alignment = (mask & 1) != 0;
2424 : 51717708 : mask >>= 1;
2425 : 51717708 : opts_set->x_param_vect_max_version_for_alias_checks = (mask & 1) != 0;
2426 : 51717708 : mask >>= 1;
2427 : 51717708 : opts_set->x_param_vect_max_version_for_alignment_checks = (mask & 1) != 0;
2428 : 51717708 : mask >>= 1;
2429 : 51717708 : opts_set->x_param_vect_partial_vector_usage = (mask & 1) != 0;
2430 : 51717708 : mask >>= 1;
2431 : 51717708 : opts_set->x_param_vect_scalar_cost_multiplier = (mask & 1) != 0;
2432 : 51717708 : mask >>= 1;
2433 : 51717708 : opts_set->x_param_vrp_block_limit = (mask & 1) != 0;
2434 : 51717708 : mask >>= 1;
2435 : 51717708 : opts_set->x_param_vrp_sparse_threshold = (mask & 1) != 0;
2436 : 51717708 : mask >>= 1;
2437 : 51717708 : mask = ptr->explicit_mask[4];
2438 : 51717708 : opts_set->x_param_vrp_switch_limit = (mask & 1) != 0;
2439 : 51717708 : mask >>= 1;
2440 : 51717708 : opts_set->x_param_vrp_vector_threshold = (mask & 1) != 0;
2441 : 51717708 : mask >>= 1;
2442 : 51717708 : opts_set->x_flag_complex_method = (mask & 1) != 0;
2443 : 51717708 : mask >>= 1;
2444 : 51717708 : opts_set->x_flag_malloc_dse = (mask & 1) != 0;
2445 : 51717708 : mask >>= 1;
2446 : 51717708 : opts_set->x_flag_min_function_alignment = (mask & 1) != 0;
2447 : 51717708 : mask >>= 1;
2448 : 51717708 : opts_set->x_flag_openmp_target_simd_clone = (mask & 1) != 0;
2449 : 51717708 : mask >>= 1;
2450 : 51717708 : opts_set->x_flag_sched_stalled_insns = (mask & 1) != 0;
2451 : 51717708 : mask >>= 1;
2452 : 51717708 : opts_set->x_flag_sched_stalled_insns_dep = (mask & 1) != 0;
2453 : 51717708 : mask >>= 1;
2454 : 51717708 : opts_set->x_flag_tree_parallelize_loops = (mask & 1) != 0;
2455 : 51717708 : mask >>= 1;
2456 : 51717708 : opts_set->x_flag_lto_locality_cloning = static_cast<enum lto_locality_cloning_model >((mask & 1) != 0);
2457 : 51717708 : mask >>= 1;
2458 : 51717708 : opts_set->x_param_ranger_debug = static_cast<enum ranger_debug >((mask & 1) != 0);
2459 : 51717708 : mask >>= 1;
2460 : 51717708 : opts_set->x_param_threader_debug = static_cast<enum threader_debug >((mask & 1) != 0);
2461 : 51717708 : mask >>= 1;
2462 : 51717708 : opts_set->x_flag_excess_precision = static_cast<enum excess_precision >((mask & 1) != 0);
2463 : 51717708 : mask >>= 1;
2464 : 51717708 : opts_set->x_flag_fp_contract_mode = static_cast<enum fp_contract_mode >((mask & 1) != 0);
2465 : 51717708 : mask >>= 1;
2466 : 51717708 : opts_set->x_flag_harden_control_flow_redundancy_check_noreturn = static_cast<enum hardcfr_noret >((mask & 1) != 0);
2467 : 51717708 : mask >>= 1;
2468 : 51717708 : opts_set->x_flag_inline_stringops = static_cast<enum ilsop_fn >((mask & 1) != 0);
2469 : 51717708 : mask >>= 1;
2470 : 51717708 : opts_set->x_flag_ira_algorithm = static_cast<enum ira_algorithm >((mask & 1) != 0);
2471 : 51717708 : mask >>= 1;
2472 : 51717708 : opts_set->x_flag_ira_region = static_cast<enum ira_region >((mask & 1) != 0);
2473 : 51717708 : mask >>= 1;
2474 : 51717708 : opts_set->x_flag_live_patching = static_cast<enum live_patching_level >((mask & 1) != 0);
2475 : 51717708 : mask >>= 1;
2476 : 51717708 : opts_set->x_flag_reorder_blocks_algorithm = static_cast<enum reorder_blocks_algorithm >((mask & 1) != 0);
2477 : 51717708 : mask >>= 1;
2478 : 51717708 : opts_set->x_flag_simd_cost_model = static_cast<enum vect_cost_model >((mask & 1) != 0);
2479 : 51717708 : mask >>= 1;
2480 : 51717708 : opts_set->x_flag_stack_reuse = static_cast<enum stack_reuse_level >((mask & 1) != 0);
2481 : 51717708 : mask >>= 1;
2482 : 51717708 : opts_set->x_flag_auto_var_init = static_cast<enum auto_init_type >((mask & 1) != 0);
2483 : 51717708 : mask >>= 1;
2484 : 51717708 : opts_set->x_flag_vect_cost_model = static_cast<enum vect_cost_model >((mask & 1) != 0);
2485 : 51717708 : mask >>= 1;
2486 : 51717708 : opts_set->x_optimize = (mask & 1) != 0;
2487 : 51717708 : mask >>= 1;
2488 : 51717708 : opts_set->x_optimize_size = (mask & 1) != 0;
2489 : 51717708 : mask >>= 1;
2490 : 51717708 : opts_set->x_optimize_debug = (mask & 1) != 0;
2491 : 51717708 : mask >>= 1;
2492 : 51717708 : opts_set->x_optimize_fast = (mask & 1) != 0;
2493 : 51717708 : mask >>= 1;
2494 : 51717708 : opts_set->x_warn_inline = (mask & 1) != 0;
2495 : 51717708 : mask >>= 1;
2496 : 51717708 : opts_set->x_flag_aggressive_loop_optimizations = (mask & 1) != 0;
2497 : 51717708 : mask >>= 1;
2498 : 51717708 : opts_set->x_flag_align_functions = (mask & 1) != 0;
2499 : 51717708 : mask >>= 1;
2500 : 51717708 : opts_set->x_flag_align_jumps = (mask & 1) != 0;
2501 : 51717708 : mask >>= 1;
2502 : 51717708 : opts_set->x_flag_align_labels = (mask & 1) != 0;
2503 : 51717708 : mask >>= 1;
2504 : 51717708 : opts_set->x_flag_align_loops = (mask & 1) != 0;
2505 : 51717708 : mask >>= 1;
2506 : 51717708 : opts_set->x_flag_allocation_dce = (mask & 1) != 0;
2507 : 51717708 : mask >>= 1;
2508 : 51717708 : opts_set->x_flag_store_data_races = (mask & 1) != 0;
2509 : 51717708 : mask >>= 1;
2510 : 51717708 : opts_set->x_flag_associative_math = (mask & 1) != 0;
2511 : 51717708 : mask >>= 1;
2512 : 51717708 : opts_set->x_flag_assume_sane_operators_new_delete = (mask & 1) != 0;
2513 : 51717708 : mask >>= 1;
2514 : 51717708 : opts_set->x_flag_asynchronous_unwind_tables = (mask & 1) != 0;
2515 : 51717708 : mask >>= 1;
2516 : 51717708 : opts_set->x_flag_auto_inc_dec = (mask & 1) != 0;
2517 : 51717708 : mask >>= 1;
2518 : 51717708 : opts_set->x_flag_auto_profile_inlining = (mask & 1) != 0;
2519 : 51717708 : mask >>= 1;
2520 : 51717708 : opts_set->x_flag_avoid_store_forwarding = (mask & 1) != 0;
2521 : 51717708 : mask >>= 1;
2522 : 51717708 : opts_set->x_flag_bit_tests = (mask & 1) != 0;
2523 : 51717708 : mask >>= 1;
2524 : 51717708 : opts_set->x_flag_branch_on_count_reg = (mask & 1) != 0;
2525 : 51717708 : mask >>= 1;
2526 : 51717708 : opts_set->x_flag_branch_probabilities = (mask & 1) != 0;
2527 : 51717708 : mask >>= 1;
2528 : 51717708 : opts_set->x_flag_caller_saves = (mask & 1) != 0;
2529 : 51717708 : mask >>= 1;
2530 : 51717708 : opts_set->x_flag_code_hoisting = (mask & 1) != 0;
2531 : 51717708 : mask >>= 1;
2532 : 51717708 : opts_set->x_flag_combine_stack_adjustments = (mask & 1) != 0;
2533 : 51717708 : mask >>= 1;
2534 : 51717708 : opts_set->x_flag_compare_elim_after_reload = (mask & 1) != 0;
2535 : 51717708 : mask >>= 1;
2536 : 51717708 : opts_set->x_flag_conserve_stack = (mask & 1) != 0;
2537 : 51717708 : mask >>= 1;
2538 : 51717708 : opts_set->x_flag_cprop_registers = (mask & 1) != 0;
2539 : 51717708 : mask >>= 1;
2540 : 51717708 : opts_set->x_flag_crossjumping = (mask & 1) != 0;
2541 : 51717708 : mask >>= 1;
2542 : 51717708 : opts_set->x_flag_cse_follow_jumps = (mask & 1) != 0;
2543 : 51717708 : mask >>= 1;
2544 : 51717708 : opts_set->x_flag_dce = (mask & 1) != 0;
2545 : 51717708 : mask >>= 1;
2546 : 51717708 : opts_set->x_flag_defer_pop = (mask & 1) != 0;
2547 : 51717708 : mask >>= 1;
2548 : 51717708 : opts_set->x_flag_delayed_branch = (mask & 1) != 0;
2549 : 51717708 : mask >>= 1;
2550 : 51717708 : opts_set->x_flag_delete_dead_exceptions = (mask & 1) != 0;
2551 : 51717708 : mask >>= 1;
2552 : 51717708 : opts_set->x_flag_delete_null_pointer_checks = (mask & 1) != 0;
2553 : 51717708 : mask >>= 1;
2554 : 51717708 : opts_set->x_flag_dep_fusion = (mask & 1) != 0;
2555 : 51717708 : mask >>= 1;
2556 : 51717708 : opts_set->x_flag_devirtualize = (mask & 1) != 0;
2557 : 51717708 : mask >>= 1;
2558 : 51717708 : opts_set->x_flag_devirtualize_speculatively = (mask & 1) != 0;
2559 : 51717708 : mask >>= 1;
2560 : 51717708 : opts_set->x_flag_dse = (mask & 1) != 0;
2561 : 51717708 : mask >>= 1;
2562 : 51717708 : opts_set->x_flag_early_inlining = (mask & 1) != 0;
2563 : 51717708 : mask >>= 1;
2564 : 51717708 : opts_set->x_flag_exceptions = (mask & 1) != 0;
2565 : 51717708 : mask >>= 1;
2566 : 51717708 : mask = ptr->explicit_mask[5];
2567 : 51717708 : opts_set->x_flag_expensive_optimizations = (mask & 1) != 0;
2568 : 51717708 : mask >>= 1;
2569 : 51717708 : opts_set->x_flag_ext_dce = (mask & 1) != 0;
2570 : 51717708 : mask >>= 1;
2571 : 51717708 : opts_set->x_flag_finite_loops = (mask & 1) != 0;
2572 : 51717708 : mask >>= 1;
2573 : 51717708 : opts_set->x_flag_finite_math_only = (mask & 1) != 0;
2574 : 51717708 : mask >>= 1;
2575 : 51717708 : opts_set->x_flag_float_store = (mask & 1) != 0;
2576 : 51717708 : mask >>= 1;
2577 : 51717708 : opts_set->x_flag_fold_mem_offsets = (mask & 1) != 0;
2578 : 51717708 : mask >>= 1;
2579 : 51717708 : opts_set->x_flag_fold_simple_inlines = (mask & 1) != 0;
2580 : 51717708 : mask >>= 1;
2581 : 51717708 : opts_set->x_flag_forward_propagate = (mask & 1) != 0;
2582 : 51717708 : mask >>= 1;
2583 : 51717708 : opts_set->x_flag_fp_int_builtin_inexact = (mask & 1) != 0;
2584 : 51717708 : mask >>= 1;
2585 : 51717708 : opts_set->x_flag_no_function_cse = (mask & 1) != 0;
2586 : 51717708 : mask >>= 1;
2587 : 51717708 : opts_set->x_flag_gcse = (mask & 1) != 0;
2588 : 51717708 : mask >>= 1;
2589 : 51717708 : opts_set->x_flag_gcse_after_reload = (mask & 1) != 0;
2590 : 51717708 : mask >>= 1;
2591 : 51717708 : opts_set->x_flag_gcse_las = (mask & 1) != 0;
2592 : 51717708 : mask >>= 1;
2593 : 51717708 : opts_set->x_flag_gcse_lm = (mask & 1) != 0;
2594 : 51717708 : mask >>= 1;
2595 : 51717708 : opts_set->x_flag_gcse_sm = (mask & 1) != 0;
2596 : 51717708 : mask >>= 1;
2597 : 51717708 : opts_set->x_flag_graphite = (mask & 1) != 0;
2598 : 51717708 : mask >>= 1;
2599 : 51717708 : opts_set->x_flag_graphite_identity = (mask & 1) != 0;
2600 : 51717708 : mask >>= 1;
2601 : 51717708 : opts_set->x_flag_guess_branch_prob = (mask & 1) != 0;
2602 : 51717708 : mask >>= 1;
2603 : 51717708 : opts_set->x_flag_harden_control_flow_redundancy_check_exceptions = (mask & 1) != 0;
2604 : 51717708 : mask >>= 1;
2605 : 51717708 : opts_set->x_flag_harden_control_flow_redundancy_check_returning_calls = (mask & 1) != 0;
2606 : 51717708 : mask >>= 1;
2607 : 51717708 : opts_set->x_flag_harden_control_flow_redundancy_skip_leaf = (mask & 1) != 0;
2608 : 51717708 : mask >>= 1;
2609 : 51717708 : opts_set->x_flag_harden_compares = (mask & 1) != 0;
2610 : 51717708 : mask >>= 1;
2611 : 51717708 : opts_set->x_flag_harden_conditional_branches = (mask & 1) != 0;
2612 : 51717708 : mask >>= 1;
2613 : 51717708 : opts_set->x_flag_harden_control_flow_redundancy = (mask & 1) != 0;
2614 : 51717708 : mask >>= 1;
2615 : 51717708 : opts_set->x_flag_hoist_adjacent_loads = (mask & 1) != 0;
2616 : 51717708 : mask >>= 1;
2617 : 51717708 : opts_set->x_flag_if_conversion = (mask & 1) != 0;
2618 : 51717708 : mask >>= 1;
2619 : 51717708 : opts_set->x_flag_if_conversion2 = (mask & 1) != 0;
2620 : 51717708 : mask >>= 1;
2621 : 51717708 : opts_set->x_flag_indirect_inlining = (mask & 1) != 0;
2622 : 51717708 : mask >>= 1;
2623 : 51717708 : opts_set->x_flag_no_inline = (mask & 1) != 0;
2624 : 51717708 : mask >>= 1;
2625 : 51717708 : opts_set->x_flag_inline_atomics = (mask & 1) != 0;
2626 : 51717708 : mask >>= 1;
2627 : 51717708 : opts_set->x_flag_inline_functions = (mask & 1) != 0;
2628 : 51717708 : mask >>= 1;
2629 : 51717708 : opts_set->x_flag_inline_functions_called_once = (mask & 1) != 0;
2630 : 51717708 : mask >>= 1;
2631 : 51717708 : opts_set->x_flag_inline_small_functions = (mask & 1) != 0;
2632 : 51717708 : mask >>= 1;
2633 : 51717708 : opts_set->x_flag_ipa_bit_cp = (mask & 1) != 0;
2634 : 51717708 : mask >>= 1;
2635 : 51717708 : opts_set->x_flag_ipa_cp = (mask & 1) != 0;
2636 : 51717708 : mask >>= 1;
2637 : 51717708 : opts_set->x_flag_ipa_cp_clone = (mask & 1) != 0;
2638 : 51717708 : mask >>= 1;
2639 : 51717708 : opts_set->x_flag_ipa_icf = (mask & 1) != 0;
2640 : 51717708 : mask >>= 1;
2641 : 51717708 : opts_set->x_flag_ipa_icf_functions = (mask & 1) != 0;
2642 : 51717708 : mask >>= 1;
2643 : 51717708 : opts_set->x_flag_ipa_icf_variables = (mask & 1) != 0;
2644 : 51717708 : mask >>= 1;
2645 : 51717708 : opts_set->x_flag_ipa_modref = (mask & 1) != 0;
2646 : 51717708 : mask >>= 1;
2647 : 51717708 : opts_set->x_flag_ipa_profile = (mask & 1) != 0;
2648 : 51717708 : mask >>= 1;
2649 : 51717708 : opts_set->x_flag_ipa_pta = (mask & 1) != 0;
2650 : 51717708 : mask >>= 1;
2651 : 51717708 : opts_set->x_flag_ipa_pure_const = (mask & 1) != 0;
2652 : 51717708 : mask >>= 1;
2653 : 51717708 : opts_set->x_flag_ipa_ra = (mask & 1) != 0;
2654 : 51717708 : mask >>= 1;
2655 : 51717708 : opts_set->x_flag_ipa_reference = (mask & 1) != 0;
2656 : 51717708 : mask >>= 1;
2657 : 51717708 : opts_set->x_flag_ipa_reference_addressable = (mask & 1) != 0;
2658 : 51717708 : mask >>= 1;
2659 : 51717708 : opts_set->x_flag_ipa_reorder_for_locality = (mask & 1) != 0;
2660 : 51717708 : mask >>= 1;
2661 : 51717708 : opts_set->x_flag_ipa_sra = (mask & 1) != 0;
2662 : 51717708 : mask >>= 1;
2663 : 51717708 : opts_set->x_flag_ipa_stack_alignment = (mask & 1) != 0;
2664 : 51717708 : mask >>= 1;
2665 : 51717708 : opts_set->x_flag_ipa_strict_aliasing = (mask & 1) != 0;
2666 : 51717708 : mask >>= 1;
2667 : 51717708 : opts_set->x_flag_ipa_vrp = (mask & 1) != 0;
2668 : 51717708 : mask >>= 1;
2669 : 51717708 : opts_set->x_flag_ira_hoist_pressure = (mask & 1) != 0;
2670 : 51717708 : mask >>= 1;
2671 : 51717708 : opts_set->x_flag_ira_loop_pressure = (mask & 1) != 0;
2672 : 51717708 : mask >>= 1;
2673 : 51717708 : opts_set->x_flag_ira_share_save_slots = (mask & 1) != 0;
2674 : 51717708 : mask >>= 1;
2675 : 51717708 : opts_set->x_flag_ira_share_spill_slots = (mask & 1) != 0;
2676 : 51717708 : mask >>= 1;
2677 : 51717708 : opts_set->x_flag_isolate_erroneous_paths_attribute = (mask & 1) != 0;
2678 : 51717708 : mask >>= 1;
2679 : 51717708 : opts_set->x_flag_isolate_erroneous_paths_dereference = (mask & 1) != 0;
2680 : 51717708 : mask >>= 1;
2681 : 51717708 : opts_set->x_flag_ivopts = (mask & 1) != 0;
2682 : 51717708 : mask >>= 1;
2683 : 51717708 : opts_set->x_flag_jump_tables = (mask & 1) != 0;
2684 : 51717708 : mask >>= 1;
2685 : 51717708 : opts_set->x_flag_keep_gc_roots_live = (mask & 1) != 0;
2686 : 51717708 : mask >>= 1;
2687 : 51717708 : opts_set->x_flag_late_combine_instructions = (mask & 1) != 0;
2688 : 51717708 : mask >>= 1;
2689 : 51717708 : opts_set->x_flag_lifetime_dse = (mask & 1) != 0;
2690 : 51717708 : mask >>= 1;
2691 : 51717708 : opts_set->x_flag_limit_function_alignment = (mask & 1) != 0;
2692 : 51717708 : mask >>= 1;
2693 : 51717708 : opts_set->x_flag_live_range_shrinkage = (mask & 1) != 0;
2694 : 51717708 : mask >>= 1;
2695 : 51717708 : mask = ptr->explicit_mask[6];
2696 : 51717708 : opts_set->x_flag_loop_interchange = (mask & 1) != 0;
2697 : 51717708 : mask >>= 1;
2698 : 51717708 : opts_set->x_flag_loop_nest_optimize = (mask & 1) != 0;
2699 : 51717708 : mask >>= 1;
2700 : 51717708 : opts_set->x_flag_loop_parallelize_all = (mask & 1) != 0;
2701 : 51717708 : mask >>= 1;
2702 : 51717708 : opts_set->x_flag_unroll_jam = (mask & 1) != 0;
2703 : 51717708 : mask >>= 1;
2704 : 51717708 : opts_set->x_flag_lra_remat = (mask & 1) != 0;
2705 : 51717708 : mask >>= 1;
2706 : 51717708 : opts_set->x_flag_malloc_dce = (mask & 1) != 0;
2707 : 51717708 : mask >>= 1;
2708 : 51717708 : opts_set->x_flag_errno_math = (mask & 1) != 0;
2709 : 51717708 : mask >>= 1;
2710 : 51717708 : opts_set->x_flag_modulo_sched = (mask & 1) != 0;
2711 : 51717708 : mask >>= 1;
2712 : 51717708 : opts_set->x_flag_modulo_sched_allow_regmoves = (mask & 1) != 0;
2713 : 51717708 : mask >>= 1;
2714 : 51717708 : opts_set->x_flag_move_loop_invariants = (mask & 1) != 0;
2715 : 51717708 : mask >>= 1;
2716 : 51717708 : opts_set->x_flag_move_loop_stores = (mask & 1) != 0;
2717 : 51717708 : mask >>= 1;
2718 : 51717708 : opts_set->x_flag_non_call_exceptions = (mask & 1) != 0;
2719 : 51717708 : mask >>= 1;
2720 : 51717708 : opts_set->x_flag_nothrow_opt = (mask & 1) != 0;
2721 : 51717708 : mask >>= 1;
2722 : 51717708 : opts_set->x_flag_omit_frame_pointer = (mask & 1) != 0;
2723 : 51717708 : mask >>= 1;
2724 : 51717708 : opts_set->x_flag_opt_info = (mask & 1) != 0;
2725 : 51717708 : mask >>= 1;
2726 : 51717708 : opts_set->x_flag_optimize_crc = (mask & 1) != 0;
2727 : 51717708 : mask >>= 1;
2728 : 51717708 : opts_set->x_flag_optimize_sibling_calls = (mask & 1) != 0;
2729 : 51717708 : mask >>= 1;
2730 : 51717708 : opts_set->x_flag_optimize_strlen = (mask & 1) != 0;
2731 : 51717708 : mask >>= 1;
2732 : 51717708 : opts_set->x_flag_pack_struct = (mask & 1) != 0;
2733 : 51717708 : mask >>= 1;
2734 : 51717708 : opts_set->x_flag_partial_inlining = (mask & 1) != 0;
2735 : 51717708 : mask >>= 1;
2736 : 51717708 : opts_set->x_flag_pcc_struct_return = (mask & 1) != 0;
2737 : 51717708 : mask >>= 1;
2738 : 51717708 : opts_set->x_flag_peel_loops = (mask & 1) != 0;
2739 : 51717708 : mask >>= 1;
2740 : 51717708 : opts_set->x_flag_no_peephole = (mask & 1) != 0;
2741 : 51717708 : mask >>= 1;
2742 : 51717708 : opts_set->x_flag_peephole2 = (mask & 1) != 0;
2743 : 51717708 : mask >>= 1;
2744 : 51717708 : opts_set->x_flag_plt = (mask & 1) != 0;
2745 : 51717708 : mask >>= 1;
2746 : 51717708 : opts_set->x_flag_predictive_commoning = (mask & 1) != 0;
2747 : 51717708 : mask >>= 1;
2748 : 51717708 : opts_set->x_flag_prefetch_loop_arrays = (mask & 1) != 0;
2749 : 51717708 : mask >>= 1;
2750 : 51717708 : opts_set->x_flag_printf_return_value = (mask & 1) != 0;
2751 : 51717708 : mask >>= 1;
2752 : 51717708 : opts_set->x_flag_profile_partial_training = (mask & 1) != 0;
2753 : 51717708 : mask >>= 1;
2754 : 51717708 : opts_set->x_flag_profile_reorder_functions = (mask & 1) != 0;
2755 : 51717708 : mask >>= 1;
2756 : 51717708 : opts_set->x_flag_reciprocal_math = (mask & 1) != 0;
2757 : 51717708 : mask >>= 1;
2758 : 51717708 : opts_set->x_flag_ree = (mask & 1) != 0;
2759 : 51717708 : mask >>= 1;
2760 : 51717708 : opts_set->x_flag_rename_registers = (mask & 1) != 0;
2761 : 51717708 : mask >>= 1;
2762 : 51717708 : opts_set->x_flag_reorder_blocks = (mask & 1) != 0;
2763 : 51717708 : mask >>= 1;
2764 : 51717708 : opts_set->x_flag_reorder_blocks_and_partition = (mask & 1) != 0;
2765 : 51717708 : mask >>= 1;
2766 : 51717708 : opts_set->x_flag_reorder_functions = (mask & 1) != 0;
2767 : 51717708 : mask >>= 1;
2768 : 51717708 : opts_set->x_flag_rerun_cse_after_loop = (mask & 1) != 0;
2769 : 51717708 : mask >>= 1;
2770 : 51717708 : opts_set->x_flag_resched_modulo_sched = (mask & 1) != 0;
2771 : 51717708 : mask >>= 1;
2772 : 51717708 : opts_set->x_flag_rounding_math = (mask & 1) != 0;
2773 : 51717708 : mask >>= 1;
2774 : 51717708 : opts_set->x_flag_rtti = (mask & 1) != 0;
2775 : 51717708 : mask >>= 1;
2776 : 51717708 : opts_set->x_flag_save_optimization_record = (mask & 1) != 0;
2777 : 51717708 : mask >>= 1;
2778 : 51717708 : opts_set->x_flag_sched_critical_path_heuristic = (mask & 1) != 0;
2779 : 51717708 : mask >>= 1;
2780 : 51717708 : opts_set->x_flag_sched_dep_count_heuristic = (mask & 1) != 0;
2781 : 51717708 : mask >>= 1;
2782 : 51717708 : opts_set->x_flag_sched_group_heuristic = (mask & 1) != 0;
2783 : 51717708 : mask >>= 1;
2784 : 51717708 : opts_set->x_flag_schedule_interblock = (mask & 1) != 0;
2785 : 51717708 : mask >>= 1;
2786 : 51717708 : opts_set->x_flag_sched_last_insn_heuristic = (mask & 1) != 0;
2787 : 51717708 : mask >>= 1;
2788 : 51717708 : opts_set->x_flag_sched_pressure = (mask & 1) != 0;
2789 : 51717708 : mask >>= 1;
2790 : 51717708 : opts_set->x_flag_sched_rank_heuristic = (mask & 1) != 0;
2791 : 51717708 : mask >>= 1;
2792 : 51717708 : opts_set->x_flag_schedule_speculative = (mask & 1) != 0;
2793 : 51717708 : mask >>= 1;
2794 : 51717708 : opts_set->x_flag_sched_spec_insn_heuristic = (mask & 1) != 0;
2795 : 51717708 : mask >>= 1;
2796 : 51717708 : opts_set->x_flag_schedule_speculative_load = (mask & 1) != 0;
2797 : 51717708 : mask >>= 1;
2798 : 51717708 : opts_set->x_flag_schedule_speculative_load_dangerous = (mask & 1) != 0;
2799 : 51717708 : mask >>= 1;
2800 : 51717708 : opts_set->x_flag_sched2_use_superblocks = (mask & 1) != 0;
2801 : 51717708 : mask >>= 1;
2802 : 51717708 : opts_set->x_flag_schedule_fusion = (mask & 1) != 0;
2803 : 51717708 : mask >>= 1;
2804 : 51717708 : opts_set->x_flag_schedule_insns = (mask & 1) != 0;
2805 : 51717708 : mask >>= 1;
2806 : 51717708 : opts_set->x_flag_schedule_insns_after_reload = (mask & 1) != 0;
2807 : 51717708 : mask >>= 1;
2808 : 51717708 : opts_set->x_flag_section_anchors = (mask & 1) != 0;
2809 : 51717708 : mask >>= 1;
2810 : 51717708 : opts_set->x_flag_sel_sched_pipelining = (mask & 1) != 0;
2811 : 51717708 : mask >>= 1;
2812 : 51717708 : opts_set->x_flag_sel_sched_pipelining_outer_loops = (mask & 1) != 0;
2813 : 51717708 : mask >>= 1;
2814 : 51717708 : opts_set->x_flag_sel_sched_reschedule_pipelined = (mask & 1) != 0;
2815 : 51717708 : mask >>= 1;
2816 : 51717708 : opts_set->x_flag_selective_scheduling = (mask & 1) != 0;
2817 : 51717708 : mask >>= 1;
2818 : 51717708 : opts_set->x_flag_selective_scheduling2 = (mask & 1) != 0;
2819 : 51717708 : mask >>= 1;
2820 : 51717708 : opts_set->x_flag_semantic_interposition = (mask & 1) != 0;
2821 : 51717708 : mask >>= 1;
2822 : 51717708 : opts_set->x_flag_short_enums = (mask & 1) != 0;
2823 : 51717708 : mask >>= 1;
2824 : 51717708 : mask = ptr->explicit_mask[7];
2825 : 51717708 : opts_set->x_flag_short_wchar = (mask & 1) != 0;
2826 : 51717708 : mask >>= 1;
2827 : 51717708 : opts_set->x_flag_shrink_wrap = (mask & 1) != 0;
2828 : 51717708 : mask >>= 1;
2829 : 51717708 : opts_set->x_flag_shrink_wrap_separate = (mask & 1) != 0;
2830 : 51717708 : mask >>= 1;
2831 : 51717708 : opts_set->x_flag_signaling_nans = (mask & 1) != 0;
2832 : 51717708 : mask >>= 1;
2833 : 51717708 : opts_set->x_flag_signed_zeros = (mask & 1) != 0;
2834 : 51717708 : mask >>= 1;
2835 : 51717708 : opts_set->x_flag_single_precision_constant = (mask & 1) != 0;
2836 : 51717708 : mask >>= 1;
2837 : 51717708 : opts_set->x_flag_split_ivs_in_unroller = (mask & 1) != 0;
2838 : 51717708 : mask >>= 1;
2839 : 51717708 : opts_set->x_flag_split_loops = (mask & 1) != 0;
2840 : 51717708 : mask >>= 1;
2841 : 51717708 : opts_set->x_flag_split_paths = (mask & 1) != 0;
2842 : 51717708 : mask >>= 1;
2843 : 51717708 : opts_set->x_flag_split_wide_types = (mask & 1) != 0;
2844 : 51717708 : mask >>= 1;
2845 : 51717708 : opts_set->x_flag_split_wide_types_early = (mask & 1) != 0;
2846 : 51717708 : mask >>= 1;
2847 : 51717708 : opts_set->x_flag_ssa_backprop = (mask & 1) != 0;
2848 : 51717708 : mask >>= 1;
2849 : 51717708 : opts_set->x_flag_ssa_phiopt = (mask & 1) != 0;
2850 : 51717708 : mask >>= 1;
2851 : 51717708 : opts_set->x_flag_stack_clash_protection = (mask & 1) != 0;
2852 : 51717708 : mask >>= 1;
2853 : 51717708 : opts_set->x_flag_stack_protect = (mask & 1) != 0;
2854 : 51717708 : mask >>= 1;
2855 : 51717708 : opts_set->x_flag_stdarg_opt = (mask & 1) != 0;
2856 : 51717708 : mask >>= 1;
2857 : 51717708 : opts_set->x_flag_store_merging = (mask & 1) != 0;
2858 : 51717708 : mask >>= 1;
2859 : 51717708 : opts_set->x_flag_strict_aliasing = (mask & 1) != 0;
2860 : 51717708 : mask >>= 1;
2861 : 51717708 : opts_set->x_flag_strict_enums = (mask & 1) != 0;
2862 : 51717708 : mask >>= 1;
2863 : 51717708 : opts_set->x_flag_strict_volatile_bitfields = (mask & 1) != 0;
2864 : 51717708 : mask >>= 1;
2865 : 51717708 : opts_set->x_flag_thread_jumps = (mask & 1) != 0;
2866 : 51717708 : mask >>= 1;
2867 : 51717708 : opts_set->x_flag_threadsafe_statics = (mask & 1) != 0;
2868 : 51717708 : mask >>= 1;
2869 : 51717708 : opts_set->x_flag_toplevel_reorder = (mask & 1) != 0;
2870 : 51717708 : mask >>= 1;
2871 : 51717708 : opts_set->x_flag_tracer = (mask & 1) != 0;
2872 : 51717708 : mask >>= 1;
2873 : 51717708 : opts_set->x_flag_trapping_math = (mask & 1) != 0;
2874 : 51717708 : mask >>= 1;
2875 : 51717708 : opts_set->x_flag_trapv = (mask & 1) != 0;
2876 : 51717708 : mask >>= 1;
2877 : 51717708 : opts_set->x_flag_tree_bit_ccp = (mask & 1) != 0;
2878 : 51717708 : mask >>= 1;
2879 : 51717708 : opts_set->x_flag_tree_builtin_call_dce = (mask & 1) != 0;
2880 : 51717708 : mask >>= 1;
2881 : 51717708 : opts_set->x_flag_tree_ccp = (mask & 1) != 0;
2882 : 51717708 : mask >>= 1;
2883 : 51717708 : opts_set->x_flag_tree_ch = (mask & 1) != 0;
2884 : 51717708 : mask >>= 1;
2885 : 51717708 : opts_set->x_flag_tree_coalesce_vars = (mask & 1) != 0;
2886 : 51717708 : mask >>= 1;
2887 : 51717708 : opts_set->x_flag_tree_copy_prop = (mask & 1) != 0;
2888 : 51717708 : mask >>= 1;
2889 : 51717708 : opts_set->x_flag_tree_cselim = (mask & 1) != 0;
2890 : 51717708 : mask >>= 1;
2891 : 51717708 : opts_set->x_flag_tree_dce = (mask & 1) != 0;
2892 : 51717708 : mask >>= 1;
2893 : 51717708 : opts_set->x_flag_tree_dom = (mask & 1) != 0;
2894 : 51717708 : mask >>= 1;
2895 : 51717708 : opts_set->x_flag_tree_dse = (mask & 1) != 0;
2896 : 51717708 : mask >>= 1;
2897 : 51717708 : opts_set->x_flag_tree_forwprop = (mask & 1) != 0;
2898 : 51717708 : mask >>= 1;
2899 : 51717708 : opts_set->x_flag_tree_fre = (mask & 1) != 0;
2900 : 51717708 : mask >>= 1;
2901 : 51717708 : opts_set->x_flag_tree_loop_distribute_patterns = (mask & 1) != 0;
2902 : 51717708 : mask >>= 1;
2903 : 51717708 : opts_set->x_flag_tree_loop_distribution = (mask & 1) != 0;
2904 : 51717708 : mask >>= 1;
2905 : 51717708 : opts_set->x_flag_tree_loop_if_convert = (mask & 1) != 0;
2906 : 51717708 : mask >>= 1;
2907 : 51717708 : opts_set->x_flag_tree_loop_im = (mask & 1) != 0;
2908 : 51717708 : mask >>= 1;
2909 : 51717708 : opts_set->x_flag_tree_loop_ivcanon = (mask & 1) != 0;
2910 : 51717708 : mask >>= 1;
2911 : 51717708 : opts_set->x_flag_tree_loop_optimize = (mask & 1) != 0;
2912 : 51717708 : mask >>= 1;
2913 : 51717708 : opts_set->x_flag_tree_loop_vectorize = (mask & 1) != 0;
2914 : 51717708 : mask >>= 1;
2915 : 51717708 : opts_set->x_flag_tree_partial_pre = (mask & 1) != 0;
2916 : 51717708 : mask >>= 1;
2917 : 51717708 : opts_set->x_flag_tree_phiprop = (mask & 1) != 0;
2918 : 51717708 : mask >>= 1;
2919 : 51717708 : opts_set->x_flag_tree_pre = (mask & 1) != 0;
2920 : 51717708 : mask >>= 1;
2921 : 51717708 : opts_set->x_flag_tree_pta = (mask & 1) != 0;
2922 : 51717708 : mask >>= 1;
2923 : 51717708 : opts_set->x_flag_tree_reassoc = (mask & 1) != 0;
2924 : 51717708 : mask >>= 1;
2925 : 51717708 : opts_set->x_flag_tree_scev_cprop = (mask & 1) != 0;
2926 : 51717708 : mask >>= 1;
2927 : 51717708 : opts_set->x_flag_tree_sink = (mask & 1) != 0;
2928 : 51717708 : mask >>= 1;
2929 : 51717708 : opts_set->x_flag_tree_slp_vectorize = (mask & 1) != 0;
2930 : 51717708 : mask >>= 1;
2931 : 51717708 : opts_set->x_flag_tree_slsr = (mask & 1) != 0;
2932 : 51717708 : mask >>= 1;
2933 : 51717708 : opts_set->x_flag_tree_sra = (mask & 1) != 0;
2934 : 51717708 : mask >>= 1;
2935 : 51717708 : opts_set->x_flag_tree_switch_conversion = (mask & 1) != 0;
2936 : 51717708 : mask >>= 1;
2937 : 51717708 : opts_set->x_flag_tree_tail_merge = (mask & 1) != 0;
2938 : 51717708 : mask >>= 1;
2939 : 51717708 : opts_set->x_flag_tree_ter = (mask & 1) != 0;
2940 : 51717708 : mask >>= 1;
2941 : 51717708 : opts_set->x_flag_tree_vectorize = (mask & 1) != 0;
2942 : 51717708 : mask >>= 1;
2943 : 51717708 : opts_set->x_flag_tree_vrp = (mask & 1) != 0;
2944 : 51717708 : mask >>= 1;
2945 : 51717708 : opts_set->x_flag_unconstrained_commons = (mask & 1) != 0;
2946 : 51717708 : mask >>= 1;
2947 : 51717708 : opts_set->x_flag_unreachable_traps = (mask & 1) != 0;
2948 : 51717708 : mask >>= 1;
2949 : 51717708 : opts_set->x_flag_unroll_all_loops = (mask & 1) != 0;
2950 : 51717708 : mask >>= 1;
2951 : 51717708 : opts_set->x_flag_cunroll_grow_size = (mask & 1) != 0;
2952 : 51717708 : mask >>= 1;
2953 : 51717708 : mask = ptr->explicit_mask[8];
2954 : 51717708 : opts_set->x_flag_unroll_loops = (mask & 1) != 0;
2955 : 51717708 : mask >>= 1;
2956 : 51717708 : opts_set->x_flag_unsafe_math_optimizations = (mask & 1) != 0;
2957 : 51717708 : mask >>= 1;
2958 : 51717708 : opts_set->x_flag_unswitch_loops = (mask & 1) != 0;
2959 : 51717708 : mask >>= 1;
2960 : 51717708 : opts_set->x_flag_unwind_tables = (mask & 1) != 0;
2961 : 51717708 : mask >>= 1;
2962 : 51717708 : opts_set->x_flag_var_tracking = (mask & 1) != 0;
2963 : 51717708 : mask >>= 1;
2964 : 51717708 : opts_set->x_flag_var_tracking_assignments = (mask & 1) != 0;
2965 : 51717708 : mask >>= 1;
2966 : 51717708 : opts_set->x_flag_var_tracking_assignments_toggle = (mask & 1) != 0;
2967 : 51717708 : mask >>= 1;
2968 : 51717708 : opts_set->x_flag_var_tracking_uninit = (mask & 1) != 0;
2969 : 51717708 : mask >>= 1;
2970 : 51717708 : opts_set->x_flag_variable_expansion_in_unroller = (mask & 1) != 0;
2971 : 51717708 : mask >>= 1;
2972 : 51717708 : opts_set->x_flag_version_loops_for_strides = (mask & 1) != 0;
2973 : 51717708 : mask >>= 1;
2974 : 51717708 : opts_set->x_flag_value_profile_transformations = (mask & 1) != 0;
2975 : 51717708 : mask >>= 1;
2976 : 51717708 : opts_set->x_flag_web = (mask & 1) != 0;
2977 : 51717708 : mask >>= 1;
2978 : 51717708 : opts_set->x_flag_wrapv = (mask & 1) != 0;
2979 : 51717708 : mask >>= 1;
2980 : 51717708 : opts_set->x_flag_wrapv_pointer = (mask & 1) != 0;
2981 : 51717708 : mask >>= 1;
2982 : 51717708 : opts_set->x_debug_nonbind_markers_p = (mask & 1) != 0;
2983 : 51717708 : mask >>= 1;
2984 : 51717708 : opts_set->x_ix86_unroll_only_small_loops = (mask & 1) != 0;
2985 : 51717708 : mask >>= 1;
2986 : 51717708 : opts_set->x_str_align_functions = (mask & 1) ? "" : nullptr;
2987 : 51717708 : mask >>= 1;
2988 : 51717708 : opts_set->x_str_align_jumps = (mask & 1) ? "" : nullptr;
2989 : 51717708 : mask >>= 1;
2990 : 51717708 : opts_set->x_str_align_labels = (mask & 1) ? "" : nullptr;
2991 : 51717708 : mask >>= 1;
2992 : 51717708 : opts_set->x_str_align_loops = (mask & 1) ? "" : nullptr;
2993 : 51717708 : mask >>= 1;
2994 : 51717708 : opts_set->x_flag_patchable_function_entry = (mask & 1) ? "" : nullptr;
2995 : 51717708 : mask >>= 1;
2996 : 51717708 : targetm.override_options_after_change ();
2997 : 51717708 : }
2998 : :
2999 : : /* Print optimization options from a structure. */
3000 : : void
3001 : 0 : cl_optimization_print (FILE *file,
3002 : : int indent_to,
3003 : : struct cl_optimization *ptr)
3004 : : {
3005 : 0 : fputs ("\n", file);
3006 : 0 : if (ptr->x_param_align_loop_iterations)
3007 : 0 : fprintf (file, "%*s%s (%#x)\n",
3008 : : indent_to, "",
3009 : : "param_align_loop_iterations",
3010 : : ptr->x_param_align_loop_iterations);
3011 : :
3012 : 0 : if (ptr->x_param_align_threshold)
3013 : 0 : fprintf (file, "%*s%s (%#x)\n",
3014 : : indent_to, "",
3015 : : "param_align_threshold",
3016 : : ptr->x_param_align_threshold);
3017 : :
3018 : 0 : if (ptr->x_param_asan_protect_allocas)
3019 : 0 : fprintf (file, "%*s%s (%#x)\n",
3020 : : indent_to, "",
3021 : : "param_asan_protect_allocas",
3022 : : ptr->x_param_asan_protect_allocas);
3023 : :
3024 : 0 : if (ptr->x_param_asan_instrument_reads)
3025 : 0 : fprintf (file, "%*s%s (%#x)\n",
3026 : : indent_to, "",
3027 : : "param_asan_instrument_reads",
3028 : : ptr->x_param_asan_instrument_reads);
3029 : :
3030 : 0 : if (ptr->x_param_asan_instrument_writes)
3031 : 0 : fprintf (file, "%*s%s (%#x)\n",
3032 : : indent_to, "",
3033 : : "param_asan_instrument_writes",
3034 : : ptr->x_param_asan_instrument_writes);
3035 : :
3036 : 0 : if (ptr->x_param_asan_instrumentation_with_call_threshold)
3037 : 0 : fprintf (file, "%*s%s (%#x)\n",
3038 : : indent_to, "",
3039 : : "param_asan_instrumentation_with_call_threshold",
3040 : : ptr->x_param_asan_instrumentation_with_call_threshold);
3041 : :
3042 : 0 : if (ptr->x_param_asan_kernel_mem_intrinsic_prefix)
3043 : 0 : fprintf (file, "%*s%s (%#x)\n",
3044 : : indent_to, "",
3045 : : "param_asan_kernel_mem_intrinsic_prefix",
3046 : : ptr->x_param_asan_kernel_mem_intrinsic_prefix);
3047 : :
3048 : 0 : if (ptr->x_param_asan_memintrin)
3049 : 0 : fprintf (file, "%*s%s (%#x)\n",
3050 : : indent_to, "",
3051 : : "param_asan_memintrin",
3052 : : ptr->x_param_asan_memintrin);
3053 : :
3054 : 0 : if (ptr->x_param_asan_stack)
3055 : 0 : fprintf (file, "%*s%s (%#x)\n",
3056 : : indent_to, "",
3057 : : "param_asan_stack",
3058 : : ptr->x_param_asan_stack);
3059 : :
3060 : 0 : if (ptr->x_param_asan_use_after_return)
3061 : 0 : fprintf (file, "%*s%s (%#x)\n",
3062 : : indent_to, "",
3063 : : "param_asan_use_after_return",
3064 : : ptr->x_param_asan_use_after_return);
3065 : :
3066 : 0 : if (ptr->x_param_auto_profile_bbs)
3067 : 0 : fprintf (file, "%*s%s (%#x)\n",
3068 : : indent_to, "",
3069 : : "param_auto_profile_bbs",
3070 : : ptr->x_param_auto_profile_bbs);
3071 : :
3072 : 0 : if (ptr->x_param_avg_loop_niter)
3073 : 0 : fprintf (file, "%*s%s (%#x)\n",
3074 : : indent_to, "",
3075 : : "param_avg_loop_niter",
3076 : : ptr->x_param_avg_loop_niter);
3077 : :
3078 : 0 : if (ptr->x_param_avoid_fma_max_bits)
3079 : 0 : fprintf (file, "%*s%s (%#x)\n",
3080 : : indent_to, "",
3081 : : "param_avoid_fma_max_bits",
3082 : : ptr->x_param_avoid_fma_max_bits);
3083 : :
3084 : 0 : if (ptr->x_param_builtin_expect_probability)
3085 : 0 : fprintf (file, "%*s%s (%#x)\n",
3086 : : indent_to, "",
3087 : : "param_builtin_expect_probability",
3088 : : ptr->x_param_builtin_expect_probability);
3089 : :
3090 : 0 : if (ptr->x_param_builtin_string_cmp_inline_length)
3091 : 0 : fprintf (file, "%*s%s (%#x)\n",
3092 : : indent_to, "",
3093 : : "param_builtin_string_cmp_inline_length",
3094 : : ptr->x_param_builtin_string_cmp_inline_length);
3095 : :
3096 : 0 : if (ptr->x_param_case_values_threshold)
3097 : 0 : fprintf (file, "%*s%s (%#x)\n",
3098 : : indent_to, "",
3099 : : "param_case_values_threshold",
3100 : : ptr->x_param_case_values_threshold);
3101 : :
3102 : 0 : if (ptr->x_param_comdat_sharing_probability)
3103 : 0 : fprintf (file, "%*s%s (%#x)\n",
3104 : : indent_to, "",
3105 : : "param_comdat_sharing_probability",
3106 : : ptr->x_param_comdat_sharing_probability);
3107 : :
3108 : 0 : if (ptr->x_param_construct_interfere_size)
3109 : 0 : fprintf (file, "%*s%s (%#x)\n",
3110 : : indent_to, "",
3111 : : "param_construct_interfere_size",
3112 : : ptr->x_param_construct_interfere_size);
3113 : :
3114 : 0 : if (ptr->x_param_cycle_accurate_model)
3115 : 0 : fprintf (file, "%*s%s (%#x)\n",
3116 : : indent_to, "",
3117 : : "param_cycle_accurate_model",
3118 : : ptr->x_param_cycle_accurate_model);
3119 : :
3120 : 0 : if (ptr->x_param_destruct_interfere_size)
3121 : 0 : fprintf (file, "%*s%s (%#x)\n",
3122 : : indent_to, "",
3123 : : "param_destruct_interfere_size",
3124 : : ptr->x_param_destruct_interfere_size);
3125 : :
3126 : 0 : if (ptr->x_param_dse_max_alias_queries_per_store)
3127 : 0 : fprintf (file, "%*s%s (%#x)\n",
3128 : : indent_to, "",
3129 : : "param_dse_max_alias_queries_per_store",
3130 : : ptr->x_param_dse_max_alias_queries_per_store);
3131 : :
3132 : 0 : if (ptr->x_param_dse_max_object_size)
3133 : 0 : fprintf (file, "%*s%s (%#x)\n",
3134 : : indent_to, "",
3135 : : "param_dse_max_object_size",
3136 : : ptr->x_param_dse_max_object_size);
3137 : :
3138 : 0 : if (ptr->x_param_early_inlining_insns)
3139 : 0 : fprintf (file, "%*s%s (%#x)\n",
3140 : : indent_to, "",
3141 : : "param_early_inlining_insns",
3142 : : ptr->x_param_early_inlining_insns);
3143 : :
3144 : 0 : if (ptr->x_param_fsm_scale_path_stmts)
3145 : 0 : fprintf (file, "%*s%s (%#x)\n",
3146 : : indent_to, "",
3147 : : "param_fsm_scale_path_stmts",
3148 : : ptr->x_param_fsm_scale_path_stmts);
3149 : :
3150 : 0 : if (ptr->x_param_fully_pipelined_fma)
3151 : 0 : fprintf (file, "%*s%s (%#x)\n",
3152 : : indent_to, "",
3153 : : "param_fully_pipelined_fma",
3154 : : ptr->x_param_fully_pipelined_fma);
3155 : :
3156 : 0 : if (ptr->x_param_gcse_after_reload_critical_fraction)
3157 : 0 : fprintf (file, "%*s%s (%#x)\n",
3158 : : indent_to, "",
3159 : : "param_gcse_after_reload_critical_fraction",
3160 : : ptr->x_param_gcse_after_reload_critical_fraction);
3161 : :
3162 : 0 : if (ptr->x_param_gcse_after_reload_partial_fraction)
3163 : 0 : fprintf (file, "%*s%s (%#x)\n",
3164 : : indent_to, "",
3165 : : "param_gcse_after_reload_partial_fraction",
3166 : : ptr->x_param_gcse_after_reload_partial_fraction);
3167 : :
3168 : 0 : if (ptr->x_param_gcse_cost_distance_ratio)
3169 : 0 : fprintf (file, "%*s%s (%#x)\n",
3170 : : indent_to, "",
3171 : : "param_gcse_cost_distance_ratio",
3172 : : ptr->x_param_gcse_cost_distance_ratio);
3173 : :
3174 : 0 : if (ptr->x_param_gcse_unrestricted_cost)
3175 : 0 : fprintf (file, "%*s%s (%#x)\n",
3176 : : indent_to, "",
3177 : : "param_gcse_unrestricted_cost",
3178 : : ptr->x_param_gcse_unrestricted_cost);
3179 : :
3180 : 0 : if (ptr->x_param_graphite_max_arrays_per_scop)
3181 : 0 : fprintf (file, "%*s%s (%#x)\n",
3182 : : indent_to, "",
3183 : : "param_graphite_max_arrays_per_scop",
3184 : : ptr->x_param_graphite_max_arrays_per_scop);
3185 : :
3186 : 0 : if (ptr->x_param_graphite_max_nb_scop_params)
3187 : 0 : fprintf (file, "%*s%s (%#x)\n",
3188 : : indent_to, "",
3189 : : "param_graphite_max_nb_scop_params",
3190 : : ptr->x_param_graphite_max_nb_scop_params);
3191 : :
3192 : 0 : if (ptr->x_param_hardcfr_max_blocks)
3193 : 0 : fprintf (file, "%*s%s (%#x)\n",
3194 : : indent_to, "",
3195 : : "param_hardcfr_max_blocks",
3196 : : ptr->x_param_hardcfr_max_blocks);
3197 : :
3198 : 0 : if (ptr->x_param_hardcfr_max_inline_blocks)
3199 : 0 : fprintf (file, "%*s%s (%#x)\n",
3200 : : indent_to, "",
3201 : : "param_hardcfr_max_inline_blocks",
3202 : : ptr->x_param_hardcfr_max_inline_blocks);
3203 : :
3204 : 0 : if (ptr->x_param_hwasan_instrument_allocas)
3205 : 0 : fprintf (file, "%*s%s (%#x)\n",
3206 : : indent_to, "",
3207 : : "param_hwasan_instrument_allocas",
3208 : : ptr->x_param_hwasan_instrument_allocas);
3209 : :
3210 : 0 : if (ptr->x_param_hwasan_instrument_mem_intrinsics)
3211 : 0 : fprintf (file, "%*s%s (%#x)\n",
3212 : : indent_to, "",
3213 : : "param_hwasan_instrument_mem_intrinsics",
3214 : : ptr->x_param_hwasan_instrument_mem_intrinsics);
3215 : :
3216 : 0 : if (ptr->x_param_hwasan_instrument_reads)
3217 : 0 : fprintf (file, "%*s%s (%#x)\n",
3218 : : indent_to, "",
3219 : : "param_hwasan_instrument_reads",
3220 : : ptr->x_param_hwasan_instrument_reads);
3221 : :
3222 : 0 : if (ptr->x_param_hwasan_instrument_stack)
3223 : 0 : fprintf (file, "%*s%s (%#x)\n",
3224 : : indent_to, "",
3225 : : "param_hwasan_instrument_stack",
3226 : : ptr->x_param_hwasan_instrument_stack);
3227 : :
3228 : 0 : if (ptr->x_param_hwasan_instrument_writes)
3229 : 0 : fprintf (file, "%*s%s (%#x)\n",
3230 : : indent_to, "",
3231 : : "param_hwasan_instrument_writes",
3232 : : ptr->x_param_hwasan_instrument_writes);
3233 : :
3234 : 0 : if (ptr->x_param_hwasan_random_frame_tag)
3235 : 0 : fprintf (file, "%*s%s (%#x)\n",
3236 : : indent_to, "",
3237 : : "param_hwasan_random_frame_tag",
3238 : : ptr->x_param_hwasan_random_frame_tag);
3239 : :
3240 : 0 : if (ptr->x_param_inline_heuristics_hint_percent)
3241 : 0 : fprintf (file, "%*s%s (%#x)\n",
3242 : : indent_to, "",
3243 : : "param_inline_heuristics_hint_percent",
3244 : : ptr->x_param_inline_heuristics_hint_percent);
3245 : :
3246 : 0 : if (ptr->x_param_inline_min_speedup)
3247 : 0 : fprintf (file, "%*s%s (%#x)\n",
3248 : : indent_to, "",
3249 : : "param_inline_min_speedup",
3250 : : ptr->x_param_inline_min_speedup);
3251 : :
3252 : 0 : if (ptr->x_param_inline_unit_growth)
3253 : 0 : fprintf (file, "%*s%s (%#x)\n",
3254 : : indent_to, "",
3255 : : "param_inline_unit_growth",
3256 : : ptr->x_param_inline_unit_growth);
3257 : :
3258 : 0 : if (ptr->x_param_ipa_cp_eval_threshold)
3259 : 0 : fprintf (file, "%*s%s (%#x)\n",
3260 : : indent_to, "",
3261 : : "param_ipa_cp_eval_threshold",
3262 : : ptr->x_param_ipa_cp_eval_threshold);
3263 : :
3264 : 0 : if (ptr->x_param_ipa_cp_large_unit_insns)
3265 : 0 : fprintf (file, "%*s%s (%#x)\n",
3266 : : indent_to, "",
3267 : : "param_ipa_cp_large_unit_insns",
3268 : : ptr->x_param_ipa_cp_large_unit_insns);
3269 : :
3270 : 0 : if (ptr->x_param_ipa_cp_loop_hint_bonus)
3271 : 0 : fprintf (file, "%*s%s (%#x)\n",
3272 : : indent_to, "",
3273 : : "param_ipa_cp_loop_hint_bonus",
3274 : : ptr->x_param_ipa_cp_loop_hint_bonus);
3275 : :
3276 : 0 : if (ptr->x_param_ipa_cp_max_recursive_depth)
3277 : 0 : fprintf (file, "%*s%s (%#x)\n",
3278 : : indent_to, "",
3279 : : "param_ipa_cp_max_recursive_depth",
3280 : : ptr->x_param_ipa_cp_max_recursive_depth);
3281 : :
3282 : 0 : if (ptr->x_param_ipa_cp_min_recursive_probability)
3283 : 0 : fprintf (file, "%*s%s (%#x)\n",
3284 : : indent_to, "",
3285 : : "param_ipa_cp_min_recursive_probability",
3286 : : ptr->x_param_ipa_cp_min_recursive_probability);
3287 : :
3288 : 0 : if (ptr->x_param_ipa_cp_recursion_penalty)
3289 : 0 : fprintf (file, "%*s%s (%#x)\n",
3290 : : indent_to, "",
3291 : : "param_ipa_cp_recursion_penalty",
3292 : : ptr->x_param_ipa_cp_recursion_penalty);
3293 : :
3294 : 0 : if (ptr->x_param_ipa_cp_recursive_freq_factor)
3295 : 0 : fprintf (file, "%*s%s (%#x)\n",
3296 : : indent_to, "",
3297 : : "param_ipa_cp_recursive_freq_factor",
3298 : : ptr->x_param_ipa_cp_recursive_freq_factor);
3299 : :
3300 : 0 : if (ptr->x_param_ipa_cp_single_call_penalty)
3301 : 0 : fprintf (file, "%*s%s (%#x)\n",
3302 : : indent_to, "",
3303 : : "param_ipa_cp_single_call_penalty",
3304 : : ptr->x_param_ipa_cp_single_call_penalty);
3305 : :
3306 : 0 : if (ptr->x_param_ipa_cp_unit_growth)
3307 : 0 : fprintf (file, "%*s%s (%#x)\n",
3308 : : indent_to, "",
3309 : : "param_ipa_cp_unit_growth",
3310 : : ptr->x_param_ipa_cp_unit_growth);
3311 : :
3312 : 0 : if (ptr->x_param_ipa_cp_value_list_size)
3313 : 0 : fprintf (file, "%*s%s (%#x)\n",
3314 : : indent_to, "",
3315 : : "param_ipa_cp_value_list_size",
3316 : : ptr->x_param_ipa_cp_value_list_size);
3317 : :
3318 : 0 : if (ptr->x_param_ipa_jump_function_lookups)
3319 : 0 : fprintf (file, "%*s%s (%#x)\n",
3320 : : indent_to, "",
3321 : : "param_ipa_jump_function_lookups",
3322 : : ptr->x_param_ipa_jump_function_lookups);
3323 : :
3324 : 0 : if (ptr->x_param_ipa_max_aa_steps)
3325 : 0 : fprintf (file, "%*s%s (%#x)\n",
3326 : : indent_to, "",
3327 : : "param_ipa_max_aa_steps",
3328 : : ptr->x_param_ipa_max_aa_steps);
3329 : :
3330 : 0 : if (ptr->x_param_ipa_max_agg_items)
3331 : 0 : fprintf (file, "%*s%s (%#x)\n",
3332 : : indent_to, "",
3333 : : "param_ipa_max_agg_items",
3334 : : ptr->x_param_ipa_max_agg_items);
3335 : :
3336 : 0 : if (ptr->x_param_ipa_max_loop_predicates)
3337 : 0 : fprintf (file, "%*s%s (%#x)\n",
3338 : : indent_to, "",
3339 : : "param_ipa_max_loop_predicates",
3340 : : ptr->x_param_ipa_max_loop_predicates);
3341 : :
3342 : 0 : if (ptr->x_param_ipa_max_param_expr_ops)
3343 : 0 : fprintf (file, "%*s%s (%#x)\n",
3344 : : indent_to, "",
3345 : : "param_ipa_max_param_expr_ops",
3346 : : ptr->x_param_ipa_max_param_expr_ops);
3347 : :
3348 : 0 : if (ptr->x_param_ipa_max_switch_predicate_bounds)
3349 : 0 : fprintf (file, "%*s%s (%#x)\n",
3350 : : indent_to, "",
3351 : : "param_ipa_max_switch_predicate_bounds",
3352 : : ptr->x_param_ipa_max_switch_predicate_bounds);
3353 : :
3354 : 0 : if (ptr->x_param_ipa_sra_deref_prob_threshold)
3355 : 0 : fprintf (file, "%*s%s (%#x)\n",
3356 : : indent_to, "",
3357 : : "param_ipa_sra_deref_prob_threshold",
3358 : : ptr->x_param_ipa_sra_deref_prob_threshold);
3359 : :
3360 : 0 : if (ptr->x_param_ipa_sra_max_replacements)
3361 : 0 : fprintf (file, "%*s%s (%#x)\n",
3362 : : indent_to, "",
3363 : : "param_ipa_sra_max_replacements",
3364 : : ptr->x_param_ipa_sra_max_replacements);
3365 : :
3366 : 0 : if (ptr->x_param_ipa_sra_ptr_growth_factor)
3367 : 0 : fprintf (file, "%*s%s (%#x)\n",
3368 : : indent_to, "",
3369 : : "param_ipa_sra_ptr_growth_factor",
3370 : : ptr->x_param_ipa_sra_ptr_growth_factor);
3371 : :
3372 : 0 : if (ptr->x_param_ipa_sra_ptrwrap_growth_factor)
3373 : 0 : fprintf (file, "%*s%s (%#x)\n",
3374 : : indent_to, "",
3375 : : "param_ipa_sra_ptrwrap_growth_factor",
3376 : : ptr->x_param_ipa_sra_ptrwrap_growth_factor);
3377 : :
3378 : 0 : if (ptr->x_param_ira_consider_dup_in_all_alts)
3379 : 0 : fprintf (file, "%*s%s (%#x)\n",
3380 : : indent_to, "",
3381 : : "param_ira_consider_dup_in_all_alts",
3382 : : ptr->x_param_ira_consider_dup_in_all_alts);
3383 : :
3384 : 0 : if (ptr->x_param_ira_loop_reserved_regs)
3385 : 0 : fprintf (file, "%*s%s (%#x)\n",
3386 : : indent_to, "",
3387 : : "param_ira_loop_reserved_regs",
3388 : : ptr->x_param_ira_loop_reserved_regs);
3389 : :
3390 : 0 : if (ptr->x_param_ira_max_conflict_table_size)
3391 : 0 : fprintf (file, "%*s%s (%#x)\n",
3392 : : indent_to, "",
3393 : : "param_ira_max_conflict_table_size",
3394 : : ptr->x_param_ira_max_conflict_table_size);
3395 : :
3396 : 0 : if (ptr->x_param_ira_max_loops_num)
3397 : 0 : fprintf (file, "%*s%s (%#x)\n",
3398 : : indent_to, "",
3399 : : "param_ira_max_loops_num",
3400 : : ptr->x_param_ira_max_loops_num);
3401 : :
3402 : 0 : if (ptr->x_param_ira_simple_lra_insn_threshold)
3403 : 0 : fprintf (file, "%*s%s (%#x)\n",
3404 : : indent_to, "",
3405 : : "param_ira_simple_lra_insn_threshold",
3406 : : ptr->x_param_ira_simple_lra_insn_threshold);
3407 : :
3408 : 0 : if (ptr->x_param_iv_always_prune_cand_set_bound)
3409 : 0 : fprintf (file, "%*s%s (%#x)\n",
3410 : : indent_to, "",
3411 : : "param_iv_always_prune_cand_set_bound",
3412 : : ptr->x_param_iv_always_prune_cand_set_bound);
3413 : :
3414 : 0 : if (ptr->x_param_iv_consider_all_candidates_bound)
3415 : 0 : fprintf (file, "%*s%s (%#x)\n",
3416 : : indent_to, "",
3417 : : "param_iv_consider_all_candidates_bound",
3418 : : ptr->x_param_iv_consider_all_candidates_bound);
3419 : :
3420 : 0 : if (ptr->x_param_iv_max_considered_uses)
3421 : 0 : fprintf (file, "%*s%s (%#x)\n",
3422 : : indent_to, "",
3423 : : "param_iv_max_considered_uses",
3424 : : ptr->x_param_iv_max_considered_uses);
3425 : :
3426 : 0 : if (ptr->x_param_jump_table_max_growth_ratio_for_size)
3427 : 0 : fprintf (file, "%*s%s (%#x)\n",
3428 : : indent_to, "",
3429 : : "param_jump_table_max_growth_ratio_for_size",
3430 : : ptr->x_param_jump_table_max_growth_ratio_for_size);
3431 : :
3432 : 0 : if (ptr->x_param_jump_table_max_growth_ratio_for_speed)
3433 : 0 : fprintf (file, "%*s%s (%#x)\n",
3434 : : indent_to, "",
3435 : : "param_jump_table_max_growth_ratio_for_speed",
3436 : : ptr->x_param_jump_table_max_growth_ratio_for_speed);
3437 : :
3438 : 0 : if (ptr->x_param_l1_cache_line_size)
3439 : 0 : fprintf (file, "%*s%s (%#x)\n",
3440 : : indent_to, "",
3441 : : "param_l1_cache_line_size",
3442 : : ptr->x_param_l1_cache_line_size);
3443 : :
3444 : 0 : if (ptr->x_param_l1_cache_size)
3445 : 0 : fprintf (file, "%*s%s (%#x)\n",
3446 : : indent_to, "",
3447 : : "param_l1_cache_size",
3448 : : ptr->x_param_l1_cache_size);
3449 : :
3450 : 0 : if (ptr->x_param_l2_cache_size)
3451 : 0 : fprintf (file, "%*s%s (%#x)\n",
3452 : : indent_to, "",
3453 : : "param_l2_cache_size",
3454 : : ptr->x_param_l2_cache_size);
3455 : :
3456 : 0 : if (ptr->x_param_large_function_growth)
3457 : 0 : fprintf (file, "%*s%s (%#x)\n",
3458 : : indent_to, "",
3459 : : "param_large_function_growth",
3460 : : ptr->x_param_large_function_growth);
3461 : :
3462 : 0 : if (ptr->x_param_large_function_insns)
3463 : 0 : fprintf (file, "%*s%s (%#x)\n",
3464 : : indent_to, "",
3465 : : "param_large_function_insns",
3466 : : ptr->x_param_large_function_insns);
3467 : :
3468 : 0 : if (ptr->x_param_stack_frame_growth)
3469 : 0 : fprintf (file, "%*s%s (%#x)\n",
3470 : : indent_to, "",
3471 : : "param_stack_frame_growth",
3472 : : ptr->x_param_stack_frame_growth);
3473 : :
3474 : 0 : if (ptr->x_param_large_stack_frame)
3475 : 0 : fprintf (file, "%*s%s (%#x)\n",
3476 : : indent_to, "",
3477 : : "param_large_stack_frame",
3478 : : ptr->x_param_large_stack_frame);
3479 : :
3480 : 0 : if (ptr->x_param_large_unit_insns)
3481 : 0 : fprintf (file, "%*s%s (%#x)\n",
3482 : : indent_to, "",
3483 : : "param_large_unit_insns",
3484 : : ptr->x_param_large_unit_insns);
3485 : :
3486 : 0 : if (ptr->x_param_lim_expensive)
3487 : 0 : fprintf (file, "%*s%s (%#x)\n",
3488 : : indent_to, "",
3489 : : "param_lim_expensive",
3490 : : ptr->x_param_lim_expensive);
3491 : :
3492 : 0 : if (ptr->x_param_loop_block_tile_size)
3493 : 0 : fprintf (file, "%*s%s (%#x)\n",
3494 : : indent_to, "",
3495 : : "param_loop_block_tile_size",
3496 : : ptr->x_param_loop_block_tile_size);
3497 : :
3498 : 0 : if (ptr->x_param_loop_interchange_max_num_stmts)
3499 : 0 : fprintf (file, "%*s%s (%#x)\n",
3500 : : indent_to, "",
3501 : : "param_loop_interchange_max_num_stmts",
3502 : : ptr->x_param_loop_interchange_max_num_stmts);
3503 : :
3504 : 0 : if (ptr->x_param_loop_interchange_stride_ratio)
3505 : 0 : fprintf (file, "%*s%s (%#x)\n",
3506 : : indent_to, "",
3507 : : "param_loop_interchange_stride_ratio",
3508 : : ptr->x_param_loop_interchange_stride_ratio);
3509 : :
3510 : 0 : if (ptr->x_param_loop_invariant_max_bbs_in_loop)
3511 : 0 : fprintf (file, "%*s%s (%#x)\n",
3512 : : indent_to, "",
3513 : : "param_loop_invariant_max_bbs_in_loop",
3514 : : ptr->x_param_loop_invariant_max_bbs_in_loop);
3515 : :
3516 : 0 : if (ptr->x_param_loop_max_datarefs_for_datadeps)
3517 : 0 : fprintf (file, "%*s%s (%#x)\n",
3518 : : indent_to, "",
3519 : : "param_loop_max_datarefs_for_datadeps",
3520 : : ptr->x_param_loop_max_datarefs_for_datadeps);
3521 : :
3522 : 0 : if (ptr->x_param_loop_versioning_max_inner_insns)
3523 : 0 : fprintf (file, "%*s%s (%#x)\n",
3524 : : indent_to, "",
3525 : : "param_loop_versioning_max_inner_insns",
3526 : : ptr->x_param_loop_versioning_max_inner_insns);
3527 : :
3528 : 0 : if (ptr->x_param_loop_versioning_max_outer_insns)
3529 : 0 : fprintf (file, "%*s%s (%#x)\n",
3530 : : indent_to, "",
3531 : : "param_loop_versioning_max_outer_insns",
3532 : : ptr->x_param_loop_versioning_max_outer_insns);
3533 : :
3534 : 0 : if (ptr->x_param_lra_inheritance_ebb_probability_cutoff)
3535 : 0 : fprintf (file, "%*s%s (%#x)\n",
3536 : : indent_to, "",
3537 : : "param_lra_inheritance_ebb_probability_cutoff",
3538 : : ptr->x_param_lra_inheritance_ebb_probability_cutoff);
3539 : :
3540 : 0 : if (ptr->x_param_lra_max_considered_reload_pseudos)
3541 : 0 : fprintf (file, "%*s%s (%#x)\n",
3542 : : indent_to, "",
3543 : : "param_lra_max_considered_reload_pseudos",
3544 : : ptr->x_param_lra_max_considered_reload_pseudos);
3545 : :
3546 : 0 : if (ptr->x_param_lto_locality_frequency)
3547 : 0 : fprintf (file, "%*s%s (%#x)\n",
3548 : : indent_to, "",
3549 : : "param_lto_locality_frequency",
3550 : : ptr->x_param_lto_locality_frequency);
3551 : :
3552 : 0 : if (ptr->x_param_lto_locality_size)
3553 : 0 : fprintf (file, "%*s%s (%#x)\n",
3554 : : indent_to, "",
3555 : : "param_lto_locality_size",
3556 : : ptr->x_param_lto_locality_size);
3557 : :
3558 : 0 : if (ptr->x_param_max_average_unrolled_insns)
3559 : 0 : fprintf (file, "%*s%s (%#x)\n",
3560 : : indent_to, "",
3561 : : "param_max_average_unrolled_insns",
3562 : : ptr->x_param_max_average_unrolled_insns);
3563 : :
3564 : 0 : if (ptr->x_param_max_combine_insns)
3565 : 0 : fprintf (file, "%*s%s (%#x)\n",
3566 : : indent_to, "",
3567 : : "param_max_combine_insns",
3568 : : ptr->x_param_max_combine_insns);
3569 : :
3570 : 0 : if (ptr->x_param_max_combine_search_insns)
3571 : 0 : fprintf (file, "%*s%s (%#x)\n",
3572 : : indent_to, "",
3573 : : "param_max_combine_search_insns",
3574 : : ptr->x_param_max_combine_search_insns);
3575 : :
3576 : 0 : if (ptr->x_param_max_unroll_iterations)
3577 : 0 : fprintf (file, "%*s%s (%#x)\n",
3578 : : indent_to, "",
3579 : : "param_max_unroll_iterations",
3580 : : ptr->x_param_max_unroll_iterations);
3581 : :
3582 : 0 : if (ptr->x_param_max_completely_peel_times)
3583 : 0 : fprintf (file, "%*s%s (%#x)\n",
3584 : : indent_to, "",
3585 : : "param_max_completely_peel_times",
3586 : : ptr->x_param_max_completely_peel_times);
3587 : :
3588 : 0 : if (ptr->x_param_max_completely_peeled_insns)
3589 : 0 : fprintf (file, "%*s%s (%#x)\n",
3590 : : indent_to, "",
3591 : : "param_max_completely_peeled_insns",
3592 : : ptr->x_param_max_completely_peeled_insns);
3593 : :
3594 : 0 : if (ptr->x_param_max_crossjump_edges)
3595 : 0 : fprintf (file, "%*s%s (%#x)\n",
3596 : : indent_to, "",
3597 : : "param_max_crossjump_edges",
3598 : : ptr->x_param_max_crossjump_edges);
3599 : :
3600 : 0 : if (ptr->x_param_max_cse_insns)
3601 : 0 : fprintf (file, "%*s%s (%#x)\n",
3602 : : indent_to, "",
3603 : : "param_max_cse_insns",
3604 : : ptr->x_param_max_cse_insns);
3605 : :
3606 : 0 : if (ptr->x_param_max_cse_path_length)
3607 : 0 : fprintf (file, "%*s%s (%#x)\n",
3608 : : indent_to, "",
3609 : : "param_max_cse_path_length",
3610 : : ptr->x_param_max_cse_path_length);
3611 : :
3612 : 0 : if (ptr->x_param_max_cselib_memory_locations)
3613 : 0 : fprintf (file, "%*s%s (%#x)\n",
3614 : : indent_to, "",
3615 : : "param_max_cselib_memory_locations",
3616 : : ptr->x_param_max_cselib_memory_locations);
3617 : :
3618 : 0 : if (ptr->x_param_max_debug_marker_count)
3619 : 0 : fprintf (file, "%*s%s (%#x)\n",
3620 : : indent_to, "",
3621 : : "param_max_debug_marker_count",
3622 : : ptr->x_param_max_debug_marker_count);
3623 : :
3624 : 0 : if (ptr->x_param_max_delay_slot_insn_search)
3625 : 0 : fprintf (file, "%*s%s (%#x)\n",
3626 : : indent_to, "",
3627 : : "param_max_delay_slot_insn_search",
3628 : : ptr->x_param_max_delay_slot_insn_search);
3629 : :
3630 : 0 : if (ptr->x_param_max_delay_slot_live_search)
3631 : 0 : fprintf (file, "%*s%s (%#x)\n",
3632 : : indent_to, "",
3633 : : "param_max_delay_slot_live_search",
3634 : : ptr->x_param_max_delay_slot_live_search);
3635 : :
3636 : 0 : if (ptr->x_param_max_devirt_targets)
3637 : 0 : fprintf (file, "%*s%s (%#x)\n",
3638 : : indent_to, "",
3639 : : "param_max_devirt_targets",
3640 : : ptr->x_param_max_devirt_targets);
3641 : :
3642 : 0 : if (ptr->x_param_max_dse_active_local_stores)
3643 : 0 : fprintf (file, "%*s%s (%#x)\n",
3644 : : indent_to, "",
3645 : : "param_max_dse_active_local_stores",
3646 : : ptr->x_param_max_dse_active_local_stores);
3647 : :
3648 : 0 : if (ptr->x_param_early_inliner_max_iterations)
3649 : 0 : fprintf (file, "%*s%s (%#x)\n",
3650 : : indent_to, "",
3651 : : "param_early_inliner_max_iterations",
3652 : : ptr->x_param_early_inliner_max_iterations);
3653 : :
3654 : 0 : if (ptr->x_param_max_find_base_term_values)
3655 : 0 : fprintf (file, "%*s%s (%#x)\n",
3656 : : indent_to, "",
3657 : : "param_max_find_base_term_values",
3658 : : ptr->x_param_max_find_base_term_values);
3659 : :
3660 : 0 : if (ptr->x_param_max_fsm_thread_path_insns)
3661 : 0 : fprintf (file, "%*s%s (%#x)\n",
3662 : : indent_to, "",
3663 : : "param_max_fsm_thread_path_insns",
3664 : : ptr->x_param_max_fsm_thread_path_insns);
3665 : :
3666 : 0 : if (ptr->x_param_max_gcse_insertion_ratio)
3667 : 0 : fprintf (file, "%*s%s (%#x)\n",
3668 : : indent_to, "",
3669 : : "param_max_gcse_insertion_ratio",
3670 : : ptr->x_param_max_gcse_insertion_ratio);
3671 : :
3672 : 0 : if (ptr->x_param_max_gcse_memory)
3673 : 0 : fprintf (file, "%*s%s (%#x)\n",
3674 : : indent_to, "",
3675 : : "param_max_gcse_memory",
3676 : : ptr->x_param_max_gcse_memory);
3677 : :
3678 : 0 : if (ptr->x_param_max_goto_duplication_insns)
3679 : 0 : fprintf (file, "%*s%s (%#x)\n",
3680 : : indent_to, "",
3681 : : "param_max_goto_duplication_insns",
3682 : : ptr->x_param_max_goto_duplication_insns);
3683 : :
3684 : 0 : if (ptr->x_param_max_grow_copy_bb_insns)
3685 : 0 : fprintf (file, "%*s%s (%#x)\n",
3686 : : indent_to, "",
3687 : : "param_max_grow_copy_bb_insns",
3688 : : ptr->x_param_max_grow_copy_bb_insns);
3689 : :
3690 : 0 : if (ptr->x_param_max_hoist_depth)
3691 : 0 : fprintf (file, "%*s%s (%#x)\n",
3692 : : indent_to, "",
3693 : : "param_max_hoist_depth",
3694 : : ptr->x_param_max_hoist_depth);
3695 : :
3696 : 0 : if (ptr->x_param_inline_functions_called_once_insns)
3697 : 0 : fprintf (file, "%*s%s (%#x)\n",
3698 : : indent_to, "",
3699 : : "param_inline_functions_called_once_insns",
3700 : : ptr->x_param_inline_functions_called_once_insns);
3701 : :
3702 : 0 : if (ptr->x_param_inline_functions_called_once_loop_depth)
3703 : 0 : fprintf (file, "%*s%s (%#x)\n",
3704 : : indent_to, "",
3705 : : "param_inline_functions_called_once_loop_depth",
3706 : : ptr->x_param_inline_functions_called_once_loop_depth);
3707 : :
3708 : 0 : if (ptr->x_param_max_inline_insns_auto)
3709 : 0 : fprintf (file, "%*s%s (%#x)\n",
3710 : : indent_to, "",
3711 : : "param_max_inline_insns_auto",
3712 : : ptr->x_param_max_inline_insns_auto);
3713 : :
3714 : 0 : if (ptr->x_param_max_inline_insns_recursive_auto)
3715 : 0 : fprintf (file, "%*s%s (%#x)\n",
3716 : : indent_to, "",
3717 : : "param_max_inline_insns_recursive_auto",
3718 : : ptr->x_param_max_inline_insns_recursive_auto);
3719 : :
3720 : 0 : if (ptr->x_param_max_inline_insns_recursive)
3721 : 0 : fprintf (file, "%*s%s (%#x)\n",
3722 : : indent_to, "",
3723 : : "param_max_inline_insns_recursive",
3724 : : ptr->x_param_max_inline_insns_recursive);
3725 : :
3726 : 0 : if (ptr->x_param_max_inline_insns_single)
3727 : 0 : fprintf (file, "%*s%s (%#x)\n",
3728 : : indent_to, "",
3729 : : "param_max_inline_insns_single",
3730 : : ptr->x_param_max_inline_insns_single);
3731 : :
3732 : 0 : if (ptr->x_param_max_inline_insns_size)
3733 : 0 : fprintf (file, "%*s%s (%#x)\n",
3734 : : indent_to, "",
3735 : : "param_max_inline_insns_size",
3736 : : ptr->x_param_max_inline_insns_size);
3737 : :
3738 : 0 : if (ptr->x_param_max_inline_insns_small)
3739 : 0 : fprintf (file, "%*s%s (%#x)\n",
3740 : : indent_to, "",
3741 : : "param_max_inline_insns_small",
3742 : : ptr->x_param_max_inline_insns_small);
3743 : :
3744 : 0 : if (ptr->x_param_max_inline_recursive_depth_auto)
3745 : 0 : fprintf (file, "%*s%s (%#x)\n",
3746 : : indent_to, "",
3747 : : "param_max_inline_recursive_depth_auto",
3748 : : ptr->x_param_max_inline_recursive_depth_auto);
3749 : :
3750 : 0 : if (ptr->x_param_max_inline_recursive_depth)
3751 : 0 : fprintf (file, "%*s%s (%#x)\n",
3752 : : indent_to, "",
3753 : : "param_max_inline_recursive_depth",
3754 : : ptr->x_param_max_inline_recursive_depth);
3755 : :
3756 : 0 : if (ptr->x_param_max_isl_operations)
3757 : 0 : fprintf (file, "%*s%s (%#x)\n",
3758 : : indent_to, "",
3759 : : "param_max_isl_operations",
3760 : : ptr->x_param_max_isl_operations);
3761 : :
3762 : 0 : if (ptr->x_param_max_iterations_computation_cost)
3763 : 0 : fprintf (file, "%*s%s (%#x)\n",
3764 : : indent_to, "",
3765 : : "param_max_iterations_computation_cost",
3766 : : ptr->x_param_max_iterations_computation_cost);
3767 : :
3768 : 0 : if (ptr->x_param_max_iterations_to_track)
3769 : 0 : fprintf (file, "%*s%s (%#x)\n",
3770 : : indent_to, "",
3771 : : "param_max_iterations_to_track",
3772 : : ptr->x_param_max_iterations_to_track);
3773 : :
3774 : 0 : if (ptr->x_param_max_jump_thread_duplication_stmts)
3775 : 0 : fprintf (file, "%*s%s (%#x)\n",
3776 : : indent_to, "",
3777 : : "param_max_jump_thread_duplication_stmts",
3778 : : ptr->x_param_max_jump_thread_duplication_stmts);
3779 : :
3780 : 0 : if (ptr->x_param_max_jump_thread_paths)
3781 : 0 : fprintf (file, "%*s%s (%#x)\n",
3782 : : indent_to, "",
3783 : : "param_max_jump_thread_paths",
3784 : : ptr->x_param_max_jump_thread_paths);
3785 : :
3786 : 0 : if (ptr->x_param_max_last_value_rtl)
3787 : 0 : fprintf (file, "%*s%s (%#x)\n",
3788 : : indent_to, "",
3789 : : "param_max_last_value_rtl",
3790 : : ptr->x_param_max_last_value_rtl);
3791 : :
3792 : 0 : if (ptr->x_param_max_loop_header_insns)
3793 : 0 : fprintf (file, "%*s%s (%#x)\n",
3794 : : indent_to, "",
3795 : : "param_max_loop_header_insns",
3796 : : ptr->x_param_max_loop_header_insns);
3797 : :
3798 : 0 : if (ptr->x_param_max_modulo_backtrack_attempts)
3799 : 0 : fprintf (file, "%*s%s (%#x)\n",
3800 : : indent_to, "",
3801 : : "param_max_modulo_backtrack_attempts",
3802 : : ptr->x_param_max_modulo_backtrack_attempts);
3803 : :
3804 : 0 : if (ptr->x_param_max_partial_antic_length)
3805 : 0 : fprintf (file, "%*s%s (%#x)\n",
3806 : : indent_to, "",
3807 : : "param_max_partial_antic_length",
3808 : : ptr->x_param_max_partial_antic_length);
3809 : :
3810 : 0 : if (ptr->x_param_max_peel_branches)
3811 : 0 : fprintf (file, "%*s%s (%#x)\n",
3812 : : indent_to, "",
3813 : : "param_max_peel_branches",
3814 : : ptr->x_param_max_peel_branches);
3815 : :
3816 : 0 : if (ptr->x_param_max_peel_times)
3817 : 0 : fprintf (file, "%*s%s (%#x)\n",
3818 : : indent_to, "",
3819 : : "param_max_peel_times",
3820 : : ptr->x_param_max_peel_times);
3821 : :
3822 : 0 : if (ptr->x_param_max_peeled_insns)
3823 : 0 : fprintf (file, "%*s%s (%#x)\n",
3824 : : indent_to, "",
3825 : : "param_max_peeled_insns",
3826 : : ptr->x_param_max_peeled_insns);
3827 : :
3828 : 0 : if (ptr->x_param_max_pending_list_length)
3829 : 0 : fprintf (file, "%*s%s (%#x)\n",
3830 : : indent_to, "",
3831 : : "param_max_pending_list_length",
3832 : : ptr->x_param_max_pending_list_length);
3833 : :
3834 : 0 : if (ptr->x_param_max_pipeline_region_blocks)
3835 : 0 : fprintf (file, "%*s%s (%#x)\n",
3836 : : indent_to, "",
3837 : : "param_max_pipeline_region_blocks",
3838 : : ptr->x_param_max_pipeline_region_blocks);
3839 : :
3840 : 0 : if (ptr->x_param_max_pipeline_region_insns)
3841 : 0 : fprintf (file, "%*s%s (%#x)\n",
3842 : : indent_to, "",
3843 : : "param_max_pipeline_region_insns",
3844 : : ptr->x_param_max_pipeline_region_insns);
3845 : :
3846 : 0 : if (ptr->x_param_max_pow_sqrt_depth)
3847 : 0 : fprintf (file, "%*s%s (%#x)\n",
3848 : : indent_to, "",
3849 : : "param_max_pow_sqrt_depth",
3850 : : ptr->x_param_max_pow_sqrt_depth);
3851 : :
3852 : 0 : if (ptr->x_param_max_predicted_iterations)
3853 : 0 : fprintf (file, "%*s%s (%#x)\n",
3854 : : indent_to, "",
3855 : : "param_max_predicted_iterations",
3856 : : ptr->x_param_max_predicted_iterations);
3857 : :
3858 : 0 : if (ptr->x_param_max_reload_search_insns)
3859 : 0 : fprintf (file, "%*s%s (%#x)\n",
3860 : : indent_to, "",
3861 : : "param_max_reload_search_insns",
3862 : : ptr->x_param_max_reload_search_insns);
3863 : :
3864 : 0 : if (ptr->x_param_max_rtl_if_conversion_insns)
3865 : 0 : fprintf (file, "%*s%s (%#x)\n",
3866 : : indent_to, "",
3867 : : "param_max_rtl_if_conversion_insns",
3868 : : ptr->x_param_max_rtl_if_conversion_insns);
3869 : :
3870 : 0 : if (ptr->x_param_max_rtl_if_conversion_predictable_cost)
3871 : 0 : fprintf (file, "%*s%s (%#x)\n",
3872 : : indent_to, "",
3873 : : "param_max_rtl_if_conversion_predictable_cost",
3874 : : ptr->x_param_max_rtl_if_conversion_predictable_cost);
3875 : :
3876 : 0 : if (ptr->x_param_max_rtl_if_conversion_unpredictable_cost)
3877 : 0 : fprintf (file, "%*s%s (%#x)\n",
3878 : : indent_to, "",
3879 : : "param_max_rtl_if_conversion_unpredictable_cost",
3880 : : ptr->x_param_max_rtl_if_conversion_unpredictable_cost);
3881 : :
3882 : 0 : if (ptr->x_param_max_sched_extend_regions_iters)
3883 : 0 : fprintf (file, "%*s%s (%#x)\n",
3884 : : indent_to, "",
3885 : : "param_max_sched_extend_regions_iters",
3886 : : ptr->x_param_max_sched_extend_regions_iters);
3887 : :
3888 : 0 : if (ptr->x_param_max_sched_insn_conflict_delay)
3889 : 0 : fprintf (file, "%*s%s (%#x)\n",
3890 : : indent_to, "",
3891 : : "param_max_sched_insn_conflict_delay",
3892 : : ptr->x_param_max_sched_insn_conflict_delay);
3893 : :
3894 : 0 : if (ptr->x_param_max_sched_ready_insns)
3895 : 0 : fprintf (file, "%*s%s (%#x)\n",
3896 : : indent_to, "",
3897 : : "param_max_sched_ready_insns",
3898 : : ptr->x_param_max_sched_ready_insns);
3899 : :
3900 : 0 : if (ptr->x_param_max_sched_region_blocks)
3901 : 0 : fprintf (file, "%*s%s (%#x)\n",
3902 : : indent_to, "",
3903 : : "param_max_sched_region_blocks",
3904 : : ptr->x_param_max_sched_region_blocks);
3905 : :
3906 : 0 : if (ptr->x_param_max_sched_region_insns)
3907 : 0 : fprintf (file, "%*s%s (%#x)\n",
3908 : : indent_to, "",
3909 : : "param_max_sched_region_insns",
3910 : : ptr->x_param_max_sched_region_insns);
3911 : :
3912 : 0 : if (ptr->x_param_max_slsr_candidate_scan)
3913 : 0 : fprintf (file, "%*s%s (%#x)\n",
3914 : : indent_to, "",
3915 : : "param_max_slsr_candidate_scan",
3916 : : ptr->x_param_max_slsr_candidate_scan);
3917 : :
3918 : 0 : if (ptr->x_param_max_speculative_devirt_maydefs)
3919 : 0 : fprintf (file, "%*s%s (%#x)\n",
3920 : : indent_to, "",
3921 : : "param_max_speculative_devirt_maydefs",
3922 : : ptr->x_param_max_speculative_devirt_maydefs);
3923 : :
3924 : 0 : if (ptr->x_param_max_stores_to_merge)
3925 : 0 : fprintf (file, "%*s%s (%#x)\n",
3926 : : indent_to, "",
3927 : : "param_max_stores_to_merge",
3928 : : ptr->x_param_max_stores_to_merge);
3929 : :
3930 : 0 : if (ptr->x_param_max_stores_to_sink)
3931 : 0 : fprintf (file, "%*s%s (%#x)\n",
3932 : : indent_to, "",
3933 : : "param_max_stores_to_sink",
3934 : : ptr->x_param_max_stores_to_sink);
3935 : :
3936 : 0 : if (ptr->x_param_max_tail_merge_comparisons)
3937 : 0 : fprintf (file, "%*s%s (%#x)\n",
3938 : : indent_to, "",
3939 : : "param_max_tail_merge_comparisons",
3940 : : ptr->x_param_max_tail_merge_comparisons);
3941 : :
3942 : 0 : if (ptr->x_param_max_tail_merge_iterations)
3943 : 0 : fprintf (file, "%*s%s (%#x)\n",
3944 : : indent_to, "",
3945 : : "param_max_tail_merge_iterations",
3946 : : ptr->x_param_max_tail_merge_iterations);
3947 : :
3948 : 0 : if (ptr->x_param_max_tracked_strlens)
3949 : 0 : fprintf (file, "%*s%s (%#x)\n",
3950 : : indent_to, "",
3951 : : "param_max_tracked_strlens",
3952 : : ptr->x_param_max_tracked_strlens);
3953 : :
3954 : 0 : if (ptr->x_param_max_tree_if_conversion_phi_args)
3955 : 0 : fprintf (file, "%*s%s (%#x)\n",
3956 : : indent_to, "",
3957 : : "param_max_tree_if_conversion_phi_args",
3958 : : ptr->x_param_max_tree_if_conversion_phi_args);
3959 : :
3960 : 0 : if (ptr->x_param_max_unroll_times)
3961 : 0 : fprintf (file, "%*s%s (%#x)\n",
3962 : : indent_to, "",
3963 : : "param_max_unroll_times",
3964 : : ptr->x_param_max_unroll_times);
3965 : :
3966 : 0 : if (ptr->x_param_max_unrolled_insns)
3967 : 0 : fprintf (file, "%*s%s (%#x)\n",
3968 : : indent_to, "",
3969 : : "param_max_unrolled_insns",
3970 : : ptr->x_param_max_unrolled_insns);
3971 : :
3972 : 0 : if (ptr->x_param_max_unswitch_depth)
3973 : 0 : fprintf (file, "%*s%s (%#x)\n",
3974 : : indent_to, "",
3975 : : "param_max_unswitch_depth",
3976 : : ptr->x_param_max_unswitch_depth);
3977 : :
3978 : 0 : if (ptr->x_param_max_unswitch_insns)
3979 : 0 : fprintf (file, "%*s%s (%#x)\n",
3980 : : indent_to, "",
3981 : : "param_max_unswitch_insns",
3982 : : ptr->x_param_max_unswitch_insns);
3983 : :
3984 : 0 : if (ptr->x_param_max_variable_expansions)
3985 : 0 : fprintf (file, "%*s%s (%#x)\n",
3986 : : indent_to, "",
3987 : : "param_max_variable_expansions",
3988 : : ptr->x_param_max_variable_expansions);
3989 : :
3990 : 0 : if (ptr->x_param_max_vartrack_expr_depth)
3991 : 0 : fprintf (file, "%*s%s (%#x)\n",
3992 : : indent_to, "",
3993 : : "param_max_vartrack_expr_depth",
3994 : : ptr->x_param_max_vartrack_expr_depth);
3995 : :
3996 : 0 : if (ptr->x_param_max_vartrack_reverse_op_size)
3997 : 0 : fprintf (file, "%*s%s (%#x)\n",
3998 : : indent_to, "",
3999 : : "param_max_vartrack_reverse_op_size",
4000 : : ptr->x_param_max_vartrack_reverse_op_size);
4001 : :
4002 : 0 : if (ptr->x_param_max_vartrack_size)
4003 : 0 : fprintf (file, "%*s%s (%#x)\n",
4004 : : indent_to, "",
4005 : : "param_max_vartrack_size",
4006 : : ptr->x_param_max_vartrack_size);
4007 : :
4008 : 0 : if (ptr->x_param_min_crossjump_insns)
4009 : 0 : fprintf (file, "%*s%s (%#x)\n",
4010 : : indent_to, "",
4011 : : "param_min_crossjump_insns",
4012 : : ptr->x_param_min_crossjump_insns);
4013 : :
4014 : 0 : if (ptr->x_param_min_inline_recursive_probability)
4015 : 0 : fprintf (file, "%*s%s (%#x)\n",
4016 : : indent_to, "",
4017 : : "param_min_inline_recursive_probability",
4018 : : ptr->x_param_min_inline_recursive_probability);
4019 : :
4020 : 0 : if (ptr->x_param_min_insn_to_prefetch_ratio)
4021 : 0 : fprintf (file, "%*s%s (%#x)\n",
4022 : : indent_to, "",
4023 : : "param_min_insn_to_prefetch_ratio",
4024 : : ptr->x_param_min_insn_to_prefetch_ratio);
4025 : :
4026 : 0 : if (ptr->x_param_min_loop_cond_split_prob)
4027 : 0 : fprintf (file, "%*s%s (%#x)\n",
4028 : : indent_to, "",
4029 : : "param_min_loop_cond_split_prob",
4030 : : ptr->x_param_min_loop_cond_split_prob);
4031 : :
4032 : 0 : if (ptr->x_param_min_pagesize)
4033 : 0 : fprintf (file, "%*s%s (%#x)\n",
4034 : : indent_to, "",
4035 : : "param_min_pagesize",
4036 : : ptr->x_param_min_pagesize);
4037 : :
4038 : 0 : if (ptr->x_param_min_size_for_stack_sharing)
4039 : 0 : fprintf (file, "%*s%s (%#x)\n",
4040 : : indent_to, "",
4041 : : "param_min_size_for_stack_sharing",
4042 : : ptr->x_param_min_size_for_stack_sharing);
4043 : :
4044 : 0 : if (ptr->x_param_min_spec_prob)
4045 : 0 : fprintf (file, "%*s%s (%#x)\n",
4046 : : indent_to, "",
4047 : : "param_min_spec_prob",
4048 : : ptr->x_param_min_spec_prob);
4049 : :
4050 : 0 : if (ptr->x_param_min_vect_loop_bound)
4051 : 0 : fprintf (file, "%*s%s (%#x)\n",
4052 : : indent_to, "",
4053 : : "param_min_vect_loop_bound",
4054 : : ptr->x_param_min_vect_loop_bound);
4055 : :
4056 : 0 : if (ptr->x_param_modref_max_accesses)
4057 : 0 : fprintf (file, "%*s%s (%#x)\n",
4058 : : indent_to, "",
4059 : : "param_modref_max_accesses",
4060 : : ptr->x_param_modref_max_accesses);
4061 : :
4062 : 0 : if (ptr->x_param_modref_max_adjustments)
4063 : 0 : fprintf (file, "%*s%s (%#x)\n",
4064 : : indent_to, "",
4065 : : "param_modref_max_adjustments",
4066 : : ptr->x_param_modref_max_adjustments);
4067 : :
4068 : 0 : if (ptr->x_param_modref_max_bases)
4069 : 0 : fprintf (file, "%*s%s (%#x)\n",
4070 : : indent_to, "",
4071 : : "param_modref_max_bases",
4072 : : ptr->x_param_modref_max_bases);
4073 : :
4074 : 0 : if (ptr->x_param_modref_max_depth)
4075 : 0 : fprintf (file, "%*s%s (%#x)\n",
4076 : : indent_to, "",
4077 : : "param_modref_max_depth",
4078 : : ptr->x_param_modref_max_depth);
4079 : :
4080 : 0 : if (ptr->x_param_modref_max_escape_points)
4081 : 0 : fprintf (file, "%*s%s (%#x)\n",
4082 : : indent_to, "",
4083 : : "param_modref_max_escape_points",
4084 : : ptr->x_param_modref_max_escape_points);
4085 : :
4086 : 0 : if (ptr->x_param_modref_max_refs)
4087 : 0 : fprintf (file, "%*s%s (%#x)\n",
4088 : : indent_to, "",
4089 : : "param_modref_max_refs",
4090 : : ptr->x_param_modref_max_refs);
4091 : :
4092 : 0 : if (ptr->x_param_modref_max_tests)
4093 : 0 : fprintf (file, "%*s%s (%#x)\n",
4094 : : indent_to, "",
4095 : : "param_modref_max_tests",
4096 : : ptr->x_param_modref_max_tests);
4097 : :
4098 : 0 : if (ptr->x_param_parloops_chunk_size)
4099 : 0 : fprintf (file, "%*s%s (%#x)\n",
4100 : : indent_to, "",
4101 : : "param_parloops_chunk_size",
4102 : : ptr->x_param_parloops_chunk_size);
4103 : :
4104 : 0 : if (ptr->x_param_parloops_min_per_thread)
4105 : 0 : fprintf (file, "%*s%s (%#x)\n",
4106 : : indent_to, "",
4107 : : "param_parloops_min_per_thread",
4108 : : ptr->x_param_parloops_min_per_thread);
4109 : :
4110 : 0 : if (ptr->x_param_parloops_schedule)
4111 : 0 : fprintf (file, "%*s%s (%#x)\n",
4112 : : indent_to, "",
4113 : : "param_parloops_schedule",
4114 : : ptr->x_param_parloops_schedule);
4115 : :
4116 : 0 : if (ptr->x_param_partial_inlining_entry_probability)
4117 : 0 : fprintf (file, "%*s%s (%#x)\n",
4118 : : indent_to, "",
4119 : : "param_partial_inlining_entry_probability",
4120 : : ptr->x_param_partial_inlining_entry_probability);
4121 : :
4122 : 0 : if (ptr->x_param_phiopt_factor_max_stmts_live)
4123 : 0 : fprintf (file, "%*s%s (%#x)\n",
4124 : : indent_to, "",
4125 : : "param_phiopt_factor_max_stmts_live",
4126 : : ptr->x_param_phiopt_factor_max_stmts_live);
4127 : :
4128 : 0 : if (ptr->x_param_predictable_branch_outcome)
4129 : 0 : fprintf (file, "%*s%s (%#x)\n",
4130 : : indent_to, "",
4131 : : "param_predictable_branch_outcome",
4132 : : ptr->x_param_predictable_branch_outcome);
4133 : :
4134 : 0 : if (ptr->x_param_prefetch_dynamic_strides)
4135 : 0 : fprintf (file, "%*s%s (%#x)\n",
4136 : : indent_to, "",
4137 : : "param_prefetch_dynamic_strides",
4138 : : ptr->x_param_prefetch_dynamic_strides);
4139 : :
4140 : 0 : if (ptr->x_param_prefetch_latency)
4141 : 0 : fprintf (file, "%*s%s (%#x)\n",
4142 : : indent_to, "",
4143 : : "param_prefetch_latency",
4144 : : ptr->x_param_prefetch_latency);
4145 : :
4146 : 0 : if (ptr->x_param_prefetch_min_insn_to_mem_ratio)
4147 : 0 : fprintf (file, "%*s%s (%#x)\n",
4148 : : indent_to, "",
4149 : : "param_prefetch_min_insn_to_mem_ratio",
4150 : : ptr->x_param_prefetch_min_insn_to_mem_ratio);
4151 : :
4152 : 0 : if (ptr->x_param_prefetch_minimum_stride)
4153 : 0 : fprintf (file, "%*s%s (%#x)\n",
4154 : : indent_to, "",
4155 : : "param_prefetch_minimum_stride",
4156 : : ptr->x_param_prefetch_minimum_stride);
4157 : :
4158 : 0 : if (ptr->x_param_ranger_logical_depth)
4159 : 0 : fprintf (file, "%*s%s (%#x)\n",
4160 : : indent_to, "",
4161 : : "param_ranger_logical_depth",
4162 : : ptr->x_param_ranger_logical_depth);
4163 : :
4164 : 0 : if (ptr->x_param_ranger_recompute_depth)
4165 : 0 : fprintf (file, "%*s%s (%#x)\n",
4166 : : indent_to, "",
4167 : : "param_ranger_recompute_depth",
4168 : : ptr->x_param_ranger_recompute_depth);
4169 : :
4170 : 0 : if (ptr->x_param_relation_block_limit)
4171 : 0 : fprintf (file, "%*s%s (%#x)\n",
4172 : : indent_to, "",
4173 : : "param_relation_block_limit",
4174 : : ptr->x_param_relation_block_limit);
4175 : :
4176 : 0 : if (ptr->x_param_rpo_vn_max_loop_depth)
4177 : 0 : fprintf (file, "%*s%s (%#x)\n",
4178 : : indent_to, "",
4179 : : "param_rpo_vn_max_loop_depth",
4180 : : ptr->x_param_rpo_vn_max_loop_depth);
4181 : :
4182 : 0 : if (ptr->x_param_sccvn_max_alias_queries_per_access)
4183 : 0 : fprintf (file, "%*s%s (%#x)\n",
4184 : : indent_to, "",
4185 : : "param_sccvn_max_alias_queries_per_access",
4186 : : ptr->x_param_sccvn_max_alias_queries_per_access);
4187 : :
4188 : 0 : if (ptr->x_param_scev_max_expr_complexity)
4189 : 0 : fprintf (file, "%*s%s (%#x)\n",
4190 : : indent_to, "",
4191 : : "param_scev_max_expr_complexity",
4192 : : ptr->x_param_scev_max_expr_complexity);
4193 : :
4194 : 0 : if (ptr->x_param_scev_max_expr_size)
4195 : 0 : fprintf (file, "%*s%s (%#x)\n",
4196 : : indent_to, "",
4197 : : "param_scev_max_expr_size",
4198 : : ptr->x_param_scev_max_expr_size);
4199 : :
4200 : 0 : if (ptr->x_param_sched_autopref_queue_depth)
4201 : 0 : fprintf (file, "%*s%s (%#x)\n",
4202 : : indent_to, "",
4203 : : "param_sched_autopref_queue_depth",
4204 : : ptr->x_param_sched_autopref_queue_depth);
4205 : :
4206 : 0 : if (ptr->x_param_sched_mem_true_dep_cost)
4207 : 0 : fprintf (file, "%*s%s (%#x)\n",
4208 : : indent_to, "",
4209 : : "param_sched_mem_true_dep_cost",
4210 : : ptr->x_param_sched_mem_true_dep_cost);
4211 : :
4212 : 0 : if (ptr->x_param_sched_pressure_algorithm)
4213 : 0 : fprintf (file, "%*s%s (%#x)\n",
4214 : : indent_to, "",
4215 : : "param_sched_pressure_algorithm",
4216 : : ptr->x_param_sched_pressure_algorithm);
4217 : :
4218 : 0 : if (ptr->x_param_sched_spec_prob_cutoff)
4219 : 0 : fprintf (file, "%*s%s (%#x)\n",
4220 : : indent_to, "",
4221 : : "param_sched_spec_prob_cutoff",
4222 : : ptr->x_param_sched_spec_prob_cutoff);
4223 : :
4224 : 0 : if (ptr->x_param_sched_state_edge_prob_cutoff)
4225 : 0 : fprintf (file, "%*s%s (%#x)\n",
4226 : : indent_to, "",
4227 : : "param_sched_state_edge_prob_cutoff",
4228 : : ptr->x_param_sched_state_edge_prob_cutoff);
4229 : :
4230 : 0 : if (ptr->x_param_selsched_insns_to_rename)
4231 : 0 : fprintf (file, "%*s%s (%#x)\n",
4232 : : indent_to, "",
4233 : : "param_selsched_insns_to_rename",
4234 : : ptr->x_param_selsched_insns_to_rename);
4235 : :
4236 : 0 : if (ptr->x_param_selsched_max_lookahead)
4237 : 0 : fprintf (file, "%*s%s (%#x)\n",
4238 : : indent_to, "",
4239 : : "param_selsched_max_lookahead",
4240 : : ptr->x_param_selsched_max_lookahead);
4241 : :
4242 : 0 : if (ptr->x_param_selsched_max_sched_times)
4243 : 0 : fprintf (file, "%*s%s (%#x)\n",
4244 : : indent_to, "",
4245 : : "param_selsched_max_sched_times",
4246 : : ptr->x_param_selsched_max_sched_times);
4247 : :
4248 : 0 : if (ptr->x_param_simultaneous_prefetches)
4249 : 0 : fprintf (file, "%*s%s (%#x)\n",
4250 : : indent_to, "",
4251 : : "param_simultaneous_prefetches",
4252 : : ptr->x_param_simultaneous_prefetches);
4253 : :
4254 : 0 : if (ptr->x_param_sink_frequency_threshold)
4255 : 0 : fprintf (file, "%*s%s (%#x)\n",
4256 : : indent_to, "",
4257 : : "param_sink_frequency_threshold",
4258 : : ptr->x_param_sink_frequency_threshold);
4259 : :
4260 : 0 : if (ptr->x_param_sms_dfa_history)
4261 : 0 : fprintf (file, "%*s%s (%#x)\n",
4262 : : indent_to, "",
4263 : : "param_sms_dfa_history",
4264 : : ptr->x_param_sms_dfa_history);
4265 : :
4266 : 0 : if (ptr->x_param_sms_loop_average_count_threshold)
4267 : 0 : fprintf (file, "%*s%s (%#x)\n",
4268 : : indent_to, "",
4269 : : "param_sms_loop_average_count_threshold",
4270 : : ptr->x_param_sms_loop_average_count_threshold);
4271 : :
4272 : 0 : if (ptr->x_param_sms_max_ii_factor)
4273 : 0 : fprintf (file, "%*s%s (%#x)\n",
4274 : : indent_to, "",
4275 : : "param_sms_max_ii_factor",
4276 : : ptr->x_param_sms_max_ii_factor);
4277 : :
4278 : 0 : if (ptr->x_param_sms_min_sc)
4279 : 0 : fprintf (file, "%*s%s (%#x)\n",
4280 : : indent_to, "",
4281 : : "param_sms_min_sc",
4282 : : ptr->x_param_sms_min_sc);
4283 : :
4284 : 0 : if (ptr->x_param_sra_max_propagations)
4285 : 0 : fprintf (file, "%*s%s (%#x)\n",
4286 : : indent_to, "",
4287 : : "param_sra_max_propagations",
4288 : : ptr->x_param_sra_max_propagations);
4289 : :
4290 : 0 : if (ptr->x_param_sra_max_scalarization_size_size)
4291 : 0 : fprintf (file, "%*s%s (%#x)\n",
4292 : : indent_to, "",
4293 : : "param_sra_max_scalarization_size_size",
4294 : : ptr->x_param_sra_max_scalarization_size_size);
4295 : :
4296 : 0 : if (ptr->x_param_sra_max_scalarization_size_speed)
4297 : 0 : fprintf (file, "%*s%s (%#x)\n",
4298 : : indent_to, "",
4299 : : "param_sra_max_scalarization_size_speed",
4300 : : ptr->x_param_sra_max_scalarization_size_speed);
4301 : :
4302 : 0 : if (ptr->x_param_ssa_name_def_chain_limit)
4303 : 0 : fprintf (file, "%*s%s (%#x)\n",
4304 : : indent_to, "",
4305 : : "param_ssa_name_def_chain_limit",
4306 : : ptr->x_param_ssa_name_def_chain_limit);
4307 : :
4308 : 0 : if (ptr->x_param_ssp_buffer_size)
4309 : 0 : fprintf (file, "%*s%s (%#x)\n",
4310 : : indent_to, "",
4311 : : "param_ssp_buffer_size",
4312 : : ptr->x_param_ssp_buffer_size);
4313 : :
4314 : 0 : if (ptr->x_param_stack_clash_protection_guard_size)
4315 : 0 : fprintf (file, "%*s%s (%#x)\n",
4316 : : indent_to, "",
4317 : : "param_stack_clash_protection_guard_size",
4318 : : ptr->x_param_stack_clash_protection_guard_size);
4319 : :
4320 : 0 : if (ptr->x_param_stack_clash_protection_probe_interval)
4321 : 0 : fprintf (file, "%*s%s (%#x)\n",
4322 : : indent_to, "",
4323 : : "param_stack_clash_protection_probe_interval",
4324 : : ptr->x_param_stack_clash_protection_probe_interval);
4325 : :
4326 : 0 : if (ptr->x_param_store_forwarding_max_distance)
4327 : 0 : fprintf (file, "%*s%s (%#x)\n",
4328 : : indent_to, "",
4329 : : "param_store_forwarding_max_distance",
4330 : : ptr->x_param_store_forwarding_max_distance);
4331 : :
4332 : 0 : if (ptr->x_param_store_merging_allow_unaligned)
4333 : 0 : fprintf (file, "%*s%s (%#x)\n",
4334 : : indent_to, "",
4335 : : "param_store_merging_allow_unaligned",
4336 : : ptr->x_param_store_merging_allow_unaligned);
4337 : :
4338 : 0 : if (ptr->x_param_store_merging_max_size)
4339 : 0 : fprintf (file, "%*s%s (%#x)\n",
4340 : : indent_to, "",
4341 : : "param_store_merging_max_size",
4342 : : ptr->x_param_store_merging_max_size);
4343 : :
4344 : 0 : if (ptr->x_param_switch_conversion_branch_ratio)
4345 : 0 : fprintf (file, "%*s%s (%#x)\n",
4346 : : indent_to, "",
4347 : : "param_switch_conversion_branch_ratio",
4348 : : ptr->x_param_switch_conversion_branch_ratio);
4349 : :
4350 : 0 : if (ptr->x_param_tm_max_aggregate_size)
4351 : 0 : fprintf (file, "%*s%s (%#x)\n",
4352 : : indent_to, "",
4353 : : "param_tm_max_aggregate_size",
4354 : : ptr->x_param_tm_max_aggregate_size);
4355 : :
4356 : 0 : if (ptr->x_param_tracer_dynamic_coverage_feedback)
4357 : 0 : fprintf (file, "%*s%s (%#x)\n",
4358 : : indent_to, "",
4359 : : "param_tracer_dynamic_coverage_feedback",
4360 : : ptr->x_param_tracer_dynamic_coverage_feedback);
4361 : :
4362 : 0 : if (ptr->x_param_tracer_dynamic_coverage)
4363 : 0 : fprintf (file, "%*s%s (%#x)\n",
4364 : : indent_to, "",
4365 : : "param_tracer_dynamic_coverage",
4366 : : ptr->x_param_tracer_dynamic_coverage);
4367 : :
4368 : 0 : if (ptr->x_param_tracer_max_code_growth)
4369 : 0 : fprintf (file, "%*s%s (%#x)\n",
4370 : : indent_to, "",
4371 : : "param_tracer_max_code_growth",
4372 : : ptr->x_param_tracer_max_code_growth);
4373 : :
4374 : 0 : if (ptr->x_param_tracer_min_branch_probability_feedback)
4375 : 0 : fprintf (file, "%*s%s (%#x)\n",
4376 : : indent_to, "",
4377 : : "param_tracer_min_branch_probability_feedback",
4378 : : ptr->x_param_tracer_min_branch_probability_feedback);
4379 : :
4380 : 0 : if (ptr->x_param_tracer_min_branch_probability)
4381 : 0 : fprintf (file, "%*s%s (%#x)\n",
4382 : : indent_to, "",
4383 : : "param_tracer_min_branch_probability",
4384 : : ptr->x_param_tracer_min_branch_probability);
4385 : :
4386 : 0 : if (ptr->x_param_tracer_min_branch_ratio)
4387 : 0 : fprintf (file, "%*s%s (%#x)\n",
4388 : : indent_to, "",
4389 : : "param_tracer_min_branch_ratio",
4390 : : ptr->x_param_tracer_min_branch_ratio);
4391 : :
4392 : 0 : if (ptr->x_param_transitive_relations_work_bound)
4393 : 0 : fprintf (file, "%*s%s (%#x)\n",
4394 : : indent_to, "",
4395 : : "param_transitive_relations_work_bound",
4396 : : ptr->x_param_transitive_relations_work_bound);
4397 : :
4398 : 0 : if (ptr->x_param_tree_reassoc_width)
4399 : 0 : fprintf (file, "%*s%s (%#x)\n",
4400 : : indent_to, "",
4401 : : "param_tree_reassoc_width",
4402 : : ptr->x_param_tree_reassoc_width);
4403 : :
4404 : 0 : if (ptr->x_param_uninit_control_dep_attempts)
4405 : 0 : fprintf (file, "%*s%s (%#x)\n",
4406 : : indent_to, "",
4407 : : "param_uninit_control_dep_attempts",
4408 : : ptr->x_param_uninit_control_dep_attempts);
4409 : :
4410 : 0 : if (ptr->x_param_uninit_max_chain_len)
4411 : 0 : fprintf (file, "%*s%s (%#x)\n",
4412 : : indent_to, "",
4413 : : "param_uninit_max_chain_len",
4414 : : ptr->x_param_uninit_max_chain_len);
4415 : :
4416 : 0 : if (ptr->x_param_uninit_max_num_chains)
4417 : 0 : fprintf (file, "%*s%s (%#x)\n",
4418 : : indent_to, "",
4419 : : "param_uninit_max_num_chains",
4420 : : ptr->x_param_uninit_max_num_chains);
4421 : :
4422 : 0 : if (ptr->x_param_uninit_max_prune_work)
4423 : 0 : fprintf (file, "%*s%s (%#x)\n",
4424 : : indent_to, "",
4425 : : "param_uninit_max_prune_work",
4426 : : ptr->x_param_uninit_max_prune_work);
4427 : :
4428 : 0 : if (ptr->x_param_uninlined_function_insns)
4429 : 0 : fprintf (file, "%*s%s (%#x)\n",
4430 : : indent_to, "",
4431 : : "param_uninlined_function_insns",
4432 : : ptr->x_param_uninlined_function_insns);
4433 : :
4434 : 0 : if (ptr->x_param_uninlined_function_time)
4435 : 0 : fprintf (file, "%*s%s (%#x)\n",
4436 : : indent_to, "",
4437 : : "param_uninlined_function_time",
4438 : : ptr->x_param_uninlined_function_time);
4439 : :
4440 : 0 : if (ptr->x_param_uninlined_function_thunk_insns)
4441 : 0 : fprintf (file, "%*s%s (%#x)\n",
4442 : : indent_to, "",
4443 : : "param_uninlined_function_thunk_insns",
4444 : : ptr->x_param_uninlined_function_thunk_insns);
4445 : :
4446 : 0 : if (ptr->x_param_uninlined_function_thunk_time)
4447 : 0 : fprintf (file, "%*s%s (%#x)\n",
4448 : : indent_to, "",
4449 : : "param_uninlined_function_thunk_time",
4450 : : ptr->x_param_uninlined_function_thunk_time);
4451 : :
4452 : 0 : if (ptr->x_param_unlikely_bb_count_fraction)
4453 : 0 : fprintf (file, "%*s%s (%#x)\n",
4454 : : indent_to, "",
4455 : : "param_unlikely_bb_count_fraction",
4456 : : ptr->x_param_unlikely_bb_count_fraction);
4457 : :
4458 : 0 : if (ptr->x_param_unroll_jam_max_unroll)
4459 : 0 : fprintf (file, "%*s%s (%#x)\n",
4460 : : indent_to, "",
4461 : : "param_unroll_jam_max_unroll",
4462 : : ptr->x_param_unroll_jam_max_unroll);
4463 : :
4464 : 0 : if (ptr->x_param_unroll_jam_min_percent)
4465 : 0 : fprintf (file, "%*s%s (%#x)\n",
4466 : : indent_to, "",
4467 : : "param_unroll_jam_min_percent",
4468 : : ptr->x_param_unroll_jam_min_percent);
4469 : :
4470 : 0 : if (ptr->x_param_use_after_scope_direct_emission_threshold)
4471 : 0 : fprintf (file, "%*s%s (%#x)\n",
4472 : : indent_to, "",
4473 : : "param_use_after_scope_direct_emission_threshold",
4474 : : ptr->x_param_use_after_scope_direct_emission_threshold);
4475 : :
4476 : 0 : if (ptr->x_param_vect_epilogues_nomask)
4477 : 0 : fprintf (file, "%*s%s (%#x)\n",
4478 : : indent_to, "",
4479 : : "param_vect_epilogues_nomask",
4480 : : ptr->x_param_vect_epilogues_nomask);
4481 : :
4482 : 0 : if (ptr->x_param_vect_induction_float)
4483 : 0 : fprintf (file, "%*s%s (%#x)\n",
4484 : : indent_to, "",
4485 : : "param_vect_induction_float",
4486 : : ptr->x_param_vect_induction_float);
4487 : :
4488 : 0 : if (ptr->x_param_vect_inner_loop_cost_factor)
4489 : 0 : fprintf (file, "%*s%s (%#x)\n",
4490 : : indent_to, "",
4491 : : "param_vect_inner_loop_cost_factor",
4492 : : ptr->x_param_vect_inner_loop_cost_factor);
4493 : :
4494 : 0 : if (ptr->x_param_vect_max_layout_candidates)
4495 : 0 : fprintf (file, "%*s%s (%#x)\n",
4496 : : indent_to, "",
4497 : : "param_vect_max_layout_candidates",
4498 : : ptr->x_param_vect_max_layout_candidates);
4499 : :
4500 : 0 : if (ptr->x_param_vect_max_peeling_for_alignment)
4501 : 0 : fprintf (file, "%*s%s (%#x)\n",
4502 : : indent_to, "",
4503 : : "param_vect_max_peeling_for_alignment",
4504 : : ptr->x_param_vect_max_peeling_for_alignment);
4505 : :
4506 : 0 : if (ptr->x_param_vect_max_version_for_alias_checks)
4507 : 0 : fprintf (file, "%*s%s (%#x)\n",
4508 : : indent_to, "",
4509 : : "param_vect_max_version_for_alias_checks",
4510 : : ptr->x_param_vect_max_version_for_alias_checks);
4511 : :
4512 : 0 : if (ptr->x_param_vect_max_version_for_alignment_checks)
4513 : 0 : fprintf (file, "%*s%s (%#x)\n",
4514 : : indent_to, "",
4515 : : "param_vect_max_version_for_alignment_checks",
4516 : : ptr->x_param_vect_max_version_for_alignment_checks);
4517 : :
4518 : 0 : if (ptr->x_param_vect_partial_vector_usage)
4519 : 0 : fprintf (file, "%*s%s (%#x)\n",
4520 : : indent_to, "",
4521 : : "param_vect_partial_vector_usage",
4522 : : ptr->x_param_vect_partial_vector_usage);
4523 : :
4524 : 0 : if (ptr->x_param_vect_scalar_cost_multiplier)
4525 : 0 : fprintf (file, "%*s%s (%#x)\n",
4526 : : indent_to, "",
4527 : : "param_vect_scalar_cost_multiplier",
4528 : : ptr->x_param_vect_scalar_cost_multiplier);
4529 : :
4530 : 0 : if (ptr->x_param_vrp_block_limit)
4531 : 0 : fprintf (file, "%*s%s (%#x)\n",
4532 : : indent_to, "",
4533 : : "param_vrp_block_limit",
4534 : : ptr->x_param_vrp_block_limit);
4535 : :
4536 : 0 : if (ptr->x_param_vrp_sparse_threshold)
4537 : 0 : fprintf (file, "%*s%s (%#x)\n",
4538 : : indent_to, "",
4539 : : "param_vrp_sparse_threshold",
4540 : : ptr->x_param_vrp_sparse_threshold);
4541 : :
4542 : 0 : if (ptr->x_param_vrp_switch_limit)
4543 : 0 : fprintf (file, "%*s%s (%#x)\n",
4544 : : indent_to, "",
4545 : : "param_vrp_switch_limit",
4546 : : ptr->x_param_vrp_switch_limit);
4547 : :
4548 : 0 : if (ptr->x_param_vrp_vector_threshold)
4549 : 0 : fprintf (file, "%*s%s (%#x)\n",
4550 : : indent_to, "",
4551 : : "param_vrp_vector_threshold",
4552 : : ptr->x_param_vrp_vector_threshold);
4553 : :
4554 : 0 : if (ptr->x_flag_complex_method)
4555 : 0 : fprintf (file, "%*s%s (%#x)\n",
4556 : : indent_to, "",
4557 : : "flag_complex_method",
4558 : : ptr->x_flag_complex_method);
4559 : :
4560 : 0 : if (ptr->x_flag_malloc_dse)
4561 : 0 : fprintf (file, "%*s%s (%#x)\n",
4562 : : indent_to, "",
4563 : : "flag_malloc_dse",
4564 : : ptr->x_flag_malloc_dse);
4565 : :
4566 : 0 : if (ptr->x_flag_min_function_alignment)
4567 : 0 : fprintf (file, "%*s%s (%#x)\n",
4568 : : indent_to, "",
4569 : : "flag_min_function_alignment",
4570 : : ptr->x_flag_min_function_alignment);
4571 : :
4572 : 0 : if (ptr->x_flag_openmp_target_simd_clone)
4573 : 0 : fprintf (file, "%*s%s (%#x)\n",
4574 : : indent_to, "",
4575 : : "flag_openmp_target_simd_clone",
4576 : : ptr->x_flag_openmp_target_simd_clone);
4577 : :
4578 : 0 : if (ptr->x_flag_sched_stalled_insns)
4579 : 0 : fprintf (file, "%*s%s (%#x)\n",
4580 : : indent_to, "",
4581 : : "flag_sched_stalled_insns",
4582 : : ptr->x_flag_sched_stalled_insns);
4583 : :
4584 : 0 : if (ptr->x_flag_sched_stalled_insns_dep)
4585 : 0 : fprintf (file, "%*s%s (%#x)\n",
4586 : : indent_to, "",
4587 : : "flag_sched_stalled_insns_dep",
4588 : : ptr->x_flag_sched_stalled_insns_dep);
4589 : :
4590 : 0 : if (ptr->x_flag_tree_parallelize_loops)
4591 : 0 : fprintf (file, "%*s%s (%#x)\n",
4592 : : indent_to, "",
4593 : : "flag_tree_parallelize_loops",
4594 : : ptr->x_flag_tree_parallelize_loops);
4595 : :
4596 : 0 : fprintf (file, "%*s%s (%#x)\n",
4597 : : indent_to, "",
4598 : : "flag_lto_locality_cloning",
4599 : 0 : (int) ptr->x_flag_lto_locality_cloning);
4600 : :
4601 : 0 : fprintf (file, "%*s%s (%#x)\n",
4602 : : indent_to, "",
4603 : : "param_ranger_debug",
4604 : 0 : (int) ptr->x_param_ranger_debug);
4605 : :
4606 : 0 : fprintf (file, "%*s%s (%#x)\n",
4607 : : indent_to, "",
4608 : : "param_threader_debug",
4609 : 0 : (int) ptr->x_param_threader_debug);
4610 : :
4611 : 0 : fprintf (file, "%*s%s (%#x)\n",
4612 : : indent_to, "",
4613 : : "flag_excess_precision",
4614 : 0 : (int) ptr->x_flag_excess_precision);
4615 : :
4616 : 0 : fprintf (file, "%*s%s (%#x)\n",
4617 : : indent_to, "",
4618 : : "flag_fp_contract_mode",
4619 : 0 : (int) ptr->x_flag_fp_contract_mode);
4620 : :
4621 : 0 : fprintf (file, "%*s%s (%#x)\n",
4622 : : indent_to, "",
4623 : : "flag_harden_control_flow_redundancy_check_noreturn",
4624 : 0 : (int) ptr->x_flag_harden_control_flow_redundancy_check_noreturn);
4625 : :
4626 : 0 : fprintf (file, "%*s%s (%#x)\n",
4627 : : indent_to, "",
4628 : : "flag_inline_stringops",
4629 : 0 : (int) ptr->x_flag_inline_stringops);
4630 : :
4631 : 0 : fprintf (file, "%*s%s (%#x)\n",
4632 : : indent_to, "",
4633 : : "flag_ira_algorithm",
4634 : 0 : (int) ptr->x_flag_ira_algorithm);
4635 : :
4636 : 0 : fprintf (file, "%*s%s (%#x)\n",
4637 : : indent_to, "",
4638 : : "flag_ira_region",
4639 : 0 : (int) ptr->x_flag_ira_region);
4640 : :
4641 : 0 : fprintf (file, "%*s%s (%#x)\n",
4642 : : indent_to, "",
4643 : : "flag_live_patching",
4644 : 0 : (int) ptr->x_flag_live_patching);
4645 : :
4646 : 0 : fprintf (file, "%*s%s (%#x)\n",
4647 : : indent_to, "",
4648 : : "flag_reorder_blocks_algorithm",
4649 : 0 : (int) ptr->x_flag_reorder_blocks_algorithm);
4650 : :
4651 : 0 : fprintf (file, "%*s%s (%#x)\n",
4652 : : indent_to, "",
4653 : : "flag_simd_cost_model",
4654 : 0 : (int) ptr->x_flag_simd_cost_model);
4655 : :
4656 : 0 : fprintf (file, "%*s%s (%#x)\n",
4657 : : indent_to, "",
4658 : : "flag_stack_reuse",
4659 : 0 : (int) ptr->x_flag_stack_reuse);
4660 : :
4661 : 0 : fprintf (file, "%*s%s (%#x)\n",
4662 : : indent_to, "",
4663 : : "flag_auto_var_init",
4664 : 0 : (int) ptr->x_flag_auto_var_init);
4665 : :
4666 : 0 : fprintf (file, "%*s%s (%#x)\n",
4667 : : indent_to, "",
4668 : : "flag_vect_cost_model",
4669 : 0 : (int) ptr->x_flag_vect_cost_model);
4670 : :
4671 : 0 : if (ptr->x_optimize)
4672 : 0 : fprintf (file, "%*s%s (%#x)\n",
4673 : : indent_to, "",
4674 : : "optimize",
4675 : : ptr->x_optimize);
4676 : :
4677 : 0 : if (ptr->x_optimize_size)
4678 : 0 : fprintf (file, "%*s%s (%#x)\n",
4679 : : indent_to, "",
4680 : : "optimize_size",
4681 : : ptr->x_optimize_size);
4682 : :
4683 : 0 : if (ptr->x_optimize_debug)
4684 : 0 : fprintf (file, "%*s%s (%#x)\n",
4685 : : indent_to, "",
4686 : : "optimize_debug",
4687 : : ptr->x_optimize_debug);
4688 : :
4689 : 0 : if (ptr->x_optimize_fast)
4690 : 0 : fprintf (file, "%*s%s (%#x)\n",
4691 : : indent_to, "",
4692 : : "optimize_fast",
4693 : : ptr->x_optimize_fast);
4694 : :
4695 : 0 : if (ptr->x_warn_inline)
4696 : 0 : fprintf (file, "%*s%s (%#x)\n",
4697 : : indent_to, "",
4698 : : "warn_inline",
4699 : : ptr->x_warn_inline);
4700 : :
4701 : 0 : if (ptr->x_flag_aggressive_loop_optimizations)
4702 : 0 : fprintf (file, "%*s%s (%#x)\n",
4703 : : indent_to, "",
4704 : : "flag_aggressive_loop_optimizations",
4705 : : ptr->x_flag_aggressive_loop_optimizations);
4706 : :
4707 : 0 : if (ptr->x_flag_align_functions)
4708 : 0 : fprintf (file, "%*s%s (%#x)\n",
4709 : : indent_to, "",
4710 : : "flag_align_functions",
4711 : : ptr->x_flag_align_functions);
4712 : :
4713 : 0 : if (ptr->x_flag_align_jumps)
4714 : 0 : fprintf (file, "%*s%s (%#x)\n",
4715 : : indent_to, "",
4716 : : "flag_align_jumps",
4717 : : ptr->x_flag_align_jumps);
4718 : :
4719 : 0 : if (ptr->x_flag_align_labels)
4720 : 0 : fprintf (file, "%*s%s (%#x)\n",
4721 : : indent_to, "",
4722 : : "flag_align_labels",
4723 : : ptr->x_flag_align_labels);
4724 : :
4725 : 0 : if (ptr->x_flag_align_loops)
4726 : 0 : fprintf (file, "%*s%s (%#x)\n",
4727 : : indent_to, "",
4728 : : "flag_align_loops",
4729 : : ptr->x_flag_align_loops);
4730 : :
4731 : 0 : if (ptr->x_flag_allocation_dce)
4732 : 0 : fprintf (file, "%*s%s (%#x)\n",
4733 : : indent_to, "",
4734 : : "flag_allocation_dce",
4735 : : ptr->x_flag_allocation_dce);
4736 : :
4737 : 0 : if (ptr->x_flag_store_data_races)
4738 : 0 : fprintf (file, "%*s%s (%#x)\n",
4739 : : indent_to, "",
4740 : : "flag_store_data_races",
4741 : : ptr->x_flag_store_data_races);
4742 : :
4743 : 0 : if (ptr->x_flag_associative_math)
4744 : 0 : fprintf (file, "%*s%s (%#x)\n",
4745 : : indent_to, "",
4746 : : "flag_associative_math",
4747 : : ptr->x_flag_associative_math);
4748 : :
4749 : 0 : if (ptr->x_flag_assume_sane_operators_new_delete)
4750 : 0 : fprintf (file, "%*s%s (%#x)\n",
4751 : : indent_to, "",
4752 : : "flag_assume_sane_operators_new_delete",
4753 : : ptr->x_flag_assume_sane_operators_new_delete);
4754 : :
4755 : 0 : if (ptr->x_flag_asynchronous_unwind_tables)
4756 : 0 : fprintf (file, "%*s%s (%#x)\n",
4757 : : indent_to, "",
4758 : : "flag_asynchronous_unwind_tables",
4759 : : ptr->x_flag_asynchronous_unwind_tables);
4760 : :
4761 : 0 : if (ptr->x_flag_auto_inc_dec)
4762 : 0 : fprintf (file, "%*s%s (%#x)\n",
4763 : : indent_to, "",
4764 : : "flag_auto_inc_dec",
4765 : : ptr->x_flag_auto_inc_dec);
4766 : :
4767 : 0 : if (ptr->x_flag_auto_profile_inlining)
4768 : 0 : fprintf (file, "%*s%s (%#x)\n",
4769 : : indent_to, "",
4770 : : "flag_auto_profile_inlining",
4771 : : ptr->x_flag_auto_profile_inlining);
4772 : :
4773 : 0 : if (ptr->x_flag_avoid_store_forwarding)
4774 : 0 : fprintf (file, "%*s%s (%#x)\n",
4775 : : indent_to, "",
4776 : : "flag_avoid_store_forwarding",
4777 : : ptr->x_flag_avoid_store_forwarding);
4778 : :
4779 : 0 : if (ptr->x_flag_bit_tests)
4780 : 0 : fprintf (file, "%*s%s (%#x)\n",
4781 : : indent_to, "",
4782 : : "flag_bit_tests",
4783 : : ptr->x_flag_bit_tests);
4784 : :
4785 : 0 : if (ptr->x_flag_branch_on_count_reg)
4786 : 0 : fprintf (file, "%*s%s (%#x)\n",
4787 : : indent_to, "",
4788 : : "flag_branch_on_count_reg",
4789 : : ptr->x_flag_branch_on_count_reg);
4790 : :
4791 : 0 : if (ptr->x_flag_branch_probabilities)
4792 : 0 : fprintf (file, "%*s%s (%#x)\n",
4793 : : indent_to, "",
4794 : : "flag_branch_probabilities",
4795 : : ptr->x_flag_branch_probabilities);
4796 : :
4797 : 0 : if (ptr->x_flag_caller_saves)
4798 : 0 : fprintf (file, "%*s%s (%#x)\n",
4799 : : indent_to, "",
4800 : : "flag_caller_saves",
4801 : : ptr->x_flag_caller_saves);
4802 : :
4803 : 0 : if (ptr->x_flag_code_hoisting)
4804 : 0 : fprintf (file, "%*s%s (%#x)\n",
4805 : : indent_to, "",
4806 : : "flag_code_hoisting",
4807 : : ptr->x_flag_code_hoisting);
4808 : :
4809 : 0 : if (ptr->x_flag_combine_stack_adjustments)
4810 : 0 : fprintf (file, "%*s%s (%#x)\n",
4811 : : indent_to, "",
4812 : : "flag_combine_stack_adjustments",
4813 : : ptr->x_flag_combine_stack_adjustments);
4814 : :
4815 : 0 : if (ptr->x_flag_compare_elim_after_reload)
4816 : 0 : fprintf (file, "%*s%s (%#x)\n",
4817 : : indent_to, "",
4818 : : "flag_compare_elim_after_reload",
4819 : : ptr->x_flag_compare_elim_after_reload);
4820 : :
4821 : 0 : if (ptr->x_flag_conserve_stack)
4822 : 0 : fprintf (file, "%*s%s (%#x)\n",
4823 : : indent_to, "",
4824 : : "flag_conserve_stack",
4825 : : ptr->x_flag_conserve_stack);
4826 : :
4827 : 0 : if (ptr->x_flag_cprop_registers)
4828 : 0 : fprintf (file, "%*s%s (%#x)\n",
4829 : : indent_to, "",
4830 : : "flag_cprop_registers",
4831 : : ptr->x_flag_cprop_registers);
4832 : :
4833 : 0 : if (ptr->x_flag_crossjumping)
4834 : 0 : fprintf (file, "%*s%s (%#x)\n",
4835 : : indent_to, "",
4836 : : "flag_crossjumping",
4837 : : ptr->x_flag_crossjumping);
4838 : :
4839 : 0 : if (ptr->x_flag_cse_follow_jumps)
4840 : 0 : fprintf (file, "%*s%s (%#x)\n",
4841 : : indent_to, "",
4842 : : "flag_cse_follow_jumps",
4843 : : ptr->x_flag_cse_follow_jumps);
4844 : :
4845 : 0 : if (ptr->x_flag_dce)
4846 : 0 : fprintf (file, "%*s%s (%#x)\n",
4847 : : indent_to, "",
4848 : : "flag_dce",
4849 : : ptr->x_flag_dce);
4850 : :
4851 : 0 : if (ptr->x_flag_defer_pop)
4852 : 0 : fprintf (file, "%*s%s (%#x)\n",
4853 : : indent_to, "",
4854 : : "flag_defer_pop",
4855 : : ptr->x_flag_defer_pop);
4856 : :
4857 : 0 : if (ptr->x_flag_delayed_branch)
4858 : 0 : fprintf (file, "%*s%s (%#x)\n",
4859 : : indent_to, "",
4860 : : "flag_delayed_branch",
4861 : : ptr->x_flag_delayed_branch);
4862 : :
4863 : 0 : if (ptr->x_flag_delete_dead_exceptions)
4864 : 0 : fprintf (file, "%*s%s (%#x)\n",
4865 : : indent_to, "",
4866 : : "flag_delete_dead_exceptions",
4867 : : ptr->x_flag_delete_dead_exceptions);
4868 : :
4869 : 0 : if (ptr->x_flag_delete_null_pointer_checks)
4870 : 0 : fprintf (file, "%*s%s (%#x)\n",
4871 : : indent_to, "",
4872 : : "flag_delete_null_pointer_checks",
4873 : : ptr->x_flag_delete_null_pointer_checks);
4874 : :
4875 : 0 : if (ptr->x_flag_dep_fusion)
4876 : 0 : fprintf (file, "%*s%s (%#x)\n",
4877 : : indent_to, "",
4878 : : "flag_dep_fusion",
4879 : : ptr->x_flag_dep_fusion);
4880 : :
4881 : 0 : if (ptr->x_flag_devirtualize)
4882 : 0 : fprintf (file, "%*s%s (%#x)\n",
4883 : : indent_to, "",
4884 : : "flag_devirtualize",
4885 : : ptr->x_flag_devirtualize);
4886 : :
4887 : 0 : if (ptr->x_flag_devirtualize_speculatively)
4888 : 0 : fprintf (file, "%*s%s (%#x)\n",
4889 : : indent_to, "",
4890 : : "flag_devirtualize_speculatively",
4891 : : ptr->x_flag_devirtualize_speculatively);
4892 : :
4893 : 0 : if (ptr->x_flag_dse)
4894 : 0 : fprintf (file, "%*s%s (%#x)\n",
4895 : : indent_to, "",
4896 : : "flag_dse",
4897 : : ptr->x_flag_dse);
4898 : :
4899 : 0 : if (ptr->x_flag_early_inlining)
4900 : 0 : fprintf (file, "%*s%s (%#x)\n",
4901 : : indent_to, "",
4902 : : "flag_early_inlining",
4903 : : ptr->x_flag_early_inlining);
4904 : :
4905 : 0 : if (ptr->x_flag_exceptions)
4906 : 0 : fprintf (file, "%*s%s (%#x)\n",
4907 : : indent_to, "",
4908 : : "flag_exceptions",
4909 : : ptr->x_flag_exceptions);
4910 : :
4911 : 0 : if (ptr->x_flag_expensive_optimizations)
4912 : 0 : fprintf (file, "%*s%s (%#x)\n",
4913 : : indent_to, "",
4914 : : "flag_expensive_optimizations",
4915 : : ptr->x_flag_expensive_optimizations);
4916 : :
4917 : 0 : if (ptr->x_flag_ext_dce)
4918 : 0 : fprintf (file, "%*s%s (%#x)\n",
4919 : : indent_to, "",
4920 : : "flag_ext_dce",
4921 : : ptr->x_flag_ext_dce);
4922 : :
4923 : 0 : if (ptr->x_flag_finite_loops)
4924 : 0 : fprintf (file, "%*s%s (%#x)\n",
4925 : : indent_to, "",
4926 : : "flag_finite_loops",
4927 : : ptr->x_flag_finite_loops);
4928 : :
4929 : 0 : if (ptr->x_flag_finite_math_only)
4930 : 0 : fprintf (file, "%*s%s (%#x)\n",
4931 : : indent_to, "",
4932 : : "flag_finite_math_only",
4933 : : ptr->x_flag_finite_math_only);
4934 : :
4935 : 0 : if (ptr->x_flag_float_store)
4936 : 0 : fprintf (file, "%*s%s (%#x)\n",
4937 : : indent_to, "",
4938 : : "flag_float_store",
4939 : : ptr->x_flag_float_store);
4940 : :
4941 : 0 : if (ptr->x_flag_fold_mem_offsets)
4942 : 0 : fprintf (file, "%*s%s (%#x)\n",
4943 : : indent_to, "",
4944 : : "flag_fold_mem_offsets",
4945 : : ptr->x_flag_fold_mem_offsets);
4946 : :
4947 : 0 : if (ptr->x_flag_fold_simple_inlines)
4948 : 0 : fprintf (file, "%*s%s (%#x)\n",
4949 : : indent_to, "",
4950 : : "flag_fold_simple_inlines",
4951 : : ptr->x_flag_fold_simple_inlines);
4952 : :
4953 : 0 : if (ptr->x_flag_forward_propagate)
4954 : 0 : fprintf (file, "%*s%s (%#x)\n",
4955 : : indent_to, "",
4956 : : "flag_forward_propagate",
4957 : : ptr->x_flag_forward_propagate);
4958 : :
4959 : 0 : if (ptr->x_flag_fp_int_builtin_inexact)
4960 : 0 : fprintf (file, "%*s%s (%#x)\n",
4961 : : indent_to, "",
4962 : : "flag_fp_int_builtin_inexact",
4963 : : ptr->x_flag_fp_int_builtin_inexact);
4964 : :
4965 : 0 : if (ptr->x_flag_no_function_cse)
4966 : 0 : fprintf (file, "%*s%s (%#x)\n",
4967 : : indent_to, "",
4968 : : "flag_no_function_cse",
4969 : : ptr->x_flag_no_function_cse);
4970 : :
4971 : 0 : if (ptr->x_flag_gcse)
4972 : 0 : fprintf (file, "%*s%s (%#x)\n",
4973 : : indent_to, "",
4974 : : "flag_gcse",
4975 : : ptr->x_flag_gcse);
4976 : :
4977 : 0 : if (ptr->x_flag_gcse_after_reload)
4978 : 0 : fprintf (file, "%*s%s (%#x)\n",
4979 : : indent_to, "",
4980 : : "flag_gcse_after_reload",
4981 : : ptr->x_flag_gcse_after_reload);
4982 : :
4983 : 0 : if (ptr->x_flag_gcse_las)
4984 : 0 : fprintf (file, "%*s%s (%#x)\n",
4985 : : indent_to, "",
4986 : : "flag_gcse_las",
4987 : : ptr->x_flag_gcse_las);
4988 : :
4989 : 0 : if (ptr->x_flag_gcse_lm)
4990 : 0 : fprintf (file, "%*s%s (%#x)\n",
4991 : : indent_to, "",
4992 : : "flag_gcse_lm",
4993 : : ptr->x_flag_gcse_lm);
4994 : :
4995 : 0 : if (ptr->x_flag_gcse_sm)
4996 : 0 : fprintf (file, "%*s%s (%#x)\n",
4997 : : indent_to, "",
4998 : : "flag_gcse_sm",
4999 : : ptr->x_flag_gcse_sm);
5000 : :
5001 : 0 : if (ptr->x_flag_graphite)
5002 : 0 : fprintf (file, "%*s%s (%#x)\n",
5003 : : indent_to, "",
5004 : : "flag_graphite",
5005 : : ptr->x_flag_graphite);
5006 : :
5007 : 0 : if (ptr->x_flag_graphite_identity)
5008 : 0 : fprintf (file, "%*s%s (%#x)\n",
5009 : : indent_to, "",
5010 : : "flag_graphite_identity",
5011 : : ptr->x_flag_graphite_identity);
5012 : :
5013 : 0 : if (ptr->x_flag_guess_branch_prob)
5014 : 0 : fprintf (file, "%*s%s (%#x)\n",
5015 : : indent_to, "",
5016 : : "flag_guess_branch_prob",
5017 : : ptr->x_flag_guess_branch_prob);
5018 : :
5019 : 0 : if (ptr->x_flag_harden_control_flow_redundancy_check_exceptions)
5020 : 0 : fprintf (file, "%*s%s (%#x)\n",
5021 : : indent_to, "",
5022 : : "flag_harden_control_flow_redundancy_check_exceptions",
5023 : : ptr->x_flag_harden_control_flow_redundancy_check_exceptions);
5024 : :
5025 : 0 : if (ptr->x_flag_harden_control_flow_redundancy_check_returning_calls)
5026 : 0 : fprintf (file, "%*s%s (%#x)\n",
5027 : : indent_to, "",
5028 : : "flag_harden_control_flow_redundancy_check_returning_calls",
5029 : : ptr->x_flag_harden_control_flow_redundancy_check_returning_calls);
5030 : :
5031 : 0 : if (ptr->x_flag_harden_control_flow_redundancy_skip_leaf)
5032 : 0 : fprintf (file, "%*s%s (%#x)\n",
5033 : : indent_to, "",
5034 : : "flag_harden_control_flow_redundancy_skip_leaf",
5035 : : ptr->x_flag_harden_control_flow_redundancy_skip_leaf);
5036 : :
5037 : 0 : if (ptr->x_flag_harden_compares)
5038 : 0 : fprintf (file, "%*s%s (%#x)\n",
5039 : : indent_to, "",
5040 : : "flag_harden_compares",
5041 : : ptr->x_flag_harden_compares);
5042 : :
5043 : 0 : if (ptr->x_flag_harden_conditional_branches)
5044 : 0 : fprintf (file, "%*s%s (%#x)\n",
5045 : : indent_to, "",
5046 : : "flag_harden_conditional_branches",
5047 : : ptr->x_flag_harden_conditional_branches);
5048 : :
5049 : 0 : if (ptr->x_flag_harden_control_flow_redundancy)
5050 : 0 : fprintf (file, "%*s%s (%#x)\n",
5051 : : indent_to, "",
5052 : : "flag_harden_control_flow_redundancy",
5053 : : ptr->x_flag_harden_control_flow_redundancy);
5054 : :
5055 : 0 : if (ptr->x_flag_hoist_adjacent_loads)
5056 : 0 : fprintf (file, "%*s%s (%#x)\n",
5057 : : indent_to, "",
5058 : : "flag_hoist_adjacent_loads",
5059 : : ptr->x_flag_hoist_adjacent_loads);
5060 : :
5061 : 0 : if (ptr->x_flag_if_conversion)
5062 : 0 : fprintf (file, "%*s%s (%#x)\n",
5063 : : indent_to, "",
5064 : : "flag_if_conversion",
5065 : : ptr->x_flag_if_conversion);
5066 : :
5067 : 0 : if (ptr->x_flag_if_conversion2)
5068 : 0 : fprintf (file, "%*s%s (%#x)\n",
5069 : : indent_to, "",
5070 : : "flag_if_conversion2",
5071 : : ptr->x_flag_if_conversion2);
5072 : :
5073 : 0 : if (ptr->x_flag_indirect_inlining)
5074 : 0 : fprintf (file, "%*s%s (%#x)\n",
5075 : : indent_to, "",
5076 : : "flag_indirect_inlining",
5077 : : ptr->x_flag_indirect_inlining);
5078 : :
5079 : 0 : if (ptr->x_flag_no_inline)
5080 : 0 : fprintf (file, "%*s%s (%#x)\n",
5081 : : indent_to, "",
5082 : : "flag_no_inline",
5083 : : ptr->x_flag_no_inline);
5084 : :
5085 : 0 : if (ptr->x_flag_inline_atomics)
5086 : 0 : fprintf (file, "%*s%s (%#x)\n",
5087 : : indent_to, "",
5088 : : "flag_inline_atomics",
5089 : : ptr->x_flag_inline_atomics);
5090 : :
5091 : 0 : if (ptr->x_flag_inline_functions)
5092 : 0 : fprintf (file, "%*s%s (%#x)\n",
5093 : : indent_to, "",
5094 : : "flag_inline_functions",
5095 : : ptr->x_flag_inline_functions);
5096 : :
5097 : 0 : if (ptr->x_flag_inline_functions_called_once)
5098 : 0 : fprintf (file, "%*s%s (%#x)\n",
5099 : : indent_to, "",
5100 : : "flag_inline_functions_called_once",
5101 : : ptr->x_flag_inline_functions_called_once);
5102 : :
5103 : 0 : if (ptr->x_flag_inline_small_functions)
5104 : 0 : fprintf (file, "%*s%s (%#x)\n",
5105 : : indent_to, "",
5106 : : "flag_inline_small_functions",
5107 : : ptr->x_flag_inline_small_functions);
5108 : :
5109 : 0 : if (ptr->x_flag_ipa_bit_cp)
5110 : 0 : fprintf (file, "%*s%s (%#x)\n",
5111 : : indent_to, "",
5112 : : "flag_ipa_bit_cp",
5113 : : ptr->x_flag_ipa_bit_cp);
5114 : :
5115 : 0 : if (ptr->x_flag_ipa_cp)
5116 : 0 : fprintf (file, "%*s%s (%#x)\n",
5117 : : indent_to, "",
5118 : : "flag_ipa_cp",
5119 : : ptr->x_flag_ipa_cp);
5120 : :
5121 : 0 : if (ptr->x_flag_ipa_cp_clone)
5122 : 0 : fprintf (file, "%*s%s (%#x)\n",
5123 : : indent_to, "",
5124 : : "flag_ipa_cp_clone",
5125 : : ptr->x_flag_ipa_cp_clone);
5126 : :
5127 : 0 : if (ptr->x_flag_ipa_icf)
5128 : 0 : fprintf (file, "%*s%s (%#x)\n",
5129 : : indent_to, "",
5130 : : "flag_ipa_icf",
5131 : : ptr->x_flag_ipa_icf);
5132 : :
5133 : 0 : if (ptr->x_flag_ipa_icf_functions)
5134 : 0 : fprintf (file, "%*s%s (%#x)\n",
5135 : : indent_to, "",
5136 : : "flag_ipa_icf_functions",
5137 : : ptr->x_flag_ipa_icf_functions);
5138 : :
5139 : 0 : if (ptr->x_flag_ipa_icf_variables)
5140 : 0 : fprintf (file, "%*s%s (%#x)\n",
5141 : : indent_to, "",
5142 : : "flag_ipa_icf_variables",
5143 : : ptr->x_flag_ipa_icf_variables);
5144 : :
5145 : 0 : if (ptr->x_flag_ipa_modref)
5146 : 0 : fprintf (file, "%*s%s (%#x)\n",
5147 : : indent_to, "",
5148 : : "flag_ipa_modref",
5149 : : ptr->x_flag_ipa_modref);
5150 : :
5151 : 0 : if (ptr->x_flag_ipa_profile)
5152 : 0 : fprintf (file, "%*s%s (%#x)\n",
5153 : : indent_to, "",
5154 : : "flag_ipa_profile",
5155 : : ptr->x_flag_ipa_profile);
5156 : :
5157 : 0 : if (ptr->x_flag_ipa_pta)
5158 : 0 : fprintf (file, "%*s%s (%#x)\n",
5159 : : indent_to, "",
5160 : : "flag_ipa_pta",
5161 : : ptr->x_flag_ipa_pta);
5162 : :
5163 : 0 : if (ptr->x_flag_ipa_pure_const)
5164 : 0 : fprintf (file, "%*s%s (%#x)\n",
5165 : : indent_to, "",
5166 : : "flag_ipa_pure_const",
5167 : : ptr->x_flag_ipa_pure_const);
5168 : :
5169 : 0 : if (ptr->x_flag_ipa_ra)
5170 : 0 : fprintf (file, "%*s%s (%#x)\n",
5171 : : indent_to, "",
5172 : : "flag_ipa_ra",
5173 : : ptr->x_flag_ipa_ra);
5174 : :
5175 : 0 : if (ptr->x_flag_ipa_reference)
5176 : 0 : fprintf (file, "%*s%s (%#x)\n",
5177 : : indent_to, "",
5178 : : "flag_ipa_reference",
5179 : : ptr->x_flag_ipa_reference);
5180 : :
5181 : 0 : if (ptr->x_flag_ipa_reference_addressable)
5182 : 0 : fprintf (file, "%*s%s (%#x)\n",
5183 : : indent_to, "",
5184 : : "flag_ipa_reference_addressable",
5185 : : ptr->x_flag_ipa_reference_addressable);
5186 : :
5187 : 0 : if (ptr->x_flag_ipa_reorder_for_locality)
5188 : 0 : fprintf (file, "%*s%s (%#x)\n",
5189 : : indent_to, "",
5190 : : "flag_ipa_reorder_for_locality",
5191 : : ptr->x_flag_ipa_reorder_for_locality);
5192 : :
5193 : 0 : if (ptr->x_flag_ipa_sra)
5194 : 0 : fprintf (file, "%*s%s (%#x)\n",
5195 : : indent_to, "",
5196 : : "flag_ipa_sra",
5197 : : ptr->x_flag_ipa_sra);
5198 : :
5199 : 0 : if (ptr->x_flag_ipa_stack_alignment)
5200 : 0 : fprintf (file, "%*s%s (%#x)\n",
5201 : : indent_to, "",
5202 : : "flag_ipa_stack_alignment",
5203 : : ptr->x_flag_ipa_stack_alignment);
5204 : :
5205 : 0 : if (ptr->x_flag_ipa_strict_aliasing)
5206 : 0 : fprintf (file, "%*s%s (%#x)\n",
5207 : : indent_to, "",
5208 : : "flag_ipa_strict_aliasing",
5209 : : ptr->x_flag_ipa_strict_aliasing);
5210 : :
5211 : 0 : if (ptr->x_flag_ipa_vrp)
5212 : 0 : fprintf (file, "%*s%s (%#x)\n",
5213 : : indent_to, "",
5214 : : "flag_ipa_vrp",
5215 : : ptr->x_flag_ipa_vrp);
5216 : :
5217 : 0 : if (ptr->x_flag_ira_hoist_pressure)
5218 : 0 : fprintf (file, "%*s%s (%#x)\n",
5219 : : indent_to, "",
5220 : : "flag_ira_hoist_pressure",
5221 : : ptr->x_flag_ira_hoist_pressure);
5222 : :
5223 : 0 : if (ptr->x_flag_ira_loop_pressure)
5224 : 0 : fprintf (file, "%*s%s (%#x)\n",
5225 : : indent_to, "",
5226 : : "flag_ira_loop_pressure",
5227 : : ptr->x_flag_ira_loop_pressure);
5228 : :
5229 : 0 : if (ptr->x_flag_ira_share_save_slots)
5230 : 0 : fprintf (file, "%*s%s (%#x)\n",
5231 : : indent_to, "",
5232 : : "flag_ira_share_save_slots",
5233 : : ptr->x_flag_ira_share_save_slots);
5234 : :
5235 : 0 : if (ptr->x_flag_ira_share_spill_slots)
5236 : 0 : fprintf (file, "%*s%s (%#x)\n",
5237 : : indent_to, "",
5238 : : "flag_ira_share_spill_slots",
5239 : : ptr->x_flag_ira_share_spill_slots);
5240 : :
5241 : 0 : if (ptr->x_flag_isolate_erroneous_paths_attribute)
5242 : 0 : fprintf (file, "%*s%s (%#x)\n",
5243 : : indent_to, "",
5244 : : "flag_isolate_erroneous_paths_attribute",
5245 : : ptr->x_flag_isolate_erroneous_paths_attribute);
5246 : :
5247 : 0 : if (ptr->x_flag_isolate_erroneous_paths_dereference)
5248 : 0 : fprintf (file, "%*s%s (%#x)\n",
5249 : : indent_to, "",
5250 : : "flag_isolate_erroneous_paths_dereference",
5251 : : ptr->x_flag_isolate_erroneous_paths_dereference);
5252 : :
5253 : 0 : if (ptr->x_flag_ivopts)
5254 : 0 : fprintf (file, "%*s%s (%#x)\n",
5255 : : indent_to, "",
5256 : : "flag_ivopts",
5257 : : ptr->x_flag_ivopts);
5258 : :
5259 : 0 : if (ptr->x_flag_jump_tables)
5260 : 0 : fprintf (file, "%*s%s (%#x)\n",
5261 : : indent_to, "",
5262 : : "flag_jump_tables",
5263 : : ptr->x_flag_jump_tables);
5264 : :
5265 : 0 : if (ptr->x_flag_keep_gc_roots_live)
5266 : 0 : fprintf (file, "%*s%s (%#x)\n",
5267 : : indent_to, "",
5268 : : "flag_keep_gc_roots_live",
5269 : : ptr->x_flag_keep_gc_roots_live);
5270 : :
5271 : 0 : if (ptr->x_flag_late_combine_instructions)
5272 : 0 : fprintf (file, "%*s%s (%#x)\n",
5273 : : indent_to, "",
5274 : : "flag_late_combine_instructions",
5275 : : ptr->x_flag_late_combine_instructions);
5276 : :
5277 : 0 : if (ptr->x_flag_lifetime_dse)
5278 : 0 : fprintf (file, "%*s%s (%#x)\n",
5279 : : indent_to, "",
5280 : : "flag_lifetime_dse",
5281 : : ptr->x_flag_lifetime_dse);
5282 : :
5283 : 0 : if (ptr->x_flag_limit_function_alignment)
5284 : 0 : fprintf (file, "%*s%s (%#x)\n",
5285 : : indent_to, "",
5286 : : "flag_limit_function_alignment",
5287 : : ptr->x_flag_limit_function_alignment);
5288 : :
5289 : 0 : if (ptr->x_flag_live_range_shrinkage)
5290 : 0 : fprintf (file, "%*s%s (%#x)\n",
5291 : : indent_to, "",
5292 : : "flag_live_range_shrinkage",
5293 : : ptr->x_flag_live_range_shrinkage);
5294 : :
5295 : 0 : if (ptr->x_flag_loop_interchange)
5296 : 0 : fprintf (file, "%*s%s (%#x)\n",
5297 : : indent_to, "",
5298 : : "flag_loop_interchange",
5299 : : ptr->x_flag_loop_interchange);
5300 : :
5301 : 0 : if (ptr->x_flag_loop_nest_optimize)
5302 : 0 : fprintf (file, "%*s%s (%#x)\n",
5303 : : indent_to, "",
5304 : : "flag_loop_nest_optimize",
5305 : : ptr->x_flag_loop_nest_optimize);
5306 : :
5307 : 0 : if (ptr->x_flag_loop_parallelize_all)
5308 : 0 : fprintf (file, "%*s%s (%#x)\n",
5309 : : indent_to, "",
5310 : : "flag_loop_parallelize_all",
5311 : : ptr->x_flag_loop_parallelize_all);
5312 : :
5313 : 0 : if (ptr->x_flag_unroll_jam)
5314 : 0 : fprintf (file, "%*s%s (%#x)\n",
5315 : : indent_to, "",
5316 : : "flag_unroll_jam",
5317 : : ptr->x_flag_unroll_jam);
5318 : :
5319 : 0 : if (ptr->x_flag_lra_remat)
5320 : 0 : fprintf (file, "%*s%s (%#x)\n",
5321 : : indent_to, "",
5322 : : "flag_lra_remat",
5323 : : ptr->x_flag_lra_remat);
5324 : :
5325 : 0 : if (ptr->x_flag_malloc_dce)
5326 : 0 : fprintf (file, "%*s%s (%#x)\n",
5327 : : indent_to, "",
5328 : : "flag_malloc_dce",
5329 : : ptr->x_flag_malloc_dce);
5330 : :
5331 : 0 : if (ptr->x_flag_errno_math)
5332 : 0 : fprintf (file, "%*s%s (%#x)\n",
5333 : : indent_to, "",
5334 : : "flag_errno_math",
5335 : : ptr->x_flag_errno_math);
5336 : :
5337 : 0 : if (ptr->x_flag_modulo_sched)
5338 : 0 : fprintf (file, "%*s%s (%#x)\n",
5339 : : indent_to, "",
5340 : : "flag_modulo_sched",
5341 : : ptr->x_flag_modulo_sched);
5342 : :
5343 : 0 : if (ptr->x_flag_modulo_sched_allow_regmoves)
5344 : 0 : fprintf (file, "%*s%s (%#x)\n",
5345 : : indent_to, "",
5346 : : "flag_modulo_sched_allow_regmoves",
5347 : : ptr->x_flag_modulo_sched_allow_regmoves);
5348 : :
5349 : 0 : if (ptr->x_flag_move_loop_invariants)
5350 : 0 : fprintf (file, "%*s%s (%#x)\n",
5351 : : indent_to, "",
5352 : : "flag_move_loop_invariants",
5353 : : ptr->x_flag_move_loop_invariants);
5354 : :
5355 : 0 : if (ptr->x_flag_move_loop_stores)
5356 : 0 : fprintf (file, "%*s%s (%#x)\n",
5357 : : indent_to, "",
5358 : : "flag_move_loop_stores",
5359 : : ptr->x_flag_move_loop_stores);
5360 : :
5361 : 0 : if (ptr->x_flag_non_call_exceptions)
5362 : 0 : fprintf (file, "%*s%s (%#x)\n",
5363 : : indent_to, "",
5364 : : "flag_non_call_exceptions",
5365 : : ptr->x_flag_non_call_exceptions);
5366 : :
5367 : 0 : if (ptr->x_flag_nothrow_opt)
5368 : 0 : fprintf (file, "%*s%s (%#x)\n",
5369 : : indent_to, "",
5370 : : "flag_nothrow_opt",
5371 : : ptr->x_flag_nothrow_opt);
5372 : :
5373 : 0 : if (ptr->x_flag_omit_frame_pointer)
5374 : 0 : fprintf (file, "%*s%s (%#x)\n",
5375 : : indent_to, "",
5376 : : "flag_omit_frame_pointer",
5377 : : ptr->x_flag_omit_frame_pointer);
5378 : :
5379 : 0 : if (ptr->x_flag_opt_info)
5380 : 0 : fprintf (file, "%*s%s (%#x)\n",
5381 : : indent_to, "",
5382 : : "flag_opt_info",
5383 : : ptr->x_flag_opt_info);
5384 : :
5385 : 0 : if (ptr->x_flag_optimize_crc)
5386 : 0 : fprintf (file, "%*s%s (%#x)\n",
5387 : : indent_to, "",
5388 : : "flag_optimize_crc",
5389 : : ptr->x_flag_optimize_crc);
5390 : :
5391 : 0 : if (ptr->x_flag_optimize_sibling_calls)
5392 : 0 : fprintf (file, "%*s%s (%#x)\n",
5393 : : indent_to, "",
5394 : : "flag_optimize_sibling_calls",
5395 : : ptr->x_flag_optimize_sibling_calls);
5396 : :
5397 : 0 : if (ptr->x_flag_optimize_strlen)
5398 : 0 : fprintf (file, "%*s%s (%#x)\n",
5399 : : indent_to, "",
5400 : : "flag_optimize_strlen",
5401 : : ptr->x_flag_optimize_strlen);
5402 : :
5403 : 0 : if (ptr->x_flag_pack_struct)
5404 : 0 : fprintf (file, "%*s%s (%#x)\n",
5405 : : indent_to, "",
5406 : : "flag_pack_struct",
5407 : : ptr->x_flag_pack_struct);
5408 : :
5409 : 0 : if (ptr->x_flag_partial_inlining)
5410 : 0 : fprintf (file, "%*s%s (%#x)\n",
5411 : : indent_to, "",
5412 : : "flag_partial_inlining",
5413 : : ptr->x_flag_partial_inlining);
5414 : :
5415 : 0 : if (ptr->x_flag_pcc_struct_return)
5416 : 0 : fprintf (file, "%*s%s (%#x)\n",
5417 : : indent_to, "",
5418 : : "flag_pcc_struct_return",
5419 : : ptr->x_flag_pcc_struct_return);
5420 : :
5421 : 0 : if (ptr->x_flag_peel_loops)
5422 : 0 : fprintf (file, "%*s%s (%#x)\n",
5423 : : indent_to, "",
5424 : : "flag_peel_loops",
5425 : : ptr->x_flag_peel_loops);
5426 : :
5427 : 0 : if (ptr->x_flag_no_peephole)
5428 : 0 : fprintf (file, "%*s%s (%#x)\n",
5429 : : indent_to, "",
5430 : : "flag_no_peephole",
5431 : : ptr->x_flag_no_peephole);
5432 : :
5433 : 0 : if (ptr->x_flag_peephole2)
5434 : 0 : fprintf (file, "%*s%s (%#x)\n",
5435 : : indent_to, "",
5436 : : "flag_peephole2",
5437 : : ptr->x_flag_peephole2);
5438 : :
5439 : 0 : if (ptr->x_flag_plt)
5440 : 0 : fprintf (file, "%*s%s (%#x)\n",
5441 : : indent_to, "",
5442 : : "flag_plt",
5443 : : ptr->x_flag_plt);
5444 : :
5445 : 0 : if (ptr->x_flag_predictive_commoning)
5446 : 0 : fprintf (file, "%*s%s (%#x)\n",
5447 : : indent_to, "",
5448 : : "flag_predictive_commoning",
5449 : : ptr->x_flag_predictive_commoning);
5450 : :
5451 : 0 : if (ptr->x_flag_prefetch_loop_arrays)
5452 : 0 : fprintf (file, "%*s%s (%#x)\n",
5453 : : indent_to, "",
5454 : : "flag_prefetch_loop_arrays",
5455 : : ptr->x_flag_prefetch_loop_arrays);
5456 : :
5457 : 0 : if (ptr->x_flag_printf_return_value)
5458 : 0 : fprintf (file, "%*s%s (%#x)\n",
5459 : : indent_to, "",
5460 : : "flag_printf_return_value",
5461 : : ptr->x_flag_printf_return_value);
5462 : :
5463 : 0 : if (ptr->x_flag_profile_partial_training)
5464 : 0 : fprintf (file, "%*s%s (%#x)\n",
5465 : : indent_to, "",
5466 : : "flag_profile_partial_training",
5467 : : ptr->x_flag_profile_partial_training);
5468 : :
5469 : 0 : if (ptr->x_flag_profile_reorder_functions)
5470 : 0 : fprintf (file, "%*s%s (%#x)\n",
5471 : : indent_to, "",
5472 : : "flag_profile_reorder_functions",
5473 : : ptr->x_flag_profile_reorder_functions);
5474 : :
5475 : 0 : if (ptr->x_flag_reciprocal_math)
5476 : 0 : fprintf (file, "%*s%s (%#x)\n",
5477 : : indent_to, "",
5478 : : "flag_reciprocal_math",
5479 : : ptr->x_flag_reciprocal_math);
5480 : :
5481 : 0 : if (ptr->x_flag_ree)
5482 : 0 : fprintf (file, "%*s%s (%#x)\n",
5483 : : indent_to, "",
5484 : : "flag_ree",
5485 : : ptr->x_flag_ree);
5486 : :
5487 : 0 : if (ptr->x_flag_rename_registers)
5488 : 0 : fprintf (file, "%*s%s (%#x)\n",
5489 : : indent_to, "",
5490 : : "flag_rename_registers",
5491 : : ptr->x_flag_rename_registers);
5492 : :
5493 : 0 : if (ptr->x_flag_reorder_blocks)
5494 : 0 : fprintf (file, "%*s%s (%#x)\n",
5495 : : indent_to, "",
5496 : : "flag_reorder_blocks",
5497 : : ptr->x_flag_reorder_blocks);
5498 : :
5499 : 0 : if (ptr->x_flag_reorder_blocks_and_partition)
5500 : 0 : fprintf (file, "%*s%s (%#x)\n",
5501 : : indent_to, "",
5502 : : "flag_reorder_blocks_and_partition",
5503 : : ptr->x_flag_reorder_blocks_and_partition);
5504 : :
5505 : 0 : if (ptr->x_flag_reorder_functions)
5506 : 0 : fprintf (file, "%*s%s (%#x)\n",
5507 : : indent_to, "",
5508 : : "flag_reorder_functions",
5509 : : ptr->x_flag_reorder_functions);
5510 : :
5511 : 0 : if (ptr->x_flag_rerun_cse_after_loop)
5512 : 0 : fprintf (file, "%*s%s (%#x)\n",
5513 : : indent_to, "",
5514 : : "flag_rerun_cse_after_loop",
5515 : : ptr->x_flag_rerun_cse_after_loop);
5516 : :
5517 : 0 : if (ptr->x_flag_resched_modulo_sched)
5518 : 0 : fprintf (file, "%*s%s (%#x)\n",
5519 : : indent_to, "",
5520 : : "flag_resched_modulo_sched",
5521 : : ptr->x_flag_resched_modulo_sched);
5522 : :
5523 : 0 : if (ptr->x_flag_rounding_math)
5524 : 0 : fprintf (file, "%*s%s (%#x)\n",
5525 : : indent_to, "",
5526 : : "flag_rounding_math",
5527 : : ptr->x_flag_rounding_math);
5528 : :
5529 : 0 : if (ptr->x_flag_rtti)
5530 : 0 : fprintf (file, "%*s%s (%#x)\n",
5531 : : indent_to, "",
5532 : : "flag_rtti",
5533 : : ptr->x_flag_rtti);
5534 : :
5535 : 0 : if (ptr->x_flag_save_optimization_record)
5536 : 0 : fprintf (file, "%*s%s (%#x)\n",
5537 : : indent_to, "",
5538 : : "flag_save_optimization_record",
5539 : : ptr->x_flag_save_optimization_record);
5540 : :
5541 : 0 : if (ptr->x_flag_sched_critical_path_heuristic)
5542 : 0 : fprintf (file, "%*s%s (%#x)\n",
5543 : : indent_to, "",
5544 : : "flag_sched_critical_path_heuristic",
5545 : : ptr->x_flag_sched_critical_path_heuristic);
5546 : :
5547 : 0 : if (ptr->x_flag_sched_dep_count_heuristic)
5548 : 0 : fprintf (file, "%*s%s (%#x)\n",
5549 : : indent_to, "",
5550 : : "flag_sched_dep_count_heuristic",
5551 : : ptr->x_flag_sched_dep_count_heuristic);
5552 : :
5553 : 0 : if (ptr->x_flag_sched_group_heuristic)
5554 : 0 : fprintf (file, "%*s%s (%#x)\n",
5555 : : indent_to, "",
5556 : : "flag_sched_group_heuristic",
5557 : : ptr->x_flag_sched_group_heuristic);
5558 : :
5559 : 0 : if (ptr->x_flag_schedule_interblock)
5560 : 0 : fprintf (file, "%*s%s (%#x)\n",
5561 : : indent_to, "",
5562 : : "flag_schedule_interblock",
5563 : : ptr->x_flag_schedule_interblock);
5564 : :
5565 : 0 : if (ptr->x_flag_sched_last_insn_heuristic)
5566 : 0 : fprintf (file, "%*s%s (%#x)\n",
5567 : : indent_to, "",
5568 : : "flag_sched_last_insn_heuristic",
5569 : : ptr->x_flag_sched_last_insn_heuristic);
5570 : :
5571 : 0 : if (ptr->x_flag_sched_pressure)
5572 : 0 : fprintf (file, "%*s%s (%#x)\n",
5573 : : indent_to, "",
5574 : : "flag_sched_pressure",
5575 : : ptr->x_flag_sched_pressure);
5576 : :
5577 : 0 : if (ptr->x_flag_sched_rank_heuristic)
5578 : 0 : fprintf (file, "%*s%s (%#x)\n",
5579 : : indent_to, "",
5580 : : "flag_sched_rank_heuristic",
5581 : : ptr->x_flag_sched_rank_heuristic);
5582 : :
5583 : 0 : if (ptr->x_flag_schedule_speculative)
5584 : 0 : fprintf (file, "%*s%s (%#x)\n",
5585 : : indent_to, "",
5586 : : "flag_schedule_speculative",
5587 : : ptr->x_flag_schedule_speculative);
5588 : :
5589 : 0 : if (ptr->x_flag_sched_spec_insn_heuristic)
5590 : 0 : fprintf (file, "%*s%s (%#x)\n",
5591 : : indent_to, "",
5592 : : "flag_sched_spec_insn_heuristic",
5593 : : ptr->x_flag_sched_spec_insn_heuristic);
5594 : :
5595 : 0 : if (ptr->x_flag_schedule_speculative_load)
5596 : 0 : fprintf (file, "%*s%s (%#x)\n",
5597 : : indent_to, "",
5598 : : "flag_schedule_speculative_load",
5599 : : ptr->x_flag_schedule_speculative_load);
5600 : :
5601 : 0 : if (ptr->x_flag_schedule_speculative_load_dangerous)
5602 : 0 : fprintf (file, "%*s%s (%#x)\n",
5603 : : indent_to, "",
5604 : : "flag_schedule_speculative_load_dangerous",
5605 : : ptr->x_flag_schedule_speculative_load_dangerous);
5606 : :
5607 : 0 : if (ptr->x_flag_sched2_use_superblocks)
5608 : 0 : fprintf (file, "%*s%s (%#x)\n",
5609 : : indent_to, "",
5610 : : "flag_sched2_use_superblocks",
5611 : : ptr->x_flag_sched2_use_superblocks);
5612 : :
5613 : 0 : if (ptr->x_flag_schedule_fusion)
5614 : 0 : fprintf (file, "%*s%s (%#x)\n",
5615 : : indent_to, "",
5616 : : "flag_schedule_fusion",
5617 : : ptr->x_flag_schedule_fusion);
5618 : :
5619 : 0 : if (ptr->x_flag_schedule_insns)
5620 : 0 : fprintf (file, "%*s%s (%#x)\n",
5621 : : indent_to, "",
5622 : : "flag_schedule_insns",
5623 : : ptr->x_flag_schedule_insns);
5624 : :
5625 : 0 : if (ptr->x_flag_schedule_insns_after_reload)
5626 : 0 : fprintf (file, "%*s%s (%#x)\n",
5627 : : indent_to, "",
5628 : : "flag_schedule_insns_after_reload",
5629 : : ptr->x_flag_schedule_insns_after_reload);
5630 : :
5631 : 0 : if (ptr->x_flag_section_anchors)
5632 : 0 : fprintf (file, "%*s%s (%#x)\n",
5633 : : indent_to, "",
5634 : : "flag_section_anchors",
5635 : : ptr->x_flag_section_anchors);
5636 : :
5637 : 0 : if (ptr->x_flag_sel_sched_pipelining)
5638 : 0 : fprintf (file, "%*s%s (%#x)\n",
5639 : : indent_to, "",
5640 : : "flag_sel_sched_pipelining",
5641 : : ptr->x_flag_sel_sched_pipelining);
5642 : :
5643 : 0 : if (ptr->x_flag_sel_sched_pipelining_outer_loops)
5644 : 0 : fprintf (file, "%*s%s (%#x)\n",
5645 : : indent_to, "",
5646 : : "flag_sel_sched_pipelining_outer_loops",
5647 : : ptr->x_flag_sel_sched_pipelining_outer_loops);
5648 : :
5649 : 0 : if (ptr->x_flag_sel_sched_reschedule_pipelined)
5650 : 0 : fprintf (file, "%*s%s (%#x)\n",
5651 : : indent_to, "",
5652 : : "flag_sel_sched_reschedule_pipelined",
5653 : : ptr->x_flag_sel_sched_reschedule_pipelined);
5654 : :
5655 : 0 : if (ptr->x_flag_selective_scheduling)
5656 : 0 : fprintf (file, "%*s%s (%#x)\n",
5657 : : indent_to, "",
5658 : : "flag_selective_scheduling",
5659 : : ptr->x_flag_selective_scheduling);
5660 : :
5661 : 0 : if (ptr->x_flag_selective_scheduling2)
5662 : 0 : fprintf (file, "%*s%s (%#x)\n",
5663 : : indent_to, "",
5664 : : "flag_selective_scheduling2",
5665 : : ptr->x_flag_selective_scheduling2);
5666 : :
5667 : 0 : if (ptr->x_flag_semantic_interposition)
5668 : 0 : fprintf (file, "%*s%s (%#x)\n",
5669 : : indent_to, "",
5670 : : "flag_semantic_interposition",
5671 : : ptr->x_flag_semantic_interposition);
5672 : :
5673 : 0 : if (ptr->x_flag_short_enums)
5674 : 0 : fprintf (file, "%*s%s (%#x)\n",
5675 : : indent_to, "",
5676 : : "flag_short_enums",
5677 : : ptr->x_flag_short_enums);
5678 : :
5679 : 0 : if (ptr->x_flag_short_wchar)
5680 : 0 : fprintf (file, "%*s%s (%#x)\n",
5681 : : indent_to, "",
5682 : : "flag_short_wchar",
5683 : : ptr->x_flag_short_wchar);
5684 : :
5685 : 0 : if (ptr->x_flag_shrink_wrap)
5686 : 0 : fprintf (file, "%*s%s (%#x)\n",
5687 : : indent_to, "",
5688 : : "flag_shrink_wrap",
5689 : : ptr->x_flag_shrink_wrap);
5690 : :
5691 : 0 : if (ptr->x_flag_shrink_wrap_separate)
5692 : 0 : fprintf (file, "%*s%s (%#x)\n",
5693 : : indent_to, "",
5694 : : "flag_shrink_wrap_separate",
5695 : : ptr->x_flag_shrink_wrap_separate);
5696 : :
5697 : 0 : if (ptr->x_flag_signaling_nans)
5698 : 0 : fprintf (file, "%*s%s (%#x)\n",
5699 : : indent_to, "",
5700 : : "flag_signaling_nans",
5701 : : ptr->x_flag_signaling_nans);
5702 : :
5703 : 0 : if (ptr->x_flag_signed_zeros)
5704 : 0 : fprintf (file, "%*s%s (%#x)\n",
5705 : : indent_to, "",
5706 : : "flag_signed_zeros",
5707 : : ptr->x_flag_signed_zeros);
5708 : :
5709 : 0 : if (ptr->x_flag_single_precision_constant)
5710 : 0 : fprintf (file, "%*s%s (%#x)\n",
5711 : : indent_to, "",
5712 : : "flag_single_precision_constant",
5713 : : ptr->x_flag_single_precision_constant);
5714 : :
5715 : 0 : if (ptr->x_flag_split_ivs_in_unroller)
5716 : 0 : fprintf (file, "%*s%s (%#x)\n",
5717 : : indent_to, "",
5718 : : "flag_split_ivs_in_unroller",
5719 : : ptr->x_flag_split_ivs_in_unroller);
5720 : :
5721 : 0 : if (ptr->x_flag_split_loops)
5722 : 0 : fprintf (file, "%*s%s (%#x)\n",
5723 : : indent_to, "",
5724 : : "flag_split_loops",
5725 : : ptr->x_flag_split_loops);
5726 : :
5727 : 0 : if (ptr->x_flag_split_paths)
5728 : 0 : fprintf (file, "%*s%s (%#x)\n",
5729 : : indent_to, "",
5730 : : "flag_split_paths",
5731 : : ptr->x_flag_split_paths);
5732 : :
5733 : 0 : if (ptr->x_flag_split_wide_types)
5734 : 0 : fprintf (file, "%*s%s (%#x)\n",
5735 : : indent_to, "",
5736 : : "flag_split_wide_types",
5737 : : ptr->x_flag_split_wide_types);
5738 : :
5739 : 0 : if (ptr->x_flag_split_wide_types_early)
5740 : 0 : fprintf (file, "%*s%s (%#x)\n",
5741 : : indent_to, "",
5742 : : "flag_split_wide_types_early",
5743 : : ptr->x_flag_split_wide_types_early);
5744 : :
5745 : 0 : if (ptr->x_flag_ssa_backprop)
5746 : 0 : fprintf (file, "%*s%s (%#x)\n",
5747 : : indent_to, "",
5748 : : "flag_ssa_backprop",
5749 : : ptr->x_flag_ssa_backprop);
5750 : :
5751 : 0 : if (ptr->x_flag_ssa_phiopt)
5752 : 0 : fprintf (file, "%*s%s (%#x)\n",
5753 : : indent_to, "",
5754 : : "flag_ssa_phiopt",
5755 : : ptr->x_flag_ssa_phiopt);
5756 : :
5757 : 0 : if (ptr->x_flag_stack_clash_protection)
5758 : 0 : fprintf (file, "%*s%s (%#x)\n",
5759 : : indent_to, "",
5760 : : "flag_stack_clash_protection",
5761 : : ptr->x_flag_stack_clash_protection);
5762 : :
5763 : 0 : if (ptr->x_flag_stack_protect)
5764 : 0 : fprintf (file, "%*s%s (%#x)\n",
5765 : : indent_to, "",
5766 : : "flag_stack_protect",
5767 : : ptr->x_flag_stack_protect);
5768 : :
5769 : 0 : if (ptr->x_flag_stdarg_opt)
5770 : 0 : fprintf (file, "%*s%s (%#x)\n",
5771 : : indent_to, "",
5772 : : "flag_stdarg_opt",
5773 : : ptr->x_flag_stdarg_opt);
5774 : :
5775 : 0 : if (ptr->x_flag_store_merging)
5776 : 0 : fprintf (file, "%*s%s (%#x)\n",
5777 : : indent_to, "",
5778 : : "flag_store_merging",
5779 : : ptr->x_flag_store_merging);
5780 : :
5781 : 0 : if (ptr->x_flag_strict_aliasing)
5782 : 0 : fprintf (file, "%*s%s (%#x)\n",
5783 : : indent_to, "",
5784 : : "flag_strict_aliasing",
5785 : : ptr->x_flag_strict_aliasing);
5786 : :
5787 : 0 : if (ptr->x_flag_strict_enums)
5788 : 0 : fprintf (file, "%*s%s (%#x)\n",
5789 : : indent_to, "",
5790 : : "flag_strict_enums",
5791 : : ptr->x_flag_strict_enums);
5792 : :
5793 : 0 : if (ptr->x_flag_strict_volatile_bitfields)
5794 : 0 : fprintf (file, "%*s%s (%#x)\n",
5795 : : indent_to, "",
5796 : : "flag_strict_volatile_bitfields",
5797 : : ptr->x_flag_strict_volatile_bitfields);
5798 : :
5799 : 0 : if (ptr->x_flag_thread_jumps)
5800 : 0 : fprintf (file, "%*s%s (%#x)\n",
5801 : : indent_to, "",
5802 : : "flag_thread_jumps",
5803 : : ptr->x_flag_thread_jumps);
5804 : :
5805 : 0 : if (ptr->x_flag_threadsafe_statics)
5806 : 0 : fprintf (file, "%*s%s (%#x)\n",
5807 : : indent_to, "",
5808 : : "flag_threadsafe_statics",
5809 : : ptr->x_flag_threadsafe_statics);
5810 : :
5811 : 0 : if (ptr->x_flag_toplevel_reorder)
5812 : 0 : fprintf (file, "%*s%s (%#x)\n",
5813 : : indent_to, "",
5814 : : "flag_toplevel_reorder",
5815 : : ptr->x_flag_toplevel_reorder);
5816 : :
5817 : 0 : if (ptr->x_flag_tracer)
5818 : 0 : fprintf (file, "%*s%s (%#x)\n",
5819 : : indent_to, "",
5820 : : "flag_tracer",
5821 : : ptr->x_flag_tracer);
5822 : :
5823 : 0 : if (ptr->x_flag_trapping_math)
5824 : 0 : fprintf (file, "%*s%s (%#x)\n",
5825 : : indent_to, "",
5826 : : "flag_trapping_math",
5827 : : ptr->x_flag_trapping_math);
5828 : :
5829 : 0 : if (ptr->x_flag_trapv)
5830 : 0 : fprintf (file, "%*s%s (%#x)\n",
5831 : : indent_to, "",
5832 : : "flag_trapv",
5833 : : ptr->x_flag_trapv);
5834 : :
5835 : 0 : if (ptr->x_flag_tree_bit_ccp)
5836 : 0 : fprintf (file, "%*s%s (%#x)\n",
5837 : : indent_to, "",
5838 : : "flag_tree_bit_ccp",
5839 : : ptr->x_flag_tree_bit_ccp);
5840 : :
5841 : 0 : if (ptr->x_flag_tree_builtin_call_dce)
5842 : 0 : fprintf (file, "%*s%s (%#x)\n",
5843 : : indent_to, "",
5844 : : "flag_tree_builtin_call_dce",
5845 : : ptr->x_flag_tree_builtin_call_dce);
5846 : :
5847 : 0 : if (ptr->x_flag_tree_ccp)
5848 : 0 : fprintf (file, "%*s%s (%#x)\n",
5849 : : indent_to, "",
5850 : : "flag_tree_ccp",
5851 : : ptr->x_flag_tree_ccp);
5852 : :
5853 : 0 : if (ptr->x_flag_tree_ch)
5854 : 0 : fprintf (file, "%*s%s (%#x)\n",
5855 : : indent_to, "",
5856 : : "flag_tree_ch",
5857 : : ptr->x_flag_tree_ch);
5858 : :
5859 : 0 : if (ptr->x_flag_tree_coalesce_vars)
5860 : 0 : fprintf (file, "%*s%s (%#x)\n",
5861 : : indent_to, "",
5862 : : "flag_tree_coalesce_vars",
5863 : : ptr->x_flag_tree_coalesce_vars);
5864 : :
5865 : 0 : if (ptr->x_flag_tree_copy_prop)
5866 : 0 : fprintf (file, "%*s%s (%#x)\n",
5867 : : indent_to, "",
5868 : : "flag_tree_copy_prop",
5869 : : ptr->x_flag_tree_copy_prop);
5870 : :
5871 : 0 : if (ptr->x_flag_tree_cselim)
5872 : 0 : fprintf (file, "%*s%s (%#x)\n",
5873 : : indent_to, "",
5874 : : "flag_tree_cselim",
5875 : : ptr->x_flag_tree_cselim);
5876 : :
5877 : 0 : if (ptr->x_flag_tree_dce)
5878 : 0 : fprintf (file, "%*s%s (%#x)\n",
5879 : : indent_to, "",
5880 : : "flag_tree_dce",
5881 : : ptr->x_flag_tree_dce);
5882 : :
5883 : 0 : if (ptr->x_flag_tree_dom)
5884 : 0 : fprintf (file, "%*s%s (%#x)\n",
5885 : : indent_to, "",
5886 : : "flag_tree_dom",
5887 : : ptr->x_flag_tree_dom);
5888 : :
5889 : 0 : if (ptr->x_flag_tree_dse)
5890 : 0 : fprintf (file, "%*s%s (%#x)\n",
5891 : : indent_to, "",
5892 : : "flag_tree_dse",
5893 : : ptr->x_flag_tree_dse);
5894 : :
5895 : 0 : if (ptr->x_flag_tree_forwprop)
5896 : 0 : fprintf (file, "%*s%s (%#x)\n",
5897 : : indent_to, "",
5898 : : "flag_tree_forwprop",
5899 : : ptr->x_flag_tree_forwprop);
5900 : :
5901 : 0 : if (ptr->x_flag_tree_fre)
5902 : 0 : fprintf (file, "%*s%s (%#x)\n",
5903 : : indent_to, "",
5904 : : "flag_tree_fre",
5905 : : ptr->x_flag_tree_fre);
5906 : :
5907 : 0 : if (ptr->x_flag_tree_loop_distribute_patterns)
5908 : 0 : fprintf (file, "%*s%s (%#x)\n",
5909 : : indent_to, "",
5910 : : "flag_tree_loop_distribute_patterns",
5911 : : ptr->x_flag_tree_loop_distribute_patterns);
5912 : :
5913 : 0 : if (ptr->x_flag_tree_loop_distribution)
5914 : 0 : fprintf (file, "%*s%s (%#x)\n",
5915 : : indent_to, "",
5916 : : "flag_tree_loop_distribution",
5917 : : ptr->x_flag_tree_loop_distribution);
5918 : :
5919 : 0 : if (ptr->x_flag_tree_loop_if_convert)
5920 : 0 : fprintf (file, "%*s%s (%#x)\n",
5921 : : indent_to, "",
5922 : : "flag_tree_loop_if_convert",
5923 : : ptr->x_flag_tree_loop_if_convert);
5924 : :
5925 : 0 : if (ptr->x_flag_tree_loop_im)
5926 : 0 : fprintf (file, "%*s%s (%#x)\n",
5927 : : indent_to, "",
5928 : : "flag_tree_loop_im",
5929 : : ptr->x_flag_tree_loop_im);
5930 : :
5931 : 0 : if (ptr->x_flag_tree_loop_ivcanon)
5932 : 0 : fprintf (file, "%*s%s (%#x)\n",
5933 : : indent_to, "",
5934 : : "flag_tree_loop_ivcanon",
5935 : : ptr->x_flag_tree_loop_ivcanon);
5936 : :
5937 : 0 : if (ptr->x_flag_tree_loop_optimize)
5938 : 0 : fprintf (file, "%*s%s (%#x)\n",
5939 : : indent_to, "",
5940 : : "flag_tree_loop_optimize",
5941 : : ptr->x_flag_tree_loop_optimize);
5942 : :
5943 : 0 : if (ptr->x_flag_tree_loop_vectorize)
5944 : 0 : fprintf (file, "%*s%s (%#x)\n",
5945 : : indent_to, "",
5946 : : "flag_tree_loop_vectorize",
5947 : : ptr->x_flag_tree_loop_vectorize);
5948 : :
5949 : 0 : if (ptr->x_flag_tree_partial_pre)
5950 : 0 : fprintf (file, "%*s%s (%#x)\n",
5951 : : indent_to, "",
5952 : : "flag_tree_partial_pre",
5953 : : ptr->x_flag_tree_partial_pre);
5954 : :
5955 : 0 : if (ptr->x_flag_tree_phiprop)
5956 : 0 : fprintf (file, "%*s%s (%#x)\n",
5957 : : indent_to, "",
5958 : : "flag_tree_phiprop",
5959 : : ptr->x_flag_tree_phiprop);
5960 : :
5961 : 0 : if (ptr->x_flag_tree_pre)
5962 : 0 : fprintf (file, "%*s%s (%#x)\n",
5963 : : indent_to, "",
5964 : : "flag_tree_pre",
5965 : : ptr->x_flag_tree_pre);
5966 : :
5967 : 0 : if (ptr->x_flag_tree_pta)
5968 : 0 : fprintf (file, "%*s%s (%#x)\n",
5969 : : indent_to, "",
5970 : : "flag_tree_pta",
5971 : : ptr->x_flag_tree_pta);
5972 : :
5973 : 0 : if (ptr->x_flag_tree_reassoc)
5974 : 0 : fprintf (file, "%*s%s (%#x)\n",
5975 : : indent_to, "",
5976 : : "flag_tree_reassoc",
5977 : : ptr->x_flag_tree_reassoc);
5978 : :
5979 : 0 : if (ptr->x_flag_tree_scev_cprop)
5980 : 0 : fprintf (file, "%*s%s (%#x)\n",
5981 : : indent_to, "",
5982 : : "flag_tree_scev_cprop",
5983 : : ptr->x_flag_tree_scev_cprop);
5984 : :
5985 : 0 : if (ptr->x_flag_tree_sink)
5986 : 0 : fprintf (file, "%*s%s (%#x)\n",
5987 : : indent_to, "",
5988 : : "flag_tree_sink",
5989 : : ptr->x_flag_tree_sink);
5990 : :
5991 : 0 : if (ptr->x_flag_tree_slp_vectorize)
5992 : 0 : fprintf (file, "%*s%s (%#x)\n",
5993 : : indent_to, "",
5994 : : "flag_tree_slp_vectorize",
5995 : : ptr->x_flag_tree_slp_vectorize);
5996 : :
5997 : 0 : if (ptr->x_flag_tree_slsr)
5998 : 0 : fprintf (file, "%*s%s (%#x)\n",
5999 : : indent_to, "",
6000 : : "flag_tree_slsr",
6001 : : ptr->x_flag_tree_slsr);
6002 : :
6003 : 0 : if (ptr->x_flag_tree_sra)
6004 : 0 : fprintf (file, "%*s%s (%#x)\n",
6005 : : indent_to, "",
6006 : : "flag_tree_sra",
6007 : : ptr->x_flag_tree_sra);
6008 : :
6009 : 0 : if (ptr->x_flag_tree_switch_conversion)
6010 : 0 : fprintf (file, "%*s%s (%#x)\n",
6011 : : indent_to, "",
6012 : : "flag_tree_switch_conversion",
6013 : : ptr->x_flag_tree_switch_conversion);
6014 : :
6015 : 0 : if (ptr->x_flag_tree_tail_merge)
6016 : 0 : fprintf (file, "%*s%s (%#x)\n",
6017 : : indent_to, "",
6018 : : "flag_tree_tail_merge",
6019 : : ptr->x_flag_tree_tail_merge);
6020 : :
6021 : 0 : if (ptr->x_flag_tree_ter)
6022 : 0 : fprintf (file, "%*s%s (%#x)\n",
6023 : : indent_to, "",
6024 : : "flag_tree_ter",
6025 : : ptr->x_flag_tree_ter);
6026 : :
6027 : 0 : if (ptr->x_flag_tree_vectorize)
6028 : 0 : fprintf (file, "%*s%s (%#x)\n",
6029 : : indent_to, "",
6030 : : "flag_tree_vectorize",
6031 : : ptr->x_flag_tree_vectorize);
6032 : :
6033 : 0 : if (ptr->x_flag_tree_vrp)
6034 : 0 : fprintf (file, "%*s%s (%#x)\n",
6035 : : indent_to, "",
6036 : : "flag_tree_vrp",
6037 : : ptr->x_flag_tree_vrp);
6038 : :
6039 : 0 : if (ptr->x_flag_unconstrained_commons)
6040 : 0 : fprintf (file, "%*s%s (%#x)\n",
6041 : : indent_to, "",
6042 : : "flag_unconstrained_commons",
6043 : : ptr->x_flag_unconstrained_commons);
6044 : :
6045 : 0 : if (ptr->x_flag_unreachable_traps)
6046 : 0 : fprintf (file, "%*s%s (%#x)\n",
6047 : : indent_to, "",
6048 : : "flag_unreachable_traps",
6049 : : ptr->x_flag_unreachable_traps);
6050 : :
6051 : 0 : if (ptr->x_flag_unroll_all_loops)
6052 : 0 : fprintf (file, "%*s%s (%#x)\n",
6053 : : indent_to, "",
6054 : : "flag_unroll_all_loops",
6055 : : ptr->x_flag_unroll_all_loops);
6056 : :
6057 : 0 : if (ptr->x_flag_cunroll_grow_size)
6058 : 0 : fprintf (file, "%*s%s (%#x)\n",
6059 : : indent_to, "",
6060 : : "flag_cunroll_grow_size",
6061 : : ptr->x_flag_cunroll_grow_size);
6062 : :
6063 : 0 : if (ptr->x_flag_unroll_loops)
6064 : 0 : fprintf (file, "%*s%s (%#x)\n",
6065 : : indent_to, "",
6066 : : "flag_unroll_loops",
6067 : : ptr->x_flag_unroll_loops);
6068 : :
6069 : 0 : if (ptr->x_flag_unsafe_math_optimizations)
6070 : 0 : fprintf (file, "%*s%s (%#x)\n",
6071 : : indent_to, "",
6072 : : "flag_unsafe_math_optimizations",
6073 : : ptr->x_flag_unsafe_math_optimizations);
6074 : :
6075 : 0 : if (ptr->x_flag_unswitch_loops)
6076 : 0 : fprintf (file, "%*s%s (%#x)\n",
6077 : : indent_to, "",
6078 : : "flag_unswitch_loops",
6079 : : ptr->x_flag_unswitch_loops);
6080 : :
6081 : 0 : if (ptr->x_flag_unwind_tables)
6082 : 0 : fprintf (file, "%*s%s (%#x)\n",
6083 : : indent_to, "",
6084 : : "flag_unwind_tables",
6085 : : ptr->x_flag_unwind_tables);
6086 : :
6087 : 0 : if (ptr->x_flag_var_tracking)
6088 : 0 : fprintf (file, "%*s%s (%#x)\n",
6089 : : indent_to, "",
6090 : : "flag_var_tracking",
6091 : : ptr->x_flag_var_tracking);
6092 : :
6093 : 0 : if (ptr->x_flag_var_tracking_assignments)
6094 : 0 : fprintf (file, "%*s%s (%#x)\n",
6095 : : indent_to, "",
6096 : : "flag_var_tracking_assignments",
6097 : : ptr->x_flag_var_tracking_assignments);
6098 : :
6099 : 0 : if (ptr->x_flag_var_tracking_assignments_toggle)
6100 : 0 : fprintf (file, "%*s%s (%#x)\n",
6101 : : indent_to, "",
6102 : : "flag_var_tracking_assignments_toggle",
6103 : : ptr->x_flag_var_tracking_assignments_toggle);
6104 : :
6105 : 0 : if (ptr->x_flag_var_tracking_uninit)
6106 : 0 : fprintf (file, "%*s%s (%#x)\n",
6107 : : indent_to, "",
6108 : : "flag_var_tracking_uninit",
6109 : : ptr->x_flag_var_tracking_uninit);
6110 : :
6111 : 0 : if (ptr->x_flag_variable_expansion_in_unroller)
6112 : 0 : fprintf (file, "%*s%s (%#x)\n",
6113 : : indent_to, "",
6114 : : "flag_variable_expansion_in_unroller",
6115 : : ptr->x_flag_variable_expansion_in_unroller);
6116 : :
6117 : 0 : if (ptr->x_flag_version_loops_for_strides)
6118 : 0 : fprintf (file, "%*s%s (%#x)\n",
6119 : : indent_to, "",
6120 : : "flag_version_loops_for_strides",
6121 : : ptr->x_flag_version_loops_for_strides);
6122 : :
6123 : 0 : if (ptr->x_flag_value_profile_transformations)
6124 : 0 : fprintf (file, "%*s%s (%#x)\n",
6125 : : indent_to, "",
6126 : : "flag_value_profile_transformations",
6127 : : ptr->x_flag_value_profile_transformations);
6128 : :
6129 : 0 : if (ptr->x_flag_web)
6130 : 0 : fprintf (file, "%*s%s (%#x)\n",
6131 : : indent_to, "",
6132 : : "flag_web",
6133 : : ptr->x_flag_web);
6134 : :
6135 : 0 : if (ptr->x_flag_wrapv)
6136 : 0 : fprintf (file, "%*s%s (%#x)\n",
6137 : : indent_to, "",
6138 : : "flag_wrapv",
6139 : : ptr->x_flag_wrapv);
6140 : :
6141 : 0 : if (ptr->x_flag_wrapv_pointer)
6142 : 0 : fprintf (file, "%*s%s (%#x)\n",
6143 : : indent_to, "",
6144 : : "flag_wrapv_pointer",
6145 : : ptr->x_flag_wrapv_pointer);
6146 : :
6147 : 0 : if (ptr->x_debug_nonbind_markers_p)
6148 : 0 : fprintf (file, "%*s%s (%#x)\n",
6149 : : indent_to, "",
6150 : : "debug_nonbind_markers_p",
6151 : : ptr->x_debug_nonbind_markers_p);
6152 : :
6153 : 0 : if (ptr->x_ix86_unroll_only_small_loops)
6154 : 0 : fprintf (file, "%*s%s (%#x)\n",
6155 : : indent_to, "",
6156 : : "ix86_unroll_only_small_loops",
6157 : : ptr->x_ix86_unroll_only_small_loops);
6158 : :
6159 : 0 : if (ptr->x_str_align_functions)
6160 : 0 : fprintf (file, "%*s%s (%s)\n",
6161 : : indent_to, "",
6162 : : "str_align_functions",
6163 : : ptr->x_str_align_functions);
6164 : :
6165 : 0 : if (ptr->x_str_align_jumps)
6166 : 0 : fprintf (file, "%*s%s (%s)\n",
6167 : : indent_to, "",
6168 : : "str_align_jumps",
6169 : : ptr->x_str_align_jumps);
6170 : :
6171 : 0 : if (ptr->x_str_align_labels)
6172 : 0 : fprintf (file, "%*s%s (%s)\n",
6173 : : indent_to, "",
6174 : : "str_align_labels",
6175 : : ptr->x_str_align_labels);
6176 : :
6177 : 0 : if (ptr->x_str_align_loops)
6178 : 0 : fprintf (file, "%*s%s (%s)\n",
6179 : : indent_to, "",
6180 : : "str_align_loops",
6181 : : ptr->x_str_align_loops);
6182 : :
6183 : 0 : if (ptr->x_flag_patchable_function_entry)
6184 : 0 : fprintf (file, "%*s%s (%s)\n",
6185 : : indent_to, "",
6186 : : "flag_patchable_function_entry",
6187 : : ptr->x_flag_patchable_function_entry);
6188 : :
6189 : 0 : }
6190 : :
6191 : : /* Print different optimization variables from structures provided as arguments. */
6192 : : void
6193 : 0 : cl_optimization_print_diff (FILE *file,
6194 : : int indent_to,
6195 : : struct cl_optimization *ptr1,
6196 : : struct cl_optimization *ptr2)
6197 : : {
6198 : 0 : fputs ("\n", file);
6199 : 0 : if (ptr1->x_param_align_loop_iterations != ptr2->x_param_align_loop_iterations)
6200 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6201 : : indent_to, "",
6202 : : "param_align_loop_iterations",
6203 : : ptr1->x_param_align_loop_iterations,
6204 : : ptr2->x_param_align_loop_iterations);
6205 : :
6206 : 0 : if (ptr1->x_param_align_threshold != ptr2->x_param_align_threshold)
6207 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6208 : : indent_to, "",
6209 : : "param_align_threshold",
6210 : : ptr1->x_param_align_threshold,
6211 : : ptr2->x_param_align_threshold);
6212 : :
6213 : 0 : if (ptr1->x_param_asan_protect_allocas != ptr2->x_param_asan_protect_allocas)
6214 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6215 : : indent_to, "",
6216 : : "param_asan_protect_allocas",
6217 : : ptr1->x_param_asan_protect_allocas,
6218 : : ptr2->x_param_asan_protect_allocas);
6219 : :
6220 : 0 : if (ptr1->x_param_asan_instrument_reads != ptr2->x_param_asan_instrument_reads)
6221 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6222 : : indent_to, "",
6223 : : "param_asan_instrument_reads",
6224 : : ptr1->x_param_asan_instrument_reads,
6225 : : ptr2->x_param_asan_instrument_reads);
6226 : :
6227 : 0 : if (ptr1->x_param_asan_instrument_writes != ptr2->x_param_asan_instrument_writes)
6228 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6229 : : indent_to, "",
6230 : : "param_asan_instrument_writes",
6231 : : ptr1->x_param_asan_instrument_writes,
6232 : : ptr2->x_param_asan_instrument_writes);
6233 : :
6234 : 0 : if (ptr1->x_param_asan_instrumentation_with_call_threshold != ptr2->x_param_asan_instrumentation_with_call_threshold)
6235 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6236 : : indent_to, "",
6237 : : "param_asan_instrumentation_with_call_threshold",
6238 : : ptr1->x_param_asan_instrumentation_with_call_threshold,
6239 : : ptr2->x_param_asan_instrumentation_with_call_threshold);
6240 : :
6241 : 0 : if (ptr1->x_param_asan_kernel_mem_intrinsic_prefix != ptr2->x_param_asan_kernel_mem_intrinsic_prefix)
6242 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6243 : : indent_to, "",
6244 : : "param_asan_kernel_mem_intrinsic_prefix",
6245 : : ptr1->x_param_asan_kernel_mem_intrinsic_prefix,
6246 : : ptr2->x_param_asan_kernel_mem_intrinsic_prefix);
6247 : :
6248 : 0 : if (ptr1->x_param_asan_memintrin != ptr2->x_param_asan_memintrin)
6249 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6250 : : indent_to, "",
6251 : : "param_asan_memintrin",
6252 : : ptr1->x_param_asan_memintrin,
6253 : : ptr2->x_param_asan_memintrin);
6254 : :
6255 : 0 : if (ptr1->x_param_asan_stack != ptr2->x_param_asan_stack)
6256 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6257 : : indent_to, "",
6258 : : "param_asan_stack",
6259 : : ptr1->x_param_asan_stack,
6260 : : ptr2->x_param_asan_stack);
6261 : :
6262 : 0 : if (ptr1->x_param_asan_use_after_return != ptr2->x_param_asan_use_after_return)
6263 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6264 : : indent_to, "",
6265 : : "param_asan_use_after_return",
6266 : : ptr1->x_param_asan_use_after_return,
6267 : : ptr2->x_param_asan_use_after_return);
6268 : :
6269 : 0 : if (ptr1->x_param_auto_profile_bbs != ptr2->x_param_auto_profile_bbs)
6270 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6271 : : indent_to, "",
6272 : : "param_auto_profile_bbs",
6273 : : ptr1->x_param_auto_profile_bbs,
6274 : : ptr2->x_param_auto_profile_bbs);
6275 : :
6276 : 0 : if (ptr1->x_param_avg_loop_niter != ptr2->x_param_avg_loop_niter)
6277 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6278 : : indent_to, "",
6279 : : "param_avg_loop_niter",
6280 : : ptr1->x_param_avg_loop_niter,
6281 : : ptr2->x_param_avg_loop_niter);
6282 : :
6283 : 0 : if (ptr1->x_param_avoid_fma_max_bits != ptr2->x_param_avoid_fma_max_bits)
6284 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6285 : : indent_to, "",
6286 : : "param_avoid_fma_max_bits",
6287 : : ptr1->x_param_avoid_fma_max_bits,
6288 : : ptr2->x_param_avoid_fma_max_bits);
6289 : :
6290 : 0 : if (ptr1->x_param_builtin_expect_probability != ptr2->x_param_builtin_expect_probability)
6291 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6292 : : indent_to, "",
6293 : : "param_builtin_expect_probability",
6294 : : ptr1->x_param_builtin_expect_probability,
6295 : : ptr2->x_param_builtin_expect_probability);
6296 : :
6297 : 0 : if (ptr1->x_param_builtin_string_cmp_inline_length != ptr2->x_param_builtin_string_cmp_inline_length)
6298 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6299 : : indent_to, "",
6300 : : "param_builtin_string_cmp_inline_length",
6301 : : ptr1->x_param_builtin_string_cmp_inline_length,
6302 : : ptr2->x_param_builtin_string_cmp_inline_length);
6303 : :
6304 : 0 : if (ptr1->x_param_case_values_threshold != ptr2->x_param_case_values_threshold)
6305 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6306 : : indent_to, "",
6307 : : "param_case_values_threshold",
6308 : : ptr1->x_param_case_values_threshold,
6309 : : ptr2->x_param_case_values_threshold);
6310 : :
6311 : 0 : if (ptr1->x_param_comdat_sharing_probability != ptr2->x_param_comdat_sharing_probability)
6312 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6313 : : indent_to, "",
6314 : : "param_comdat_sharing_probability",
6315 : : ptr1->x_param_comdat_sharing_probability,
6316 : : ptr2->x_param_comdat_sharing_probability);
6317 : :
6318 : 0 : if (ptr1->x_param_construct_interfere_size != ptr2->x_param_construct_interfere_size)
6319 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6320 : : indent_to, "",
6321 : : "param_construct_interfere_size",
6322 : : ptr1->x_param_construct_interfere_size,
6323 : : ptr2->x_param_construct_interfere_size);
6324 : :
6325 : 0 : if (ptr1->x_param_cycle_accurate_model != ptr2->x_param_cycle_accurate_model)
6326 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6327 : : indent_to, "",
6328 : : "param_cycle_accurate_model",
6329 : : ptr1->x_param_cycle_accurate_model,
6330 : : ptr2->x_param_cycle_accurate_model);
6331 : :
6332 : 0 : if (ptr1->x_param_destruct_interfere_size != ptr2->x_param_destruct_interfere_size)
6333 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6334 : : indent_to, "",
6335 : : "param_destruct_interfere_size",
6336 : : ptr1->x_param_destruct_interfere_size,
6337 : : ptr2->x_param_destruct_interfere_size);
6338 : :
6339 : 0 : if (ptr1->x_param_dse_max_alias_queries_per_store != ptr2->x_param_dse_max_alias_queries_per_store)
6340 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6341 : : indent_to, "",
6342 : : "param_dse_max_alias_queries_per_store",
6343 : : ptr1->x_param_dse_max_alias_queries_per_store,
6344 : : ptr2->x_param_dse_max_alias_queries_per_store);
6345 : :
6346 : 0 : if (ptr1->x_param_dse_max_object_size != ptr2->x_param_dse_max_object_size)
6347 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6348 : : indent_to, "",
6349 : : "param_dse_max_object_size",
6350 : : ptr1->x_param_dse_max_object_size,
6351 : : ptr2->x_param_dse_max_object_size);
6352 : :
6353 : 0 : if (ptr1->x_param_early_inlining_insns != ptr2->x_param_early_inlining_insns)
6354 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6355 : : indent_to, "",
6356 : : "param_early_inlining_insns",
6357 : : ptr1->x_param_early_inlining_insns,
6358 : : ptr2->x_param_early_inlining_insns);
6359 : :
6360 : 0 : if (ptr1->x_param_fsm_scale_path_stmts != ptr2->x_param_fsm_scale_path_stmts)
6361 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6362 : : indent_to, "",
6363 : : "param_fsm_scale_path_stmts",
6364 : : ptr1->x_param_fsm_scale_path_stmts,
6365 : : ptr2->x_param_fsm_scale_path_stmts);
6366 : :
6367 : 0 : if (ptr1->x_param_fully_pipelined_fma != ptr2->x_param_fully_pipelined_fma)
6368 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6369 : : indent_to, "",
6370 : : "param_fully_pipelined_fma",
6371 : : ptr1->x_param_fully_pipelined_fma,
6372 : : ptr2->x_param_fully_pipelined_fma);
6373 : :
6374 : 0 : if (ptr1->x_param_gcse_after_reload_critical_fraction != ptr2->x_param_gcse_after_reload_critical_fraction)
6375 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6376 : : indent_to, "",
6377 : : "param_gcse_after_reload_critical_fraction",
6378 : : ptr1->x_param_gcse_after_reload_critical_fraction,
6379 : : ptr2->x_param_gcse_after_reload_critical_fraction);
6380 : :
6381 : 0 : if (ptr1->x_param_gcse_after_reload_partial_fraction != ptr2->x_param_gcse_after_reload_partial_fraction)
6382 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6383 : : indent_to, "",
6384 : : "param_gcse_after_reload_partial_fraction",
6385 : : ptr1->x_param_gcse_after_reload_partial_fraction,
6386 : : ptr2->x_param_gcse_after_reload_partial_fraction);
6387 : :
6388 : 0 : if (ptr1->x_param_gcse_cost_distance_ratio != ptr2->x_param_gcse_cost_distance_ratio)
6389 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6390 : : indent_to, "",
6391 : : "param_gcse_cost_distance_ratio",
6392 : : ptr1->x_param_gcse_cost_distance_ratio,
6393 : : ptr2->x_param_gcse_cost_distance_ratio);
6394 : :
6395 : 0 : if (ptr1->x_param_gcse_unrestricted_cost != ptr2->x_param_gcse_unrestricted_cost)
6396 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6397 : : indent_to, "",
6398 : : "param_gcse_unrestricted_cost",
6399 : : ptr1->x_param_gcse_unrestricted_cost,
6400 : : ptr2->x_param_gcse_unrestricted_cost);
6401 : :
6402 : 0 : if (ptr1->x_param_graphite_max_arrays_per_scop != ptr2->x_param_graphite_max_arrays_per_scop)
6403 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6404 : : indent_to, "",
6405 : : "param_graphite_max_arrays_per_scop",
6406 : : ptr1->x_param_graphite_max_arrays_per_scop,
6407 : : ptr2->x_param_graphite_max_arrays_per_scop);
6408 : :
6409 : 0 : if (ptr1->x_param_graphite_max_nb_scop_params != ptr2->x_param_graphite_max_nb_scop_params)
6410 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6411 : : indent_to, "",
6412 : : "param_graphite_max_nb_scop_params",
6413 : : ptr1->x_param_graphite_max_nb_scop_params,
6414 : : ptr2->x_param_graphite_max_nb_scop_params);
6415 : :
6416 : 0 : if (ptr1->x_param_hardcfr_max_blocks != ptr2->x_param_hardcfr_max_blocks)
6417 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6418 : : indent_to, "",
6419 : : "param_hardcfr_max_blocks",
6420 : : ptr1->x_param_hardcfr_max_blocks,
6421 : : ptr2->x_param_hardcfr_max_blocks);
6422 : :
6423 : 0 : if (ptr1->x_param_hardcfr_max_inline_blocks != ptr2->x_param_hardcfr_max_inline_blocks)
6424 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6425 : : indent_to, "",
6426 : : "param_hardcfr_max_inline_blocks",
6427 : : ptr1->x_param_hardcfr_max_inline_blocks,
6428 : : ptr2->x_param_hardcfr_max_inline_blocks);
6429 : :
6430 : 0 : if (ptr1->x_param_hwasan_instrument_allocas != ptr2->x_param_hwasan_instrument_allocas)
6431 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6432 : : indent_to, "",
6433 : : "param_hwasan_instrument_allocas",
6434 : : ptr1->x_param_hwasan_instrument_allocas,
6435 : : ptr2->x_param_hwasan_instrument_allocas);
6436 : :
6437 : 0 : if (ptr1->x_param_hwasan_instrument_mem_intrinsics != ptr2->x_param_hwasan_instrument_mem_intrinsics)
6438 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6439 : : indent_to, "",
6440 : : "param_hwasan_instrument_mem_intrinsics",
6441 : : ptr1->x_param_hwasan_instrument_mem_intrinsics,
6442 : : ptr2->x_param_hwasan_instrument_mem_intrinsics);
6443 : :
6444 : 0 : if (ptr1->x_param_hwasan_instrument_reads != ptr2->x_param_hwasan_instrument_reads)
6445 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6446 : : indent_to, "",
6447 : : "param_hwasan_instrument_reads",
6448 : : ptr1->x_param_hwasan_instrument_reads,
6449 : : ptr2->x_param_hwasan_instrument_reads);
6450 : :
6451 : 0 : if (ptr1->x_param_hwasan_instrument_stack != ptr2->x_param_hwasan_instrument_stack)
6452 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6453 : : indent_to, "",
6454 : : "param_hwasan_instrument_stack",
6455 : : ptr1->x_param_hwasan_instrument_stack,
6456 : : ptr2->x_param_hwasan_instrument_stack);
6457 : :
6458 : 0 : if (ptr1->x_param_hwasan_instrument_writes != ptr2->x_param_hwasan_instrument_writes)
6459 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6460 : : indent_to, "",
6461 : : "param_hwasan_instrument_writes",
6462 : : ptr1->x_param_hwasan_instrument_writes,
6463 : : ptr2->x_param_hwasan_instrument_writes);
6464 : :
6465 : 0 : if (ptr1->x_param_hwasan_random_frame_tag != ptr2->x_param_hwasan_random_frame_tag)
6466 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6467 : : indent_to, "",
6468 : : "param_hwasan_random_frame_tag",
6469 : : ptr1->x_param_hwasan_random_frame_tag,
6470 : : ptr2->x_param_hwasan_random_frame_tag);
6471 : :
6472 : 0 : if (ptr1->x_param_inline_heuristics_hint_percent != ptr2->x_param_inline_heuristics_hint_percent)
6473 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6474 : : indent_to, "",
6475 : : "param_inline_heuristics_hint_percent",
6476 : : ptr1->x_param_inline_heuristics_hint_percent,
6477 : : ptr2->x_param_inline_heuristics_hint_percent);
6478 : :
6479 : 0 : if (ptr1->x_param_inline_min_speedup != ptr2->x_param_inline_min_speedup)
6480 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6481 : : indent_to, "",
6482 : : "param_inline_min_speedup",
6483 : : ptr1->x_param_inline_min_speedup,
6484 : : ptr2->x_param_inline_min_speedup);
6485 : :
6486 : 0 : if (ptr1->x_param_inline_unit_growth != ptr2->x_param_inline_unit_growth)
6487 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6488 : : indent_to, "",
6489 : : "param_inline_unit_growth",
6490 : : ptr1->x_param_inline_unit_growth,
6491 : : ptr2->x_param_inline_unit_growth);
6492 : :
6493 : 0 : if (ptr1->x_param_ipa_cp_eval_threshold != ptr2->x_param_ipa_cp_eval_threshold)
6494 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6495 : : indent_to, "",
6496 : : "param_ipa_cp_eval_threshold",
6497 : : ptr1->x_param_ipa_cp_eval_threshold,
6498 : : ptr2->x_param_ipa_cp_eval_threshold);
6499 : :
6500 : 0 : if (ptr1->x_param_ipa_cp_large_unit_insns != ptr2->x_param_ipa_cp_large_unit_insns)
6501 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6502 : : indent_to, "",
6503 : : "param_ipa_cp_large_unit_insns",
6504 : : ptr1->x_param_ipa_cp_large_unit_insns,
6505 : : ptr2->x_param_ipa_cp_large_unit_insns);
6506 : :
6507 : 0 : if (ptr1->x_param_ipa_cp_loop_hint_bonus != ptr2->x_param_ipa_cp_loop_hint_bonus)
6508 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6509 : : indent_to, "",
6510 : : "param_ipa_cp_loop_hint_bonus",
6511 : : ptr1->x_param_ipa_cp_loop_hint_bonus,
6512 : : ptr2->x_param_ipa_cp_loop_hint_bonus);
6513 : :
6514 : 0 : if (ptr1->x_param_ipa_cp_max_recursive_depth != ptr2->x_param_ipa_cp_max_recursive_depth)
6515 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6516 : : indent_to, "",
6517 : : "param_ipa_cp_max_recursive_depth",
6518 : : ptr1->x_param_ipa_cp_max_recursive_depth,
6519 : : ptr2->x_param_ipa_cp_max_recursive_depth);
6520 : :
6521 : 0 : if (ptr1->x_param_ipa_cp_min_recursive_probability != ptr2->x_param_ipa_cp_min_recursive_probability)
6522 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6523 : : indent_to, "",
6524 : : "param_ipa_cp_min_recursive_probability",
6525 : : ptr1->x_param_ipa_cp_min_recursive_probability,
6526 : : ptr2->x_param_ipa_cp_min_recursive_probability);
6527 : :
6528 : 0 : if (ptr1->x_param_ipa_cp_recursion_penalty != ptr2->x_param_ipa_cp_recursion_penalty)
6529 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6530 : : indent_to, "",
6531 : : "param_ipa_cp_recursion_penalty",
6532 : : ptr1->x_param_ipa_cp_recursion_penalty,
6533 : : ptr2->x_param_ipa_cp_recursion_penalty);
6534 : :
6535 : 0 : if (ptr1->x_param_ipa_cp_recursive_freq_factor != ptr2->x_param_ipa_cp_recursive_freq_factor)
6536 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6537 : : indent_to, "",
6538 : : "param_ipa_cp_recursive_freq_factor",
6539 : : ptr1->x_param_ipa_cp_recursive_freq_factor,
6540 : : ptr2->x_param_ipa_cp_recursive_freq_factor);
6541 : :
6542 : 0 : if (ptr1->x_param_ipa_cp_single_call_penalty != ptr2->x_param_ipa_cp_single_call_penalty)
6543 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6544 : : indent_to, "",
6545 : : "param_ipa_cp_single_call_penalty",
6546 : : ptr1->x_param_ipa_cp_single_call_penalty,
6547 : : ptr2->x_param_ipa_cp_single_call_penalty);
6548 : :
6549 : 0 : if (ptr1->x_param_ipa_cp_unit_growth != ptr2->x_param_ipa_cp_unit_growth)
6550 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6551 : : indent_to, "",
6552 : : "param_ipa_cp_unit_growth",
6553 : : ptr1->x_param_ipa_cp_unit_growth,
6554 : : ptr2->x_param_ipa_cp_unit_growth);
6555 : :
6556 : 0 : if (ptr1->x_param_ipa_cp_value_list_size != ptr2->x_param_ipa_cp_value_list_size)
6557 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6558 : : indent_to, "",
6559 : : "param_ipa_cp_value_list_size",
6560 : : ptr1->x_param_ipa_cp_value_list_size,
6561 : : ptr2->x_param_ipa_cp_value_list_size);
6562 : :
6563 : 0 : if (ptr1->x_param_ipa_jump_function_lookups != ptr2->x_param_ipa_jump_function_lookups)
6564 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6565 : : indent_to, "",
6566 : : "param_ipa_jump_function_lookups",
6567 : : ptr1->x_param_ipa_jump_function_lookups,
6568 : : ptr2->x_param_ipa_jump_function_lookups);
6569 : :
6570 : 0 : if (ptr1->x_param_ipa_max_aa_steps != ptr2->x_param_ipa_max_aa_steps)
6571 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6572 : : indent_to, "",
6573 : : "param_ipa_max_aa_steps",
6574 : : ptr1->x_param_ipa_max_aa_steps,
6575 : : ptr2->x_param_ipa_max_aa_steps);
6576 : :
6577 : 0 : if (ptr1->x_param_ipa_max_agg_items != ptr2->x_param_ipa_max_agg_items)
6578 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6579 : : indent_to, "",
6580 : : "param_ipa_max_agg_items",
6581 : : ptr1->x_param_ipa_max_agg_items,
6582 : : ptr2->x_param_ipa_max_agg_items);
6583 : :
6584 : 0 : if (ptr1->x_param_ipa_max_loop_predicates != ptr2->x_param_ipa_max_loop_predicates)
6585 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6586 : : indent_to, "",
6587 : : "param_ipa_max_loop_predicates",
6588 : : ptr1->x_param_ipa_max_loop_predicates,
6589 : : ptr2->x_param_ipa_max_loop_predicates);
6590 : :
6591 : 0 : if (ptr1->x_param_ipa_max_param_expr_ops != ptr2->x_param_ipa_max_param_expr_ops)
6592 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6593 : : indent_to, "",
6594 : : "param_ipa_max_param_expr_ops",
6595 : : ptr1->x_param_ipa_max_param_expr_ops,
6596 : : ptr2->x_param_ipa_max_param_expr_ops);
6597 : :
6598 : 0 : if (ptr1->x_param_ipa_max_switch_predicate_bounds != ptr2->x_param_ipa_max_switch_predicate_bounds)
6599 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6600 : : indent_to, "",
6601 : : "param_ipa_max_switch_predicate_bounds",
6602 : : ptr1->x_param_ipa_max_switch_predicate_bounds,
6603 : : ptr2->x_param_ipa_max_switch_predicate_bounds);
6604 : :
6605 : 0 : if (ptr1->x_param_ipa_sra_deref_prob_threshold != ptr2->x_param_ipa_sra_deref_prob_threshold)
6606 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6607 : : indent_to, "",
6608 : : "param_ipa_sra_deref_prob_threshold",
6609 : : ptr1->x_param_ipa_sra_deref_prob_threshold,
6610 : : ptr2->x_param_ipa_sra_deref_prob_threshold);
6611 : :
6612 : 0 : if (ptr1->x_param_ipa_sra_max_replacements != ptr2->x_param_ipa_sra_max_replacements)
6613 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6614 : : indent_to, "",
6615 : : "param_ipa_sra_max_replacements",
6616 : : ptr1->x_param_ipa_sra_max_replacements,
6617 : : ptr2->x_param_ipa_sra_max_replacements);
6618 : :
6619 : 0 : if (ptr1->x_param_ipa_sra_ptr_growth_factor != ptr2->x_param_ipa_sra_ptr_growth_factor)
6620 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6621 : : indent_to, "",
6622 : : "param_ipa_sra_ptr_growth_factor",
6623 : : ptr1->x_param_ipa_sra_ptr_growth_factor,
6624 : : ptr2->x_param_ipa_sra_ptr_growth_factor);
6625 : :
6626 : 0 : if (ptr1->x_param_ipa_sra_ptrwrap_growth_factor != ptr2->x_param_ipa_sra_ptrwrap_growth_factor)
6627 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6628 : : indent_to, "",
6629 : : "param_ipa_sra_ptrwrap_growth_factor",
6630 : : ptr1->x_param_ipa_sra_ptrwrap_growth_factor,
6631 : : ptr2->x_param_ipa_sra_ptrwrap_growth_factor);
6632 : :
6633 : 0 : if (ptr1->x_param_ira_consider_dup_in_all_alts != ptr2->x_param_ira_consider_dup_in_all_alts)
6634 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6635 : : indent_to, "",
6636 : : "param_ira_consider_dup_in_all_alts",
6637 : : ptr1->x_param_ira_consider_dup_in_all_alts,
6638 : : ptr2->x_param_ira_consider_dup_in_all_alts);
6639 : :
6640 : 0 : if (ptr1->x_param_ira_loop_reserved_regs != ptr2->x_param_ira_loop_reserved_regs)
6641 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6642 : : indent_to, "",
6643 : : "param_ira_loop_reserved_regs",
6644 : : ptr1->x_param_ira_loop_reserved_regs,
6645 : : ptr2->x_param_ira_loop_reserved_regs);
6646 : :
6647 : 0 : if (ptr1->x_param_ira_max_conflict_table_size != ptr2->x_param_ira_max_conflict_table_size)
6648 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6649 : : indent_to, "",
6650 : : "param_ira_max_conflict_table_size",
6651 : : ptr1->x_param_ira_max_conflict_table_size,
6652 : : ptr2->x_param_ira_max_conflict_table_size);
6653 : :
6654 : 0 : if (ptr1->x_param_ira_max_loops_num != ptr2->x_param_ira_max_loops_num)
6655 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6656 : : indent_to, "",
6657 : : "param_ira_max_loops_num",
6658 : : ptr1->x_param_ira_max_loops_num,
6659 : : ptr2->x_param_ira_max_loops_num);
6660 : :
6661 : 0 : if (ptr1->x_param_ira_simple_lra_insn_threshold != ptr2->x_param_ira_simple_lra_insn_threshold)
6662 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6663 : : indent_to, "",
6664 : : "param_ira_simple_lra_insn_threshold",
6665 : : ptr1->x_param_ira_simple_lra_insn_threshold,
6666 : : ptr2->x_param_ira_simple_lra_insn_threshold);
6667 : :
6668 : 0 : if (ptr1->x_param_iv_always_prune_cand_set_bound != ptr2->x_param_iv_always_prune_cand_set_bound)
6669 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6670 : : indent_to, "",
6671 : : "param_iv_always_prune_cand_set_bound",
6672 : : ptr1->x_param_iv_always_prune_cand_set_bound,
6673 : : ptr2->x_param_iv_always_prune_cand_set_bound);
6674 : :
6675 : 0 : if (ptr1->x_param_iv_consider_all_candidates_bound != ptr2->x_param_iv_consider_all_candidates_bound)
6676 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6677 : : indent_to, "",
6678 : : "param_iv_consider_all_candidates_bound",
6679 : : ptr1->x_param_iv_consider_all_candidates_bound,
6680 : : ptr2->x_param_iv_consider_all_candidates_bound);
6681 : :
6682 : 0 : if (ptr1->x_param_iv_max_considered_uses != ptr2->x_param_iv_max_considered_uses)
6683 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6684 : : indent_to, "",
6685 : : "param_iv_max_considered_uses",
6686 : : ptr1->x_param_iv_max_considered_uses,
6687 : : ptr2->x_param_iv_max_considered_uses);
6688 : :
6689 : 0 : if (ptr1->x_param_jump_table_max_growth_ratio_for_size != ptr2->x_param_jump_table_max_growth_ratio_for_size)
6690 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6691 : : indent_to, "",
6692 : : "param_jump_table_max_growth_ratio_for_size",
6693 : : ptr1->x_param_jump_table_max_growth_ratio_for_size,
6694 : : ptr2->x_param_jump_table_max_growth_ratio_for_size);
6695 : :
6696 : 0 : if (ptr1->x_param_jump_table_max_growth_ratio_for_speed != ptr2->x_param_jump_table_max_growth_ratio_for_speed)
6697 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6698 : : indent_to, "",
6699 : : "param_jump_table_max_growth_ratio_for_speed",
6700 : : ptr1->x_param_jump_table_max_growth_ratio_for_speed,
6701 : : ptr2->x_param_jump_table_max_growth_ratio_for_speed);
6702 : :
6703 : 0 : if (ptr1->x_param_l1_cache_line_size != ptr2->x_param_l1_cache_line_size)
6704 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6705 : : indent_to, "",
6706 : : "param_l1_cache_line_size",
6707 : : ptr1->x_param_l1_cache_line_size,
6708 : : ptr2->x_param_l1_cache_line_size);
6709 : :
6710 : 0 : if (ptr1->x_param_l1_cache_size != ptr2->x_param_l1_cache_size)
6711 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6712 : : indent_to, "",
6713 : : "param_l1_cache_size",
6714 : : ptr1->x_param_l1_cache_size,
6715 : : ptr2->x_param_l1_cache_size);
6716 : :
6717 : 0 : if (ptr1->x_param_l2_cache_size != ptr2->x_param_l2_cache_size)
6718 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6719 : : indent_to, "",
6720 : : "param_l2_cache_size",
6721 : : ptr1->x_param_l2_cache_size,
6722 : : ptr2->x_param_l2_cache_size);
6723 : :
6724 : 0 : if (ptr1->x_param_large_function_growth != ptr2->x_param_large_function_growth)
6725 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6726 : : indent_to, "",
6727 : : "param_large_function_growth",
6728 : : ptr1->x_param_large_function_growth,
6729 : : ptr2->x_param_large_function_growth);
6730 : :
6731 : 0 : if (ptr1->x_param_large_function_insns != ptr2->x_param_large_function_insns)
6732 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6733 : : indent_to, "",
6734 : : "param_large_function_insns",
6735 : : ptr1->x_param_large_function_insns,
6736 : : ptr2->x_param_large_function_insns);
6737 : :
6738 : 0 : if (ptr1->x_param_stack_frame_growth != ptr2->x_param_stack_frame_growth)
6739 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6740 : : indent_to, "",
6741 : : "param_stack_frame_growth",
6742 : : ptr1->x_param_stack_frame_growth,
6743 : : ptr2->x_param_stack_frame_growth);
6744 : :
6745 : 0 : if (ptr1->x_param_large_stack_frame != ptr2->x_param_large_stack_frame)
6746 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6747 : : indent_to, "",
6748 : : "param_large_stack_frame",
6749 : : ptr1->x_param_large_stack_frame,
6750 : : ptr2->x_param_large_stack_frame);
6751 : :
6752 : 0 : if (ptr1->x_param_large_unit_insns != ptr2->x_param_large_unit_insns)
6753 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6754 : : indent_to, "",
6755 : : "param_large_unit_insns",
6756 : : ptr1->x_param_large_unit_insns,
6757 : : ptr2->x_param_large_unit_insns);
6758 : :
6759 : 0 : if (ptr1->x_param_lim_expensive != ptr2->x_param_lim_expensive)
6760 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6761 : : indent_to, "",
6762 : : "param_lim_expensive",
6763 : : ptr1->x_param_lim_expensive,
6764 : : ptr2->x_param_lim_expensive);
6765 : :
6766 : 0 : if (ptr1->x_param_loop_block_tile_size != ptr2->x_param_loop_block_tile_size)
6767 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6768 : : indent_to, "",
6769 : : "param_loop_block_tile_size",
6770 : : ptr1->x_param_loop_block_tile_size,
6771 : : ptr2->x_param_loop_block_tile_size);
6772 : :
6773 : 0 : if (ptr1->x_param_loop_interchange_max_num_stmts != ptr2->x_param_loop_interchange_max_num_stmts)
6774 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6775 : : indent_to, "",
6776 : : "param_loop_interchange_max_num_stmts",
6777 : : ptr1->x_param_loop_interchange_max_num_stmts,
6778 : : ptr2->x_param_loop_interchange_max_num_stmts);
6779 : :
6780 : 0 : if (ptr1->x_param_loop_interchange_stride_ratio != ptr2->x_param_loop_interchange_stride_ratio)
6781 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6782 : : indent_to, "",
6783 : : "param_loop_interchange_stride_ratio",
6784 : : ptr1->x_param_loop_interchange_stride_ratio,
6785 : : ptr2->x_param_loop_interchange_stride_ratio);
6786 : :
6787 : 0 : if (ptr1->x_param_loop_invariant_max_bbs_in_loop != ptr2->x_param_loop_invariant_max_bbs_in_loop)
6788 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6789 : : indent_to, "",
6790 : : "param_loop_invariant_max_bbs_in_loop",
6791 : : ptr1->x_param_loop_invariant_max_bbs_in_loop,
6792 : : ptr2->x_param_loop_invariant_max_bbs_in_loop);
6793 : :
6794 : 0 : if (ptr1->x_param_loop_max_datarefs_for_datadeps != ptr2->x_param_loop_max_datarefs_for_datadeps)
6795 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6796 : : indent_to, "",
6797 : : "param_loop_max_datarefs_for_datadeps",
6798 : : ptr1->x_param_loop_max_datarefs_for_datadeps,
6799 : : ptr2->x_param_loop_max_datarefs_for_datadeps);
6800 : :
6801 : 0 : if (ptr1->x_param_loop_versioning_max_inner_insns != ptr2->x_param_loop_versioning_max_inner_insns)
6802 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6803 : : indent_to, "",
6804 : : "param_loop_versioning_max_inner_insns",
6805 : : ptr1->x_param_loop_versioning_max_inner_insns,
6806 : : ptr2->x_param_loop_versioning_max_inner_insns);
6807 : :
6808 : 0 : if (ptr1->x_param_loop_versioning_max_outer_insns != ptr2->x_param_loop_versioning_max_outer_insns)
6809 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6810 : : indent_to, "",
6811 : : "param_loop_versioning_max_outer_insns",
6812 : : ptr1->x_param_loop_versioning_max_outer_insns,
6813 : : ptr2->x_param_loop_versioning_max_outer_insns);
6814 : :
6815 : 0 : if (ptr1->x_param_lra_inheritance_ebb_probability_cutoff != ptr2->x_param_lra_inheritance_ebb_probability_cutoff)
6816 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6817 : : indent_to, "",
6818 : : "param_lra_inheritance_ebb_probability_cutoff",
6819 : : ptr1->x_param_lra_inheritance_ebb_probability_cutoff,
6820 : : ptr2->x_param_lra_inheritance_ebb_probability_cutoff);
6821 : :
6822 : 0 : if (ptr1->x_param_lra_max_considered_reload_pseudos != ptr2->x_param_lra_max_considered_reload_pseudos)
6823 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6824 : : indent_to, "",
6825 : : "param_lra_max_considered_reload_pseudos",
6826 : : ptr1->x_param_lra_max_considered_reload_pseudos,
6827 : : ptr2->x_param_lra_max_considered_reload_pseudos);
6828 : :
6829 : 0 : if (ptr1->x_param_lto_locality_frequency != ptr2->x_param_lto_locality_frequency)
6830 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6831 : : indent_to, "",
6832 : : "param_lto_locality_frequency",
6833 : : ptr1->x_param_lto_locality_frequency,
6834 : : ptr2->x_param_lto_locality_frequency);
6835 : :
6836 : 0 : if (ptr1->x_param_lto_locality_size != ptr2->x_param_lto_locality_size)
6837 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6838 : : indent_to, "",
6839 : : "param_lto_locality_size",
6840 : : ptr1->x_param_lto_locality_size,
6841 : : ptr2->x_param_lto_locality_size);
6842 : :
6843 : 0 : if (ptr1->x_param_max_average_unrolled_insns != ptr2->x_param_max_average_unrolled_insns)
6844 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6845 : : indent_to, "",
6846 : : "param_max_average_unrolled_insns",
6847 : : ptr1->x_param_max_average_unrolled_insns,
6848 : : ptr2->x_param_max_average_unrolled_insns);
6849 : :
6850 : 0 : if (ptr1->x_param_max_combine_insns != ptr2->x_param_max_combine_insns)
6851 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6852 : : indent_to, "",
6853 : : "param_max_combine_insns",
6854 : : ptr1->x_param_max_combine_insns,
6855 : : ptr2->x_param_max_combine_insns);
6856 : :
6857 : 0 : if (ptr1->x_param_max_combine_search_insns != ptr2->x_param_max_combine_search_insns)
6858 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6859 : : indent_to, "",
6860 : : "param_max_combine_search_insns",
6861 : : ptr1->x_param_max_combine_search_insns,
6862 : : ptr2->x_param_max_combine_search_insns);
6863 : :
6864 : 0 : if (ptr1->x_param_max_unroll_iterations != ptr2->x_param_max_unroll_iterations)
6865 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6866 : : indent_to, "",
6867 : : "param_max_unroll_iterations",
6868 : : ptr1->x_param_max_unroll_iterations,
6869 : : ptr2->x_param_max_unroll_iterations);
6870 : :
6871 : 0 : if (ptr1->x_param_max_completely_peel_times != ptr2->x_param_max_completely_peel_times)
6872 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6873 : : indent_to, "",
6874 : : "param_max_completely_peel_times",
6875 : : ptr1->x_param_max_completely_peel_times,
6876 : : ptr2->x_param_max_completely_peel_times);
6877 : :
6878 : 0 : if (ptr1->x_param_max_completely_peeled_insns != ptr2->x_param_max_completely_peeled_insns)
6879 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6880 : : indent_to, "",
6881 : : "param_max_completely_peeled_insns",
6882 : : ptr1->x_param_max_completely_peeled_insns,
6883 : : ptr2->x_param_max_completely_peeled_insns);
6884 : :
6885 : 0 : if (ptr1->x_param_max_crossjump_edges != ptr2->x_param_max_crossjump_edges)
6886 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6887 : : indent_to, "",
6888 : : "param_max_crossjump_edges",
6889 : : ptr1->x_param_max_crossjump_edges,
6890 : : ptr2->x_param_max_crossjump_edges);
6891 : :
6892 : 0 : if (ptr1->x_param_max_cse_insns != ptr2->x_param_max_cse_insns)
6893 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6894 : : indent_to, "",
6895 : : "param_max_cse_insns",
6896 : : ptr1->x_param_max_cse_insns,
6897 : : ptr2->x_param_max_cse_insns);
6898 : :
6899 : 0 : if (ptr1->x_param_max_cse_path_length != ptr2->x_param_max_cse_path_length)
6900 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6901 : : indent_to, "",
6902 : : "param_max_cse_path_length",
6903 : : ptr1->x_param_max_cse_path_length,
6904 : : ptr2->x_param_max_cse_path_length);
6905 : :
6906 : 0 : if (ptr1->x_param_max_cselib_memory_locations != ptr2->x_param_max_cselib_memory_locations)
6907 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6908 : : indent_to, "",
6909 : : "param_max_cselib_memory_locations",
6910 : : ptr1->x_param_max_cselib_memory_locations,
6911 : : ptr2->x_param_max_cselib_memory_locations);
6912 : :
6913 : 0 : if (ptr1->x_param_max_debug_marker_count != ptr2->x_param_max_debug_marker_count)
6914 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6915 : : indent_to, "",
6916 : : "param_max_debug_marker_count",
6917 : : ptr1->x_param_max_debug_marker_count,
6918 : : ptr2->x_param_max_debug_marker_count);
6919 : :
6920 : 0 : if (ptr1->x_param_max_delay_slot_insn_search != ptr2->x_param_max_delay_slot_insn_search)
6921 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6922 : : indent_to, "",
6923 : : "param_max_delay_slot_insn_search",
6924 : : ptr1->x_param_max_delay_slot_insn_search,
6925 : : ptr2->x_param_max_delay_slot_insn_search);
6926 : :
6927 : 0 : if (ptr1->x_param_max_delay_slot_live_search != ptr2->x_param_max_delay_slot_live_search)
6928 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6929 : : indent_to, "",
6930 : : "param_max_delay_slot_live_search",
6931 : : ptr1->x_param_max_delay_slot_live_search,
6932 : : ptr2->x_param_max_delay_slot_live_search);
6933 : :
6934 : 0 : if (ptr1->x_param_max_devirt_targets != ptr2->x_param_max_devirt_targets)
6935 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6936 : : indent_to, "",
6937 : : "param_max_devirt_targets",
6938 : : ptr1->x_param_max_devirt_targets,
6939 : : ptr2->x_param_max_devirt_targets);
6940 : :
6941 : 0 : if (ptr1->x_param_max_dse_active_local_stores != ptr2->x_param_max_dse_active_local_stores)
6942 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6943 : : indent_to, "",
6944 : : "param_max_dse_active_local_stores",
6945 : : ptr1->x_param_max_dse_active_local_stores,
6946 : : ptr2->x_param_max_dse_active_local_stores);
6947 : :
6948 : 0 : if (ptr1->x_param_early_inliner_max_iterations != ptr2->x_param_early_inliner_max_iterations)
6949 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6950 : : indent_to, "",
6951 : : "param_early_inliner_max_iterations",
6952 : : ptr1->x_param_early_inliner_max_iterations,
6953 : : ptr2->x_param_early_inliner_max_iterations);
6954 : :
6955 : 0 : if (ptr1->x_param_max_find_base_term_values != ptr2->x_param_max_find_base_term_values)
6956 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6957 : : indent_to, "",
6958 : : "param_max_find_base_term_values",
6959 : : ptr1->x_param_max_find_base_term_values,
6960 : : ptr2->x_param_max_find_base_term_values);
6961 : :
6962 : 0 : if (ptr1->x_param_max_fsm_thread_path_insns != ptr2->x_param_max_fsm_thread_path_insns)
6963 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6964 : : indent_to, "",
6965 : : "param_max_fsm_thread_path_insns",
6966 : : ptr1->x_param_max_fsm_thread_path_insns,
6967 : : ptr2->x_param_max_fsm_thread_path_insns);
6968 : :
6969 : 0 : if (ptr1->x_param_max_gcse_insertion_ratio != ptr2->x_param_max_gcse_insertion_ratio)
6970 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6971 : : indent_to, "",
6972 : : "param_max_gcse_insertion_ratio",
6973 : : ptr1->x_param_max_gcse_insertion_ratio,
6974 : : ptr2->x_param_max_gcse_insertion_ratio);
6975 : :
6976 : 0 : if (ptr1->x_param_max_gcse_memory != ptr2->x_param_max_gcse_memory)
6977 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6978 : : indent_to, "",
6979 : : "param_max_gcse_memory",
6980 : : ptr1->x_param_max_gcse_memory,
6981 : : ptr2->x_param_max_gcse_memory);
6982 : :
6983 : 0 : if (ptr1->x_param_max_goto_duplication_insns != ptr2->x_param_max_goto_duplication_insns)
6984 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6985 : : indent_to, "",
6986 : : "param_max_goto_duplication_insns",
6987 : : ptr1->x_param_max_goto_duplication_insns,
6988 : : ptr2->x_param_max_goto_duplication_insns);
6989 : :
6990 : 0 : if (ptr1->x_param_max_grow_copy_bb_insns != ptr2->x_param_max_grow_copy_bb_insns)
6991 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6992 : : indent_to, "",
6993 : : "param_max_grow_copy_bb_insns",
6994 : : ptr1->x_param_max_grow_copy_bb_insns,
6995 : : ptr2->x_param_max_grow_copy_bb_insns);
6996 : :
6997 : 0 : if (ptr1->x_param_max_hoist_depth != ptr2->x_param_max_hoist_depth)
6998 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6999 : : indent_to, "",
7000 : : "param_max_hoist_depth",
7001 : : ptr1->x_param_max_hoist_depth,
7002 : : ptr2->x_param_max_hoist_depth);
7003 : :
7004 : 0 : if (ptr1->x_param_inline_functions_called_once_insns != ptr2->x_param_inline_functions_called_once_insns)
7005 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7006 : : indent_to, "",
7007 : : "param_inline_functions_called_once_insns",
7008 : : ptr1->x_param_inline_functions_called_once_insns,
7009 : : ptr2->x_param_inline_functions_called_once_insns);
7010 : :
7011 : 0 : if (ptr1->x_param_inline_functions_called_once_loop_depth != ptr2->x_param_inline_functions_called_once_loop_depth)
7012 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7013 : : indent_to, "",
7014 : : "param_inline_functions_called_once_loop_depth",
7015 : : ptr1->x_param_inline_functions_called_once_loop_depth,
7016 : : ptr2->x_param_inline_functions_called_once_loop_depth);
7017 : :
7018 : 0 : if (ptr1->x_param_max_inline_insns_auto != ptr2->x_param_max_inline_insns_auto)
7019 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7020 : : indent_to, "",
7021 : : "param_max_inline_insns_auto",
7022 : : ptr1->x_param_max_inline_insns_auto,
7023 : : ptr2->x_param_max_inline_insns_auto);
7024 : :
7025 : 0 : if (ptr1->x_param_max_inline_insns_recursive_auto != ptr2->x_param_max_inline_insns_recursive_auto)
7026 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7027 : : indent_to, "",
7028 : : "param_max_inline_insns_recursive_auto",
7029 : : ptr1->x_param_max_inline_insns_recursive_auto,
7030 : : ptr2->x_param_max_inline_insns_recursive_auto);
7031 : :
7032 : 0 : if (ptr1->x_param_max_inline_insns_recursive != ptr2->x_param_max_inline_insns_recursive)
7033 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7034 : : indent_to, "",
7035 : : "param_max_inline_insns_recursive",
7036 : : ptr1->x_param_max_inline_insns_recursive,
7037 : : ptr2->x_param_max_inline_insns_recursive);
7038 : :
7039 : 0 : if (ptr1->x_param_max_inline_insns_single != ptr2->x_param_max_inline_insns_single)
7040 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7041 : : indent_to, "",
7042 : : "param_max_inline_insns_single",
7043 : : ptr1->x_param_max_inline_insns_single,
7044 : : ptr2->x_param_max_inline_insns_single);
7045 : :
7046 : 0 : if (ptr1->x_param_max_inline_insns_size != ptr2->x_param_max_inline_insns_size)
7047 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7048 : : indent_to, "",
7049 : : "param_max_inline_insns_size",
7050 : : ptr1->x_param_max_inline_insns_size,
7051 : : ptr2->x_param_max_inline_insns_size);
7052 : :
7053 : 0 : if (ptr1->x_param_max_inline_insns_small != ptr2->x_param_max_inline_insns_small)
7054 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7055 : : indent_to, "",
7056 : : "param_max_inline_insns_small",
7057 : : ptr1->x_param_max_inline_insns_small,
7058 : : ptr2->x_param_max_inline_insns_small);
7059 : :
7060 : 0 : if (ptr1->x_param_max_inline_recursive_depth_auto != ptr2->x_param_max_inline_recursive_depth_auto)
7061 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7062 : : indent_to, "",
7063 : : "param_max_inline_recursive_depth_auto",
7064 : : ptr1->x_param_max_inline_recursive_depth_auto,
7065 : : ptr2->x_param_max_inline_recursive_depth_auto);
7066 : :
7067 : 0 : if (ptr1->x_param_max_inline_recursive_depth != ptr2->x_param_max_inline_recursive_depth)
7068 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7069 : : indent_to, "",
7070 : : "param_max_inline_recursive_depth",
7071 : : ptr1->x_param_max_inline_recursive_depth,
7072 : : ptr2->x_param_max_inline_recursive_depth);
7073 : :
7074 : 0 : if (ptr1->x_param_max_isl_operations != ptr2->x_param_max_isl_operations)
7075 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7076 : : indent_to, "",
7077 : : "param_max_isl_operations",
7078 : : ptr1->x_param_max_isl_operations,
7079 : : ptr2->x_param_max_isl_operations);
7080 : :
7081 : 0 : if (ptr1->x_param_max_iterations_computation_cost != ptr2->x_param_max_iterations_computation_cost)
7082 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7083 : : indent_to, "",
7084 : : "param_max_iterations_computation_cost",
7085 : : ptr1->x_param_max_iterations_computation_cost,
7086 : : ptr2->x_param_max_iterations_computation_cost);
7087 : :
7088 : 0 : if (ptr1->x_param_max_iterations_to_track != ptr2->x_param_max_iterations_to_track)
7089 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7090 : : indent_to, "",
7091 : : "param_max_iterations_to_track",
7092 : : ptr1->x_param_max_iterations_to_track,
7093 : : ptr2->x_param_max_iterations_to_track);
7094 : :
7095 : 0 : if (ptr1->x_param_max_jump_thread_duplication_stmts != ptr2->x_param_max_jump_thread_duplication_stmts)
7096 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7097 : : indent_to, "",
7098 : : "param_max_jump_thread_duplication_stmts",
7099 : : ptr1->x_param_max_jump_thread_duplication_stmts,
7100 : : ptr2->x_param_max_jump_thread_duplication_stmts);
7101 : :
7102 : 0 : if (ptr1->x_param_max_jump_thread_paths != ptr2->x_param_max_jump_thread_paths)
7103 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7104 : : indent_to, "",
7105 : : "param_max_jump_thread_paths",
7106 : : ptr1->x_param_max_jump_thread_paths,
7107 : : ptr2->x_param_max_jump_thread_paths);
7108 : :
7109 : 0 : if (ptr1->x_param_max_last_value_rtl != ptr2->x_param_max_last_value_rtl)
7110 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7111 : : indent_to, "",
7112 : : "param_max_last_value_rtl",
7113 : : ptr1->x_param_max_last_value_rtl,
7114 : : ptr2->x_param_max_last_value_rtl);
7115 : :
7116 : 0 : if (ptr1->x_param_max_loop_header_insns != ptr2->x_param_max_loop_header_insns)
7117 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7118 : : indent_to, "",
7119 : : "param_max_loop_header_insns",
7120 : : ptr1->x_param_max_loop_header_insns,
7121 : : ptr2->x_param_max_loop_header_insns);
7122 : :
7123 : 0 : if (ptr1->x_param_max_modulo_backtrack_attempts != ptr2->x_param_max_modulo_backtrack_attempts)
7124 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7125 : : indent_to, "",
7126 : : "param_max_modulo_backtrack_attempts",
7127 : : ptr1->x_param_max_modulo_backtrack_attempts,
7128 : : ptr2->x_param_max_modulo_backtrack_attempts);
7129 : :
7130 : 0 : if (ptr1->x_param_max_partial_antic_length != ptr2->x_param_max_partial_antic_length)
7131 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7132 : : indent_to, "",
7133 : : "param_max_partial_antic_length",
7134 : : ptr1->x_param_max_partial_antic_length,
7135 : : ptr2->x_param_max_partial_antic_length);
7136 : :
7137 : 0 : if (ptr1->x_param_max_peel_branches != ptr2->x_param_max_peel_branches)
7138 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7139 : : indent_to, "",
7140 : : "param_max_peel_branches",
7141 : : ptr1->x_param_max_peel_branches,
7142 : : ptr2->x_param_max_peel_branches);
7143 : :
7144 : 0 : if (ptr1->x_param_max_peel_times != ptr2->x_param_max_peel_times)
7145 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7146 : : indent_to, "",
7147 : : "param_max_peel_times",
7148 : : ptr1->x_param_max_peel_times,
7149 : : ptr2->x_param_max_peel_times);
7150 : :
7151 : 0 : if (ptr1->x_param_max_peeled_insns != ptr2->x_param_max_peeled_insns)
7152 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7153 : : indent_to, "",
7154 : : "param_max_peeled_insns",
7155 : : ptr1->x_param_max_peeled_insns,
7156 : : ptr2->x_param_max_peeled_insns);
7157 : :
7158 : 0 : if (ptr1->x_param_max_pending_list_length != ptr2->x_param_max_pending_list_length)
7159 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7160 : : indent_to, "",
7161 : : "param_max_pending_list_length",
7162 : : ptr1->x_param_max_pending_list_length,
7163 : : ptr2->x_param_max_pending_list_length);
7164 : :
7165 : 0 : if (ptr1->x_param_max_pipeline_region_blocks != ptr2->x_param_max_pipeline_region_blocks)
7166 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7167 : : indent_to, "",
7168 : : "param_max_pipeline_region_blocks",
7169 : : ptr1->x_param_max_pipeline_region_blocks,
7170 : : ptr2->x_param_max_pipeline_region_blocks);
7171 : :
7172 : 0 : if (ptr1->x_param_max_pipeline_region_insns != ptr2->x_param_max_pipeline_region_insns)
7173 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7174 : : indent_to, "",
7175 : : "param_max_pipeline_region_insns",
7176 : : ptr1->x_param_max_pipeline_region_insns,
7177 : : ptr2->x_param_max_pipeline_region_insns);
7178 : :
7179 : 0 : if (ptr1->x_param_max_pow_sqrt_depth != ptr2->x_param_max_pow_sqrt_depth)
7180 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7181 : : indent_to, "",
7182 : : "param_max_pow_sqrt_depth",
7183 : : ptr1->x_param_max_pow_sqrt_depth,
7184 : : ptr2->x_param_max_pow_sqrt_depth);
7185 : :
7186 : 0 : if (ptr1->x_param_max_predicted_iterations != ptr2->x_param_max_predicted_iterations)
7187 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7188 : : indent_to, "",
7189 : : "param_max_predicted_iterations",
7190 : : ptr1->x_param_max_predicted_iterations,
7191 : : ptr2->x_param_max_predicted_iterations);
7192 : :
7193 : 0 : if (ptr1->x_param_max_reload_search_insns != ptr2->x_param_max_reload_search_insns)
7194 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7195 : : indent_to, "",
7196 : : "param_max_reload_search_insns",
7197 : : ptr1->x_param_max_reload_search_insns,
7198 : : ptr2->x_param_max_reload_search_insns);
7199 : :
7200 : 0 : if (ptr1->x_param_max_rtl_if_conversion_insns != ptr2->x_param_max_rtl_if_conversion_insns)
7201 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7202 : : indent_to, "",
7203 : : "param_max_rtl_if_conversion_insns",
7204 : : ptr1->x_param_max_rtl_if_conversion_insns,
7205 : : ptr2->x_param_max_rtl_if_conversion_insns);
7206 : :
7207 : 0 : if (ptr1->x_param_max_rtl_if_conversion_predictable_cost != ptr2->x_param_max_rtl_if_conversion_predictable_cost)
7208 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7209 : : indent_to, "",
7210 : : "param_max_rtl_if_conversion_predictable_cost",
7211 : : ptr1->x_param_max_rtl_if_conversion_predictable_cost,
7212 : : ptr2->x_param_max_rtl_if_conversion_predictable_cost);
7213 : :
7214 : 0 : if (ptr1->x_param_max_rtl_if_conversion_unpredictable_cost != ptr2->x_param_max_rtl_if_conversion_unpredictable_cost)
7215 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7216 : : indent_to, "",
7217 : : "param_max_rtl_if_conversion_unpredictable_cost",
7218 : : ptr1->x_param_max_rtl_if_conversion_unpredictable_cost,
7219 : : ptr2->x_param_max_rtl_if_conversion_unpredictable_cost);
7220 : :
7221 : 0 : if (ptr1->x_param_max_sched_extend_regions_iters != ptr2->x_param_max_sched_extend_regions_iters)
7222 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7223 : : indent_to, "",
7224 : : "param_max_sched_extend_regions_iters",
7225 : : ptr1->x_param_max_sched_extend_regions_iters,
7226 : : ptr2->x_param_max_sched_extend_regions_iters);
7227 : :
7228 : 0 : if (ptr1->x_param_max_sched_insn_conflict_delay != ptr2->x_param_max_sched_insn_conflict_delay)
7229 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7230 : : indent_to, "",
7231 : : "param_max_sched_insn_conflict_delay",
7232 : : ptr1->x_param_max_sched_insn_conflict_delay,
7233 : : ptr2->x_param_max_sched_insn_conflict_delay);
7234 : :
7235 : 0 : if (ptr1->x_param_max_sched_ready_insns != ptr2->x_param_max_sched_ready_insns)
7236 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7237 : : indent_to, "",
7238 : : "param_max_sched_ready_insns",
7239 : : ptr1->x_param_max_sched_ready_insns,
7240 : : ptr2->x_param_max_sched_ready_insns);
7241 : :
7242 : 0 : if (ptr1->x_param_max_sched_region_blocks != ptr2->x_param_max_sched_region_blocks)
7243 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7244 : : indent_to, "",
7245 : : "param_max_sched_region_blocks",
7246 : : ptr1->x_param_max_sched_region_blocks,
7247 : : ptr2->x_param_max_sched_region_blocks);
7248 : :
7249 : 0 : if (ptr1->x_param_max_sched_region_insns != ptr2->x_param_max_sched_region_insns)
7250 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7251 : : indent_to, "",
7252 : : "param_max_sched_region_insns",
7253 : : ptr1->x_param_max_sched_region_insns,
7254 : : ptr2->x_param_max_sched_region_insns);
7255 : :
7256 : 0 : if (ptr1->x_param_max_slsr_candidate_scan != ptr2->x_param_max_slsr_candidate_scan)
7257 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7258 : : indent_to, "",
7259 : : "param_max_slsr_candidate_scan",
7260 : : ptr1->x_param_max_slsr_candidate_scan,
7261 : : ptr2->x_param_max_slsr_candidate_scan);
7262 : :
7263 : 0 : if (ptr1->x_param_max_speculative_devirt_maydefs != ptr2->x_param_max_speculative_devirt_maydefs)
7264 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7265 : : indent_to, "",
7266 : : "param_max_speculative_devirt_maydefs",
7267 : : ptr1->x_param_max_speculative_devirt_maydefs,
7268 : : ptr2->x_param_max_speculative_devirt_maydefs);
7269 : :
7270 : 0 : if (ptr1->x_param_max_stores_to_merge != ptr2->x_param_max_stores_to_merge)
7271 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7272 : : indent_to, "",
7273 : : "param_max_stores_to_merge",
7274 : : ptr1->x_param_max_stores_to_merge,
7275 : : ptr2->x_param_max_stores_to_merge);
7276 : :
7277 : 0 : if (ptr1->x_param_max_stores_to_sink != ptr2->x_param_max_stores_to_sink)
7278 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7279 : : indent_to, "",
7280 : : "param_max_stores_to_sink",
7281 : : ptr1->x_param_max_stores_to_sink,
7282 : : ptr2->x_param_max_stores_to_sink);
7283 : :
7284 : 0 : if (ptr1->x_param_max_tail_merge_comparisons != ptr2->x_param_max_tail_merge_comparisons)
7285 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7286 : : indent_to, "",
7287 : : "param_max_tail_merge_comparisons",
7288 : : ptr1->x_param_max_tail_merge_comparisons,
7289 : : ptr2->x_param_max_tail_merge_comparisons);
7290 : :
7291 : 0 : if (ptr1->x_param_max_tail_merge_iterations != ptr2->x_param_max_tail_merge_iterations)
7292 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7293 : : indent_to, "",
7294 : : "param_max_tail_merge_iterations",
7295 : : ptr1->x_param_max_tail_merge_iterations,
7296 : : ptr2->x_param_max_tail_merge_iterations);
7297 : :
7298 : 0 : if (ptr1->x_param_max_tracked_strlens != ptr2->x_param_max_tracked_strlens)
7299 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7300 : : indent_to, "",
7301 : : "param_max_tracked_strlens",
7302 : : ptr1->x_param_max_tracked_strlens,
7303 : : ptr2->x_param_max_tracked_strlens);
7304 : :
7305 : 0 : if (ptr1->x_param_max_tree_if_conversion_phi_args != ptr2->x_param_max_tree_if_conversion_phi_args)
7306 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7307 : : indent_to, "",
7308 : : "param_max_tree_if_conversion_phi_args",
7309 : : ptr1->x_param_max_tree_if_conversion_phi_args,
7310 : : ptr2->x_param_max_tree_if_conversion_phi_args);
7311 : :
7312 : 0 : if (ptr1->x_param_max_unroll_times != ptr2->x_param_max_unroll_times)
7313 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7314 : : indent_to, "",
7315 : : "param_max_unroll_times",
7316 : : ptr1->x_param_max_unroll_times,
7317 : : ptr2->x_param_max_unroll_times);
7318 : :
7319 : 0 : if (ptr1->x_param_max_unrolled_insns != ptr2->x_param_max_unrolled_insns)
7320 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7321 : : indent_to, "",
7322 : : "param_max_unrolled_insns",
7323 : : ptr1->x_param_max_unrolled_insns,
7324 : : ptr2->x_param_max_unrolled_insns);
7325 : :
7326 : 0 : if (ptr1->x_param_max_unswitch_depth != ptr2->x_param_max_unswitch_depth)
7327 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7328 : : indent_to, "",
7329 : : "param_max_unswitch_depth",
7330 : : ptr1->x_param_max_unswitch_depth,
7331 : : ptr2->x_param_max_unswitch_depth);
7332 : :
7333 : 0 : if (ptr1->x_param_max_unswitch_insns != ptr2->x_param_max_unswitch_insns)
7334 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7335 : : indent_to, "",
7336 : : "param_max_unswitch_insns",
7337 : : ptr1->x_param_max_unswitch_insns,
7338 : : ptr2->x_param_max_unswitch_insns);
7339 : :
7340 : 0 : if (ptr1->x_param_max_variable_expansions != ptr2->x_param_max_variable_expansions)
7341 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7342 : : indent_to, "",
7343 : : "param_max_variable_expansions",
7344 : : ptr1->x_param_max_variable_expansions,
7345 : : ptr2->x_param_max_variable_expansions);
7346 : :
7347 : 0 : if (ptr1->x_param_max_vartrack_expr_depth != ptr2->x_param_max_vartrack_expr_depth)
7348 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7349 : : indent_to, "",
7350 : : "param_max_vartrack_expr_depth",
7351 : : ptr1->x_param_max_vartrack_expr_depth,
7352 : : ptr2->x_param_max_vartrack_expr_depth);
7353 : :
7354 : 0 : if (ptr1->x_param_max_vartrack_reverse_op_size != ptr2->x_param_max_vartrack_reverse_op_size)
7355 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7356 : : indent_to, "",
7357 : : "param_max_vartrack_reverse_op_size",
7358 : : ptr1->x_param_max_vartrack_reverse_op_size,
7359 : : ptr2->x_param_max_vartrack_reverse_op_size);
7360 : :
7361 : 0 : if (ptr1->x_param_max_vartrack_size != ptr2->x_param_max_vartrack_size)
7362 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7363 : : indent_to, "",
7364 : : "param_max_vartrack_size",
7365 : : ptr1->x_param_max_vartrack_size,
7366 : : ptr2->x_param_max_vartrack_size);
7367 : :
7368 : 0 : if (ptr1->x_param_min_crossjump_insns != ptr2->x_param_min_crossjump_insns)
7369 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7370 : : indent_to, "",
7371 : : "param_min_crossjump_insns",
7372 : : ptr1->x_param_min_crossjump_insns,
7373 : : ptr2->x_param_min_crossjump_insns);
7374 : :
7375 : 0 : if (ptr1->x_param_min_inline_recursive_probability != ptr2->x_param_min_inline_recursive_probability)
7376 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7377 : : indent_to, "",
7378 : : "param_min_inline_recursive_probability",
7379 : : ptr1->x_param_min_inline_recursive_probability,
7380 : : ptr2->x_param_min_inline_recursive_probability);
7381 : :
7382 : 0 : if (ptr1->x_param_min_insn_to_prefetch_ratio != ptr2->x_param_min_insn_to_prefetch_ratio)
7383 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7384 : : indent_to, "",
7385 : : "param_min_insn_to_prefetch_ratio",
7386 : : ptr1->x_param_min_insn_to_prefetch_ratio,
7387 : : ptr2->x_param_min_insn_to_prefetch_ratio);
7388 : :
7389 : 0 : if (ptr1->x_param_min_loop_cond_split_prob != ptr2->x_param_min_loop_cond_split_prob)
7390 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7391 : : indent_to, "",
7392 : : "param_min_loop_cond_split_prob",
7393 : : ptr1->x_param_min_loop_cond_split_prob,
7394 : : ptr2->x_param_min_loop_cond_split_prob);
7395 : :
7396 : 0 : if (ptr1->x_param_min_pagesize != ptr2->x_param_min_pagesize)
7397 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7398 : : indent_to, "",
7399 : : "param_min_pagesize",
7400 : : ptr1->x_param_min_pagesize,
7401 : : ptr2->x_param_min_pagesize);
7402 : :
7403 : 0 : if (ptr1->x_param_min_size_for_stack_sharing != ptr2->x_param_min_size_for_stack_sharing)
7404 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7405 : : indent_to, "",
7406 : : "param_min_size_for_stack_sharing",
7407 : : ptr1->x_param_min_size_for_stack_sharing,
7408 : : ptr2->x_param_min_size_for_stack_sharing);
7409 : :
7410 : 0 : if (ptr1->x_param_min_spec_prob != ptr2->x_param_min_spec_prob)
7411 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7412 : : indent_to, "",
7413 : : "param_min_spec_prob",
7414 : : ptr1->x_param_min_spec_prob,
7415 : : ptr2->x_param_min_spec_prob);
7416 : :
7417 : 0 : if (ptr1->x_param_min_vect_loop_bound != ptr2->x_param_min_vect_loop_bound)
7418 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7419 : : indent_to, "",
7420 : : "param_min_vect_loop_bound",
7421 : : ptr1->x_param_min_vect_loop_bound,
7422 : : ptr2->x_param_min_vect_loop_bound);
7423 : :
7424 : 0 : if (ptr1->x_param_modref_max_accesses != ptr2->x_param_modref_max_accesses)
7425 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7426 : : indent_to, "",
7427 : : "param_modref_max_accesses",
7428 : : ptr1->x_param_modref_max_accesses,
7429 : : ptr2->x_param_modref_max_accesses);
7430 : :
7431 : 0 : if (ptr1->x_param_modref_max_adjustments != ptr2->x_param_modref_max_adjustments)
7432 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7433 : : indent_to, "",
7434 : : "param_modref_max_adjustments",
7435 : : ptr1->x_param_modref_max_adjustments,
7436 : : ptr2->x_param_modref_max_adjustments);
7437 : :
7438 : 0 : if (ptr1->x_param_modref_max_bases != ptr2->x_param_modref_max_bases)
7439 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7440 : : indent_to, "",
7441 : : "param_modref_max_bases",
7442 : : ptr1->x_param_modref_max_bases,
7443 : : ptr2->x_param_modref_max_bases);
7444 : :
7445 : 0 : if (ptr1->x_param_modref_max_depth != ptr2->x_param_modref_max_depth)
7446 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7447 : : indent_to, "",
7448 : : "param_modref_max_depth",
7449 : : ptr1->x_param_modref_max_depth,
7450 : : ptr2->x_param_modref_max_depth);
7451 : :
7452 : 0 : if (ptr1->x_param_modref_max_escape_points != ptr2->x_param_modref_max_escape_points)
7453 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7454 : : indent_to, "",
7455 : : "param_modref_max_escape_points",
7456 : : ptr1->x_param_modref_max_escape_points,
7457 : : ptr2->x_param_modref_max_escape_points);
7458 : :
7459 : 0 : if (ptr1->x_param_modref_max_refs != ptr2->x_param_modref_max_refs)
7460 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7461 : : indent_to, "",
7462 : : "param_modref_max_refs",
7463 : : ptr1->x_param_modref_max_refs,
7464 : : ptr2->x_param_modref_max_refs);
7465 : :
7466 : 0 : if (ptr1->x_param_modref_max_tests != ptr2->x_param_modref_max_tests)
7467 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7468 : : indent_to, "",
7469 : : "param_modref_max_tests",
7470 : : ptr1->x_param_modref_max_tests,
7471 : : ptr2->x_param_modref_max_tests);
7472 : :
7473 : 0 : if (ptr1->x_param_parloops_chunk_size != ptr2->x_param_parloops_chunk_size)
7474 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7475 : : indent_to, "",
7476 : : "param_parloops_chunk_size",
7477 : : ptr1->x_param_parloops_chunk_size,
7478 : : ptr2->x_param_parloops_chunk_size);
7479 : :
7480 : 0 : if (ptr1->x_param_parloops_min_per_thread != ptr2->x_param_parloops_min_per_thread)
7481 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7482 : : indent_to, "",
7483 : : "param_parloops_min_per_thread",
7484 : : ptr1->x_param_parloops_min_per_thread,
7485 : : ptr2->x_param_parloops_min_per_thread);
7486 : :
7487 : 0 : if (ptr1->x_param_parloops_schedule != ptr2->x_param_parloops_schedule)
7488 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7489 : : indent_to, "",
7490 : : "param_parloops_schedule",
7491 : : ptr1->x_param_parloops_schedule,
7492 : : ptr2->x_param_parloops_schedule);
7493 : :
7494 : 0 : if (ptr1->x_param_partial_inlining_entry_probability != ptr2->x_param_partial_inlining_entry_probability)
7495 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7496 : : indent_to, "",
7497 : : "param_partial_inlining_entry_probability",
7498 : : ptr1->x_param_partial_inlining_entry_probability,
7499 : : ptr2->x_param_partial_inlining_entry_probability);
7500 : :
7501 : 0 : if (ptr1->x_param_phiopt_factor_max_stmts_live != ptr2->x_param_phiopt_factor_max_stmts_live)
7502 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7503 : : indent_to, "",
7504 : : "param_phiopt_factor_max_stmts_live",
7505 : : ptr1->x_param_phiopt_factor_max_stmts_live,
7506 : : ptr2->x_param_phiopt_factor_max_stmts_live);
7507 : :
7508 : 0 : if (ptr1->x_param_predictable_branch_outcome != ptr2->x_param_predictable_branch_outcome)
7509 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7510 : : indent_to, "",
7511 : : "param_predictable_branch_outcome",
7512 : : ptr1->x_param_predictable_branch_outcome,
7513 : : ptr2->x_param_predictable_branch_outcome);
7514 : :
7515 : 0 : if (ptr1->x_param_prefetch_dynamic_strides != ptr2->x_param_prefetch_dynamic_strides)
7516 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7517 : : indent_to, "",
7518 : : "param_prefetch_dynamic_strides",
7519 : : ptr1->x_param_prefetch_dynamic_strides,
7520 : : ptr2->x_param_prefetch_dynamic_strides);
7521 : :
7522 : 0 : if (ptr1->x_param_prefetch_latency != ptr2->x_param_prefetch_latency)
7523 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7524 : : indent_to, "",
7525 : : "param_prefetch_latency",
7526 : : ptr1->x_param_prefetch_latency,
7527 : : ptr2->x_param_prefetch_latency);
7528 : :
7529 : 0 : if (ptr1->x_param_prefetch_min_insn_to_mem_ratio != ptr2->x_param_prefetch_min_insn_to_mem_ratio)
7530 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7531 : : indent_to, "",
7532 : : "param_prefetch_min_insn_to_mem_ratio",
7533 : : ptr1->x_param_prefetch_min_insn_to_mem_ratio,
7534 : : ptr2->x_param_prefetch_min_insn_to_mem_ratio);
7535 : :
7536 : 0 : if (ptr1->x_param_prefetch_minimum_stride != ptr2->x_param_prefetch_minimum_stride)
7537 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7538 : : indent_to, "",
7539 : : "param_prefetch_minimum_stride",
7540 : : ptr1->x_param_prefetch_minimum_stride,
7541 : : ptr2->x_param_prefetch_minimum_stride);
7542 : :
7543 : 0 : if (ptr1->x_param_ranger_logical_depth != ptr2->x_param_ranger_logical_depth)
7544 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7545 : : indent_to, "",
7546 : : "param_ranger_logical_depth",
7547 : : ptr1->x_param_ranger_logical_depth,
7548 : : ptr2->x_param_ranger_logical_depth);
7549 : :
7550 : 0 : if (ptr1->x_param_ranger_recompute_depth != ptr2->x_param_ranger_recompute_depth)
7551 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7552 : : indent_to, "",
7553 : : "param_ranger_recompute_depth",
7554 : : ptr1->x_param_ranger_recompute_depth,
7555 : : ptr2->x_param_ranger_recompute_depth);
7556 : :
7557 : 0 : if (ptr1->x_param_relation_block_limit != ptr2->x_param_relation_block_limit)
7558 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7559 : : indent_to, "",
7560 : : "param_relation_block_limit",
7561 : : ptr1->x_param_relation_block_limit,
7562 : : ptr2->x_param_relation_block_limit);
7563 : :
7564 : 0 : if (ptr1->x_param_rpo_vn_max_loop_depth != ptr2->x_param_rpo_vn_max_loop_depth)
7565 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7566 : : indent_to, "",
7567 : : "param_rpo_vn_max_loop_depth",
7568 : : ptr1->x_param_rpo_vn_max_loop_depth,
7569 : : ptr2->x_param_rpo_vn_max_loop_depth);
7570 : :
7571 : 0 : if (ptr1->x_param_sccvn_max_alias_queries_per_access != ptr2->x_param_sccvn_max_alias_queries_per_access)
7572 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7573 : : indent_to, "",
7574 : : "param_sccvn_max_alias_queries_per_access",
7575 : : ptr1->x_param_sccvn_max_alias_queries_per_access,
7576 : : ptr2->x_param_sccvn_max_alias_queries_per_access);
7577 : :
7578 : 0 : if (ptr1->x_param_scev_max_expr_complexity != ptr2->x_param_scev_max_expr_complexity)
7579 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7580 : : indent_to, "",
7581 : : "param_scev_max_expr_complexity",
7582 : : ptr1->x_param_scev_max_expr_complexity,
7583 : : ptr2->x_param_scev_max_expr_complexity);
7584 : :
7585 : 0 : if (ptr1->x_param_scev_max_expr_size != ptr2->x_param_scev_max_expr_size)
7586 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7587 : : indent_to, "",
7588 : : "param_scev_max_expr_size",
7589 : : ptr1->x_param_scev_max_expr_size,
7590 : : ptr2->x_param_scev_max_expr_size);
7591 : :
7592 : 0 : if (ptr1->x_param_sched_autopref_queue_depth != ptr2->x_param_sched_autopref_queue_depth)
7593 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7594 : : indent_to, "",
7595 : : "param_sched_autopref_queue_depth",
7596 : : ptr1->x_param_sched_autopref_queue_depth,
7597 : : ptr2->x_param_sched_autopref_queue_depth);
7598 : :
7599 : 0 : if (ptr1->x_param_sched_mem_true_dep_cost != ptr2->x_param_sched_mem_true_dep_cost)
7600 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7601 : : indent_to, "",
7602 : : "param_sched_mem_true_dep_cost",
7603 : : ptr1->x_param_sched_mem_true_dep_cost,
7604 : : ptr2->x_param_sched_mem_true_dep_cost);
7605 : :
7606 : 0 : if (ptr1->x_param_sched_pressure_algorithm != ptr2->x_param_sched_pressure_algorithm)
7607 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7608 : : indent_to, "",
7609 : : "param_sched_pressure_algorithm",
7610 : : ptr1->x_param_sched_pressure_algorithm,
7611 : : ptr2->x_param_sched_pressure_algorithm);
7612 : :
7613 : 0 : if (ptr1->x_param_sched_spec_prob_cutoff != ptr2->x_param_sched_spec_prob_cutoff)
7614 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7615 : : indent_to, "",
7616 : : "param_sched_spec_prob_cutoff",
7617 : : ptr1->x_param_sched_spec_prob_cutoff,
7618 : : ptr2->x_param_sched_spec_prob_cutoff);
7619 : :
7620 : 0 : if (ptr1->x_param_sched_state_edge_prob_cutoff != ptr2->x_param_sched_state_edge_prob_cutoff)
7621 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7622 : : indent_to, "",
7623 : : "param_sched_state_edge_prob_cutoff",
7624 : : ptr1->x_param_sched_state_edge_prob_cutoff,
7625 : : ptr2->x_param_sched_state_edge_prob_cutoff);
7626 : :
7627 : 0 : if (ptr1->x_param_selsched_insns_to_rename != ptr2->x_param_selsched_insns_to_rename)
7628 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7629 : : indent_to, "",
7630 : : "param_selsched_insns_to_rename",
7631 : : ptr1->x_param_selsched_insns_to_rename,
7632 : : ptr2->x_param_selsched_insns_to_rename);
7633 : :
7634 : 0 : if (ptr1->x_param_selsched_max_lookahead != ptr2->x_param_selsched_max_lookahead)
7635 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7636 : : indent_to, "",
7637 : : "param_selsched_max_lookahead",
7638 : : ptr1->x_param_selsched_max_lookahead,
7639 : : ptr2->x_param_selsched_max_lookahead);
7640 : :
7641 : 0 : if (ptr1->x_param_selsched_max_sched_times != ptr2->x_param_selsched_max_sched_times)
7642 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7643 : : indent_to, "",
7644 : : "param_selsched_max_sched_times",
7645 : : ptr1->x_param_selsched_max_sched_times,
7646 : : ptr2->x_param_selsched_max_sched_times);
7647 : :
7648 : 0 : if (ptr1->x_param_simultaneous_prefetches != ptr2->x_param_simultaneous_prefetches)
7649 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7650 : : indent_to, "",
7651 : : "param_simultaneous_prefetches",
7652 : : ptr1->x_param_simultaneous_prefetches,
7653 : : ptr2->x_param_simultaneous_prefetches);
7654 : :
7655 : 0 : if (ptr1->x_param_sink_frequency_threshold != ptr2->x_param_sink_frequency_threshold)
7656 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7657 : : indent_to, "",
7658 : : "param_sink_frequency_threshold",
7659 : : ptr1->x_param_sink_frequency_threshold,
7660 : : ptr2->x_param_sink_frequency_threshold);
7661 : :
7662 : 0 : if (ptr1->x_param_sms_dfa_history != ptr2->x_param_sms_dfa_history)
7663 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7664 : : indent_to, "",
7665 : : "param_sms_dfa_history",
7666 : : ptr1->x_param_sms_dfa_history,
7667 : : ptr2->x_param_sms_dfa_history);
7668 : :
7669 : 0 : if (ptr1->x_param_sms_loop_average_count_threshold != ptr2->x_param_sms_loop_average_count_threshold)
7670 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7671 : : indent_to, "",
7672 : : "param_sms_loop_average_count_threshold",
7673 : : ptr1->x_param_sms_loop_average_count_threshold,
7674 : : ptr2->x_param_sms_loop_average_count_threshold);
7675 : :
7676 : 0 : if (ptr1->x_param_sms_max_ii_factor != ptr2->x_param_sms_max_ii_factor)
7677 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7678 : : indent_to, "",
7679 : : "param_sms_max_ii_factor",
7680 : : ptr1->x_param_sms_max_ii_factor,
7681 : : ptr2->x_param_sms_max_ii_factor);
7682 : :
7683 : 0 : if (ptr1->x_param_sms_min_sc != ptr2->x_param_sms_min_sc)
7684 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7685 : : indent_to, "",
7686 : : "param_sms_min_sc",
7687 : : ptr1->x_param_sms_min_sc,
7688 : : ptr2->x_param_sms_min_sc);
7689 : :
7690 : 0 : if (ptr1->x_param_sra_max_propagations != ptr2->x_param_sra_max_propagations)
7691 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7692 : : indent_to, "",
7693 : : "param_sra_max_propagations",
7694 : : ptr1->x_param_sra_max_propagations,
7695 : : ptr2->x_param_sra_max_propagations);
7696 : :
7697 : 0 : if (ptr1->x_param_sra_max_scalarization_size_size != ptr2->x_param_sra_max_scalarization_size_size)
7698 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7699 : : indent_to, "",
7700 : : "param_sra_max_scalarization_size_size",
7701 : : ptr1->x_param_sra_max_scalarization_size_size,
7702 : : ptr2->x_param_sra_max_scalarization_size_size);
7703 : :
7704 : 0 : if (ptr1->x_param_sra_max_scalarization_size_speed != ptr2->x_param_sra_max_scalarization_size_speed)
7705 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7706 : : indent_to, "",
7707 : : "param_sra_max_scalarization_size_speed",
7708 : : ptr1->x_param_sra_max_scalarization_size_speed,
7709 : : ptr2->x_param_sra_max_scalarization_size_speed);
7710 : :
7711 : 0 : if (ptr1->x_param_ssa_name_def_chain_limit != ptr2->x_param_ssa_name_def_chain_limit)
7712 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7713 : : indent_to, "",
7714 : : "param_ssa_name_def_chain_limit",
7715 : : ptr1->x_param_ssa_name_def_chain_limit,
7716 : : ptr2->x_param_ssa_name_def_chain_limit);
7717 : :
7718 : 0 : if (ptr1->x_param_ssp_buffer_size != ptr2->x_param_ssp_buffer_size)
7719 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7720 : : indent_to, "",
7721 : : "param_ssp_buffer_size",
7722 : : ptr1->x_param_ssp_buffer_size,
7723 : : ptr2->x_param_ssp_buffer_size);
7724 : :
7725 : 0 : if (ptr1->x_param_stack_clash_protection_guard_size != ptr2->x_param_stack_clash_protection_guard_size)
7726 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7727 : : indent_to, "",
7728 : : "param_stack_clash_protection_guard_size",
7729 : : ptr1->x_param_stack_clash_protection_guard_size,
7730 : : ptr2->x_param_stack_clash_protection_guard_size);
7731 : :
7732 : 0 : if (ptr1->x_param_stack_clash_protection_probe_interval != ptr2->x_param_stack_clash_protection_probe_interval)
7733 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7734 : : indent_to, "",
7735 : : "param_stack_clash_protection_probe_interval",
7736 : : ptr1->x_param_stack_clash_protection_probe_interval,
7737 : : ptr2->x_param_stack_clash_protection_probe_interval);
7738 : :
7739 : 0 : if (ptr1->x_param_store_forwarding_max_distance != ptr2->x_param_store_forwarding_max_distance)
7740 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7741 : : indent_to, "",
7742 : : "param_store_forwarding_max_distance",
7743 : : ptr1->x_param_store_forwarding_max_distance,
7744 : : ptr2->x_param_store_forwarding_max_distance);
7745 : :
7746 : 0 : if (ptr1->x_param_store_merging_allow_unaligned != ptr2->x_param_store_merging_allow_unaligned)
7747 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7748 : : indent_to, "",
7749 : : "param_store_merging_allow_unaligned",
7750 : : ptr1->x_param_store_merging_allow_unaligned,
7751 : : ptr2->x_param_store_merging_allow_unaligned);
7752 : :
7753 : 0 : if (ptr1->x_param_store_merging_max_size != ptr2->x_param_store_merging_max_size)
7754 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7755 : : indent_to, "",
7756 : : "param_store_merging_max_size",
7757 : : ptr1->x_param_store_merging_max_size,
7758 : : ptr2->x_param_store_merging_max_size);
7759 : :
7760 : 0 : if (ptr1->x_param_switch_conversion_branch_ratio != ptr2->x_param_switch_conversion_branch_ratio)
7761 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7762 : : indent_to, "",
7763 : : "param_switch_conversion_branch_ratio",
7764 : : ptr1->x_param_switch_conversion_branch_ratio,
7765 : : ptr2->x_param_switch_conversion_branch_ratio);
7766 : :
7767 : 0 : if (ptr1->x_param_tm_max_aggregate_size != ptr2->x_param_tm_max_aggregate_size)
7768 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7769 : : indent_to, "",
7770 : : "param_tm_max_aggregate_size",
7771 : : ptr1->x_param_tm_max_aggregate_size,
7772 : : ptr2->x_param_tm_max_aggregate_size);
7773 : :
7774 : 0 : if (ptr1->x_param_tracer_dynamic_coverage_feedback != ptr2->x_param_tracer_dynamic_coverage_feedback)
7775 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7776 : : indent_to, "",
7777 : : "param_tracer_dynamic_coverage_feedback",
7778 : : ptr1->x_param_tracer_dynamic_coverage_feedback,
7779 : : ptr2->x_param_tracer_dynamic_coverage_feedback);
7780 : :
7781 : 0 : if (ptr1->x_param_tracer_dynamic_coverage != ptr2->x_param_tracer_dynamic_coverage)
7782 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7783 : : indent_to, "",
7784 : : "param_tracer_dynamic_coverage",
7785 : : ptr1->x_param_tracer_dynamic_coverage,
7786 : : ptr2->x_param_tracer_dynamic_coverage);
7787 : :
7788 : 0 : if (ptr1->x_param_tracer_max_code_growth != ptr2->x_param_tracer_max_code_growth)
7789 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7790 : : indent_to, "",
7791 : : "param_tracer_max_code_growth",
7792 : : ptr1->x_param_tracer_max_code_growth,
7793 : : ptr2->x_param_tracer_max_code_growth);
7794 : :
7795 : 0 : if (ptr1->x_param_tracer_min_branch_probability_feedback != ptr2->x_param_tracer_min_branch_probability_feedback)
7796 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7797 : : indent_to, "",
7798 : : "param_tracer_min_branch_probability_feedback",
7799 : : ptr1->x_param_tracer_min_branch_probability_feedback,
7800 : : ptr2->x_param_tracer_min_branch_probability_feedback);
7801 : :
7802 : 0 : if (ptr1->x_param_tracer_min_branch_probability != ptr2->x_param_tracer_min_branch_probability)
7803 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7804 : : indent_to, "",
7805 : : "param_tracer_min_branch_probability",
7806 : : ptr1->x_param_tracer_min_branch_probability,
7807 : : ptr2->x_param_tracer_min_branch_probability);
7808 : :
7809 : 0 : if (ptr1->x_param_tracer_min_branch_ratio != ptr2->x_param_tracer_min_branch_ratio)
7810 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7811 : : indent_to, "",
7812 : : "param_tracer_min_branch_ratio",
7813 : : ptr1->x_param_tracer_min_branch_ratio,
7814 : : ptr2->x_param_tracer_min_branch_ratio);
7815 : :
7816 : 0 : if (ptr1->x_param_transitive_relations_work_bound != ptr2->x_param_transitive_relations_work_bound)
7817 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7818 : : indent_to, "",
7819 : : "param_transitive_relations_work_bound",
7820 : : ptr1->x_param_transitive_relations_work_bound,
7821 : : ptr2->x_param_transitive_relations_work_bound);
7822 : :
7823 : 0 : if (ptr1->x_param_tree_reassoc_width != ptr2->x_param_tree_reassoc_width)
7824 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7825 : : indent_to, "",
7826 : : "param_tree_reassoc_width",
7827 : : ptr1->x_param_tree_reassoc_width,
7828 : : ptr2->x_param_tree_reassoc_width);
7829 : :
7830 : 0 : if (ptr1->x_param_uninit_control_dep_attempts != ptr2->x_param_uninit_control_dep_attempts)
7831 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7832 : : indent_to, "",
7833 : : "param_uninit_control_dep_attempts",
7834 : : ptr1->x_param_uninit_control_dep_attempts,
7835 : : ptr2->x_param_uninit_control_dep_attempts);
7836 : :
7837 : 0 : if (ptr1->x_param_uninit_max_chain_len != ptr2->x_param_uninit_max_chain_len)
7838 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7839 : : indent_to, "",
7840 : : "param_uninit_max_chain_len",
7841 : : ptr1->x_param_uninit_max_chain_len,
7842 : : ptr2->x_param_uninit_max_chain_len);
7843 : :
7844 : 0 : if (ptr1->x_param_uninit_max_num_chains != ptr2->x_param_uninit_max_num_chains)
7845 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7846 : : indent_to, "",
7847 : : "param_uninit_max_num_chains",
7848 : : ptr1->x_param_uninit_max_num_chains,
7849 : : ptr2->x_param_uninit_max_num_chains);
7850 : :
7851 : 0 : if (ptr1->x_param_uninit_max_prune_work != ptr2->x_param_uninit_max_prune_work)
7852 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7853 : : indent_to, "",
7854 : : "param_uninit_max_prune_work",
7855 : : ptr1->x_param_uninit_max_prune_work,
7856 : : ptr2->x_param_uninit_max_prune_work);
7857 : :
7858 : 0 : if (ptr1->x_param_uninlined_function_insns != ptr2->x_param_uninlined_function_insns)
7859 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7860 : : indent_to, "",
7861 : : "param_uninlined_function_insns",
7862 : : ptr1->x_param_uninlined_function_insns,
7863 : : ptr2->x_param_uninlined_function_insns);
7864 : :
7865 : 0 : if (ptr1->x_param_uninlined_function_time != ptr2->x_param_uninlined_function_time)
7866 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7867 : : indent_to, "",
7868 : : "param_uninlined_function_time",
7869 : : ptr1->x_param_uninlined_function_time,
7870 : : ptr2->x_param_uninlined_function_time);
7871 : :
7872 : 0 : if (ptr1->x_param_uninlined_function_thunk_insns != ptr2->x_param_uninlined_function_thunk_insns)
7873 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7874 : : indent_to, "",
7875 : : "param_uninlined_function_thunk_insns",
7876 : : ptr1->x_param_uninlined_function_thunk_insns,
7877 : : ptr2->x_param_uninlined_function_thunk_insns);
7878 : :
7879 : 0 : if (ptr1->x_param_uninlined_function_thunk_time != ptr2->x_param_uninlined_function_thunk_time)
7880 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7881 : : indent_to, "",
7882 : : "param_uninlined_function_thunk_time",
7883 : : ptr1->x_param_uninlined_function_thunk_time,
7884 : : ptr2->x_param_uninlined_function_thunk_time);
7885 : :
7886 : 0 : if (ptr1->x_param_unlikely_bb_count_fraction != ptr2->x_param_unlikely_bb_count_fraction)
7887 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7888 : : indent_to, "",
7889 : : "param_unlikely_bb_count_fraction",
7890 : : ptr1->x_param_unlikely_bb_count_fraction,
7891 : : ptr2->x_param_unlikely_bb_count_fraction);
7892 : :
7893 : 0 : if (ptr1->x_param_unroll_jam_max_unroll != ptr2->x_param_unroll_jam_max_unroll)
7894 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7895 : : indent_to, "",
7896 : : "param_unroll_jam_max_unroll",
7897 : : ptr1->x_param_unroll_jam_max_unroll,
7898 : : ptr2->x_param_unroll_jam_max_unroll);
7899 : :
7900 : 0 : if (ptr1->x_param_unroll_jam_min_percent != ptr2->x_param_unroll_jam_min_percent)
7901 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7902 : : indent_to, "",
7903 : : "param_unroll_jam_min_percent",
7904 : : ptr1->x_param_unroll_jam_min_percent,
7905 : : ptr2->x_param_unroll_jam_min_percent);
7906 : :
7907 : 0 : if (ptr1->x_param_use_after_scope_direct_emission_threshold != ptr2->x_param_use_after_scope_direct_emission_threshold)
7908 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7909 : : indent_to, "",
7910 : : "param_use_after_scope_direct_emission_threshold",
7911 : : ptr1->x_param_use_after_scope_direct_emission_threshold,
7912 : : ptr2->x_param_use_after_scope_direct_emission_threshold);
7913 : :
7914 : 0 : if (ptr1->x_param_vect_epilogues_nomask != ptr2->x_param_vect_epilogues_nomask)
7915 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7916 : : indent_to, "",
7917 : : "param_vect_epilogues_nomask",
7918 : : ptr1->x_param_vect_epilogues_nomask,
7919 : : ptr2->x_param_vect_epilogues_nomask);
7920 : :
7921 : 0 : if (ptr1->x_param_vect_induction_float != ptr2->x_param_vect_induction_float)
7922 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7923 : : indent_to, "",
7924 : : "param_vect_induction_float",
7925 : : ptr1->x_param_vect_induction_float,
7926 : : ptr2->x_param_vect_induction_float);
7927 : :
7928 : 0 : if (ptr1->x_param_vect_inner_loop_cost_factor != ptr2->x_param_vect_inner_loop_cost_factor)
7929 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7930 : : indent_to, "",
7931 : : "param_vect_inner_loop_cost_factor",
7932 : : ptr1->x_param_vect_inner_loop_cost_factor,
7933 : : ptr2->x_param_vect_inner_loop_cost_factor);
7934 : :
7935 : 0 : if (ptr1->x_param_vect_max_layout_candidates != ptr2->x_param_vect_max_layout_candidates)
7936 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7937 : : indent_to, "",
7938 : : "param_vect_max_layout_candidates",
7939 : : ptr1->x_param_vect_max_layout_candidates,
7940 : : ptr2->x_param_vect_max_layout_candidates);
7941 : :
7942 : 0 : if (ptr1->x_param_vect_max_peeling_for_alignment != ptr2->x_param_vect_max_peeling_for_alignment)
7943 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7944 : : indent_to, "",
7945 : : "param_vect_max_peeling_for_alignment",
7946 : : ptr1->x_param_vect_max_peeling_for_alignment,
7947 : : ptr2->x_param_vect_max_peeling_for_alignment);
7948 : :
7949 : 0 : if (ptr1->x_param_vect_max_version_for_alias_checks != ptr2->x_param_vect_max_version_for_alias_checks)
7950 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7951 : : indent_to, "",
7952 : : "param_vect_max_version_for_alias_checks",
7953 : : ptr1->x_param_vect_max_version_for_alias_checks,
7954 : : ptr2->x_param_vect_max_version_for_alias_checks);
7955 : :
7956 : 0 : if (ptr1->x_param_vect_max_version_for_alignment_checks != ptr2->x_param_vect_max_version_for_alignment_checks)
7957 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7958 : : indent_to, "",
7959 : : "param_vect_max_version_for_alignment_checks",
7960 : : ptr1->x_param_vect_max_version_for_alignment_checks,
7961 : : ptr2->x_param_vect_max_version_for_alignment_checks);
7962 : :
7963 : 0 : if (ptr1->x_param_vect_partial_vector_usage != ptr2->x_param_vect_partial_vector_usage)
7964 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7965 : : indent_to, "",
7966 : : "param_vect_partial_vector_usage",
7967 : : ptr1->x_param_vect_partial_vector_usage,
7968 : : ptr2->x_param_vect_partial_vector_usage);
7969 : :
7970 : 0 : if (ptr1->x_param_vect_scalar_cost_multiplier != ptr2->x_param_vect_scalar_cost_multiplier)
7971 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7972 : : indent_to, "",
7973 : : "param_vect_scalar_cost_multiplier",
7974 : : ptr1->x_param_vect_scalar_cost_multiplier,
7975 : : ptr2->x_param_vect_scalar_cost_multiplier);
7976 : :
7977 : 0 : if (ptr1->x_param_vrp_block_limit != ptr2->x_param_vrp_block_limit)
7978 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7979 : : indent_to, "",
7980 : : "param_vrp_block_limit",
7981 : : ptr1->x_param_vrp_block_limit,
7982 : : ptr2->x_param_vrp_block_limit);
7983 : :
7984 : 0 : if (ptr1->x_param_vrp_sparse_threshold != ptr2->x_param_vrp_sparse_threshold)
7985 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7986 : : indent_to, "",
7987 : : "param_vrp_sparse_threshold",
7988 : : ptr1->x_param_vrp_sparse_threshold,
7989 : : ptr2->x_param_vrp_sparse_threshold);
7990 : :
7991 : 0 : if (ptr1->x_param_vrp_switch_limit != ptr2->x_param_vrp_switch_limit)
7992 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7993 : : indent_to, "",
7994 : : "param_vrp_switch_limit",
7995 : : ptr1->x_param_vrp_switch_limit,
7996 : : ptr2->x_param_vrp_switch_limit);
7997 : :
7998 : 0 : if (ptr1->x_param_vrp_vector_threshold != ptr2->x_param_vrp_vector_threshold)
7999 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8000 : : indent_to, "",
8001 : : "param_vrp_vector_threshold",
8002 : : ptr1->x_param_vrp_vector_threshold,
8003 : : ptr2->x_param_vrp_vector_threshold);
8004 : :
8005 : 0 : if (ptr1->x_flag_complex_method != ptr2->x_flag_complex_method)
8006 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8007 : : indent_to, "",
8008 : : "flag_complex_method",
8009 : : ptr1->x_flag_complex_method,
8010 : : ptr2->x_flag_complex_method);
8011 : :
8012 : 0 : if (ptr1->x_flag_malloc_dse != ptr2->x_flag_malloc_dse)
8013 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8014 : : indent_to, "",
8015 : : "flag_malloc_dse",
8016 : : ptr1->x_flag_malloc_dse,
8017 : : ptr2->x_flag_malloc_dse);
8018 : :
8019 : 0 : if (ptr1->x_flag_min_function_alignment != ptr2->x_flag_min_function_alignment)
8020 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8021 : : indent_to, "",
8022 : : "flag_min_function_alignment",
8023 : : ptr1->x_flag_min_function_alignment,
8024 : : ptr2->x_flag_min_function_alignment);
8025 : :
8026 : 0 : if (ptr1->x_flag_openmp_target_simd_clone != ptr2->x_flag_openmp_target_simd_clone)
8027 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8028 : : indent_to, "",
8029 : : "flag_openmp_target_simd_clone",
8030 : : ptr1->x_flag_openmp_target_simd_clone,
8031 : : ptr2->x_flag_openmp_target_simd_clone);
8032 : :
8033 : 0 : if (ptr1->x_flag_sched_stalled_insns != ptr2->x_flag_sched_stalled_insns)
8034 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8035 : : indent_to, "",
8036 : : "flag_sched_stalled_insns",
8037 : : ptr1->x_flag_sched_stalled_insns,
8038 : : ptr2->x_flag_sched_stalled_insns);
8039 : :
8040 : 0 : if (ptr1->x_flag_sched_stalled_insns_dep != ptr2->x_flag_sched_stalled_insns_dep)
8041 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8042 : : indent_to, "",
8043 : : "flag_sched_stalled_insns_dep",
8044 : : ptr1->x_flag_sched_stalled_insns_dep,
8045 : : ptr2->x_flag_sched_stalled_insns_dep);
8046 : :
8047 : 0 : if (ptr1->x_flag_tree_parallelize_loops != ptr2->x_flag_tree_parallelize_loops)
8048 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8049 : : indent_to, "",
8050 : : "flag_tree_parallelize_loops",
8051 : : ptr1->x_flag_tree_parallelize_loops,
8052 : : ptr2->x_flag_tree_parallelize_loops);
8053 : :
8054 : 0 : if (ptr1->x_flag_lto_locality_cloning != ptr2->x_flag_lto_locality_cloning)
8055 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8056 : : indent_to, "",
8057 : : "flag_lto_locality_cloning",
8058 : : (int) ptr1->x_flag_lto_locality_cloning,
8059 : : (int) ptr2->x_flag_lto_locality_cloning);
8060 : :
8061 : 0 : if (ptr1->x_param_ranger_debug != ptr2->x_param_ranger_debug)
8062 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8063 : : indent_to, "",
8064 : : "param_ranger_debug",
8065 : : (int) ptr1->x_param_ranger_debug,
8066 : : (int) ptr2->x_param_ranger_debug);
8067 : :
8068 : 0 : if (ptr1->x_param_threader_debug != ptr2->x_param_threader_debug)
8069 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8070 : : indent_to, "",
8071 : : "param_threader_debug",
8072 : : (int) ptr1->x_param_threader_debug,
8073 : : (int) ptr2->x_param_threader_debug);
8074 : :
8075 : 0 : if (ptr1->x_flag_excess_precision != ptr2->x_flag_excess_precision)
8076 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8077 : : indent_to, "",
8078 : : "flag_excess_precision",
8079 : : (int) ptr1->x_flag_excess_precision,
8080 : : (int) ptr2->x_flag_excess_precision);
8081 : :
8082 : 0 : if (ptr1->x_flag_fp_contract_mode != ptr2->x_flag_fp_contract_mode)
8083 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8084 : : indent_to, "",
8085 : : "flag_fp_contract_mode",
8086 : : (int) ptr1->x_flag_fp_contract_mode,
8087 : : (int) ptr2->x_flag_fp_contract_mode);
8088 : :
8089 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_check_noreturn != ptr2->x_flag_harden_control_flow_redundancy_check_noreturn)
8090 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8091 : : indent_to, "",
8092 : : "flag_harden_control_flow_redundancy_check_noreturn",
8093 : : (int) ptr1->x_flag_harden_control_flow_redundancy_check_noreturn,
8094 : : (int) ptr2->x_flag_harden_control_flow_redundancy_check_noreturn);
8095 : :
8096 : 0 : if (ptr1->x_flag_inline_stringops != ptr2->x_flag_inline_stringops)
8097 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8098 : : indent_to, "",
8099 : : "flag_inline_stringops",
8100 : : (int) ptr1->x_flag_inline_stringops,
8101 : : (int) ptr2->x_flag_inline_stringops);
8102 : :
8103 : 0 : if (ptr1->x_flag_ira_algorithm != ptr2->x_flag_ira_algorithm)
8104 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8105 : : indent_to, "",
8106 : : "flag_ira_algorithm",
8107 : : (int) ptr1->x_flag_ira_algorithm,
8108 : : (int) ptr2->x_flag_ira_algorithm);
8109 : :
8110 : 0 : if (ptr1->x_flag_ira_region != ptr2->x_flag_ira_region)
8111 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8112 : : indent_to, "",
8113 : : "flag_ira_region",
8114 : : (int) ptr1->x_flag_ira_region,
8115 : : (int) ptr2->x_flag_ira_region);
8116 : :
8117 : 0 : if (ptr1->x_flag_live_patching != ptr2->x_flag_live_patching)
8118 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8119 : : indent_to, "",
8120 : : "flag_live_patching",
8121 : : (int) ptr1->x_flag_live_patching,
8122 : : (int) ptr2->x_flag_live_patching);
8123 : :
8124 : 0 : if (ptr1->x_flag_reorder_blocks_algorithm != ptr2->x_flag_reorder_blocks_algorithm)
8125 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8126 : : indent_to, "",
8127 : : "flag_reorder_blocks_algorithm",
8128 : : (int) ptr1->x_flag_reorder_blocks_algorithm,
8129 : : (int) ptr2->x_flag_reorder_blocks_algorithm);
8130 : :
8131 : 0 : if (ptr1->x_flag_simd_cost_model != ptr2->x_flag_simd_cost_model)
8132 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8133 : : indent_to, "",
8134 : : "flag_simd_cost_model",
8135 : : (int) ptr1->x_flag_simd_cost_model,
8136 : : (int) ptr2->x_flag_simd_cost_model);
8137 : :
8138 : 0 : if (ptr1->x_flag_stack_reuse != ptr2->x_flag_stack_reuse)
8139 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8140 : : indent_to, "",
8141 : : "flag_stack_reuse",
8142 : : (int) ptr1->x_flag_stack_reuse,
8143 : : (int) ptr2->x_flag_stack_reuse);
8144 : :
8145 : 0 : if (ptr1->x_flag_auto_var_init != ptr2->x_flag_auto_var_init)
8146 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8147 : : indent_to, "",
8148 : : "flag_auto_var_init",
8149 : : (int) ptr1->x_flag_auto_var_init,
8150 : : (int) ptr2->x_flag_auto_var_init);
8151 : :
8152 : 0 : if (ptr1->x_flag_vect_cost_model != ptr2->x_flag_vect_cost_model)
8153 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8154 : : indent_to, "",
8155 : : "flag_vect_cost_model",
8156 : : (int) ptr1->x_flag_vect_cost_model,
8157 : : (int) ptr2->x_flag_vect_cost_model);
8158 : :
8159 : 0 : if (ptr1->x_optimize != ptr2->x_optimize)
8160 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8161 : : indent_to, "",
8162 : : "optimize",
8163 : : ptr1->x_optimize,
8164 : : ptr2->x_optimize);
8165 : :
8166 : 0 : if (ptr1->x_optimize_size != ptr2->x_optimize_size)
8167 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8168 : : indent_to, "",
8169 : : "optimize_size",
8170 : : ptr1->x_optimize_size,
8171 : : ptr2->x_optimize_size);
8172 : :
8173 : 0 : if (ptr1->x_optimize_debug != ptr2->x_optimize_debug)
8174 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8175 : : indent_to, "",
8176 : : "optimize_debug",
8177 : : ptr1->x_optimize_debug,
8178 : : ptr2->x_optimize_debug);
8179 : :
8180 : 0 : if (ptr1->x_optimize_fast != ptr2->x_optimize_fast)
8181 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8182 : : indent_to, "",
8183 : : "optimize_fast",
8184 : : ptr1->x_optimize_fast,
8185 : : ptr2->x_optimize_fast);
8186 : :
8187 : 0 : if (ptr1->x_warn_inline != ptr2->x_warn_inline)
8188 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8189 : : indent_to, "",
8190 : : "warn_inline",
8191 : : ptr1->x_warn_inline,
8192 : : ptr2->x_warn_inline);
8193 : :
8194 : 0 : if (ptr1->x_flag_aggressive_loop_optimizations != ptr2->x_flag_aggressive_loop_optimizations)
8195 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8196 : : indent_to, "",
8197 : : "flag_aggressive_loop_optimizations",
8198 : : ptr1->x_flag_aggressive_loop_optimizations,
8199 : : ptr2->x_flag_aggressive_loop_optimizations);
8200 : :
8201 : 0 : if (ptr1->x_flag_align_functions != ptr2->x_flag_align_functions)
8202 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8203 : : indent_to, "",
8204 : : "flag_align_functions",
8205 : : ptr1->x_flag_align_functions,
8206 : : ptr2->x_flag_align_functions);
8207 : :
8208 : 0 : if (ptr1->x_flag_align_jumps != ptr2->x_flag_align_jumps)
8209 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8210 : : indent_to, "",
8211 : : "flag_align_jumps",
8212 : : ptr1->x_flag_align_jumps,
8213 : : ptr2->x_flag_align_jumps);
8214 : :
8215 : 0 : if (ptr1->x_flag_align_labels != ptr2->x_flag_align_labels)
8216 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8217 : : indent_to, "",
8218 : : "flag_align_labels",
8219 : : ptr1->x_flag_align_labels,
8220 : : ptr2->x_flag_align_labels);
8221 : :
8222 : 0 : if (ptr1->x_flag_align_loops != ptr2->x_flag_align_loops)
8223 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8224 : : indent_to, "",
8225 : : "flag_align_loops",
8226 : : ptr1->x_flag_align_loops,
8227 : : ptr2->x_flag_align_loops);
8228 : :
8229 : 0 : if (ptr1->x_flag_allocation_dce != ptr2->x_flag_allocation_dce)
8230 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8231 : : indent_to, "",
8232 : : "flag_allocation_dce",
8233 : : ptr1->x_flag_allocation_dce,
8234 : : ptr2->x_flag_allocation_dce);
8235 : :
8236 : 0 : if (ptr1->x_flag_store_data_races != ptr2->x_flag_store_data_races)
8237 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8238 : : indent_to, "",
8239 : : "flag_store_data_races",
8240 : : ptr1->x_flag_store_data_races,
8241 : : ptr2->x_flag_store_data_races);
8242 : :
8243 : 0 : if (ptr1->x_flag_associative_math != ptr2->x_flag_associative_math)
8244 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8245 : : indent_to, "",
8246 : : "flag_associative_math",
8247 : : ptr1->x_flag_associative_math,
8248 : : ptr2->x_flag_associative_math);
8249 : :
8250 : 0 : if (ptr1->x_flag_assume_sane_operators_new_delete != ptr2->x_flag_assume_sane_operators_new_delete)
8251 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8252 : : indent_to, "",
8253 : : "flag_assume_sane_operators_new_delete",
8254 : : ptr1->x_flag_assume_sane_operators_new_delete,
8255 : : ptr2->x_flag_assume_sane_operators_new_delete);
8256 : :
8257 : 0 : if (ptr1->x_flag_asynchronous_unwind_tables != ptr2->x_flag_asynchronous_unwind_tables)
8258 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8259 : : indent_to, "",
8260 : : "flag_asynchronous_unwind_tables",
8261 : : ptr1->x_flag_asynchronous_unwind_tables,
8262 : : ptr2->x_flag_asynchronous_unwind_tables);
8263 : :
8264 : 0 : if (ptr1->x_flag_auto_inc_dec != ptr2->x_flag_auto_inc_dec)
8265 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8266 : : indent_to, "",
8267 : : "flag_auto_inc_dec",
8268 : : ptr1->x_flag_auto_inc_dec,
8269 : : ptr2->x_flag_auto_inc_dec);
8270 : :
8271 : 0 : if (ptr1->x_flag_auto_profile_inlining != ptr2->x_flag_auto_profile_inlining)
8272 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8273 : : indent_to, "",
8274 : : "flag_auto_profile_inlining",
8275 : : ptr1->x_flag_auto_profile_inlining,
8276 : : ptr2->x_flag_auto_profile_inlining);
8277 : :
8278 : 0 : if (ptr1->x_flag_avoid_store_forwarding != ptr2->x_flag_avoid_store_forwarding)
8279 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8280 : : indent_to, "",
8281 : : "flag_avoid_store_forwarding",
8282 : : ptr1->x_flag_avoid_store_forwarding,
8283 : : ptr2->x_flag_avoid_store_forwarding);
8284 : :
8285 : 0 : if (ptr1->x_flag_bit_tests != ptr2->x_flag_bit_tests)
8286 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8287 : : indent_to, "",
8288 : : "flag_bit_tests",
8289 : : ptr1->x_flag_bit_tests,
8290 : : ptr2->x_flag_bit_tests);
8291 : :
8292 : 0 : if (ptr1->x_flag_branch_on_count_reg != ptr2->x_flag_branch_on_count_reg)
8293 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8294 : : indent_to, "",
8295 : : "flag_branch_on_count_reg",
8296 : : ptr1->x_flag_branch_on_count_reg,
8297 : : ptr2->x_flag_branch_on_count_reg);
8298 : :
8299 : 0 : if (ptr1->x_flag_branch_probabilities != ptr2->x_flag_branch_probabilities)
8300 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8301 : : indent_to, "",
8302 : : "flag_branch_probabilities",
8303 : : ptr1->x_flag_branch_probabilities,
8304 : : ptr2->x_flag_branch_probabilities);
8305 : :
8306 : 0 : if (ptr1->x_flag_caller_saves != ptr2->x_flag_caller_saves)
8307 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8308 : : indent_to, "",
8309 : : "flag_caller_saves",
8310 : : ptr1->x_flag_caller_saves,
8311 : : ptr2->x_flag_caller_saves);
8312 : :
8313 : 0 : if (ptr1->x_flag_code_hoisting != ptr2->x_flag_code_hoisting)
8314 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8315 : : indent_to, "",
8316 : : "flag_code_hoisting",
8317 : : ptr1->x_flag_code_hoisting,
8318 : : ptr2->x_flag_code_hoisting);
8319 : :
8320 : 0 : if (ptr1->x_flag_combine_stack_adjustments != ptr2->x_flag_combine_stack_adjustments)
8321 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8322 : : indent_to, "",
8323 : : "flag_combine_stack_adjustments",
8324 : : ptr1->x_flag_combine_stack_adjustments,
8325 : : ptr2->x_flag_combine_stack_adjustments);
8326 : :
8327 : 0 : if (ptr1->x_flag_compare_elim_after_reload != ptr2->x_flag_compare_elim_after_reload)
8328 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8329 : : indent_to, "",
8330 : : "flag_compare_elim_after_reload",
8331 : : ptr1->x_flag_compare_elim_after_reload,
8332 : : ptr2->x_flag_compare_elim_after_reload);
8333 : :
8334 : 0 : if (ptr1->x_flag_conserve_stack != ptr2->x_flag_conserve_stack)
8335 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8336 : : indent_to, "",
8337 : : "flag_conserve_stack",
8338 : : ptr1->x_flag_conserve_stack,
8339 : : ptr2->x_flag_conserve_stack);
8340 : :
8341 : 0 : if (ptr1->x_flag_cprop_registers != ptr2->x_flag_cprop_registers)
8342 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8343 : : indent_to, "",
8344 : : "flag_cprop_registers",
8345 : : ptr1->x_flag_cprop_registers,
8346 : : ptr2->x_flag_cprop_registers);
8347 : :
8348 : 0 : if (ptr1->x_flag_crossjumping != ptr2->x_flag_crossjumping)
8349 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8350 : : indent_to, "",
8351 : : "flag_crossjumping",
8352 : : ptr1->x_flag_crossjumping,
8353 : : ptr2->x_flag_crossjumping);
8354 : :
8355 : 0 : if (ptr1->x_flag_cse_follow_jumps != ptr2->x_flag_cse_follow_jumps)
8356 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8357 : : indent_to, "",
8358 : : "flag_cse_follow_jumps",
8359 : : ptr1->x_flag_cse_follow_jumps,
8360 : : ptr2->x_flag_cse_follow_jumps);
8361 : :
8362 : 0 : if (ptr1->x_flag_dce != ptr2->x_flag_dce)
8363 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8364 : : indent_to, "",
8365 : : "flag_dce",
8366 : : ptr1->x_flag_dce,
8367 : : ptr2->x_flag_dce);
8368 : :
8369 : 0 : if (ptr1->x_flag_defer_pop != ptr2->x_flag_defer_pop)
8370 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8371 : : indent_to, "",
8372 : : "flag_defer_pop",
8373 : : ptr1->x_flag_defer_pop,
8374 : : ptr2->x_flag_defer_pop);
8375 : :
8376 : 0 : if (ptr1->x_flag_delayed_branch != ptr2->x_flag_delayed_branch)
8377 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8378 : : indent_to, "",
8379 : : "flag_delayed_branch",
8380 : : ptr1->x_flag_delayed_branch,
8381 : : ptr2->x_flag_delayed_branch);
8382 : :
8383 : 0 : if (ptr1->x_flag_delete_dead_exceptions != ptr2->x_flag_delete_dead_exceptions)
8384 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8385 : : indent_to, "",
8386 : : "flag_delete_dead_exceptions",
8387 : : ptr1->x_flag_delete_dead_exceptions,
8388 : : ptr2->x_flag_delete_dead_exceptions);
8389 : :
8390 : 0 : if (ptr1->x_flag_delete_null_pointer_checks != ptr2->x_flag_delete_null_pointer_checks)
8391 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8392 : : indent_to, "",
8393 : : "flag_delete_null_pointer_checks",
8394 : : ptr1->x_flag_delete_null_pointer_checks,
8395 : : ptr2->x_flag_delete_null_pointer_checks);
8396 : :
8397 : 0 : if (ptr1->x_flag_dep_fusion != ptr2->x_flag_dep_fusion)
8398 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8399 : : indent_to, "",
8400 : : "flag_dep_fusion",
8401 : : ptr1->x_flag_dep_fusion,
8402 : : ptr2->x_flag_dep_fusion);
8403 : :
8404 : 0 : if (ptr1->x_flag_devirtualize != ptr2->x_flag_devirtualize)
8405 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8406 : : indent_to, "",
8407 : : "flag_devirtualize",
8408 : : ptr1->x_flag_devirtualize,
8409 : : ptr2->x_flag_devirtualize);
8410 : :
8411 : 0 : if (ptr1->x_flag_devirtualize_speculatively != ptr2->x_flag_devirtualize_speculatively)
8412 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8413 : : indent_to, "",
8414 : : "flag_devirtualize_speculatively",
8415 : : ptr1->x_flag_devirtualize_speculatively,
8416 : : ptr2->x_flag_devirtualize_speculatively);
8417 : :
8418 : 0 : if (ptr1->x_flag_dse != ptr2->x_flag_dse)
8419 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8420 : : indent_to, "",
8421 : : "flag_dse",
8422 : : ptr1->x_flag_dse,
8423 : : ptr2->x_flag_dse);
8424 : :
8425 : 0 : if (ptr1->x_flag_early_inlining != ptr2->x_flag_early_inlining)
8426 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8427 : : indent_to, "",
8428 : : "flag_early_inlining",
8429 : : ptr1->x_flag_early_inlining,
8430 : : ptr2->x_flag_early_inlining);
8431 : :
8432 : 0 : if (ptr1->x_flag_exceptions != ptr2->x_flag_exceptions)
8433 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8434 : : indent_to, "",
8435 : : "flag_exceptions",
8436 : : ptr1->x_flag_exceptions,
8437 : : ptr2->x_flag_exceptions);
8438 : :
8439 : 0 : if (ptr1->x_flag_expensive_optimizations != ptr2->x_flag_expensive_optimizations)
8440 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8441 : : indent_to, "",
8442 : : "flag_expensive_optimizations",
8443 : : ptr1->x_flag_expensive_optimizations,
8444 : : ptr2->x_flag_expensive_optimizations);
8445 : :
8446 : 0 : if (ptr1->x_flag_ext_dce != ptr2->x_flag_ext_dce)
8447 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8448 : : indent_to, "",
8449 : : "flag_ext_dce",
8450 : : ptr1->x_flag_ext_dce,
8451 : : ptr2->x_flag_ext_dce);
8452 : :
8453 : 0 : if (ptr1->x_flag_finite_loops != ptr2->x_flag_finite_loops)
8454 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8455 : : indent_to, "",
8456 : : "flag_finite_loops",
8457 : : ptr1->x_flag_finite_loops,
8458 : : ptr2->x_flag_finite_loops);
8459 : :
8460 : 0 : if (ptr1->x_flag_finite_math_only != ptr2->x_flag_finite_math_only)
8461 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8462 : : indent_to, "",
8463 : : "flag_finite_math_only",
8464 : : ptr1->x_flag_finite_math_only,
8465 : : ptr2->x_flag_finite_math_only);
8466 : :
8467 : 0 : if (ptr1->x_flag_float_store != ptr2->x_flag_float_store)
8468 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8469 : : indent_to, "",
8470 : : "flag_float_store",
8471 : : ptr1->x_flag_float_store,
8472 : : ptr2->x_flag_float_store);
8473 : :
8474 : 0 : if (ptr1->x_flag_fold_mem_offsets != ptr2->x_flag_fold_mem_offsets)
8475 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8476 : : indent_to, "",
8477 : : "flag_fold_mem_offsets",
8478 : : ptr1->x_flag_fold_mem_offsets,
8479 : : ptr2->x_flag_fold_mem_offsets);
8480 : :
8481 : 0 : if (ptr1->x_flag_fold_simple_inlines != ptr2->x_flag_fold_simple_inlines)
8482 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8483 : : indent_to, "",
8484 : : "flag_fold_simple_inlines",
8485 : : ptr1->x_flag_fold_simple_inlines,
8486 : : ptr2->x_flag_fold_simple_inlines);
8487 : :
8488 : 0 : if (ptr1->x_flag_forward_propagate != ptr2->x_flag_forward_propagate)
8489 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8490 : : indent_to, "",
8491 : : "flag_forward_propagate",
8492 : : ptr1->x_flag_forward_propagate,
8493 : : ptr2->x_flag_forward_propagate);
8494 : :
8495 : 0 : if (ptr1->x_flag_fp_int_builtin_inexact != ptr2->x_flag_fp_int_builtin_inexact)
8496 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8497 : : indent_to, "",
8498 : : "flag_fp_int_builtin_inexact",
8499 : : ptr1->x_flag_fp_int_builtin_inexact,
8500 : : ptr2->x_flag_fp_int_builtin_inexact);
8501 : :
8502 : 0 : if (ptr1->x_flag_no_function_cse != ptr2->x_flag_no_function_cse)
8503 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8504 : : indent_to, "",
8505 : : "flag_no_function_cse",
8506 : : ptr1->x_flag_no_function_cse,
8507 : : ptr2->x_flag_no_function_cse);
8508 : :
8509 : 0 : if (ptr1->x_flag_gcse != ptr2->x_flag_gcse)
8510 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8511 : : indent_to, "",
8512 : : "flag_gcse",
8513 : : ptr1->x_flag_gcse,
8514 : : ptr2->x_flag_gcse);
8515 : :
8516 : 0 : if (ptr1->x_flag_gcse_after_reload != ptr2->x_flag_gcse_after_reload)
8517 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8518 : : indent_to, "",
8519 : : "flag_gcse_after_reload",
8520 : : ptr1->x_flag_gcse_after_reload,
8521 : : ptr2->x_flag_gcse_after_reload);
8522 : :
8523 : 0 : if (ptr1->x_flag_gcse_las != ptr2->x_flag_gcse_las)
8524 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8525 : : indent_to, "",
8526 : : "flag_gcse_las",
8527 : : ptr1->x_flag_gcse_las,
8528 : : ptr2->x_flag_gcse_las);
8529 : :
8530 : 0 : if (ptr1->x_flag_gcse_lm != ptr2->x_flag_gcse_lm)
8531 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8532 : : indent_to, "",
8533 : : "flag_gcse_lm",
8534 : : ptr1->x_flag_gcse_lm,
8535 : : ptr2->x_flag_gcse_lm);
8536 : :
8537 : 0 : if (ptr1->x_flag_gcse_sm != ptr2->x_flag_gcse_sm)
8538 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8539 : : indent_to, "",
8540 : : "flag_gcse_sm",
8541 : : ptr1->x_flag_gcse_sm,
8542 : : ptr2->x_flag_gcse_sm);
8543 : :
8544 : 0 : if (ptr1->x_flag_graphite != ptr2->x_flag_graphite)
8545 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8546 : : indent_to, "",
8547 : : "flag_graphite",
8548 : : ptr1->x_flag_graphite,
8549 : : ptr2->x_flag_graphite);
8550 : :
8551 : 0 : if (ptr1->x_flag_graphite_identity != ptr2->x_flag_graphite_identity)
8552 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8553 : : indent_to, "",
8554 : : "flag_graphite_identity",
8555 : : ptr1->x_flag_graphite_identity,
8556 : : ptr2->x_flag_graphite_identity);
8557 : :
8558 : 0 : if (ptr1->x_flag_guess_branch_prob != ptr2->x_flag_guess_branch_prob)
8559 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8560 : : indent_to, "",
8561 : : "flag_guess_branch_prob",
8562 : : ptr1->x_flag_guess_branch_prob,
8563 : : ptr2->x_flag_guess_branch_prob);
8564 : :
8565 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_check_exceptions != ptr2->x_flag_harden_control_flow_redundancy_check_exceptions)
8566 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8567 : : indent_to, "",
8568 : : "flag_harden_control_flow_redundancy_check_exceptions",
8569 : : ptr1->x_flag_harden_control_flow_redundancy_check_exceptions,
8570 : : ptr2->x_flag_harden_control_flow_redundancy_check_exceptions);
8571 : :
8572 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls != ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls)
8573 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8574 : : indent_to, "",
8575 : : "flag_harden_control_flow_redundancy_check_returning_calls",
8576 : : ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls,
8577 : : ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls);
8578 : :
8579 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_skip_leaf != ptr2->x_flag_harden_control_flow_redundancy_skip_leaf)
8580 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8581 : : indent_to, "",
8582 : : "flag_harden_control_flow_redundancy_skip_leaf",
8583 : : ptr1->x_flag_harden_control_flow_redundancy_skip_leaf,
8584 : : ptr2->x_flag_harden_control_flow_redundancy_skip_leaf);
8585 : :
8586 : 0 : if (ptr1->x_flag_harden_compares != ptr2->x_flag_harden_compares)
8587 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8588 : : indent_to, "",
8589 : : "flag_harden_compares",
8590 : : ptr1->x_flag_harden_compares,
8591 : : ptr2->x_flag_harden_compares);
8592 : :
8593 : 0 : if (ptr1->x_flag_harden_conditional_branches != ptr2->x_flag_harden_conditional_branches)
8594 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8595 : : indent_to, "",
8596 : : "flag_harden_conditional_branches",
8597 : : ptr1->x_flag_harden_conditional_branches,
8598 : : ptr2->x_flag_harden_conditional_branches);
8599 : :
8600 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy != ptr2->x_flag_harden_control_flow_redundancy)
8601 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8602 : : indent_to, "",
8603 : : "flag_harden_control_flow_redundancy",
8604 : : ptr1->x_flag_harden_control_flow_redundancy,
8605 : : ptr2->x_flag_harden_control_flow_redundancy);
8606 : :
8607 : 0 : if (ptr1->x_flag_hoist_adjacent_loads != ptr2->x_flag_hoist_adjacent_loads)
8608 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8609 : : indent_to, "",
8610 : : "flag_hoist_adjacent_loads",
8611 : : ptr1->x_flag_hoist_adjacent_loads,
8612 : : ptr2->x_flag_hoist_adjacent_loads);
8613 : :
8614 : 0 : if (ptr1->x_flag_if_conversion != ptr2->x_flag_if_conversion)
8615 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8616 : : indent_to, "",
8617 : : "flag_if_conversion",
8618 : : ptr1->x_flag_if_conversion,
8619 : : ptr2->x_flag_if_conversion);
8620 : :
8621 : 0 : if (ptr1->x_flag_if_conversion2 != ptr2->x_flag_if_conversion2)
8622 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8623 : : indent_to, "",
8624 : : "flag_if_conversion2",
8625 : : ptr1->x_flag_if_conversion2,
8626 : : ptr2->x_flag_if_conversion2);
8627 : :
8628 : 0 : if (ptr1->x_flag_indirect_inlining != ptr2->x_flag_indirect_inlining)
8629 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8630 : : indent_to, "",
8631 : : "flag_indirect_inlining",
8632 : : ptr1->x_flag_indirect_inlining,
8633 : : ptr2->x_flag_indirect_inlining);
8634 : :
8635 : 0 : if (ptr1->x_flag_no_inline != ptr2->x_flag_no_inline)
8636 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8637 : : indent_to, "",
8638 : : "flag_no_inline",
8639 : : ptr1->x_flag_no_inline,
8640 : : ptr2->x_flag_no_inline);
8641 : :
8642 : 0 : if (ptr1->x_flag_inline_atomics != ptr2->x_flag_inline_atomics)
8643 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8644 : : indent_to, "",
8645 : : "flag_inline_atomics",
8646 : : ptr1->x_flag_inline_atomics,
8647 : : ptr2->x_flag_inline_atomics);
8648 : :
8649 : 0 : if (ptr1->x_flag_inline_functions != ptr2->x_flag_inline_functions)
8650 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8651 : : indent_to, "",
8652 : : "flag_inline_functions",
8653 : : ptr1->x_flag_inline_functions,
8654 : : ptr2->x_flag_inline_functions);
8655 : :
8656 : 0 : if (ptr1->x_flag_inline_functions_called_once != ptr2->x_flag_inline_functions_called_once)
8657 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8658 : : indent_to, "",
8659 : : "flag_inline_functions_called_once",
8660 : : ptr1->x_flag_inline_functions_called_once,
8661 : : ptr2->x_flag_inline_functions_called_once);
8662 : :
8663 : 0 : if (ptr1->x_flag_inline_small_functions != ptr2->x_flag_inline_small_functions)
8664 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8665 : : indent_to, "",
8666 : : "flag_inline_small_functions",
8667 : : ptr1->x_flag_inline_small_functions,
8668 : : ptr2->x_flag_inline_small_functions);
8669 : :
8670 : 0 : if (ptr1->x_flag_ipa_bit_cp != ptr2->x_flag_ipa_bit_cp)
8671 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8672 : : indent_to, "",
8673 : : "flag_ipa_bit_cp",
8674 : : ptr1->x_flag_ipa_bit_cp,
8675 : : ptr2->x_flag_ipa_bit_cp);
8676 : :
8677 : 0 : if (ptr1->x_flag_ipa_cp != ptr2->x_flag_ipa_cp)
8678 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8679 : : indent_to, "",
8680 : : "flag_ipa_cp",
8681 : : ptr1->x_flag_ipa_cp,
8682 : : ptr2->x_flag_ipa_cp);
8683 : :
8684 : 0 : if (ptr1->x_flag_ipa_cp_clone != ptr2->x_flag_ipa_cp_clone)
8685 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8686 : : indent_to, "",
8687 : : "flag_ipa_cp_clone",
8688 : : ptr1->x_flag_ipa_cp_clone,
8689 : : ptr2->x_flag_ipa_cp_clone);
8690 : :
8691 : 0 : if (ptr1->x_flag_ipa_icf != ptr2->x_flag_ipa_icf)
8692 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8693 : : indent_to, "",
8694 : : "flag_ipa_icf",
8695 : : ptr1->x_flag_ipa_icf,
8696 : : ptr2->x_flag_ipa_icf);
8697 : :
8698 : 0 : if (ptr1->x_flag_ipa_icf_functions != ptr2->x_flag_ipa_icf_functions)
8699 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8700 : : indent_to, "",
8701 : : "flag_ipa_icf_functions",
8702 : : ptr1->x_flag_ipa_icf_functions,
8703 : : ptr2->x_flag_ipa_icf_functions);
8704 : :
8705 : 0 : if (ptr1->x_flag_ipa_icf_variables != ptr2->x_flag_ipa_icf_variables)
8706 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8707 : : indent_to, "",
8708 : : "flag_ipa_icf_variables",
8709 : : ptr1->x_flag_ipa_icf_variables,
8710 : : ptr2->x_flag_ipa_icf_variables);
8711 : :
8712 : 0 : if (ptr1->x_flag_ipa_modref != ptr2->x_flag_ipa_modref)
8713 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8714 : : indent_to, "",
8715 : : "flag_ipa_modref",
8716 : : ptr1->x_flag_ipa_modref,
8717 : : ptr2->x_flag_ipa_modref);
8718 : :
8719 : 0 : if (ptr1->x_flag_ipa_profile != ptr2->x_flag_ipa_profile)
8720 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8721 : : indent_to, "",
8722 : : "flag_ipa_profile",
8723 : : ptr1->x_flag_ipa_profile,
8724 : : ptr2->x_flag_ipa_profile);
8725 : :
8726 : 0 : if (ptr1->x_flag_ipa_pta != ptr2->x_flag_ipa_pta)
8727 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8728 : : indent_to, "",
8729 : : "flag_ipa_pta",
8730 : : ptr1->x_flag_ipa_pta,
8731 : : ptr2->x_flag_ipa_pta);
8732 : :
8733 : 0 : if (ptr1->x_flag_ipa_pure_const != ptr2->x_flag_ipa_pure_const)
8734 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8735 : : indent_to, "",
8736 : : "flag_ipa_pure_const",
8737 : : ptr1->x_flag_ipa_pure_const,
8738 : : ptr2->x_flag_ipa_pure_const);
8739 : :
8740 : 0 : if (ptr1->x_flag_ipa_ra != ptr2->x_flag_ipa_ra)
8741 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8742 : : indent_to, "",
8743 : : "flag_ipa_ra",
8744 : : ptr1->x_flag_ipa_ra,
8745 : : ptr2->x_flag_ipa_ra);
8746 : :
8747 : 0 : if (ptr1->x_flag_ipa_reference != ptr2->x_flag_ipa_reference)
8748 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8749 : : indent_to, "",
8750 : : "flag_ipa_reference",
8751 : : ptr1->x_flag_ipa_reference,
8752 : : ptr2->x_flag_ipa_reference);
8753 : :
8754 : 0 : if (ptr1->x_flag_ipa_reference_addressable != ptr2->x_flag_ipa_reference_addressable)
8755 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8756 : : indent_to, "",
8757 : : "flag_ipa_reference_addressable",
8758 : : ptr1->x_flag_ipa_reference_addressable,
8759 : : ptr2->x_flag_ipa_reference_addressable);
8760 : :
8761 : 0 : if (ptr1->x_flag_ipa_reorder_for_locality != ptr2->x_flag_ipa_reorder_for_locality)
8762 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8763 : : indent_to, "",
8764 : : "flag_ipa_reorder_for_locality",
8765 : : ptr1->x_flag_ipa_reorder_for_locality,
8766 : : ptr2->x_flag_ipa_reorder_for_locality);
8767 : :
8768 : 0 : if (ptr1->x_flag_ipa_sra != ptr2->x_flag_ipa_sra)
8769 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8770 : : indent_to, "",
8771 : : "flag_ipa_sra",
8772 : : ptr1->x_flag_ipa_sra,
8773 : : ptr2->x_flag_ipa_sra);
8774 : :
8775 : 0 : if (ptr1->x_flag_ipa_stack_alignment != ptr2->x_flag_ipa_stack_alignment)
8776 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8777 : : indent_to, "",
8778 : : "flag_ipa_stack_alignment",
8779 : : ptr1->x_flag_ipa_stack_alignment,
8780 : : ptr2->x_flag_ipa_stack_alignment);
8781 : :
8782 : 0 : if (ptr1->x_flag_ipa_strict_aliasing != ptr2->x_flag_ipa_strict_aliasing)
8783 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8784 : : indent_to, "",
8785 : : "flag_ipa_strict_aliasing",
8786 : : ptr1->x_flag_ipa_strict_aliasing,
8787 : : ptr2->x_flag_ipa_strict_aliasing);
8788 : :
8789 : 0 : if (ptr1->x_flag_ipa_vrp != ptr2->x_flag_ipa_vrp)
8790 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8791 : : indent_to, "",
8792 : : "flag_ipa_vrp",
8793 : : ptr1->x_flag_ipa_vrp,
8794 : : ptr2->x_flag_ipa_vrp);
8795 : :
8796 : 0 : if (ptr1->x_flag_ira_hoist_pressure != ptr2->x_flag_ira_hoist_pressure)
8797 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8798 : : indent_to, "",
8799 : : "flag_ira_hoist_pressure",
8800 : : ptr1->x_flag_ira_hoist_pressure,
8801 : : ptr2->x_flag_ira_hoist_pressure);
8802 : :
8803 : 0 : if (ptr1->x_flag_ira_loop_pressure != ptr2->x_flag_ira_loop_pressure)
8804 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8805 : : indent_to, "",
8806 : : "flag_ira_loop_pressure",
8807 : : ptr1->x_flag_ira_loop_pressure,
8808 : : ptr2->x_flag_ira_loop_pressure);
8809 : :
8810 : 0 : if (ptr1->x_flag_ira_share_save_slots != ptr2->x_flag_ira_share_save_slots)
8811 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8812 : : indent_to, "",
8813 : : "flag_ira_share_save_slots",
8814 : : ptr1->x_flag_ira_share_save_slots,
8815 : : ptr2->x_flag_ira_share_save_slots);
8816 : :
8817 : 0 : if (ptr1->x_flag_ira_share_spill_slots != ptr2->x_flag_ira_share_spill_slots)
8818 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8819 : : indent_to, "",
8820 : : "flag_ira_share_spill_slots",
8821 : : ptr1->x_flag_ira_share_spill_slots,
8822 : : ptr2->x_flag_ira_share_spill_slots);
8823 : :
8824 : 0 : if (ptr1->x_flag_isolate_erroneous_paths_attribute != ptr2->x_flag_isolate_erroneous_paths_attribute)
8825 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8826 : : indent_to, "",
8827 : : "flag_isolate_erroneous_paths_attribute",
8828 : : ptr1->x_flag_isolate_erroneous_paths_attribute,
8829 : : ptr2->x_flag_isolate_erroneous_paths_attribute);
8830 : :
8831 : 0 : if (ptr1->x_flag_isolate_erroneous_paths_dereference != ptr2->x_flag_isolate_erroneous_paths_dereference)
8832 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8833 : : indent_to, "",
8834 : : "flag_isolate_erroneous_paths_dereference",
8835 : : ptr1->x_flag_isolate_erroneous_paths_dereference,
8836 : : ptr2->x_flag_isolate_erroneous_paths_dereference);
8837 : :
8838 : 0 : if (ptr1->x_flag_ivopts != ptr2->x_flag_ivopts)
8839 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8840 : : indent_to, "",
8841 : : "flag_ivopts",
8842 : : ptr1->x_flag_ivopts,
8843 : : ptr2->x_flag_ivopts);
8844 : :
8845 : 0 : if (ptr1->x_flag_jump_tables != ptr2->x_flag_jump_tables)
8846 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8847 : : indent_to, "",
8848 : : "flag_jump_tables",
8849 : : ptr1->x_flag_jump_tables,
8850 : : ptr2->x_flag_jump_tables);
8851 : :
8852 : 0 : if (ptr1->x_flag_keep_gc_roots_live != ptr2->x_flag_keep_gc_roots_live)
8853 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8854 : : indent_to, "",
8855 : : "flag_keep_gc_roots_live",
8856 : : ptr1->x_flag_keep_gc_roots_live,
8857 : : ptr2->x_flag_keep_gc_roots_live);
8858 : :
8859 : 0 : if (ptr1->x_flag_late_combine_instructions != ptr2->x_flag_late_combine_instructions)
8860 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8861 : : indent_to, "",
8862 : : "flag_late_combine_instructions",
8863 : : ptr1->x_flag_late_combine_instructions,
8864 : : ptr2->x_flag_late_combine_instructions);
8865 : :
8866 : 0 : if (ptr1->x_flag_lifetime_dse != ptr2->x_flag_lifetime_dse)
8867 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8868 : : indent_to, "",
8869 : : "flag_lifetime_dse",
8870 : : ptr1->x_flag_lifetime_dse,
8871 : : ptr2->x_flag_lifetime_dse);
8872 : :
8873 : 0 : if (ptr1->x_flag_limit_function_alignment != ptr2->x_flag_limit_function_alignment)
8874 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8875 : : indent_to, "",
8876 : : "flag_limit_function_alignment",
8877 : : ptr1->x_flag_limit_function_alignment,
8878 : : ptr2->x_flag_limit_function_alignment);
8879 : :
8880 : 0 : if (ptr1->x_flag_live_range_shrinkage != ptr2->x_flag_live_range_shrinkage)
8881 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8882 : : indent_to, "",
8883 : : "flag_live_range_shrinkage",
8884 : : ptr1->x_flag_live_range_shrinkage,
8885 : : ptr2->x_flag_live_range_shrinkage);
8886 : :
8887 : 0 : if (ptr1->x_flag_loop_interchange != ptr2->x_flag_loop_interchange)
8888 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8889 : : indent_to, "",
8890 : : "flag_loop_interchange",
8891 : : ptr1->x_flag_loop_interchange,
8892 : : ptr2->x_flag_loop_interchange);
8893 : :
8894 : 0 : if (ptr1->x_flag_loop_nest_optimize != ptr2->x_flag_loop_nest_optimize)
8895 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8896 : : indent_to, "",
8897 : : "flag_loop_nest_optimize",
8898 : : ptr1->x_flag_loop_nest_optimize,
8899 : : ptr2->x_flag_loop_nest_optimize);
8900 : :
8901 : 0 : if (ptr1->x_flag_loop_parallelize_all != ptr2->x_flag_loop_parallelize_all)
8902 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8903 : : indent_to, "",
8904 : : "flag_loop_parallelize_all",
8905 : : ptr1->x_flag_loop_parallelize_all,
8906 : : ptr2->x_flag_loop_parallelize_all);
8907 : :
8908 : 0 : if (ptr1->x_flag_unroll_jam != ptr2->x_flag_unroll_jam)
8909 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8910 : : indent_to, "",
8911 : : "flag_unroll_jam",
8912 : : ptr1->x_flag_unroll_jam,
8913 : : ptr2->x_flag_unroll_jam);
8914 : :
8915 : 0 : if (ptr1->x_flag_lra_remat != ptr2->x_flag_lra_remat)
8916 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8917 : : indent_to, "",
8918 : : "flag_lra_remat",
8919 : : ptr1->x_flag_lra_remat,
8920 : : ptr2->x_flag_lra_remat);
8921 : :
8922 : 0 : if (ptr1->x_flag_malloc_dce != ptr2->x_flag_malloc_dce)
8923 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8924 : : indent_to, "",
8925 : : "flag_malloc_dce",
8926 : : ptr1->x_flag_malloc_dce,
8927 : : ptr2->x_flag_malloc_dce);
8928 : :
8929 : 0 : if (ptr1->x_flag_errno_math != ptr2->x_flag_errno_math)
8930 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8931 : : indent_to, "",
8932 : : "flag_errno_math",
8933 : : ptr1->x_flag_errno_math,
8934 : : ptr2->x_flag_errno_math);
8935 : :
8936 : 0 : if (ptr1->x_flag_modulo_sched != ptr2->x_flag_modulo_sched)
8937 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8938 : : indent_to, "",
8939 : : "flag_modulo_sched",
8940 : : ptr1->x_flag_modulo_sched,
8941 : : ptr2->x_flag_modulo_sched);
8942 : :
8943 : 0 : if (ptr1->x_flag_modulo_sched_allow_regmoves != ptr2->x_flag_modulo_sched_allow_regmoves)
8944 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8945 : : indent_to, "",
8946 : : "flag_modulo_sched_allow_regmoves",
8947 : : ptr1->x_flag_modulo_sched_allow_regmoves,
8948 : : ptr2->x_flag_modulo_sched_allow_regmoves);
8949 : :
8950 : 0 : if (ptr1->x_flag_move_loop_invariants != ptr2->x_flag_move_loop_invariants)
8951 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8952 : : indent_to, "",
8953 : : "flag_move_loop_invariants",
8954 : : ptr1->x_flag_move_loop_invariants,
8955 : : ptr2->x_flag_move_loop_invariants);
8956 : :
8957 : 0 : if (ptr1->x_flag_move_loop_stores != ptr2->x_flag_move_loop_stores)
8958 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8959 : : indent_to, "",
8960 : : "flag_move_loop_stores",
8961 : : ptr1->x_flag_move_loop_stores,
8962 : : ptr2->x_flag_move_loop_stores);
8963 : :
8964 : 0 : if (ptr1->x_flag_non_call_exceptions != ptr2->x_flag_non_call_exceptions)
8965 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8966 : : indent_to, "",
8967 : : "flag_non_call_exceptions",
8968 : : ptr1->x_flag_non_call_exceptions,
8969 : : ptr2->x_flag_non_call_exceptions);
8970 : :
8971 : 0 : if (ptr1->x_flag_nothrow_opt != ptr2->x_flag_nothrow_opt)
8972 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8973 : : indent_to, "",
8974 : : "flag_nothrow_opt",
8975 : : ptr1->x_flag_nothrow_opt,
8976 : : ptr2->x_flag_nothrow_opt);
8977 : :
8978 : 0 : if (ptr1->x_flag_omit_frame_pointer != ptr2->x_flag_omit_frame_pointer)
8979 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8980 : : indent_to, "",
8981 : : "flag_omit_frame_pointer",
8982 : : ptr1->x_flag_omit_frame_pointer,
8983 : : ptr2->x_flag_omit_frame_pointer);
8984 : :
8985 : 0 : if (ptr1->x_flag_opt_info != ptr2->x_flag_opt_info)
8986 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8987 : : indent_to, "",
8988 : : "flag_opt_info",
8989 : : ptr1->x_flag_opt_info,
8990 : : ptr2->x_flag_opt_info);
8991 : :
8992 : 0 : if (ptr1->x_flag_optimize_crc != ptr2->x_flag_optimize_crc)
8993 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8994 : : indent_to, "",
8995 : : "flag_optimize_crc",
8996 : : ptr1->x_flag_optimize_crc,
8997 : : ptr2->x_flag_optimize_crc);
8998 : :
8999 : 0 : if (ptr1->x_flag_optimize_sibling_calls != ptr2->x_flag_optimize_sibling_calls)
9000 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9001 : : indent_to, "",
9002 : : "flag_optimize_sibling_calls",
9003 : : ptr1->x_flag_optimize_sibling_calls,
9004 : : ptr2->x_flag_optimize_sibling_calls);
9005 : :
9006 : 0 : if (ptr1->x_flag_optimize_strlen != ptr2->x_flag_optimize_strlen)
9007 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9008 : : indent_to, "",
9009 : : "flag_optimize_strlen",
9010 : : ptr1->x_flag_optimize_strlen,
9011 : : ptr2->x_flag_optimize_strlen);
9012 : :
9013 : 0 : if (ptr1->x_flag_pack_struct != ptr2->x_flag_pack_struct)
9014 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9015 : : indent_to, "",
9016 : : "flag_pack_struct",
9017 : : ptr1->x_flag_pack_struct,
9018 : : ptr2->x_flag_pack_struct);
9019 : :
9020 : 0 : if (ptr1->x_flag_partial_inlining != ptr2->x_flag_partial_inlining)
9021 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9022 : : indent_to, "",
9023 : : "flag_partial_inlining",
9024 : : ptr1->x_flag_partial_inlining,
9025 : : ptr2->x_flag_partial_inlining);
9026 : :
9027 : 0 : if (ptr1->x_flag_pcc_struct_return != ptr2->x_flag_pcc_struct_return)
9028 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9029 : : indent_to, "",
9030 : : "flag_pcc_struct_return",
9031 : : ptr1->x_flag_pcc_struct_return,
9032 : : ptr2->x_flag_pcc_struct_return);
9033 : :
9034 : 0 : if (ptr1->x_flag_peel_loops != ptr2->x_flag_peel_loops)
9035 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9036 : : indent_to, "",
9037 : : "flag_peel_loops",
9038 : : ptr1->x_flag_peel_loops,
9039 : : ptr2->x_flag_peel_loops);
9040 : :
9041 : 0 : if (ptr1->x_flag_no_peephole != ptr2->x_flag_no_peephole)
9042 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9043 : : indent_to, "",
9044 : : "flag_no_peephole",
9045 : : ptr1->x_flag_no_peephole,
9046 : : ptr2->x_flag_no_peephole);
9047 : :
9048 : 0 : if (ptr1->x_flag_peephole2 != ptr2->x_flag_peephole2)
9049 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9050 : : indent_to, "",
9051 : : "flag_peephole2",
9052 : : ptr1->x_flag_peephole2,
9053 : : ptr2->x_flag_peephole2);
9054 : :
9055 : 0 : if (ptr1->x_flag_plt != ptr2->x_flag_plt)
9056 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9057 : : indent_to, "",
9058 : : "flag_plt",
9059 : : ptr1->x_flag_plt,
9060 : : ptr2->x_flag_plt);
9061 : :
9062 : 0 : if (ptr1->x_flag_predictive_commoning != ptr2->x_flag_predictive_commoning)
9063 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9064 : : indent_to, "",
9065 : : "flag_predictive_commoning",
9066 : : ptr1->x_flag_predictive_commoning,
9067 : : ptr2->x_flag_predictive_commoning);
9068 : :
9069 : 0 : if (ptr1->x_flag_prefetch_loop_arrays != ptr2->x_flag_prefetch_loop_arrays)
9070 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9071 : : indent_to, "",
9072 : : "flag_prefetch_loop_arrays",
9073 : : ptr1->x_flag_prefetch_loop_arrays,
9074 : : ptr2->x_flag_prefetch_loop_arrays);
9075 : :
9076 : 0 : if (ptr1->x_flag_printf_return_value != ptr2->x_flag_printf_return_value)
9077 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9078 : : indent_to, "",
9079 : : "flag_printf_return_value",
9080 : : ptr1->x_flag_printf_return_value,
9081 : : ptr2->x_flag_printf_return_value);
9082 : :
9083 : 0 : if (ptr1->x_flag_profile_partial_training != ptr2->x_flag_profile_partial_training)
9084 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9085 : : indent_to, "",
9086 : : "flag_profile_partial_training",
9087 : : ptr1->x_flag_profile_partial_training,
9088 : : ptr2->x_flag_profile_partial_training);
9089 : :
9090 : 0 : if (ptr1->x_flag_profile_reorder_functions != ptr2->x_flag_profile_reorder_functions)
9091 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9092 : : indent_to, "",
9093 : : "flag_profile_reorder_functions",
9094 : : ptr1->x_flag_profile_reorder_functions,
9095 : : ptr2->x_flag_profile_reorder_functions);
9096 : :
9097 : 0 : if (ptr1->x_flag_reciprocal_math != ptr2->x_flag_reciprocal_math)
9098 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9099 : : indent_to, "",
9100 : : "flag_reciprocal_math",
9101 : : ptr1->x_flag_reciprocal_math,
9102 : : ptr2->x_flag_reciprocal_math);
9103 : :
9104 : 0 : if (ptr1->x_flag_ree != ptr2->x_flag_ree)
9105 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9106 : : indent_to, "",
9107 : : "flag_ree",
9108 : : ptr1->x_flag_ree,
9109 : : ptr2->x_flag_ree);
9110 : :
9111 : 0 : if (ptr1->x_flag_rename_registers != ptr2->x_flag_rename_registers)
9112 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9113 : : indent_to, "",
9114 : : "flag_rename_registers",
9115 : : ptr1->x_flag_rename_registers,
9116 : : ptr2->x_flag_rename_registers);
9117 : :
9118 : 0 : if (ptr1->x_flag_reorder_blocks != ptr2->x_flag_reorder_blocks)
9119 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9120 : : indent_to, "",
9121 : : "flag_reorder_blocks",
9122 : : ptr1->x_flag_reorder_blocks,
9123 : : ptr2->x_flag_reorder_blocks);
9124 : :
9125 : 0 : if (ptr1->x_flag_reorder_blocks_and_partition != ptr2->x_flag_reorder_blocks_and_partition)
9126 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9127 : : indent_to, "",
9128 : : "flag_reorder_blocks_and_partition",
9129 : : ptr1->x_flag_reorder_blocks_and_partition,
9130 : : ptr2->x_flag_reorder_blocks_and_partition);
9131 : :
9132 : 0 : if (ptr1->x_flag_reorder_functions != ptr2->x_flag_reorder_functions)
9133 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9134 : : indent_to, "",
9135 : : "flag_reorder_functions",
9136 : : ptr1->x_flag_reorder_functions,
9137 : : ptr2->x_flag_reorder_functions);
9138 : :
9139 : 0 : if (ptr1->x_flag_rerun_cse_after_loop != ptr2->x_flag_rerun_cse_after_loop)
9140 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9141 : : indent_to, "",
9142 : : "flag_rerun_cse_after_loop",
9143 : : ptr1->x_flag_rerun_cse_after_loop,
9144 : : ptr2->x_flag_rerun_cse_after_loop);
9145 : :
9146 : 0 : if (ptr1->x_flag_resched_modulo_sched != ptr2->x_flag_resched_modulo_sched)
9147 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9148 : : indent_to, "",
9149 : : "flag_resched_modulo_sched",
9150 : : ptr1->x_flag_resched_modulo_sched,
9151 : : ptr2->x_flag_resched_modulo_sched);
9152 : :
9153 : 0 : if (ptr1->x_flag_rounding_math != ptr2->x_flag_rounding_math)
9154 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9155 : : indent_to, "",
9156 : : "flag_rounding_math",
9157 : : ptr1->x_flag_rounding_math,
9158 : : ptr2->x_flag_rounding_math);
9159 : :
9160 : 0 : if (ptr1->x_flag_rtti != ptr2->x_flag_rtti)
9161 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9162 : : indent_to, "",
9163 : : "flag_rtti",
9164 : : ptr1->x_flag_rtti,
9165 : : ptr2->x_flag_rtti);
9166 : :
9167 : 0 : if (ptr1->x_flag_save_optimization_record != ptr2->x_flag_save_optimization_record)
9168 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9169 : : indent_to, "",
9170 : : "flag_save_optimization_record",
9171 : : ptr1->x_flag_save_optimization_record,
9172 : : ptr2->x_flag_save_optimization_record);
9173 : :
9174 : 0 : if (ptr1->x_flag_sched_critical_path_heuristic != ptr2->x_flag_sched_critical_path_heuristic)
9175 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9176 : : indent_to, "",
9177 : : "flag_sched_critical_path_heuristic",
9178 : : ptr1->x_flag_sched_critical_path_heuristic,
9179 : : ptr2->x_flag_sched_critical_path_heuristic);
9180 : :
9181 : 0 : if (ptr1->x_flag_sched_dep_count_heuristic != ptr2->x_flag_sched_dep_count_heuristic)
9182 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9183 : : indent_to, "",
9184 : : "flag_sched_dep_count_heuristic",
9185 : : ptr1->x_flag_sched_dep_count_heuristic,
9186 : : ptr2->x_flag_sched_dep_count_heuristic);
9187 : :
9188 : 0 : if (ptr1->x_flag_sched_group_heuristic != ptr2->x_flag_sched_group_heuristic)
9189 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9190 : : indent_to, "",
9191 : : "flag_sched_group_heuristic",
9192 : : ptr1->x_flag_sched_group_heuristic,
9193 : : ptr2->x_flag_sched_group_heuristic);
9194 : :
9195 : 0 : if (ptr1->x_flag_schedule_interblock != ptr2->x_flag_schedule_interblock)
9196 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9197 : : indent_to, "",
9198 : : "flag_schedule_interblock",
9199 : : ptr1->x_flag_schedule_interblock,
9200 : : ptr2->x_flag_schedule_interblock);
9201 : :
9202 : 0 : if (ptr1->x_flag_sched_last_insn_heuristic != ptr2->x_flag_sched_last_insn_heuristic)
9203 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9204 : : indent_to, "",
9205 : : "flag_sched_last_insn_heuristic",
9206 : : ptr1->x_flag_sched_last_insn_heuristic,
9207 : : ptr2->x_flag_sched_last_insn_heuristic);
9208 : :
9209 : 0 : if (ptr1->x_flag_sched_pressure != ptr2->x_flag_sched_pressure)
9210 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9211 : : indent_to, "",
9212 : : "flag_sched_pressure",
9213 : : ptr1->x_flag_sched_pressure,
9214 : : ptr2->x_flag_sched_pressure);
9215 : :
9216 : 0 : if (ptr1->x_flag_sched_rank_heuristic != ptr2->x_flag_sched_rank_heuristic)
9217 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9218 : : indent_to, "",
9219 : : "flag_sched_rank_heuristic",
9220 : : ptr1->x_flag_sched_rank_heuristic,
9221 : : ptr2->x_flag_sched_rank_heuristic);
9222 : :
9223 : 0 : if (ptr1->x_flag_schedule_speculative != ptr2->x_flag_schedule_speculative)
9224 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9225 : : indent_to, "",
9226 : : "flag_schedule_speculative",
9227 : : ptr1->x_flag_schedule_speculative,
9228 : : ptr2->x_flag_schedule_speculative);
9229 : :
9230 : 0 : if (ptr1->x_flag_sched_spec_insn_heuristic != ptr2->x_flag_sched_spec_insn_heuristic)
9231 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9232 : : indent_to, "",
9233 : : "flag_sched_spec_insn_heuristic",
9234 : : ptr1->x_flag_sched_spec_insn_heuristic,
9235 : : ptr2->x_flag_sched_spec_insn_heuristic);
9236 : :
9237 : 0 : if (ptr1->x_flag_schedule_speculative_load != ptr2->x_flag_schedule_speculative_load)
9238 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9239 : : indent_to, "",
9240 : : "flag_schedule_speculative_load",
9241 : : ptr1->x_flag_schedule_speculative_load,
9242 : : ptr2->x_flag_schedule_speculative_load);
9243 : :
9244 : 0 : if (ptr1->x_flag_schedule_speculative_load_dangerous != ptr2->x_flag_schedule_speculative_load_dangerous)
9245 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9246 : : indent_to, "",
9247 : : "flag_schedule_speculative_load_dangerous",
9248 : : ptr1->x_flag_schedule_speculative_load_dangerous,
9249 : : ptr2->x_flag_schedule_speculative_load_dangerous);
9250 : :
9251 : 0 : if (ptr1->x_flag_sched2_use_superblocks != ptr2->x_flag_sched2_use_superblocks)
9252 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9253 : : indent_to, "",
9254 : : "flag_sched2_use_superblocks",
9255 : : ptr1->x_flag_sched2_use_superblocks,
9256 : : ptr2->x_flag_sched2_use_superblocks);
9257 : :
9258 : 0 : if (ptr1->x_flag_schedule_fusion != ptr2->x_flag_schedule_fusion)
9259 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9260 : : indent_to, "",
9261 : : "flag_schedule_fusion",
9262 : : ptr1->x_flag_schedule_fusion,
9263 : : ptr2->x_flag_schedule_fusion);
9264 : :
9265 : 0 : if (ptr1->x_flag_schedule_insns != ptr2->x_flag_schedule_insns)
9266 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9267 : : indent_to, "",
9268 : : "flag_schedule_insns",
9269 : : ptr1->x_flag_schedule_insns,
9270 : : ptr2->x_flag_schedule_insns);
9271 : :
9272 : 0 : if (ptr1->x_flag_schedule_insns_after_reload != ptr2->x_flag_schedule_insns_after_reload)
9273 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9274 : : indent_to, "",
9275 : : "flag_schedule_insns_after_reload",
9276 : : ptr1->x_flag_schedule_insns_after_reload,
9277 : : ptr2->x_flag_schedule_insns_after_reload);
9278 : :
9279 : 0 : if (ptr1->x_flag_section_anchors != ptr2->x_flag_section_anchors)
9280 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9281 : : indent_to, "",
9282 : : "flag_section_anchors",
9283 : : ptr1->x_flag_section_anchors,
9284 : : ptr2->x_flag_section_anchors);
9285 : :
9286 : 0 : if (ptr1->x_flag_sel_sched_pipelining != ptr2->x_flag_sel_sched_pipelining)
9287 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9288 : : indent_to, "",
9289 : : "flag_sel_sched_pipelining",
9290 : : ptr1->x_flag_sel_sched_pipelining,
9291 : : ptr2->x_flag_sel_sched_pipelining);
9292 : :
9293 : 0 : if (ptr1->x_flag_sel_sched_pipelining_outer_loops != ptr2->x_flag_sel_sched_pipelining_outer_loops)
9294 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9295 : : indent_to, "",
9296 : : "flag_sel_sched_pipelining_outer_loops",
9297 : : ptr1->x_flag_sel_sched_pipelining_outer_loops,
9298 : : ptr2->x_flag_sel_sched_pipelining_outer_loops);
9299 : :
9300 : 0 : if (ptr1->x_flag_sel_sched_reschedule_pipelined != ptr2->x_flag_sel_sched_reschedule_pipelined)
9301 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9302 : : indent_to, "",
9303 : : "flag_sel_sched_reschedule_pipelined",
9304 : : ptr1->x_flag_sel_sched_reschedule_pipelined,
9305 : : ptr2->x_flag_sel_sched_reschedule_pipelined);
9306 : :
9307 : 0 : if (ptr1->x_flag_selective_scheduling != ptr2->x_flag_selective_scheduling)
9308 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9309 : : indent_to, "",
9310 : : "flag_selective_scheduling",
9311 : : ptr1->x_flag_selective_scheduling,
9312 : : ptr2->x_flag_selective_scheduling);
9313 : :
9314 : 0 : if (ptr1->x_flag_selective_scheduling2 != ptr2->x_flag_selective_scheduling2)
9315 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9316 : : indent_to, "",
9317 : : "flag_selective_scheduling2",
9318 : : ptr1->x_flag_selective_scheduling2,
9319 : : ptr2->x_flag_selective_scheduling2);
9320 : :
9321 : 0 : if (ptr1->x_flag_semantic_interposition != ptr2->x_flag_semantic_interposition)
9322 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9323 : : indent_to, "",
9324 : : "flag_semantic_interposition",
9325 : : ptr1->x_flag_semantic_interposition,
9326 : : ptr2->x_flag_semantic_interposition);
9327 : :
9328 : 0 : if (ptr1->x_flag_short_enums != ptr2->x_flag_short_enums)
9329 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9330 : : indent_to, "",
9331 : : "flag_short_enums",
9332 : : ptr1->x_flag_short_enums,
9333 : : ptr2->x_flag_short_enums);
9334 : :
9335 : 0 : if (ptr1->x_flag_short_wchar != ptr2->x_flag_short_wchar)
9336 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9337 : : indent_to, "",
9338 : : "flag_short_wchar",
9339 : : ptr1->x_flag_short_wchar,
9340 : : ptr2->x_flag_short_wchar);
9341 : :
9342 : 0 : if (ptr1->x_flag_shrink_wrap != ptr2->x_flag_shrink_wrap)
9343 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9344 : : indent_to, "",
9345 : : "flag_shrink_wrap",
9346 : : ptr1->x_flag_shrink_wrap,
9347 : : ptr2->x_flag_shrink_wrap);
9348 : :
9349 : 0 : if (ptr1->x_flag_shrink_wrap_separate != ptr2->x_flag_shrink_wrap_separate)
9350 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9351 : : indent_to, "",
9352 : : "flag_shrink_wrap_separate",
9353 : : ptr1->x_flag_shrink_wrap_separate,
9354 : : ptr2->x_flag_shrink_wrap_separate);
9355 : :
9356 : 0 : if (ptr1->x_flag_signaling_nans != ptr2->x_flag_signaling_nans)
9357 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9358 : : indent_to, "",
9359 : : "flag_signaling_nans",
9360 : : ptr1->x_flag_signaling_nans,
9361 : : ptr2->x_flag_signaling_nans);
9362 : :
9363 : 0 : if (ptr1->x_flag_signed_zeros != ptr2->x_flag_signed_zeros)
9364 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9365 : : indent_to, "",
9366 : : "flag_signed_zeros",
9367 : : ptr1->x_flag_signed_zeros,
9368 : : ptr2->x_flag_signed_zeros);
9369 : :
9370 : 0 : if (ptr1->x_flag_single_precision_constant != ptr2->x_flag_single_precision_constant)
9371 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9372 : : indent_to, "",
9373 : : "flag_single_precision_constant",
9374 : : ptr1->x_flag_single_precision_constant,
9375 : : ptr2->x_flag_single_precision_constant);
9376 : :
9377 : 0 : if (ptr1->x_flag_split_ivs_in_unroller != ptr2->x_flag_split_ivs_in_unroller)
9378 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9379 : : indent_to, "",
9380 : : "flag_split_ivs_in_unroller",
9381 : : ptr1->x_flag_split_ivs_in_unroller,
9382 : : ptr2->x_flag_split_ivs_in_unroller);
9383 : :
9384 : 0 : if (ptr1->x_flag_split_loops != ptr2->x_flag_split_loops)
9385 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9386 : : indent_to, "",
9387 : : "flag_split_loops",
9388 : : ptr1->x_flag_split_loops,
9389 : : ptr2->x_flag_split_loops);
9390 : :
9391 : 0 : if (ptr1->x_flag_split_paths != ptr2->x_flag_split_paths)
9392 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9393 : : indent_to, "",
9394 : : "flag_split_paths",
9395 : : ptr1->x_flag_split_paths,
9396 : : ptr2->x_flag_split_paths);
9397 : :
9398 : 0 : if (ptr1->x_flag_split_wide_types != ptr2->x_flag_split_wide_types)
9399 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9400 : : indent_to, "",
9401 : : "flag_split_wide_types",
9402 : : ptr1->x_flag_split_wide_types,
9403 : : ptr2->x_flag_split_wide_types);
9404 : :
9405 : 0 : if (ptr1->x_flag_split_wide_types_early != ptr2->x_flag_split_wide_types_early)
9406 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9407 : : indent_to, "",
9408 : : "flag_split_wide_types_early",
9409 : : ptr1->x_flag_split_wide_types_early,
9410 : : ptr2->x_flag_split_wide_types_early);
9411 : :
9412 : 0 : if (ptr1->x_flag_ssa_backprop != ptr2->x_flag_ssa_backprop)
9413 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9414 : : indent_to, "",
9415 : : "flag_ssa_backprop",
9416 : : ptr1->x_flag_ssa_backprop,
9417 : : ptr2->x_flag_ssa_backprop);
9418 : :
9419 : 0 : if (ptr1->x_flag_ssa_phiopt != ptr2->x_flag_ssa_phiopt)
9420 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9421 : : indent_to, "",
9422 : : "flag_ssa_phiopt",
9423 : : ptr1->x_flag_ssa_phiopt,
9424 : : ptr2->x_flag_ssa_phiopt);
9425 : :
9426 : 0 : if (ptr1->x_flag_stack_clash_protection != ptr2->x_flag_stack_clash_protection)
9427 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9428 : : indent_to, "",
9429 : : "flag_stack_clash_protection",
9430 : : ptr1->x_flag_stack_clash_protection,
9431 : : ptr2->x_flag_stack_clash_protection);
9432 : :
9433 : 0 : if (ptr1->x_flag_stack_protect != ptr2->x_flag_stack_protect)
9434 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9435 : : indent_to, "",
9436 : : "flag_stack_protect",
9437 : : ptr1->x_flag_stack_protect,
9438 : : ptr2->x_flag_stack_protect);
9439 : :
9440 : 0 : if (ptr1->x_flag_stdarg_opt != ptr2->x_flag_stdarg_opt)
9441 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9442 : : indent_to, "",
9443 : : "flag_stdarg_opt",
9444 : : ptr1->x_flag_stdarg_opt,
9445 : : ptr2->x_flag_stdarg_opt);
9446 : :
9447 : 0 : if (ptr1->x_flag_store_merging != ptr2->x_flag_store_merging)
9448 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9449 : : indent_to, "",
9450 : : "flag_store_merging",
9451 : : ptr1->x_flag_store_merging,
9452 : : ptr2->x_flag_store_merging);
9453 : :
9454 : 0 : if (ptr1->x_flag_strict_aliasing != ptr2->x_flag_strict_aliasing)
9455 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9456 : : indent_to, "",
9457 : : "flag_strict_aliasing",
9458 : : ptr1->x_flag_strict_aliasing,
9459 : : ptr2->x_flag_strict_aliasing);
9460 : :
9461 : 0 : if (ptr1->x_flag_strict_enums != ptr2->x_flag_strict_enums)
9462 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9463 : : indent_to, "",
9464 : : "flag_strict_enums",
9465 : : ptr1->x_flag_strict_enums,
9466 : : ptr2->x_flag_strict_enums);
9467 : :
9468 : 0 : if (ptr1->x_flag_strict_volatile_bitfields != ptr2->x_flag_strict_volatile_bitfields)
9469 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9470 : : indent_to, "",
9471 : : "flag_strict_volatile_bitfields",
9472 : : ptr1->x_flag_strict_volatile_bitfields,
9473 : : ptr2->x_flag_strict_volatile_bitfields);
9474 : :
9475 : 0 : if (ptr1->x_flag_thread_jumps != ptr2->x_flag_thread_jumps)
9476 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9477 : : indent_to, "",
9478 : : "flag_thread_jumps",
9479 : : ptr1->x_flag_thread_jumps,
9480 : : ptr2->x_flag_thread_jumps);
9481 : :
9482 : 0 : if (ptr1->x_flag_threadsafe_statics != ptr2->x_flag_threadsafe_statics)
9483 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9484 : : indent_to, "",
9485 : : "flag_threadsafe_statics",
9486 : : ptr1->x_flag_threadsafe_statics,
9487 : : ptr2->x_flag_threadsafe_statics);
9488 : :
9489 : 0 : if (ptr1->x_flag_toplevel_reorder != ptr2->x_flag_toplevel_reorder)
9490 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9491 : : indent_to, "",
9492 : : "flag_toplevel_reorder",
9493 : : ptr1->x_flag_toplevel_reorder,
9494 : : ptr2->x_flag_toplevel_reorder);
9495 : :
9496 : 0 : if (ptr1->x_flag_tracer != ptr2->x_flag_tracer)
9497 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9498 : : indent_to, "",
9499 : : "flag_tracer",
9500 : : ptr1->x_flag_tracer,
9501 : : ptr2->x_flag_tracer);
9502 : :
9503 : 0 : if (ptr1->x_flag_trapping_math != ptr2->x_flag_trapping_math)
9504 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9505 : : indent_to, "",
9506 : : "flag_trapping_math",
9507 : : ptr1->x_flag_trapping_math,
9508 : : ptr2->x_flag_trapping_math);
9509 : :
9510 : 0 : if (ptr1->x_flag_trapv != ptr2->x_flag_trapv)
9511 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9512 : : indent_to, "",
9513 : : "flag_trapv",
9514 : : ptr1->x_flag_trapv,
9515 : : ptr2->x_flag_trapv);
9516 : :
9517 : 0 : if (ptr1->x_flag_tree_bit_ccp != ptr2->x_flag_tree_bit_ccp)
9518 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9519 : : indent_to, "",
9520 : : "flag_tree_bit_ccp",
9521 : : ptr1->x_flag_tree_bit_ccp,
9522 : : ptr2->x_flag_tree_bit_ccp);
9523 : :
9524 : 0 : if (ptr1->x_flag_tree_builtin_call_dce != ptr2->x_flag_tree_builtin_call_dce)
9525 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9526 : : indent_to, "",
9527 : : "flag_tree_builtin_call_dce",
9528 : : ptr1->x_flag_tree_builtin_call_dce,
9529 : : ptr2->x_flag_tree_builtin_call_dce);
9530 : :
9531 : 0 : if (ptr1->x_flag_tree_ccp != ptr2->x_flag_tree_ccp)
9532 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9533 : : indent_to, "",
9534 : : "flag_tree_ccp",
9535 : : ptr1->x_flag_tree_ccp,
9536 : : ptr2->x_flag_tree_ccp);
9537 : :
9538 : 0 : if (ptr1->x_flag_tree_ch != ptr2->x_flag_tree_ch)
9539 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9540 : : indent_to, "",
9541 : : "flag_tree_ch",
9542 : : ptr1->x_flag_tree_ch,
9543 : : ptr2->x_flag_tree_ch);
9544 : :
9545 : 0 : if (ptr1->x_flag_tree_coalesce_vars != ptr2->x_flag_tree_coalesce_vars)
9546 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9547 : : indent_to, "",
9548 : : "flag_tree_coalesce_vars",
9549 : : ptr1->x_flag_tree_coalesce_vars,
9550 : : ptr2->x_flag_tree_coalesce_vars);
9551 : :
9552 : 0 : if (ptr1->x_flag_tree_copy_prop != ptr2->x_flag_tree_copy_prop)
9553 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9554 : : indent_to, "",
9555 : : "flag_tree_copy_prop",
9556 : : ptr1->x_flag_tree_copy_prop,
9557 : : ptr2->x_flag_tree_copy_prop);
9558 : :
9559 : 0 : if (ptr1->x_flag_tree_cselim != ptr2->x_flag_tree_cselim)
9560 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9561 : : indent_to, "",
9562 : : "flag_tree_cselim",
9563 : : ptr1->x_flag_tree_cselim,
9564 : : ptr2->x_flag_tree_cselim);
9565 : :
9566 : 0 : if (ptr1->x_flag_tree_dce != ptr2->x_flag_tree_dce)
9567 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9568 : : indent_to, "",
9569 : : "flag_tree_dce",
9570 : : ptr1->x_flag_tree_dce,
9571 : : ptr2->x_flag_tree_dce);
9572 : :
9573 : 0 : if (ptr1->x_flag_tree_dom != ptr2->x_flag_tree_dom)
9574 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9575 : : indent_to, "",
9576 : : "flag_tree_dom",
9577 : : ptr1->x_flag_tree_dom,
9578 : : ptr2->x_flag_tree_dom);
9579 : :
9580 : 0 : if (ptr1->x_flag_tree_dse != ptr2->x_flag_tree_dse)
9581 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9582 : : indent_to, "",
9583 : : "flag_tree_dse",
9584 : : ptr1->x_flag_tree_dse,
9585 : : ptr2->x_flag_tree_dse);
9586 : :
9587 : 0 : if (ptr1->x_flag_tree_forwprop != ptr2->x_flag_tree_forwprop)
9588 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9589 : : indent_to, "",
9590 : : "flag_tree_forwprop",
9591 : : ptr1->x_flag_tree_forwprop,
9592 : : ptr2->x_flag_tree_forwprop);
9593 : :
9594 : 0 : if (ptr1->x_flag_tree_fre != ptr2->x_flag_tree_fre)
9595 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9596 : : indent_to, "",
9597 : : "flag_tree_fre",
9598 : : ptr1->x_flag_tree_fre,
9599 : : ptr2->x_flag_tree_fre);
9600 : :
9601 : 0 : if (ptr1->x_flag_tree_loop_distribute_patterns != ptr2->x_flag_tree_loop_distribute_patterns)
9602 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9603 : : indent_to, "",
9604 : : "flag_tree_loop_distribute_patterns",
9605 : : ptr1->x_flag_tree_loop_distribute_patterns,
9606 : : ptr2->x_flag_tree_loop_distribute_patterns);
9607 : :
9608 : 0 : if (ptr1->x_flag_tree_loop_distribution != ptr2->x_flag_tree_loop_distribution)
9609 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9610 : : indent_to, "",
9611 : : "flag_tree_loop_distribution",
9612 : : ptr1->x_flag_tree_loop_distribution,
9613 : : ptr2->x_flag_tree_loop_distribution);
9614 : :
9615 : 0 : if (ptr1->x_flag_tree_loop_if_convert != ptr2->x_flag_tree_loop_if_convert)
9616 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9617 : : indent_to, "",
9618 : : "flag_tree_loop_if_convert",
9619 : : ptr1->x_flag_tree_loop_if_convert,
9620 : : ptr2->x_flag_tree_loop_if_convert);
9621 : :
9622 : 0 : if (ptr1->x_flag_tree_loop_im != ptr2->x_flag_tree_loop_im)
9623 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9624 : : indent_to, "",
9625 : : "flag_tree_loop_im",
9626 : : ptr1->x_flag_tree_loop_im,
9627 : : ptr2->x_flag_tree_loop_im);
9628 : :
9629 : 0 : if (ptr1->x_flag_tree_loop_ivcanon != ptr2->x_flag_tree_loop_ivcanon)
9630 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9631 : : indent_to, "",
9632 : : "flag_tree_loop_ivcanon",
9633 : : ptr1->x_flag_tree_loop_ivcanon,
9634 : : ptr2->x_flag_tree_loop_ivcanon);
9635 : :
9636 : 0 : if (ptr1->x_flag_tree_loop_optimize != ptr2->x_flag_tree_loop_optimize)
9637 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9638 : : indent_to, "",
9639 : : "flag_tree_loop_optimize",
9640 : : ptr1->x_flag_tree_loop_optimize,
9641 : : ptr2->x_flag_tree_loop_optimize);
9642 : :
9643 : 0 : if (ptr1->x_flag_tree_loop_vectorize != ptr2->x_flag_tree_loop_vectorize)
9644 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9645 : : indent_to, "",
9646 : : "flag_tree_loop_vectorize",
9647 : : ptr1->x_flag_tree_loop_vectorize,
9648 : : ptr2->x_flag_tree_loop_vectorize);
9649 : :
9650 : 0 : if (ptr1->x_flag_tree_partial_pre != ptr2->x_flag_tree_partial_pre)
9651 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9652 : : indent_to, "",
9653 : : "flag_tree_partial_pre",
9654 : : ptr1->x_flag_tree_partial_pre,
9655 : : ptr2->x_flag_tree_partial_pre);
9656 : :
9657 : 0 : if (ptr1->x_flag_tree_phiprop != ptr2->x_flag_tree_phiprop)
9658 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9659 : : indent_to, "",
9660 : : "flag_tree_phiprop",
9661 : : ptr1->x_flag_tree_phiprop,
9662 : : ptr2->x_flag_tree_phiprop);
9663 : :
9664 : 0 : if (ptr1->x_flag_tree_pre != ptr2->x_flag_tree_pre)
9665 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9666 : : indent_to, "",
9667 : : "flag_tree_pre",
9668 : : ptr1->x_flag_tree_pre,
9669 : : ptr2->x_flag_tree_pre);
9670 : :
9671 : 0 : if (ptr1->x_flag_tree_pta != ptr2->x_flag_tree_pta)
9672 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9673 : : indent_to, "",
9674 : : "flag_tree_pta",
9675 : : ptr1->x_flag_tree_pta,
9676 : : ptr2->x_flag_tree_pta);
9677 : :
9678 : 0 : if (ptr1->x_flag_tree_reassoc != ptr2->x_flag_tree_reassoc)
9679 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9680 : : indent_to, "",
9681 : : "flag_tree_reassoc",
9682 : : ptr1->x_flag_tree_reassoc,
9683 : : ptr2->x_flag_tree_reassoc);
9684 : :
9685 : 0 : if (ptr1->x_flag_tree_scev_cprop != ptr2->x_flag_tree_scev_cprop)
9686 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9687 : : indent_to, "",
9688 : : "flag_tree_scev_cprop",
9689 : : ptr1->x_flag_tree_scev_cprop,
9690 : : ptr2->x_flag_tree_scev_cprop);
9691 : :
9692 : 0 : if (ptr1->x_flag_tree_sink != ptr2->x_flag_tree_sink)
9693 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9694 : : indent_to, "",
9695 : : "flag_tree_sink",
9696 : : ptr1->x_flag_tree_sink,
9697 : : ptr2->x_flag_tree_sink);
9698 : :
9699 : 0 : if (ptr1->x_flag_tree_slp_vectorize != ptr2->x_flag_tree_slp_vectorize)
9700 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9701 : : indent_to, "",
9702 : : "flag_tree_slp_vectorize",
9703 : : ptr1->x_flag_tree_slp_vectorize,
9704 : : ptr2->x_flag_tree_slp_vectorize);
9705 : :
9706 : 0 : if (ptr1->x_flag_tree_slsr != ptr2->x_flag_tree_slsr)
9707 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9708 : : indent_to, "",
9709 : : "flag_tree_slsr",
9710 : : ptr1->x_flag_tree_slsr,
9711 : : ptr2->x_flag_tree_slsr);
9712 : :
9713 : 0 : if (ptr1->x_flag_tree_sra != ptr2->x_flag_tree_sra)
9714 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9715 : : indent_to, "",
9716 : : "flag_tree_sra",
9717 : : ptr1->x_flag_tree_sra,
9718 : : ptr2->x_flag_tree_sra);
9719 : :
9720 : 0 : if (ptr1->x_flag_tree_switch_conversion != ptr2->x_flag_tree_switch_conversion)
9721 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9722 : : indent_to, "",
9723 : : "flag_tree_switch_conversion",
9724 : : ptr1->x_flag_tree_switch_conversion,
9725 : : ptr2->x_flag_tree_switch_conversion);
9726 : :
9727 : 0 : if (ptr1->x_flag_tree_tail_merge != ptr2->x_flag_tree_tail_merge)
9728 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9729 : : indent_to, "",
9730 : : "flag_tree_tail_merge",
9731 : : ptr1->x_flag_tree_tail_merge,
9732 : : ptr2->x_flag_tree_tail_merge);
9733 : :
9734 : 0 : if (ptr1->x_flag_tree_ter != ptr2->x_flag_tree_ter)
9735 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9736 : : indent_to, "",
9737 : : "flag_tree_ter",
9738 : : ptr1->x_flag_tree_ter,
9739 : : ptr2->x_flag_tree_ter);
9740 : :
9741 : 0 : if (ptr1->x_flag_tree_vectorize != ptr2->x_flag_tree_vectorize)
9742 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9743 : : indent_to, "",
9744 : : "flag_tree_vectorize",
9745 : : ptr1->x_flag_tree_vectorize,
9746 : : ptr2->x_flag_tree_vectorize);
9747 : :
9748 : 0 : if (ptr1->x_flag_tree_vrp != ptr2->x_flag_tree_vrp)
9749 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9750 : : indent_to, "",
9751 : : "flag_tree_vrp",
9752 : : ptr1->x_flag_tree_vrp,
9753 : : ptr2->x_flag_tree_vrp);
9754 : :
9755 : 0 : if (ptr1->x_flag_unconstrained_commons != ptr2->x_flag_unconstrained_commons)
9756 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9757 : : indent_to, "",
9758 : : "flag_unconstrained_commons",
9759 : : ptr1->x_flag_unconstrained_commons,
9760 : : ptr2->x_flag_unconstrained_commons);
9761 : :
9762 : 0 : if (ptr1->x_flag_unreachable_traps != ptr2->x_flag_unreachable_traps)
9763 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9764 : : indent_to, "",
9765 : : "flag_unreachable_traps",
9766 : : ptr1->x_flag_unreachable_traps,
9767 : : ptr2->x_flag_unreachable_traps);
9768 : :
9769 : 0 : if (ptr1->x_flag_unroll_all_loops != ptr2->x_flag_unroll_all_loops)
9770 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9771 : : indent_to, "",
9772 : : "flag_unroll_all_loops",
9773 : : ptr1->x_flag_unroll_all_loops,
9774 : : ptr2->x_flag_unroll_all_loops);
9775 : :
9776 : 0 : if (ptr1->x_flag_cunroll_grow_size != ptr2->x_flag_cunroll_grow_size)
9777 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9778 : : indent_to, "",
9779 : : "flag_cunroll_grow_size",
9780 : : ptr1->x_flag_cunroll_grow_size,
9781 : : ptr2->x_flag_cunroll_grow_size);
9782 : :
9783 : 0 : if (ptr1->x_flag_unroll_loops != ptr2->x_flag_unroll_loops)
9784 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9785 : : indent_to, "",
9786 : : "flag_unroll_loops",
9787 : : ptr1->x_flag_unroll_loops,
9788 : : ptr2->x_flag_unroll_loops);
9789 : :
9790 : 0 : if (ptr1->x_flag_unsafe_math_optimizations != ptr2->x_flag_unsafe_math_optimizations)
9791 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9792 : : indent_to, "",
9793 : : "flag_unsafe_math_optimizations",
9794 : : ptr1->x_flag_unsafe_math_optimizations,
9795 : : ptr2->x_flag_unsafe_math_optimizations);
9796 : :
9797 : 0 : if (ptr1->x_flag_unswitch_loops != ptr2->x_flag_unswitch_loops)
9798 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9799 : : indent_to, "",
9800 : : "flag_unswitch_loops",
9801 : : ptr1->x_flag_unswitch_loops,
9802 : : ptr2->x_flag_unswitch_loops);
9803 : :
9804 : 0 : if (ptr1->x_flag_unwind_tables != ptr2->x_flag_unwind_tables)
9805 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9806 : : indent_to, "",
9807 : : "flag_unwind_tables",
9808 : : ptr1->x_flag_unwind_tables,
9809 : : ptr2->x_flag_unwind_tables);
9810 : :
9811 : 0 : if (ptr1->x_flag_var_tracking != ptr2->x_flag_var_tracking)
9812 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9813 : : indent_to, "",
9814 : : "flag_var_tracking",
9815 : : ptr1->x_flag_var_tracking,
9816 : : ptr2->x_flag_var_tracking);
9817 : :
9818 : 0 : if (ptr1->x_flag_var_tracking_assignments != ptr2->x_flag_var_tracking_assignments)
9819 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9820 : : indent_to, "",
9821 : : "flag_var_tracking_assignments",
9822 : : ptr1->x_flag_var_tracking_assignments,
9823 : : ptr2->x_flag_var_tracking_assignments);
9824 : :
9825 : 0 : if (ptr1->x_flag_var_tracking_assignments_toggle != ptr2->x_flag_var_tracking_assignments_toggle)
9826 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9827 : : indent_to, "",
9828 : : "flag_var_tracking_assignments_toggle",
9829 : : ptr1->x_flag_var_tracking_assignments_toggle,
9830 : : ptr2->x_flag_var_tracking_assignments_toggle);
9831 : :
9832 : 0 : if (ptr1->x_flag_var_tracking_uninit != ptr2->x_flag_var_tracking_uninit)
9833 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9834 : : indent_to, "",
9835 : : "flag_var_tracking_uninit",
9836 : : ptr1->x_flag_var_tracking_uninit,
9837 : : ptr2->x_flag_var_tracking_uninit);
9838 : :
9839 : 0 : if (ptr1->x_flag_variable_expansion_in_unroller != ptr2->x_flag_variable_expansion_in_unroller)
9840 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9841 : : indent_to, "",
9842 : : "flag_variable_expansion_in_unroller",
9843 : : ptr1->x_flag_variable_expansion_in_unroller,
9844 : : ptr2->x_flag_variable_expansion_in_unroller);
9845 : :
9846 : 0 : if (ptr1->x_flag_version_loops_for_strides != ptr2->x_flag_version_loops_for_strides)
9847 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9848 : : indent_to, "",
9849 : : "flag_version_loops_for_strides",
9850 : : ptr1->x_flag_version_loops_for_strides,
9851 : : ptr2->x_flag_version_loops_for_strides);
9852 : :
9853 : 0 : if (ptr1->x_flag_value_profile_transformations != ptr2->x_flag_value_profile_transformations)
9854 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9855 : : indent_to, "",
9856 : : "flag_value_profile_transformations",
9857 : : ptr1->x_flag_value_profile_transformations,
9858 : : ptr2->x_flag_value_profile_transformations);
9859 : :
9860 : 0 : if (ptr1->x_flag_web != ptr2->x_flag_web)
9861 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9862 : : indent_to, "",
9863 : : "flag_web",
9864 : : ptr1->x_flag_web,
9865 : : ptr2->x_flag_web);
9866 : :
9867 : 0 : if (ptr1->x_flag_wrapv != ptr2->x_flag_wrapv)
9868 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9869 : : indent_to, "",
9870 : : "flag_wrapv",
9871 : : ptr1->x_flag_wrapv,
9872 : : ptr2->x_flag_wrapv);
9873 : :
9874 : 0 : if (ptr1->x_flag_wrapv_pointer != ptr2->x_flag_wrapv_pointer)
9875 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9876 : : indent_to, "",
9877 : : "flag_wrapv_pointer",
9878 : : ptr1->x_flag_wrapv_pointer,
9879 : : ptr2->x_flag_wrapv_pointer);
9880 : :
9881 : 0 : if (ptr1->x_debug_nonbind_markers_p != ptr2->x_debug_nonbind_markers_p)
9882 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9883 : : indent_to, "",
9884 : : "debug_nonbind_markers_p",
9885 : : ptr1->x_debug_nonbind_markers_p,
9886 : : ptr2->x_debug_nonbind_markers_p);
9887 : :
9888 : 0 : if (ptr1->x_ix86_unroll_only_small_loops != ptr2->x_ix86_unroll_only_small_loops)
9889 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9890 : : indent_to, "",
9891 : : "ix86_unroll_only_small_loops",
9892 : : ptr1->x_ix86_unroll_only_small_loops,
9893 : : ptr2->x_ix86_unroll_only_small_loops);
9894 : :
9895 : 0 : if (ptr1->x_str_align_functions != ptr2->x_str_align_functions
9896 : 0 : && (!ptr1->x_str_align_functions || !ptr2->x_str_align_functions
9897 : 0 : || strcmp (ptr1->x_str_align_functions, ptr2->x_str_align_functions)))
9898 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9899 : : indent_to, "",
9900 : : "str_align_functions",
9901 : : ptr1->x_str_align_functions ? ptr1->x_str_align_functions : "(null)",
9902 : : ptr2->x_str_align_functions ? ptr2->x_str_align_functions : "(null)");
9903 : :
9904 : 0 : if (ptr1->x_str_align_jumps != ptr2->x_str_align_jumps
9905 : 0 : && (!ptr1->x_str_align_jumps || !ptr2->x_str_align_jumps
9906 : 0 : || strcmp (ptr1->x_str_align_jumps, ptr2->x_str_align_jumps)))
9907 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9908 : : indent_to, "",
9909 : : "str_align_jumps",
9910 : : ptr1->x_str_align_jumps ? ptr1->x_str_align_jumps : "(null)",
9911 : : ptr2->x_str_align_jumps ? ptr2->x_str_align_jumps : "(null)");
9912 : :
9913 : 0 : if (ptr1->x_str_align_labels != ptr2->x_str_align_labels
9914 : 0 : && (!ptr1->x_str_align_labels || !ptr2->x_str_align_labels
9915 : 0 : || strcmp (ptr1->x_str_align_labels, ptr2->x_str_align_labels)))
9916 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9917 : : indent_to, "",
9918 : : "str_align_labels",
9919 : : ptr1->x_str_align_labels ? ptr1->x_str_align_labels : "(null)",
9920 : : ptr2->x_str_align_labels ? ptr2->x_str_align_labels : "(null)");
9921 : :
9922 : 0 : if (ptr1->x_str_align_loops != ptr2->x_str_align_loops
9923 : 0 : && (!ptr1->x_str_align_loops || !ptr2->x_str_align_loops
9924 : 0 : || strcmp (ptr1->x_str_align_loops, ptr2->x_str_align_loops)))
9925 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9926 : : indent_to, "",
9927 : : "str_align_loops",
9928 : : ptr1->x_str_align_loops ? ptr1->x_str_align_loops : "(null)",
9929 : : ptr2->x_str_align_loops ? ptr2->x_str_align_loops : "(null)");
9930 : :
9931 : 0 : if (ptr1->x_flag_patchable_function_entry != ptr2->x_flag_patchable_function_entry
9932 : 0 : && (!ptr1->x_flag_patchable_function_entry || !ptr2->x_flag_patchable_function_entry
9933 : 0 : || strcmp (ptr1->x_flag_patchable_function_entry, ptr2->x_flag_patchable_function_entry)))
9934 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9935 : : indent_to, "",
9936 : : "flag_patchable_function_entry",
9937 : : ptr1->x_flag_patchable_function_entry ? ptr1->x_flag_patchable_function_entry : "(null)",
9938 : : ptr2->x_flag_patchable_function_entry ? ptr2->x_flag_patchable_function_entry : "(null)");
9939 : :
9940 : 0 : }
9941 : :
9942 : : /* Save selected option variables into a structure. */
9943 : : void
9944 : 74948190 : cl_target_option_save (struct cl_target_option *ptr, struct gcc_options *opts,
9945 : : struct gcc_options *opts_set)
9946 : : {
9947 : 74948190 : gcc_assert (IN_RANGE (opts->x_flag_fentry, -128, 127));
9948 : 74948190 : gcc_assert (IN_RANGE (opts->x_ix86_needed, -128, 127));
9949 : :
9950 : 74948190 : if (targetm.target_option.save)
9951 : 74948190 : targetm.target_option.save (ptr, opts, opts_set);
9952 : :
9953 : 74948190 : ptr->x_ix86_stack_protector_guard_offset = opts->x_ix86_stack_protector_guard_offset;
9954 : 74948190 : ptr->x_ix86_stack_protector_guard_reg = opts->x_ix86_stack_protector_guard_reg;
9955 : 74948190 : ptr->x_ix86_unsafe_math_optimizations = opts->x_ix86_unsafe_math_optimizations;
9956 : 74948190 : ptr->x_ix86_abi = opts->x_ix86_abi;
9957 : 74948190 : ptr->x_ix86_cmodel = opts->x_ix86_cmodel;
9958 : 74948190 : ptr->x_ix86_excess_precision = opts->x_ix86_excess_precision;
9959 : 74948190 : ptr->x_ix86_veclibabi_type = opts->x_ix86_veclibabi_type;
9960 : 74948190 : ptr->x_ix86_pmode = opts->x_ix86_pmode;
9961 : 74948190 : ptr->x_ix86_incoming_stack_boundary_arg = opts->x_ix86_incoming_stack_boundary_arg;
9962 : 74948190 : ptr->x_ix86_preferred_stack_boundary_arg = opts->x_ix86_preferred_stack_boundary_arg;
9963 : 74948190 : ptr->x_ix86_regparm = opts->x_ix86_regparm;
9964 : 74948190 : ptr->x_recip_mask = opts->x_recip_mask;
9965 : 74948190 : ptr->x_target_flags = opts->x_target_flags;
9966 : 74948190 : ptr->x_ix86_isa_flags = opts->x_ix86_isa_flags;
9967 : 74948190 : ptr->x_ix86_isa_flags2 = opts->x_ix86_isa_flags2;
9968 : 74948190 : ptr->x_ix86_target_flags = opts->x_ix86_target_flags;
9969 : 74948190 : ptr->x_ix86_fpmath = opts->x_ix86_fpmath;
9970 : 74948190 : ptr->x_ix86_move_max = opts->x_ix86_move_max;
9971 : 74948190 : ptr->x_prefer_vector_width_type = opts->x_prefer_vector_width_type;
9972 : 74948190 : ptr->x_ix86_apx_features = opts->x_ix86_apx_features;
9973 : 74948190 : ptr->x_flag_fentry = opts->x_flag_fentry;
9974 : 74948190 : ptr->x_ix86_needed = opts->x_ix86_needed;
9975 : 74948190 : ptr->x_ix86_stack_protector_guard_offset_str = opts->x_ix86_stack_protector_guard_offset_str;
9976 : 74948190 : ptr->x_ix86_stack_protector_guard_reg_str = opts->x_ix86_stack_protector_guard_reg_str;
9977 : 74948190 : ptr->x_ix86_stack_protector_guard_symbol_str = opts->x_ix86_stack_protector_guard_symbol_str;
9978 : :
9979 : 74948190 : unsigned HOST_WIDE_INT mask = 0;
9980 : 74948190 : if (opts_set->x_ix86_stack_protector_guard_offset) mask |= HOST_WIDE_INT_1U << 0;
9981 : 74948190 : if (opts_set->x_ix86_stack_protector_guard_reg) mask |= HOST_WIDE_INT_1U << 1;
9982 : 74948190 : if (opts_set->x_ix86_unsafe_math_optimizations) mask |= HOST_WIDE_INT_1U << 2;
9983 : 74948190 : if (opts_set->x_ix86_abi) mask |= HOST_WIDE_INT_1U << 3;
9984 : 74948190 : if (opts_set->x_ix86_cmodel) mask |= HOST_WIDE_INT_1U << 4;
9985 : 74948190 : if (opts_set->x_ix86_excess_precision) mask |= HOST_WIDE_INT_1U << 5;
9986 : 74948190 : if (opts_set->x_ix86_veclibabi_type) mask |= HOST_WIDE_INT_1U << 6;
9987 : 74948190 : if (opts_set->x_ix86_pmode) mask |= HOST_WIDE_INT_1U << 7;
9988 : 74948190 : if (opts_set->x_ix86_incoming_stack_boundary_arg) mask |= HOST_WIDE_INT_1U << 8;
9989 : 74948190 : if (opts_set->x_ix86_preferred_stack_boundary_arg) mask |= HOST_WIDE_INT_1U << 9;
9990 : 74948190 : if (opts_set->x_ix86_regparm) mask |= HOST_WIDE_INT_1U << 10;
9991 : 74948190 : if (opts_set->x_recip_mask) mask |= HOST_WIDE_INT_1U << 11;
9992 : 74948190 : ptr->explicit_mask_target_flags = opts_set->x_target_flags;
9993 : 74948190 : ptr->explicit_mask_ix86_isa_flags = opts_set->x_ix86_isa_flags;
9994 : 74948190 : ptr->explicit_mask_ix86_isa_flags2 = opts_set->x_ix86_isa_flags2;
9995 : 74948190 : ptr->explicit_mask_ix86_target_flags = opts_set->x_ix86_target_flags;
9996 : 74948190 : if (opts_set->x_ix86_fpmath) mask |= HOST_WIDE_INT_1U << 12;
9997 : 74948190 : if (opts_set->x_ix86_move_max) mask |= HOST_WIDE_INT_1U << 13;
9998 : 74948190 : if (opts_set->x_prefer_vector_width_type) mask |= HOST_WIDE_INT_1U << 14;
9999 : 74948190 : if (opts_set->x_ix86_apx_features) mask |= HOST_WIDE_INT_1U << 15;
10000 : 74948190 : if (opts_set->x_flag_fentry) mask |= HOST_WIDE_INT_1U << 16;
10001 : 74948190 : if (opts_set->x_ix86_needed) mask |= HOST_WIDE_INT_1U << 17;
10002 : 74948190 : if (opts_set->x_ix86_stack_protector_guard_offset_str) mask |= HOST_WIDE_INT_1U << 18;
10003 : 74948190 : if (opts_set->x_ix86_stack_protector_guard_reg_str) mask |= HOST_WIDE_INT_1U << 19;
10004 : 74948190 : if (opts_set->x_ix86_stack_protector_guard_symbol_str) mask |= HOST_WIDE_INT_1U << 20;
10005 : 74948190 : ptr->explicit_mask[0] = mask;
10006 : 74948190 : }
10007 : :
10008 : : /* Restore selected current options from a structure. */
10009 : : void
10010 : 52437025 : cl_target_option_restore (struct gcc_options *opts, struct gcc_options *opts_set,
10011 : : struct cl_target_option *ptr)
10012 : : {
10013 : 52437025 : opts->x_ix86_stack_protector_guard_offset = ptr->x_ix86_stack_protector_guard_offset;
10014 : 52437025 : opts->x_ix86_stack_protector_guard_reg = ptr->x_ix86_stack_protector_guard_reg;
10015 : 52437025 : opts->x_ix86_unsafe_math_optimizations = ptr->x_ix86_unsafe_math_optimizations;
10016 : 52437025 : opts->x_ix86_abi = ptr->x_ix86_abi;
10017 : 52437025 : opts->x_ix86_cmodel = ptr->x_ix86_cmodel;
10018 : 52437025 : opts->x_ix86_excess_precision = ptr->x_ix86_excess_precision;
10019 : 52437025 : opts->x_ix86_veclibabi_type = ptr->x_ix86_veclibabi_type;
10020 : 52437025 : opts->x_ix86_pmode = ptr->x_ix86_pmode;
10021 : 52437025 : opts->x_ix86_incoming_stack_boundary_arg = ptr->x_ix86_incoming_stack_boundary_arg;
10022 : 52437025 : opts->x_ix86_preferred_stack_boundary_arg = ptr->x_ix86_preferred_stack_boundary_arg;
10023 : 52437025 : opts->x_ix86_regparm = ptr->x_ix86_regparm;
10024 : 52437025 : opts->x_recip_mask = ptr->x_recip_mask;
10025 : 52437025 : opts->x_target_flags = ptr->x_target_flags;
10026 : 52437025 : opts->x_ix86_isa_flags = ptr->x_ix86_isa_flags;
10027 : 52437025 : opts->x_ix86_isa_flags2 = ptr->x_ix86_isa_flags2;
10028 : 52437025 : opts->x_ix86_target_flags = ptr->x_ix86_target_flags;
10029 : 52437025 : opts->x_ix86_fpmath = ptr->x_ix86_fpmath;
10030 : 52437025 : opts->x_ix86_move_max = ptr->x_ix86_move_max;
10031 : 52437025 : opts->x_prefer_vector_width_type = ptr->x_prefer_vector_width_type;
10032 : 52437025 : opts->x_ix86_apx_features = ptr->x_ix86_apx_features;
10033 : 52437025 : opts->x_flag_fentry = ptr->x_flag_fentry;
10034 : 52437025 : opts->x_ix86_needed = ptr->x_ix86_needed;
10035 : 52437025 : opts->x_ix86_stack_protector_guard_offset_str = ptr->x_ix86_stack_protector_guard_offset_str;
10036 : 52437025 : opts->x_ix86_stack_protector_guard_reg_str = ptr->x_ix86_stack_protector_guard_reg_str;
10037 : 52437025 : opts->x_ix86_stack_protector_guard_symbol_str = ptr->x_ix86_stack_protector_guard_symbol_str;
10038 : :
10039 : 52437025 : unsigned HOST_WIDE_INT mask;
10040 : 52437025 : mask = ptr->explicit_mask[0];
10041 : 52437025 : opts_set->x_ix86_stack_protector_guard_offset = (mask & 1) != 0;
10042 : 52437025 : mask >>= 1;
10043 : 52437025 : opts_set->x_ix86_stack_protector_guard_reg = (mask & 1) != 0;
10044 : 52437025 : mask >>= 1;
10045 : 52437025 : opts_set->x_ix86_unsafe_math_optimizations = (mask & 1) != 0;
10046 : 52437025 : mask >>= 1;
10047 : 52437025 : opts_set->x_ix86_abi = static_cast<enum calling_abi>((mask & 1) != 0);
10048 : 52437025 : mask >>= 1;
10049 : 52437025 : opts_set->x_ix86_cmodel = static_cast<enum cmodel>((mask & 1) != 0);
10050 : 52437025 : mask >>= 1;
10051 : 52437025 : opts_set->x_ix86_excess_precision = static_cast<enum excess_precision>((mask & 1) != 0);
10052 : 52437025 : mask >>= 1;
10053 : 52437025 : opts_set->x_ix86_veclibabi_type = static_cast<enum ix86_veclibabi>((mask & 1) != 0);
10054 : 52437025 : mask >>= 1;
10055 : 52437025 : opts_set->x_ix86_pmode = static_cast<enum pmode>((mask & 1) != 0);
10056 : 52437025 : mask >>= 1;
10057 : 52437025 : opts_set->x_ix86_incoming_stack_boundary_arg = (mask & 1) != 0;
10058 : 52437025 : mask >>= 1;
10059 : 52437025 : opts_set->x_ix86_preferred_stack_boundary_arg = (mask & 1) != 0;
10060 : 52437025 : mask >>= 1;
10061 : 52437025 : opts_set->x_ix86_regparm = (mask & 1) != 0;
10062 : 52437025 : mask >>= 1;
10063 : 52437025 : opts_set->x_recip_mask = (mask & 1) != 0;
10064 : 52437025 : mask >>= 1;
10065 : 52437025 : opts_set->x_target_flags = ptr->explicit_mask_target_flags;
10066 : 52437025 : opts_set->x_ix86_isa_flags = ptr->explicit_mask_ix86_isa_flags;
10067 : 52437025 : opts_set->x_ix86_isa_flags2 = ptr->explicit_mask_ix86_isa_flags2;
10068 : 52437025 : opts_set->x_ix86_target_flags = ptr->explicit_mask_ix86_target_flags;
10069 : 52437025 : opts_set->x_ix86_fpmath = static_cast<enum fpmath_unit >((mask & 1) != 0);
10070 : 52437025 : mask >>= 1;
10071 : 52437025 : opts_set->x_ix86_move_max = static_cast<enum prefer_vector_width >((mask & 1) != 0);
10072 : 52437025 : mask >>= 1;
10073 : 52437025 : opts_set->x_prefer_vector_width_type = static_cast<enum prefer_vector_width >((mask & 1) != 0);
10074 : 52437025 : mask >>= 1;
10075 : 52437025 : opts_set->x_ix86_apx_features = (mask & 1) != 0;
10076 : 52437025 : mask >>= 1;
10077 : 52437025 : opts_set->x_flag_fentry = (mask & 1) != 0;
10078 : 52437025 : mask >>= 1;
10079 : 52437025 : opts_set->x_ix86_needed = (mask & 1) != 0;
10080 : 52437025 : mask >>= 1;
10081 : 52437025 : opts_set->x_ix86_stack_protector_guard_offset_str = (mask & 1) ? "" : nullptr;
10082 : 52437025 : mask >>= 1;
10083 : 52437025 : opts_set->x_ix86_stack_protector_guard_reg_str = (mask & 1) ? "" : nullptr;
10084 : 52437025 : mask >>= 1;
10085 : 52437025 : opts_set->x_ix86_stack_protector_guard_symbol_str = (mask & 1) ? "" : nullptr;
10086 : 52437025 : mask >>= 1;
10087 : :
10088 : 52437025 : if (targetm.target_option.restore)
10089 : 52437025 : targetm.target_option.restore (opts, opts_set, ptr);
10090 : 52437025 : }
10091 : :
10092 : : /* Print optimization options from a structure. */
10093 : : void
10094 : 0 : cl_target_option_print (FILE *file,
10095 : : int indent,
10096 : : struct cl_target_option *ptr)
10097 : : {
10098 : 0 : fputs ("\n", file);
10099 : 0 : if (ptr->x_target_flags)
10100 : 0 : fprintf (file, "%*s%s (%#lx)\n",
10101 : : indent, "",
10102 : : "target_flags",
10103 : : (unsigned long)ptr->x_target_flags);
10104 : :
10105 : 0 : if (ptr->x_ix86_isa_flags)
10106 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x)\n",
10107 : : indent, "",
10108 : : "ix86_isa_flags",
10109 : : ptr->x_ix86_isa_flags);
10110 : :
10111 : 0 : if (ptr->x_ix86_isa_flags2)
10112 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x)\n",
10113 : : indent, "",
10114 : : "ix86_isa_flags2",
10115 : : ptr->x_ix86_isa_flags2);
10116 : :
10117 : 0 : if (ptr->x_ix86_target_flags)
10118 : 0 : fprintf (file, "%*s%s (%#lx)\n",
10119 : : indent, "",
10120 : : "ix86_target_flags",
10121 : : (unsigned long)ptr->x_ix86_target_flags);
10122 : :
10123 : 0 : if (ptr->x_ix86_fpmath)
10124 : 0 : fprintf (file, "%*s%s (%#x)\n",
10125 : : indent, "",
10126 : : "ix86_fpmath",
10127 : : ptr->x_ix86_fpmath);
10128 : :
10129 : 0 : if (ptr->x_ix86_move_max)
10130 : 0 : fprintf (file, "%*s%s (%#x)\n",
10131 : : indent, "",
10132 : : "ix86_move_max",
10133 : : ptr->x_ix86_move_max);
10134 : :
10135 : 0 : if (ptr->x_prefer_vector_width_type)
10136 : 0 : fprintf (file, "%*s%s (%#x)\n",
10137 : : indent, "",
10138 : : "prefer_vector_width_type",
10139 : : ptr->x_prefer_vector_width_type);
10140 : :
10141 : 0 : if (ptr->x_ix86_apx_features)
10142 : 0 : fprintf (file, "%*s%s (%#x)\n",
10143 : : indent, "",
10144 : : "ix86_apx_features",
10145 : : ptr->x_ix86_apx_features);
10146 : :
10147 : 0 : if (ptr->x_flag_fentry)
10148 : 0 : fprintf (file, "%*s%s (%#x)\n",
10149 : : indent, "",
10150 : : "flag_fentry",
10151 : : ptr->x_flag_fentry);
10152 : :
10153 : 0 : if (ptr->x_ix86_needed)
10154 : 0 : fprintf (file, "%*s%s (%#x)\n",
10155 : : indent, "",
10156 : : "ix86_needed",
10157 : : ptr->x_ix86_needed);
10158 : :
10159 : 0 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10160 : 0 : fprintf (file, "%*s%s (%s)\n",
10161 : : indent, "",
10162 : : "ix86_stack_protector_guard_offset_str",
10163 : : ptr->x_ix86_stack_protector_guard_offset_str);
10164 : :
10165 : 0 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10166 : 0 : fprintf (file, "%*s%s (%s)\n",
10167 : : indent, "",
10168 : : "ix86_stack_protector_guard_reg_str",
10169 : : ptr->x_ix86_stack_protector_guard_reg_str);
10170 : :
10171 : 0 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10172 : 0 : fprintf (file, "%*s%s (%s)\n",
10173 : : indent, "",
10174 : : "ix86_stack_protector_guard_symbol_str",
10175 : : ptr->x_ix86_stack_protector_guard_symbol_str);
10176 : :
10177 : :
10178 : 0 : if (targetm.target_option.print)
10179 : 0 : targetm.target_option.print (file, indent, ptr);
10180 : 0 : }
10181 : :
10182 : : /* Print different target option variables from structures provided as arguments. */
10183 : : void
10184 : 0 : cl_target_option_print_diff (FILE *file,
10185 : : int indent ATTRIBUTE_UNUSED,
10186 : : struct cl_target_option *ptr1 ATTRIBUTE_UNUSED,
10187 : : struct cl_target_option *ptr2 ATTRIBUTE_UNUSED)
10188 : : {
10189 : 0 : fputs ("\n", file);
10190 : 0 : if (ptr1->x_target_flags != ptr2->x_target_flags)
10191 : 0 : fprintf (file, "%*s%s (%#lx/%#lx)\n",
10192 : : indent, "",
10193 : : "target_flags",
10194 : : (unsigned long)ptr1->x_target_flags,
10195 : : (unsigned long)ptr2->x_target_flags);
10196 : :
10197 : 0 : if (ptr1->x_ix86_isa_flags != ptr2->x_ix86_isa_flags)
10198 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x/%#" HOST_WIDE_INT_PRINT "x)\n",
10199 : : indent, "",
10200 : : "ix86_isa_flags",
10201 : : ptr1->x_ix86_isa_flags,
10202 : : ptr2->x_ix86_isa_flags);
10203 : :
10204 : 0 : if (ptr1->x_ix86_isa_flags2 != ptr2->x_ix86_isa_flags2)
10205 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x/%#" HOST_WIDE_INT_PRINT "x)\n",
10206 : : indent, "",
10207 : : "ix86_isa_flags2",
10208 : : ptr1->x_ix86_isa_flags2,
10209 : : ptr2->x_ix86_isa_flags2);
10210 : :
10211 : 0 : if (ptr1->x_ix86_target_flags != ptr2->x_ix86_target_flags)
10212 : 0 : fprintf (file, "%*s%s (%#lx/%#lx)\n",
10213 : : indent, "",
10214 : : "ix86_target_flags",
10215 : : (unsigned long)ptr1->x_ix86_target_flags,
10216 : : (unsigned long)ptr2->x_ix86_target_flags);
10217 : :
10218 : 0 : if (ptr1->x_ix86_fpmath != ptr2->x_ix86_fpmath)
10219 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10220 : : indent, "",
10221 : : "ix86_fpmath",
10222 : : ptr1->x_ix86_fpmath,
10223 : : ptr2->x_ix86_fpmath);
10224 : :
10225 : 0 : if (ptr1->x_ix86_move_max != ptr2->x_ix86_move_max)
10226 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10227 : : indent, "",
10228 : : "ix86_move_max",
10229 : : ptr1->x_ix86_move_max,
10230 : : ptr2->x_ix86_move_max);
10231 : :
10232 : 0 : if (ptr1->x_prefer_vector_width_type != ptr2->x_prefer_vector_width_type)
10233 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10234 : : indent, "",
10235 : : "prefer_vector_width_type",
10236 : : ptr1->x_prefer_vector_width_type,
10237 : : ptr2->x_prefer_vector_width_type);
10238 : :
10239 : 0 : if (ptr1->x_ix86_apx_features != ptr2->x_ix86_apx_features)
10240 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10241 : : indent, "",
10242 : : "ix86_apx_features",
10243 : : ptr1->x_ix86_apx_features,
10244 : : ptr2->x_ix86_apx_features);
10245 : :
10246 : 0 : if (ptr1->x_flag_fentry != ptr2->x_flag_fentry)
10247 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10248 : : indent, "",
10249 : : "flag_fentry",
10250 : : ptr1->x_flag_fentry,
10251 : : ptr2->x_flag_fentry);
10252 : :
10253 : 0 : if (ptr1->x_ix86_needed != ptr2->x_ix86_needed)
10254 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10255 : : indent, "",
10256 : : "ix86_needed",
10257 : : ptr1->x_ix86_needed,
10258 : : ptr2->x_ix86_needed);
10259 : :
10260 : 0 : if (ptr1->x_ix86_stack_protector_guard_offset_str != ptr2->x_ix86_stack_protector_guard_offset_str
10261 : 0 : && (!ptr1->x_ix86_stack_protector_guard_offset_str || !ptr2->x_ix86_stack_protector_guard_offset_str
10262 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_offset_str, ptr2->x_ix86_stack_protector_guard_offset_str)))
10263 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
10264 : : indent, "",
10265 : : "ix86_stack_protector_guard_offset_str",
10266 : : ptr1->x_ix86_stack_protector_guard_offset_str ? ptr1->x_ix86_stack_protector_guard_offset_str : "(null)",
10267 : : ptr2->x_ix86_stack_protector_guard_offset_str ? ptr2->x_ix86_stack_protector_guard_offset_str : "(null)");
10268 : :
10269 : 0 : if (ptr1->x_ix86_stack_protector_guard_reg_str != ptr2->x_ix86_stack_protector_guard_reg_str
10270 : 0 : && (!ptr1->x_ix86_stack_protector_guard_reg_str || !ptr2->x_ix86_stack_protector_guard_reg_str
10271 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_reg_str, ptr2->x_ix86_stack_protector_guard_reg_str)))
10272 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
10273 : : indent, "",
10274 : : "ix86_stack_protector_guard_reg_str",
10275 : : ptr1->x_ix86_stack_protector_guard_reg_str ? ptr1->x_ix86_stack_protector_guard_reg_str : "(null)",
10276 : : ptr2->x_ix86_stack_protector_guard_reg_str ? ptr2->x_ix86_stack_protector_guard_reg_str : "(null)");
10277 : :
10278 : 0 : if (ptr1->x_ix86_stack_protector_guard_symbol_str != ptr2->x_ix86_stack_protector_guard_symbol_str
10279 : 0 : && (!ptr1->x_ix86_stack_protector_guard_symbol_str || !ptr2->x_ix86_stack_protector_guard_symbol_str
10280 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_symbol_str, ptr2->x_ix86_stack_protector_guard_symbol_str)))
10281 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
10282 : : indent, "",
10283 : : "ix86_stack_protector_guard_symbol_str",
10284 : : ptr1->x_ix86_stack_protector_guard_symbol_str ? ptr1->x_ix86_stack_protector_guard_symbol_str : "(null)",
10285 : : ptr2->x_ix86_stack_protector_guard_symbol_str ? ptr2->x_ix86_stack_protector_guard_symbol_str : "(null)");
10286 : :
10287 : 0 : }
10288 : :
10289 : : /* Compare two target options */
10290 : : bool
10291 : 455365278 : cl_target_option_eq (struct cl_target_option const *ptr1 ATTRIBUTE_UNUSED,
10292 : : struct cl_target_option const *ptr2 ATTRIBUTE_UNUSED)
10293 : : {
10294 : 455365278 : if (ptr1->x_ix86_arch_string != ptr2->x_ix86_arch_string
10295 : 111720 : && (!ptr1->x_ix86_arch_string || !ptr2->x_ix86_arch_string
10296 : 111720 : || strcmp (ptr1->x_ix86_arch_string, ptr2->x_ix86_arch_string)))
10297 : : return false;
10298 : 455357887 : if (ptr1->x_ix86_recip_name != ptr2->x_ix86_recip_name
10299 : 0 : && (!ptr1->x_ix86_recip_name || !ptr2->x_ix86_recip_name
10300 : 0 : || strcmp (ptr1->x_ix86_recip_name, ptr2->x_ix86_recip_name)))
10301 : : return false;
10302 : 455357887 : if (ptr1->x_ix86_tune_ctrl_string != ptr2->x_ix86_tune_ctrl_string
10303 : 0 : && (!ptr1->x_ix86_tune_ctrl_string || !ptr2->x_ix86_tune_ctrl_string
10304 : 0 : || strcmp (ptr1->x_ix86_tune_ctrl_string, ptr2->x_ix86_tune_ctrl_string)))
10305 : : return false;
10306 : 455357887 : if (ptr1->x_ix86_tune_memcpy_strategy != ptr2->x_ix86_tune_memcpy_strategy
10307 : 0 : && (!ptr1->x_ix86_tune_memcpy_strategy || !ptr2->x_ix86_tune_memcpy_strategy
10308 : 0 : || strcmp (ptr1->x_ix86_tune_memcpy_strategy, ptr2->x_ix86_tune_memcpy_strategy)))
10309 : : return false;
10310 : 455357887 : if (ptr1->x_ix86_tune_memset_strategy != ptr2->x_ix86_tune_memset_strategy
10311 : 0 : && (!ptr1->x_ix86_tune_memset_strategy || !ptr2->x_ix86_tune_memset_strategy
10312 : 0 : || strcmp (ptr1->x_ix86_tune_memset_strategy, ptr2->x_ix86_tune_memset_strategy)))
10313 : : return false;
10314 : 455357887 : if (ptr1->x_ix86_tune_string != ptr2->x_ix86_tune_string
10315 : 104319 : && (!ptr1->x_ix86_tune_string || !ptr2->x_ix86_tune_string
10316 : 104319 : || strcmp (ptr1->x_ix86_tune_string, ptr2->x_ix86_tune_string)))
10317 : : return false;
10318 : 455357764 : if (ptr1->x_ix86_stack_protector_guard_offset_str != ptr2->x_ix86_stack_protector_guard_offset_str
10319 : 0 : && (!ptr1->x_ix86_stack_protector_guard_offset_str || !ptr2->x_ix86_stack_protector_guard_offset_str
10320 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_offset_str, ptr2->x_ix86_stack_protector_guard_offset_str)))
10321 : : return false;
10322 : 455357764 : if (ptr1->x_ix86_stack_protector_guard_reg_str != ptr2->x_ix86_stack_protector_guard_reg_str
10323 : 0 : && (!ptr1->x_ix86_stack_protector_guard_reg_str || !ptr2->x_ix86_stack_protector_guard_reg_str
10324 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_reg_str, ptr2->x_ix86_stack_protector_guard_reg_str)))
10325 : : return false;
10326 : 455357764 : if (ptr1->x_ix86_stack_protector_guard_symbol_str != ptr2->x_ix86_stack_protector_guard_symbol_str
10327 : 0 : && (!ptr1->x_ix86_stack_protector_guard_symbol_str || !ptr2->x_ix86_stack_protector_guard_symbol_str
10328 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_symbol_str, ptr2->x_ix86_stack_protector_guard_symbol_str)))
10329 : : return false;
10330 : 455357764 : if (ptr1->x_ix86_isa_flags2_explicit != ptr2->x_ix86_isa_flags2_explicit)
10331 : : return false;
10332 : 116868421 : if (ptr1->x_ix86_isa_flags_explicit != ptr2->x_ix86_isa_flags_explicit)
10333 : : return false;
10334 : 75240083 : if (ptr1->x_ix86_asm_dialect != ptr2->x_ix86_asm_dialect)
10335 : : return false;
10336 : 75240083 : if (ptr1->x_ix86_stack_protector_guard != ptr2->x_ix86_stack_protector_guard)
10337 : : return false;
10338 : 75240083 : if (ptr1->x_ix86_stringop_alg != ptr2->x_ix86_stringop_alg)
10339 : : return false;
10340 : 75240083 : if (ptr1->x_ix86_tls_dialect != ptr2->x_ix86_tls_dialect)
10341 : : return false;
10342 : 75240083 : if (ptr1->x_ix86_branch_cost != ptr2->x_ix86_branch_cost)
10343 : : return false;
10344 : 75240083 : if (ptr1->x_ix86_dump_tunes != ptr2->x_ix86_dump_tunes)
10345 : : return false;
10346 : 75240083 : if (ptr1->x_ix86_force_align_arg_pointer != ptr2->x_ix86_force_align_arg_pointer)
10347 : : return false;
10348 : 75240083 : if (ptr1->x_ix86_force_drap != ptr2->x_ix86_force_drap)
10349 : : return false;
10350 : 75240083 : if (ptr1->x_ix86_section_threshold != ptr2->x_ix86_section_threshold)
10351 : : return false;
10352 : 75240083 : if (ptr1->x_ix86_sse2avx != ptr2->x_ix86_sse2avx)
10353 : : return false;
10354 : 75240083 : if (ptr1->x_ix86_tune_no_default != ptr2->x_ix86_tune_no_default)
10355 : : return false;
10356 : 75240083 : if (ptr1->x_recip_mask_explicit != ptr2->x_recip_mask_explicit)
10357 : : return false;
10358 : 75240083 : if (ptr1->arch != ptr2->arch)
10359 : : return false;
10360 : 75240083 : if (ptr1->arch_specified != ptr2->arch_specified)
10361 : : return false;
10362 : 75240083 : if (ptr1->branch_cost != ptr2->branch_cost)
10363 : : return false;
10364 : 75240083 : if (ptr1->prefetch_sse != ptr2->prefetch_sse)
10365 : : return false;
10366 : 75240083 : if (ptr1->schedule != ptr2->schedule)
10367 : : return false;
10368 : 75240083 : if (ptr1->tune != ptr2->tune)
10369 : : return false;
10370 : 75240083 : if (ptr1->tune_defaulted != ptr2->tune_defaulted)
10371 : : return false;
10372 : 75240083 : if (ptr1->x_ix86_stack_protector_guard_offset != ptr2->x_ix86_stack_protector_guard_offset)
10373 : : return false;
10374 : 75240083 : if (ptr1->x_ix86_stack_protector_guard_reg != ptr2->x_ix86_stack_protector_guard_reg)
10375 : : return false;
10376 : 75240083 : if (ptr1->x_ix86_unsafe_math_optimizations != ptr2->x_ix86_unsafe_math_optimizations)
10377 : : return false;
10378 : 75240078 : if (ptr1->x_ix86_abi != ptr2->x_ix86_abi)
10379 : : return false;
10380 : 75240078 : if (ptr1->x_ix86_cmodel != ptr2->x_ix86_cmodel)
10381 : : return false;
10382 : 75240078 : if (ptr1->x_ix86_excess_precision != ptr2->x_ix86_excess_precision)
10383 : : return false;
10384 : 75240078 : if (ptr1->x_ix86_veclibabi_type != ptr2->x_ix86_veclibabi_type)
10385 : : return false;
10386 : 75240078 : if (ptr1->x_ix86_pmode != ptr2->x_ix86_pmode)
10387 : : return false;
10388 : 75240078 : if (ptr1->x_ix86_incoming_stack_boundary_arg != ptr2->x_ix86_incoming_stack_boundary_arg)
10389 : : return false;
10390 : 75240078 : if (ptr1->x_ix86_preferred_stack_boundary_arg != ptr2->x_ix86_preferred_stack_boundary_arg)
10391 : : return false;
10392 : 75240078 : if (ptr1->x_ix86_regparm != ptr2->x_ix86_regparm)
10393 : : return false;
10394 : 75240078 : if (ptr1->x_recip_mask != ptr2->x_recip_mask)
10395 : : return false;
10396 : 75240075 : if (ptr1->x_target_flags != ptr2->x_target_flags)
10397 : : return false;
10398 : 75240033 : if (ptr1->x_ix86_isa_flags != ptr2->x_ix86_isa_flags)
10399 : : return false;
10400 : 74208617 : if (ptr1->x_ix86_isa_flags2 != ptr2->x_ix86_isa_flags2)
10401 : : return false;
10402 : 74179126 : if (ptr1->x_ix86_apx_features != ptr2->x_ix86_apx_features)
10403 : : return false;
10404 : 74179126 : if (ptr1->x_flag_fentry != ptr2->x_flag_fentry)
10405 : : return false;
10406 : 74179126 : if (ptr1->x_ix86_fpmath != ptr2->x_ix86_fpmath)
10407 : : return false;
10408 : 74179108 : if (ptr1->x_ix86_target_flags != ptr2->x_ix86_target_flags)
10409 : : return false;
10410 : 74179108 : if (ptr1->x_ix86_move_max != ptr2->x_ix86_move_max)
10411 : : return false;
10412 : 74179108 : if (ptr1->x_ix86_needed != ptr2->x_ix86_needed)
10413 : : return false;
10414 : 74179108 : if (ptr1->x_prefer_vector_width_type != ptr2->x_prefer_vector_width_type)
10415 : : return false;
10416 : 148358216 : for (size_t i = 0; i < ARRAY_SIZE (ptr1->explicit_mask); i++)
10417 : 74179108 : if (ptr1->explicit_mask[i] != ptr2->explicit_mask[i])
10418 : : return false;
10419 : 74179108 : if (ptr1->explicit_mask_target_flags != ptr2->explicit_mask_target_flags)
10420 : : return false;
10421 : 74179108 : if (ptr1->explicit_mask_ix86_isa_flags != ptr2->explicit_mask_ix86_isa_flags)
10422 : : return false;
10423 : 74179108 : if (ptr1->explicit_mask_ix86_isa_flags2 != ptr2->explicit_mask_ix86_isa_flags2)
10424 : : return false;
10425 : 74179108 : if (ptr1->explicit_mask_ix86_target_flags != ptr2->explicit_mask_ix86_target_flags)
10426 : 0 : return false;
10427 : : return true;
10428 : : }
10429 : :
10430 : : /* Hash target options */
10431 : : hashval_t
10432 : 839257641 : cl_target_option_hash (struct cl_target_option const *ptr ATTRIBUTE_UNUSED)
10433 : : {
10434 : 839257641 : inchash::hash hstate;
10435 : 839257641 : if (ptr->x_ix86_arch_string)
10436 : 839257641 : hstate.add (ptr->x_ix86_arch_string, strlen (ptr->x_ix86_arch_string));
10437 : : else
10438 : 0 : hstate.add_int (0);
10439 : 839257641 : if (ptr->x_ix86_recip_name)
10440 : 0 : hstate.add (ptr->x_ix86_recip_name, strlen (ptr->x_ix86_recip_name));
10441 : : else
10442 : 839257641 : hstate.add_int (0);
10443 : 839257641 : if (ptr->x_ix86_tune_ctrl_string)
10444 : 2509396 : hstate.add (ptr->x_ix86_tune_ctrl_string, strlen (ptr->x_ix86_tune_ctrl_string));
10445 : : else
10446 : 836748245 : hstate.add_int (0);
10447 : 839257641 : if (ptr->x_ix86_tune_memcpy_strategy)
10448 : 18 : hstate.add (ptr->x_ix86_tune_memcpy_strategy, strlen (ptr->x_ix86_tune_memcpy_strategy));
10449 : : else
10450 : 839257623 : hstate.add_int (0);
10451 : 839257641 : if (ptr->x_ix86_tune_memset_strategy)
10452 : 34 : hstate.add (ptr->x_ix86_tune_memset_strategy, strlen (ptr->x_ix86_tune_memset_strategy));
10453 : : else
10454 : 839257607 : hstate.add_int (0);
10455 : 839257641 : if (ptr->x_ix86_tune_string)
10456 : 839257641 : hstate.add (ptr->x_ix86_tune_string, strlen (ptr->x_ix86_tune_string));
10457 : : else
10458 : 0 : hstate.add_int (0);
10459 : 839257641 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10460 : 1 : hstate.add (ptr->x_ix86_stack_protector_guard_offset_str, strlen (ptr->x_ix86_stack_protector_guard_offset_str));
10461 : : else
10462 : 839257640 : hstate.add_int (0);
10463 : 839257641 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10464 : 2 : hstate.add (ptr->x_ix86_stack_protector_guard_reg_str, strlen (ptr->x_ix86_stack_protector_guard_reg_str));
10465 : : else
10466 : 839257639 : hstate.add_int (0);
10467 : 839257641 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10468 : 1 : hstate.add (ptr->x_ix86_stack_protector_guard_symbol_str, strlen (ptr->x_ix86_stack_protector_guard_symbol_str));
10469 : : else
10470 : 839257640 : hstate.add_int (0);
10471 : 839257641 : hstate.add_hwi (ptr->x_ix86_isa_flags2_explicit);
10472 : 839257641 : hstate.add_hwi (ptr->x_ix86_isa_flags_explicit);
10473 : 839257641 : hstate.add_hwi (ptr->x_ix86_asm_dialect);
10474 : 839257641 : hstate.add_hwi (ptr->x_ix86_stack_protector_guard);
10475 : 839257641 : hstate.add_hwi (ptr->x_ix86_stringop_alg);
10476 : 839257641 : hstate.add_hwi (ptr->x_ix86_tls_dialect);
10477 : 839257641 : hstate.add_hwi (ptr->x_ix86_branch_cost);
10478 : 839257641 : hstate.add_hwi (ptr->x_ix86_dump_tunes);
10479 : 839257641 : hstate.add_hwi (ptr->x_ix86_force_align_arg_pointer);
10480 : 839257641 : hstate.add_hwi (ptr->x_ix86_force_drap);
10481 : 839257641 : hstate.add_hwi (ptr->x_ix86_section_threshold);
10482 : 839257641 : hstate.add_hwi (ptr->x_ix86_sse2avx);
10483 : 839257641 : hstate.add_hwi (ptr->x_ix86_tune_no_default);
10484 : 839257641 : hstate.add_hwi (ptr->x_recip_mask_explicit);
10485 : 839257641 : hstate.add_hwi (ptr->arch);
10486 : 839257641 : hstate.add_hwi (ptr->arch_specified);
10487 : 839257641 : hstate.add_hwi (ptr->branch_cost);
10488 : 839257641 : hstate.add_hwi (ptr->prefetch_sse);
10489 : 839257641 : hstate.add_hwi (ptr->schedule);
10490 : 839257641 : hstate.add_hwi (ptr->tune);
10491 : 839257641 : hstate.add_hwi (ptr->tune_defaulted);
10492 : 839257641 : hstate.add_hwi (ptr->x_ix86_stack_protector_guard_offset);
10493 : 839257641 : hstate.add_hwi (ptr->x_ix86_stack_protector_guard_reg);
10494 : 839257641 : hstate.add_hwi (ptr->x_ix86_unsafe_math_optimizations);
10495 : 839257641 : hstate.add_hwi (ptr->x_ix86_abi);
10496 : 839257641 : hstate.add_hwi (ptr->x_ix86_cmodel);
10497 : 839257641 : hstate.add_hwi (ptr->x_ix86_excess_precision);
10498 : 839257641 : hstate.add_hwi (ptr->x_ix86_veclibabi_type);
10499 : 839257641 : hstate.add_hwi (ptr->x_ix86_pmode);
10500 : 839257641 : hstate.add_hwi (ptr->x_ix86_incoming_stack_boundary_arg);
10501 : 839257641 : hstate.add_hwi (ptr->x_ix86_preferred_stack_boundary_arg);
10502 : 839257641 : hstate.add_hwi (ptr->x_ix86_regparm);
10503 : 839257641 : hstate.add_hwi (ptr->x_recip_mask);
10504 : 839257641 : hstate.add_hwi (ptr->x_target_flags);
10505 : 839257641 : hstate.add_hwi (ptr->x_ix86_isa_flags);
10506 : 839257641 : hstate.add_hwi (ptr->x_ix86_isa_flags2);
10507 : 839257641 : hstate.add_hwi (ptr->x_ix86_apx_features);
10508 : 839257641 : hstate.add_hwi (ptr->x_flag_fentry);
10509 : 839257641 : hstate.add_hwi (ptr->x_ix86_fpmath);
10510 : 839257641 : hstate.add_hwi (ptr->x_ix86_target_flags);
10511 : 839257641 : hstate.add_hwi (ptr->x_ix86_move_max);
10512 : 839257641 : hstate.add_hwi (ptr->x_ix86_needed);
10513 : 839257641 : hstate.add_hwi (ptr->x_prefer_vector_width_type);
10514 : 1678515282 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
10515 : 839257641 : hstate.add_hwi (ptr->explicit_mask[i]);
10516 : 839257641 : hstate.add_hwi (ptr->explicit_mask_target_flags);
10517 : 839257641 : hstate.add_hwi (ptr->explicit_mask_ix86_isa_flags);
10518 : 839257641 : hstate.add_hwi (ptr->explicit_mask_ix86_isa_flags2);
10519 : 839257641 : hstate.add_hwi (ptr->explicit_mask_ix86_target_flags);
10520 : 839257641 : return hstate.end ();
10521 : : }
10522 : :
10523 : : /* Stream out target options */
10524 : : void
10525 : 32895 : cl_target_option_stream_out (struct output_block *ob ATTRIBUTE_UNUSED,
10526 : : struct bitpack_d *bp ATTRIBUTE_UNUSED,
10527 : : struct cl_target_option *ptr ATTRIBUTE_UNUSED)
10528 : : {
10529 : 32895 : bp_pack_string (ob, bp, ptr->x_ix86_arch_string, true);
10530 : 32895 : bp_pack_string (ob, bp, ptr->x_ix86_recip_name, true);
10531 : 32895 : bp_pack_string (ob, bp, ptr->x_ix86_tune_ctrl_string, true);
10532 : 32895 : bp_pack_string (ob, bp, ptr->x_ix86_tune_memcpy_strategy, true);
10533 : 32895 : bp_pack_string (ob, bp, ptr->x_ix86_tune_memset_strategy, true);
10534 : 32895 : bp_pack_string (ob, bp, ptr->x_ix86_tune_string, true);
10535 : 32895 : bp_pack_string (ob, bp, ptr->x_ix86_stack_protector_guard_offset_str, true);
10536 : 32895 : bp_pack_string (ob, bp, ptr->x_ix86_stack_protector_guard_reg_str, true);
10537 : 32895 : bp_pack_string (ob, bp, ptr->x_ix86_stack_protector_guard_symbol_str, true);
10538 : 32895 : bp_pack_value (bp, ptr->x_ix86_isa_flags2_explicit, 64);
10539 : 32895 : bp_pack_value (bp, ptr->x_ix86_isa_flags_explicit, 64);
10540 : 32895 : bp_pack_value (bp, ptr->x_ix86_asm_dialect, 64);
10541 : 32895 : bp_pack_value (bp, ptr->x_ix86_stack_protector_guard, 64);
10542 : 32895 : bp_pack_value (bp, ptr->x_ix86_stringop_alg, 64);
10543 : 32895 : bp_pack_value (bp, ptr->x_ix86_tls_dialect, 64);
10544 : 32895 : bp_pack_value (bp, ptr->x_ix86_branch_cost, 64);
10545 : 32895 : bp_pack_value (bp, ptr->x_ix86_dump_tunes, 64);
10546 : 32895 : bp_pack_value (bp, ptr->x_ix86_force_align_arg_pointer, 64);
10547 : 32895 : bp_pack_value (bp, ptr->x_ix86_force_drap, 64);
10548 : 32895 : bp_pack_value (bp, ptr->x_ix86_section_threshold, 64);
10549 : 32895 : bp_pack_value (bp, ptr->x_ix86_sse2avx, 64);
10550 : 32895 : bp_pack_value (bp, ptr->x_ix86_tune_no_default, 64);
10551 : 32895 : bp_pack_value (bp, ptr->x_recip_mask_explicit, 64);
10552 : 32895 : bp_pack_value (bp, ptr->arch, 64);
10553 : 32895 : bp_pack_value (bp, ptr->arch_specified, 64);
10554 : 32895 : bp_pack_value (bp, ptr->branch_cost, 64);
10555 : 32895 : bp_pack_value (bp, ptr->prefetch_sse, 64);
10556 : 32895 : bp_pack_value (bp, ptr->schedule, 64);
10557 : 32895 : bp_pack_value (bp, ptr->tune, 64);
10558 : 32895 : bp_pack_value (bp, ptr->tune_defaulted, 64);
10559 : 32895 : bp_pack_value (bp, ptr->x_ix86_stack_protector_guard_offset, 64);
10560 : 32895 : bp_pack_value (bp, ptr->x_ix86_stack_protector_guard_reg, 64);
10561 : 32895 : bp_pack_value (bp, ptr->x_ix86_unsafe_math_optimizations, 64);
10562 : 32895 : bp_pack_value (bp, ptr->x_ix86_abi, 64);
10563 : 32895 : bp_pack_value (bp, ptr->x_ix86_cmodel, 64);
10564 : 32895 : bp_pack_value (bp, ptr->x_ix86_excess_precision, 64);
10565 : 32895 : bp_pack_value (bp, ptr->x_ix86_veclibabi_type, 64);
10566 : 32895 : bp_pack_value (bp, ptr->x_ix86_pmode, 64);
10567 : 32895 : bp_pack_value (bp, ptr->x_ix86_incoming_stack_boundary_arg, 64);
10568 : 32895 : bp_pack_value (bp, ptr->x_ix86_preferred_stack_boundary_arg, 64);
10569 : 32895 : bp_pack_value (bp, ptr->x_ix86_regparm, 64);
10570 : 32895 : bp_pack_value (bp, ptr->x_recip_mask, 64);
10571 : 32895 : bp_pack_value (bp, ptr->x_target_flags, 64);
10572 : 32895 : bp_pack_value (bp, ptr->x_ix86_isa_flags, 64);
10573 : 32895 : bp_pack_value (bp, ptr->x_ix86_isa_flags2, 64);
10574 : 32895 : bp_pack_value (bp, ptr->x_ix86_apx_features, 64);
10575 : 32895 : bp_pack_value (bp, ptr->x_flag_fentry, 64);
10576 : 32895 : bp_pack_value (bp, ptr->x_ix86_fpmath, 64);
10577 : 32895 : bp_pack_value (bp, ptr->x_ix86_target_flags, 64);
10578 : 32895 : bp_pack_value (bp, ptr->x_ix86_move_max, 64);
10579 : 32895 : bp_pack_value (bp, ptr->x_ix86_needed, 64);
10580 : 32895 : bp_pack_value (bp, ptr->x_prefer_vector_width_type, 64);
10581 : 65790 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
10582 : 32895 : bp_pack_value (bp, ptr->explicit_mask[i], 64);
10583 : 32895 : bp_pack_value (bp, ptr->explicit_mask_target_flags, 64);
10584 : 32895 : bp_pack_value (bp, ptr->explicit_mask_ix86_isa_flags, 64);
10585 : 32895 : bp_pack_value (bp, ptr->explicit_mask_ix86_isa_flags2, 64);
10586 : 32895 : bp_pack_value (bp, ptr->explicit_mask_ix86_target_flags, 64);
10587 : 32895 : }
10588 : :
10589 : : /* Stream in target options */
10590 : : void
10591 : 23190 : cl_target_option_stream_in (struct data_in *data_in ATTRIBUTE_UNUSED,
10592 : : struct bitpack_d *bp ATTRIBUTE_UNUSED,
10593 : : struct cl_target_option *ptr ATTRIBUTE_UNUSED)
10594 : : {
10595 : 23190 : ptr->x_ix86_arch_string = bp_unpack_string (data_in, bp);
10596 : 23190 : if (ptr->x_ix86_arch_string)
10597 : 23190 : ptr->x_ix86_arch_string = xstrdup (ptr->x_ix86_arch_string);
10598 : 23190 : ptr->x_ix86_recip_name = bp_unpack_string (data_in, bp);
10599 : 23190 : if (ptr->x_ix86_recip_name)
10600 : 0 : ptr->x_ix86_recip_name = xstrdup (ptr->x_ix86_recip_name);
10601 : 23190 : ptr->x_ix86_tune_ctrl_string = bp_unpack_string (data_in, bp);
10602 : 23190 : if (ptr->x_ix86_tune_ctrl_string)
10603 : 2 : ptr->x_ix86_tune_ctrl_string = xstrdup (ptr->x_ix86_tune_ctrl_string);
10604 : 23190 : ptr->x_ix86_tune_memcpy_strategy = bp_unpack_string (data_in, bp);
10605 : 23190 : if (ptr->x_ix86_tune_memcpy_strategy)
10606 : 0 : ptr->x_ix86_tune_memcpy_strategy = xstrdup (ptr->x_ix86_tune_memcpy_strategy);
10607 : 23190 : ptr->x_ix86_tune_memset_strategy = bp_unpack_string (data_in, bp);
10608 : 23190 : if (ptr->x_ix86_tune_memset_strategy)
10609 : 0 : ptr->x_ix86_tune_memset_strategy = xstrdup (ptr->x_ix86_tune_memset_strategy);
10610 : 23190 : ptr->x_ix86_tune_string = bp_unpack_string (data_in, bp);
10611 : 23190 : if (ptr->x_ix86_tune_string)
10612 : 23190 : ptr->x_ix86_tune_string = xstrdup (ptr->x_ix86_tune_string);
10613 : 23190 : ptr->x_ix86_stack_protector_guard_offset_str = bp_unpack_string (data_in, bp);
10614 : 23190 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10615 : 0 : ptr->x_ix86_stack_protector_guard_offset_str = xstrdup (ptr->x_ix86_stack_protector_guard_offset_str);
10616 : 23190 : ptr->x_ix86_stack_protector_guard_reg_str = bp_unpack_string (data_in, bp);
10617 : 23190 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10618 : 0 : ptr->x_ix86_stack_protector_guard_reg_str = xstrdup (ptr->x_ix86_stack_protector_guard_reg_str);
10619 : 23190 : ptr->x_ix86_stack_protector_guard_symbol_str = bp_unpack_string (data_in, bp);
10620 : 23190 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10621 : 0 : ptr->x_ix86_stack_protector_guard_symbol_str = xstrdup (ptr->x_ix86_stack_protector_guard_symbol_str);
10622 : 23190 : ptr->x_ix86_isa_flags2_explicit = (HOST_WIDE_INT) bp_unpack_value (bp, 64);
10623 : 23190 : ptr->x_ix86_isa_flags_explicit = (HOST_WIDE_INT) bp_unpack_value (bp, 64);
10624 : 23190 : ptr->x_ix86_asm_dialect = (enum asm_dialect) bp_unpack_value (bp, 64);
10625 : 23190 : ptr->x_ix86_stack_protector_guard = (enum stack_protector_guard) bp_unpack_value (bp, 64);
10626 : 23190 : ptr->x_ix86_stringop_alg = (enum stringop_alg) bp_unpack_value (bp, 64);
10627 : 23190 : ptr->x_ix86_tls_dialect = (enum tls_dialect) bp_unpack_value (bp, 64);
10628 : 23190 : ptr->x_ix86_branch_cost = (int) bp_unpack_value (bp, 64);
10629 : 23190 : ptr->x_ix86_dump_tunes = (int) bp_unpack_value (bp, 64);
10630 : 23190 : ptr->x_ix86_force_align_arg_pointer = (int) bp_unpack_value (bp, 64);
10631 : 23190 : ptr->x_ix86_force_drap = (int) bp_unpack_value (bp, 64);
10632 : 23190 : ptr->x_ix86_section_threshold = (int) bp_unpack_value (bp, 64);
10633 : 23190 : ptr->x_ix86_sse2avx = (int) bp_unpack_value (bp, 64);
10634 : 23190 : ptr->x_ix86_tune_no_default = (int) bp_unpack_value (bp, 64);
10635 : 23190 : ptr->x_recip_mask_explicit = (int) bp_unpack_value (bp, 64);
10636 : 23190 : ptr->arch = (unsigned char) bp_unpack_value (bp, 64);
10637 : 23190 : ptr->arch_specified = (unsigned char) bp_unpack_value (bp, 64);
10638 : 23190 : ptr->branch_cost = (unsigned char) bp_unpack_value (bp, 64);
10639 : 23190 : ptr->prefetch_sse = (unsigned char) bp_unpack_value (bp, 64);
10640 : 23190 : ptr->schedule = (unsigned char) bp_unpack_value (bp, 64);
10641 : 23190 : ptr->tune = (unsigned char) bp_unpack_value (bp, 64);
10642 : 23190 : ptr->tune_defaulted = (unsigned char) bp_unpack_value (bp, 64);
10643 : 23190 : ptr->x_ix86_stack_protector_guard_offset = (HOST_WIDE_INT) bp_unpack_value (bp, 64);
10644 : 23190 : ptr->x_ix86_stack_protector_guard_reg = (addr_space_t) bp_unpack_value (bp, 64);
10645 : 23190 : ptr->x_ix86_unsafe_math_optimizations = (bool) bp_unpack_value (bp, 64);
10646 : 23190 : ptr->x_ix86_abi = (enum calling_abi) bp_unpack_value (bp, 64);
10647 : 23190 : ptr->x_ix86_cmodel = (enum cmodel) bp_unpack_value (bp, 64);
10648 : 23190 : ptr->x_ix86_excess_precision = (enum excess_precision) bp_unpack_value (bp, 64);
10649 : 23190 : ptr->x_ix86_veclibabi_type = (enum ix86_veclibabi) bp_unpack_value (bp, 64);
10650 : 23190 : ptr->x_ix86_pmode = (enum pmode) bp_unpack_value (bp, 64);
10651 : 23190 : ptr->x_ix86_incoming_stack_boundary_arg = (int) bp_unpack_value (bp, 64);
10652 : 23190 : ptr->x_ix86_preferred_stack_boundary_arg = (int) bp_unpack_value (bp, 64);
10653 : 23190 : ptr->x_ix86_regparm = (int) bp_unpack_value (bp, 64);
10654 : 23190 : ptr->x_recip_mask = (int) bp_unpack_value (bp, 64);
10655 : 23190 : ptr->x_target_flags = (/* - */ int ) bp_unpack_value (bp, 64);
10656 : 23190 : ptr->x_ix86_isa_flags = (HOST_WIDE_INT ) bp_unpack_value (bp, 64);
10657 : 23190 : ptr->x_ix86_isa_flags2 = (HOST_WIDE_INT ) bp_unpack_value (bp, 64);
10658 : 23190 : ptr->x_ix86_apx_features = (int ) bp_unpack_value (bp, 64);
10659 : 23190 : ptr->x_flag_fentry = (signed char ) bp_unpack_value (bp, 64);
10660 : 23190 : ptr->x_ix86_fpmath = (enum fpmath_unit ) bp_unpack_value (bp, 64);
10661 : 23190 : ptr->x_ix86_target_flags = (/* - */ int ) bp_unpack_value (bp, 64);
10662 : 23190 : ptr->x_ix86_move_max = (enum prefer_vector_width ) bp_unpack_value (bp, 64);
10663 : 23190 : ptr->x_ix86_needed = (signed char ) bp_unpack_value (bp, 64);
10664 : 23190 : ptr->x_prefer_vector_width_type = (enum prefer_vector_width ) bp_unpack_value (bp, 64);
10665 : 46380 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
10666 : 23190 : ptr->explicit_mask[i] = bp_unpack_value (bp, 64);
10667 : 23190 : ptr->explicit_mask_target_flags = bp_unpack_value (bp, 64);
10668 : 23190 : ptr->explicit_mask_ix86_isa_flags = bp_unpack_value (bp, 64);
10669 : 23190 : ptr->explicit_mask_ix86_isa_flags2 = bp_unpack_value (bp, 64);
10670 : 23190 : ptr->explicit_mask_ix86_target_flags = bp_unpack_value (bp, 64);
10671 : 23190 : }
10672 : : /* free heap memory used by target options */
10673 : : void
10674 : 880 : cl_target_option_free (struct cl_target_option *ptr ATTRIBUTE_UNUSED)
10675 : : {
10676 : 880 : if (ptr->x_ix86_arch_string)
10677 : 880 : free (const_cast <char *>(ptr->x_ix86_arch_string));
10678 : 880 : if (ptr->x_ix86_recip_name)
10679 : 0 : free (const_cast <char *>(ptr->x_ix86_recip_name));
10680 : 880 : if (ptr->x_ix86_tune_ctrl_string)
10681 : 0 : free (const_cast <char *>(ptr->x_ix86_tune_ctrl_string));
10682 : 880 : if (ptr->x_ix86_tune_memcpy_strategy)
10683 : 0 : free (const_cast <char *>(ptr->x_ix86_tune_memcpy_strategy));
10684 : 880 : if (ptr->x_ix86_tune_memset_strategy)
10685 : 0 : free (const_cast <char *>(ptr->x_ix86_tune_memset_strategy));
10686 : 880 : if (ptr->x_ix86_tune_string)
10687 : 880 : free (const_cast <char *>(ptr->x_ix86_tune_string));
10688 : 880 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10689 : 0 : free (const_cast <char *>(ptr->x_ix86_stack_protector_guard_offset_str));
10690 : 880 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10691 : 0 : free (const_cast <char *>(ptr->x_ix86_stack_protector_guard_reg_str));
10692 : 880 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10693 : 0 : free (const_cast <char *>(ptr->x_ix86_stack_protector_guard_symbol_str));
10694 : 880 : }
10695 : :
10696 : : /* Hash optimization options */
10697 : : hashval_t
10698 : 102071449 : cl_optimization_hash (struct cl_optimization const *ptr ATTRIBUTE_UNUSED)
10699 : : {
10700 : 102071449 : inchash::hash hstate;
10701 : 102071449 : hstate.add_hwi (ptr->x_optimize);
10702 : 102071449 : hstate.add_hwi (ptr->x_optimize_size);
10703 : 102071449 : hstate.add_hwi (ptr->x_optimize_debug);
10704 : 102071449 : hstate.add_hwi (ptr->x_optimize_fast);
10705 : 102071449 : hstate.add_hwi (ptr->x_param_align_loop_iterations);
10706 : 102071449 : hstate.add_hwi (ptr->x_param_align_threshold);
10707 : 102071449 : hstate.add_hwi (ptr->x_param_asan_protect_allocas);
10708 : 102071449 : hstate.add_hwi (ptr->x_param_asan_instrument_reads);
10709 : 102071449 : hstate.add_hwi (ptr->x_param_asan_instrument_writes);
10710 : 102071449 : hstate.add_hwi (ptr->x_param_asan_instrumentation_with_call_threshold);
10711 : 102071449 : hstate.add_hwi (ptr->x_param_asan_kernel_mem_intrinsic_prefix);
10712 : 102071449 : hstate.add_hwi (ptr->x_param_asan_memintrin);
10713 : 102071449 : hstate.add_hwi (ptr->x_param_asan_stack);
10714 : 102071449 : hstate.add_hwi (ptr->x_param_asan_use_after_return);
10715 : 102071449 : hstate.add_hwi (ptr->x_param_auto_profile_bbs);
10716 : 102071449 : hstate.add_hwi (ptr->x_param_avg_loop_niter);
10717 : 102071449 : hstate.add_hwi (ptr->x_param_avoid_fma_max_bits);
10718 : 102071449 : hstate.add_hwi (ptr->x_param_builtin_expect_probability);
10719 : 102071449 : hstate.add_hwi (ptr->x_param_builtin_string_cmp_inline_length);
10720 : 102071449 : hstate.add_hwi (ptr->x_param_case_values_threshold);
10721 : 102071449 : hstate.add_hwi (ptr->x_param_comdat_sharing_probability);
10722 : 102071449 : hstate.add_hwi (ptr->x_param_construct_interfere_size);
10723 : 102071449 : hstate.add_hwi (ptr->x_param_cycle_accurate_model);
10724 : 102071449 : hstate.add_hwi (ptr->x_param_destruct_interfere_size);
10725 : 102071449 : hstate.add_hwi (ptr->x_param_dse_max_alias_queries_per_store);
10726 : 102071449 : hstate.add_hwi (ptr->x_param_dse_max_object_size);
10727 : 102071449 : hstate.add_hwi (ptr->x_param_early_inlining_insns);
10728 : 102071449 : hstate.add_hwi (ptr->x_param_fsm_scale_path_stmts);
10729 : 102071449 : hstate.add_hwi (ptr->x_param_fully_pipelined_fma);
10730 : 102071449 : hstate.add_hwi (ptr->x_param_gcse_after_reload_critical_fraction);
10731 : 102071449 : hstate.add_hwi (ptr->x_param_gcse_after_reload_partial_fraction);
10732 : 102071449 : hstate.add_hwi (ptr->x_param_gcse_cost_distance_ratio);
10733 : 102071449 : hstate.add_hwi (ptr->x_param_gcse_unrestricted_cost);
10734 : 102071449 : hstate.add_hwi (ptr->x_param_graphite_max_arrays_per_scop);
10735 : 102071449 : hstate.add_hwi (ptr->x_param_graphite_max_nb_scop_params);
10736 : 102071449 : hstate.add_hwi (ptr->x_param_hardcfr_max_blocks);
10737 : 102071449 : hstate.add_hwi (ptr->x_param_hardcfr_max_inline_blocks);
10738 : 102071449 : hstate.add_hwi (ptr->x_param_hwasan_instrument_allocas);
10739 : 102071449 : hstate.add_hwi (ptr->x_param_hwasan_instrument_mem_intrinsics);
10740 : 102071449 : hstate.add_hwi (ptr->x_param_hwasan_instrument_reads);
10741 : 102071449 : hstate.add_hwi (ptr->x_param_hwasan_instrument_stack);
10742 : 102071449 : hstate.add_hwi (ptr->x_param_hwasan_instrument_writes);
10743 : 102071449 : hstate.add_hwi (ptr->x_param_hwasan_random_frame_tag);
10744 : 102071449 : hstate.add_hwi (ptr->x_param_inline_heuristics_hint_percent);
10745 : 102071449 : hstate.add_hwi (ptr->x_param_inline_min_speedup);
10746 : 102071449 : hstate.add_hwi (ptr->x_param_inline_unit_growth);
10747 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_eval_threshold);
10748 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_large_unit_insns);
10749 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_loop_hint_bonus);
10750 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_max_recursive_depth);
10751 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_min_recursive_probability);
10752 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_recursion_penalty);
10753 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_recursive_freq_factor);
10754 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_single_call_penalty);
10755 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_unit_growth);
10756 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_cp_value_list_size);
10757 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_jump_function_lookups);
10758 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_max_aa_steps);
10759 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_max_agg_items);
10760 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_max_loop_predicates);
10761 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_max_param_expr_ops);
10762 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_max_switch_predicate_bounds);
10763 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_sra_deref_prob_threshold);
10764 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_sra_max_replacements);
10765 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_sra_ptr_growth_factor);
10766 : 102071449 : hstate.add_hwi (ptr->x_param_ipa_sra_ptrwrap_growth_factor);
10767 : 102071449 : hstate.add_hwi (ptr->x_param_ira_consider_dup_in_all_alts);
10768 : 102071449 : hstate.add_hwi (ptr->x_param_ira_loop_reserved_regs);
10769 : 102071449 : hstate.add_hwi (ptr->x_param_ira_max_conflict_table_size);
10770 : 102071449 : hstate.add_hwi (ptr->x_param_ira_max_loops_num);
10771 : 102071449 : hstate.add_hwi (ptr->x_param_ira_simple_lra_insn_threshold);
10772 : 102071449 : hstate.add_hwi (ptr->x_param_iv_always_prune_cand_set_bound);
10773 : 102071449 : hstate.add_hwi (ptr->x_param_iv_consider_all_candidates_bound);
10774 : 102071449 : hstate.add_hwi (ptr->x_param_iv_max_considered_uses);
10775 : 102071449 : hstate.add_hwi (ptr->x_param_jump_table_max_growth_ratio_for_size);
10776 : 102071449 : hstate.add_hwi (ptr->x_param_jump_table_max_growth_ratio_for_speed);
10777 : 102071449 : hstate.add_hwi (ptr->x_param_l1_cache_line_size);
10778 : 102071449 : hstate.add_hwi (ptr->x_param_l1_cache_size);
10779 : 102071449 : hstate.add_hwi (ptr->x_param_l2_cache_size);
10780 : 102071449 : hstate.add_hwi (ptr->x_param_large_function_growth);
10781 : 102071449 : hstate.add_hwi (ptr->x_param_large_function_insns);
10782 : 102071449 : hstate.add_hwi (ptr->x_param_stack_frame_growth);
10783 : 102071449 : hstate.add_hwi (ptr->x_param_large_stack_frame);
10784 : 102071449 : hstate.add_hwi (ptr->x_param_large_unit_insns);
10785 : 102071449 : hstate.add_hwi (ptr->x_param_lim_expensive);
10786 : 102071449 : hstate.add_hwi (ptr->x_param_loop_block_tile_size);
10787 : 102071449 : hstate.add_hwi (ptr->x_param_loop_interchange_max_num_stmts);
10788 : 102071449 : hstate.add_hwi (ptr->x_param_loop_interchange_stride_ratio);
10789 : 102071449 : hstate.add_hwi (ptr->x_param_loop_invariant_max_bbs_in_loop);
10790 : 102071449 : hstate.add_hwi (ptr->x_param_loop_max_datarefs_for_datadeps);
10791 : 102071449 : hstate.add_hwi (ptr->x_param_loop_versioning_max_inner_insns);
10792 : 102071449 : hstate.add_hwi (ptr->x_param_loop_versioning_max_outer_insns);
10793 : 102071449 : hstate.add_hwi (ptr->x_param_lra_inheritance_ebb_probability_cutoff);
10794 : 102071449 : hstate.add_hwi (ptr->x_param_lra_max_considered_reload_pseudos);
10795 : 102071449 : hstate.add_hwi (ptr->x_flag_lto_locality_cloning);
10796 : 102071449 : hstate.add_hwi (ptr->x_param_lto_locality_frequency);
10797 : 102071449 : hstate.add_hwi (ptr->x_param_lto_locality_size);
10798 : 102071449 : hstate.add_hwi (ptr->x_param_max_average_unrolled_insns);
10799 : 102071449 : hstate.add_hwi (ptr->x_param_max_combine_insns);
10800 : 102071449 : hstate.add_hwi (ptr->x_param_max_combine_search_insns);
10801 : 102071449 : hstate.add_hwi (ptr->x_param_max_unroll_iterations);
10802 : 102071449 : hstate.add_hwi (ptr->x_param_max_completely_peel_times);
10803 : 102071449 : hstate.add_hwi (ptr->x_param_max_completely_peeled_insns);
10804 : 102071449 : hstate.add_hwi (ptr->x_param_max_crossjump_edges);
10805 : 102071449 : hstate.add_hwi (ptr->x_param_max_cse_insns);
10806 : 102071449 : hstate.add_hwi (ptr->x_param_max_cse_path_length);
10807 : 102071449 : hstate.add_hwi (ptr->x_param_max_cselib_memory_locations);
10808 : 102071449 : hstate.add_hwi (ptr->x_param_max_debug_marker_count);
10809 : 102071449 : hstate.add_hwi (ptr->x_param_max_delay_slot_insn_search);
10810 : 102071449 : hstate.add_hwi (ptr->x_param_max_delay_slot_live_search);
10811 : 102071449 : hstate.add_hwi (ptr->x_param_max_devirt_targets);
10812 : 102071449 : hstate.add_hwi (ptr->x_param_max_dse_active_local_stores);
10813 : 102071449 : hstate.add_hwi (ptr->x_param_early_inliner_max_iterations);
10814 : 102071449 : hstate.add_hwi (ptr->x_param_max_find_base_term_values);
10815 : 102071449 : hstate.add_hwi (ptr->x_param_max_fsm_thread_path_insns);
10816 : 102071449 : hstate.add_hwi (ptr->x_param_max_gcse_insertion_ratio);
10817 : 102071449 : hstate.add_hwi (ptr->x_param_max_gcse_memory);
10818 : 102071449 : hstate.add_hwi (ptr->x_param_max_goto_duplication_insns);
10819 : 102071449 : hstate.add_hwi (ptr->x_param_max_grow_copy_bb_insns);
10820 : 102071449 : hstate.add_hwi (ptr->x_param_max_hoist_depth);
10821 : 102071449 : hstate.add_hwi (ptr->x_param_inline_functions_called_once_insns);
10822 : 102071449 : hstate.add_hwi (ptr->x_param_inline_functions_called_once_loop_depth);
10823 : 102071449 : hstate.add_hwi (ptr->x_param_max_inline_insns_auto);
10824 : 102071449 : hstate.add_hwi (ptr->x_param_max_inline_insns_recursive_auto);
10825 : 102071449 : hstate.add_hwi (ptr->x_param_max_inline_insns_recursive);
10826 : 102071449 : hstate.add_hwi (ptr->x_param_max_inline_insns_single);
10827 : 102071449 : hstate.add_hwi (ptr->x_param_max_inline_insns_size);
10828 : 102071449 : hstate.add_hwi (ptr->x_param_max_inline_insns_small);
10829 : 102071449 : hstate.add_hwi (ptr->x_param_max_inline_recursive_depth_auto);
10830 : 102071449 : hstate.add_hwi (ptr->x_param_max_inline_recursive_depth);
10831 : 102071449 : hstate.add_hwi (ptr->x_param_max_isl_operations);
10832 : 102071449 : hstate.add_hwi (ptr->x_param_max_iterations_computation_cost);
10833 : 102071449 : hstate.add_hwi (ptr->x_param_max_iterations_to_track);
10834 : 102071449 : hstate.add_hwi (ptr->x_param_max_jump_thread_duplication_stmts);
10835 : 102071449 : hstate.add_hwi (ptr->x_param_max_jump_thread_paths);
10836 : 102071449 : hstate.add_hwi (ptr->x_param_max_last_value_rtl);
10837 : 102071449 : hstate.add_hwi (ptr->x_param_max_loop_header_insns);
10838 : 102071449 : hstate.add_hwi (ptr->x_param_max_modulo_backtrack_attempts);
10839 : 102071449 : hstate.add_hwi (ptr->x_param_max_partial_antic_length);
10840 : 102071449 : hstate.add_hwi (ptr->x_param_max_peel_branches);
10841 : 102071449 : hstate.add_hwi (ptr->x_param_max_peel_times);
10842 : 102071449 : hstate.add_hwi (ptr->x_param_max_peeled_insns);
10843 : 102071449 : hstate.add_hwi (ptr->x_param_max_pending_list_length);
10844 : 102071449 : hstate.add_hwi (ptr->x_param_max_pipeline_region_blocks);
10845 : 102071449 : hstate.add_hwi (ptr->x_param_max_pipeline_region_insns);
10846 : 102071449 : hstate.add_hwi (ptr->x_param_max_pow_sqrt_depth);
10847 : 102071449 : hstate.add_hwi (ptr->x_param_max_predicted_iterations);
10848 : 102071449 : hstate.add_hwi (ptr->x_param_max_reload_search_insns);
10849 : 102071449 : hstate.add_hwi (ptr->x_param_max_rtl_if_conversion_insns);
10850 : 102071449 : hstate.add_hwi (ptr->x_param_max_rtl_if_conversion_predictable_cost);
10851 : 102071449 : hstate.add_hwi (ptr->x_param_max_rtl_if_conversion_unpredictable_cost);
10852 : 102071449 : hstate.add_hwi (ptr->x_param_max_sched_extend_regions_iters);
10853 : 102071449 : hstate.add_hwi (ptr->x_param_max_sched_insn_conflict_delay);
10854 : 102071449 : hstate.add_hwi (ptr->x_param_max_sched_ready_insns);
10855 : 102071449 : hstate.add_hwi (ptr->x_param_max_sched_region_blocks);
10856 : 102071449 : hstate.add_hwi (ptr->x_param_max_sched_region_insns);
10857 : 102071449 : hstate.add_hwi (ptr->x_param_max_slsr_candidate_scan);
10858 : 102071449 : hstate.add_hwi (ptr->x_param_max_speculative_devirt_maydefs);
10859 : 102071449 : hstate.add_hwi (ptr->x_param_max_stores_to_merge);
10860 : 102071449 : hstate.add_hwi (ptr->x_param_max_stores_to_sink);
10861 : 102071449 : hstate.add_hwi (ptr->x_param_max_tail_merge_comparisons);
10862 : 102071449 : hstate.add_hwi (ptr->x_param_max_tail_merge_iterations);
10863 : 102071449 : hstate.add_hwi (ptr->x_param_max_tracked_strlens);
10864 : 102071449 : hstate.add_hwi (ptr->x_param_max_tree_if_conversion_phi_args);
10865 : 102071449 : hstate.add_hwi (ptr->x_param_max_unroll_times);
10866 : 102071449 : hstate.add_hwi (ptr->x_param_max_unrolled_insns);
10867 : 102071449 : hstate.add_hwi (ptr->x_param_max_unswitch_depth);
10868 : 102071449 : hstate.add_hwi (ptr->x_param_max_unswitch_insns);
10869 : 102071449 : hstate.add_hwi (ptr->x_param_max_variable_expansions);
10870 : 102071449 : hstate.add_hwi (ptr->x_param_max_vartrack_expr_depth);
10871 : 102071449 : hstate.add_hwi (ptr->x_param_max_vartrack_reverse_op_size);
10872 : 102071449 : hstate.add_hwi (ptr->x_param_max_vartrack_size);
10873 : 102071449 : hstate.add_hwi (ptr->x_param_min_crossjump_insns);
10874 : 102071449 : hstate.add_hwi (ptr->x_param_min_inline_recursive_probability);
10875 : 102071449 : hstate.add_hwi (ptr->x_param_min_insn_to_prefetch_ratio);
10876 : 102071449 : hstate.add_hwi (ptr->x_param_min_loop_cond_split_prob);
10877 : 102071449 : hstate.add_hwi (ptr->x_param_min_pagesize);
10878 : 102071449 : hstate.add_hwi (ptr->x_param_min_size_for_stack_sharing);
10879 : 102071449 : hstate.add_hwi (ptr->x_param_min_spec_prob);
10880 : 102071449 : hstate.add_hwi (ptr->x_param_min_vect_loop_bound);
10881 : 102071449 : hstate.add_hwi (ptr->x_param_modref_max_accesses);
10882 : 102071449 : hstate.add_hwi (ptr->x_param_modref_max_adjustments);
10883 : 102071449 : hstate.add_hwi (ptr->x_param_modref_max_bases);
10884 : 102071449 : hstate.add_hwi (ptr->x_param_modref_max_depth);
10885 : 102071449 : hstate.add_hwi (ptr->x_param_modref_max_escape_points);
10886 : 102071449 : hstate.add_hwi (ptr->x_param_modref_max_refs);
10887 : 102071449 : hstate.add_hwi (ptr->x_param_modref_max_tests);
10888 : 102071449 : hstate.add_hwi (ptr->x_param_parloops_chunk_size);
10889 : 102071449 : hstate.add_hwi (ptr->x_param_parloops_min_per_thread);
10890 : 102071449 : hstate.add_hwi (ptr->x_param_parloops_schedule);
10891 : 102071449 : hstate.add_hwi (ptr->x_param_partial_inlining_entry_probability);
10892 : 102071449 : hstate.add_hwi (ptr->x_param_phiopt_factor_max_stmts_live);
10893 : 102071449 : hstate.add_hwi (ptr->x_param_predictable_branch_outcome);
10894 : 102071449 : hstate.add_hwi (ptr->x_param_prefetch_dynamic_strides);
10895 : 102071449 : hstate.add_hwi (ptr->x_param_prefetch_latency);
10896 : 102071449 : hstate.add_hwi (ptr->x_param_prefetch_min_insn_to_mem_ratio);
10897 : 102071449 : hstate.add_hwi (ptr->x_param_prefetch_minimum_stride);
10898 : 102071449 : hstate.add_hwi (ptr->x_param_ranger_debug);
10899 : 102071449 : hstate.add_hwi (ptr->x_param_ranger_logical_depth);
10900 : 102071449 : hstate.add_hwi (ptr->x_param_ranger_recompute_depth);
10901 : 102071449 : hstate.add_hwi (ptr->x_param_relation_block_limit);
10902 : 102071449 : hstate.add_hwi (ptr->x_param_rpo_vn_max_loop_depth);
10903 : 102071449 : hstate.add_hwi (ptr->x_param_sccvn_max_alias_queries_per_access);
10904 : 102071449 : hstate.add_hwi (ptr->x_param_scev_max_expr_complexity);
10905 : 102071449 : hstate.add_hwi (ptr->x_param_scev_max_expr_size);
10906 : 102071449 : hstate.add_hwi (ptr->x_param_sched_autopref_queue_depth);
10907 : 102071449 : hstate.add_hwi (ptr->x_param_sched_mem_true_dep_cost);
10908 : 102071449 : hstate.add_hwi (ptr->x_param_sched_pressure_algorithm);
10909 : 102071449 : hstate.add_hwi (ptr->x_param_sched_spec_prob_cutoff);
10910 : 102071449 : hstate.add_hwi (ptr->x_param_sched_state_edge_prob_cutoff);
10911 : 102071449 : hstate.add_hwi (ptr->x_param_selsched_insns_to_rename);
10912 : 102071449 : hstate.add_hwi (ptr->x_param_selsched_max_lookahead);
10913 : 102071449 : hstate.add_hwi (ptr->x_param_selsched_max_sched_times);
10914 : 102071449 : hstate.add_hwi (ptr->x_param_simultaneous_prefetches);
10915 : 102071449 : hstate.add_hwi (ptr->x_param_sink_frequency_threshold);
10916 : 102071449 : hstate.add_hwi (ptr->x_param_sms_dfa_history);
10917 : 102071449 : hstate.add_hwi (ptr->x_param_sms_loop_average_count_threshold);
10918 : 102071449 : hstate.add_hwi (ptr->x_param_sms_max_ii_factor);
10919 : 102071449 : hstate.add_hwi (ptr->x_param_sms_min_sc);
10920 : 102071449 : hstate.add_hwi (ptr->x_param_sra_max_propagations);
10921 : 102071449 : hstate.add_hwi (ptr->x_param_sra_max_scalarization_size_size);
10922 : 102071449 : hstate.add_hwi (ptr->x_param_sra_max_scalarization_size_speed);
10923 : 102071449 : hstate.add_hwi (ptr->x_param_ssa_name_def_chain_limit);
10924 : 102071449 : hstate.add_hwi (ptr->x_param_ssp_buffer_size);
10925 : 102071449 : hstate.add_hwi (ptr->x_param_stack_clash_protection_guard_size);
10926 : 102071449 : hstate.add_hwi (ptr->x_param_stack_clash_protection_probe_interval);
10927 : 102071449 : hstate.add_hwi (ptr->x_param_store_forwarding_max_distance);
10928 : 102071449 : hstate.add_hwi (ptr->x_param_store_merging_allow_unaligned);
10929 : 102071449 : hstate.add_hwi (ptr->x_param_store_merging_max_size);
10930 : 102071449 : hstate.add_hwi (ptr->x_param_switch_conversion_branch_ratio);
10931 : 102071449 : hstate.add_hwi (ptr->x_param_threader_debug);
10932 : 102071449 : hstate.add_hwi (ptr->x_param_tm_max_aggregate_size);
10933 : 102071449 : hstate.add_hwi (ptr->x_param_tracer_dynamic_coverage_feedback);
10934 : 102071449 : hstate.add_hwi (ptr->x_param_tracer_dynamic_coverage);
10935 : 102071449 : hstate.add_hwi (ptr->x_param_tracer_max_code_growth);
10936 : 102071449 : hstate.add_hwi (ptr->x_param_tracer_min_branch_probability_feedback);
10937 : 102071449 : hstate.add_hwi (ptr->x_param_tracer_min_branch_probability);
10938 : 102071449 : hstate.add_hwi (ptr->x_param_tracer_min_branch_ratio);
10939 : 102071449 : hstate.add_hwi (ptr->x_param_transitive_relations_work_bound);
10940 : 102071449 : hstate.add_hwi (ptr->x_param_tree_reassoc_width);
10941 : 102071449 : hstate.add_hwi (ptr->x_param_uninit_control_dep_attempts);
10942 : 102071449 : hstate.add_hwi (ptr->x_param_uninit_max_chain_len);
10943 : 102071449 : hstate.add_hwi (ptr->x_param_uninit_max_num_chains);
10944 : 102071449 : hstate.add_hwi (ptr->x_param_uninit_max_prune_work);
10945 : 102071449 : hstate.add_hwi (ptr->x_param_uninlined_function_insns);
10946 : 102071449 : hstate.add_hwi (ptr->x_param_uninlined_function_time);
10947 : 102071449 : hstate.add_hwi (ptr->x_param_uninlined_function_thunk_insns);
10948 : 102071449 : hstate.add_hwi (ptr->x_param_uninlined_function_thunk_time);
10949 : 102071449 : hstate.add_hwi (ptr->x_param_unlikely_bb_count_fraction);
10950 : 102071449 : hstate.add_hwi (ptr->x_param_unroll_jam_max_unroll);
10951 : 102071449 : hstate.add_hwi (ptr->x_param_unroll_jam_min_percent);
10952 : 102071449 : hstate.add_hwi (ptr->x_param_use_after_scope_direct_emission_threshold);
10953 : 102071449 : hstate.add_hwi (ptr->x_param_vect_epilogues_nomask);
10954 : 102071449 : hstate.add_hwi (ptr->x_param_vect_induction_float);
10955 : 102071449 : hstate.add_hwi (ptr->x_param_vect_inner_loop_cost_factor);
10956 : 102071449 : hstate.add_hwi (ptr->x_param_vect_max_layout_candidates);
10957 : 102071449 : hstate.add_hwi (ptr->x_param_vect_max_peeling_for_alignment);
10958 : 102071449 : hstate.add_hwi (ptr->x_param_vect_max_version_for_alias_checks);
10959 : 102071449 : hstate.add_hwi (ptr->x_param_vect_max_version_for_alignment_checks);
10960 : 102071449 : hstate.add_hwi (ptr->x_param_vect_partial_vector_usage);
10961 : 102071449 : hstate.add_hwi (ptr->x_param_vect_scalar_cost_multiplier);
10962 : 102071449 : hstate.add_hwi (ptr->x_param_vrp_block_limit);
10963 : 102071449 : hstate.add_hwi (ptr->x_param_vrp_sparse_threshold);
10964 : 102071449 : hstate.add_hwi (ptr->x_param_vrp_switch_limit);
10965 : 102071449 : hstate.add_hwi (ptr->x_param_vrp_vector_threshold);
10966 : 102071449 : hstate.add_hwi (ptr->x_warn_inline);
10967 : 102071449 : hstate.add_hwi (ptr->x_flag_aggressive_loop_optimizations);
10968 : 102071449 : hstate.add_hwi (ptr->x_flag_align_functions);
10969 : 102071449 : if (ptr->x_str_align_functions)
10970 : 93336798 : hstate.add (ptr->x_str_align_functions, strlen (ptr->x_str_align_functions));
10971 : : else
10972 : 8734651 : hstate.add_int (0);
10973 : 102071449 : hstate.add_hwi (ptr->x_flag_align_jumps);
10974 : 102071449 : if (ptr->x_str_align_jumps)
10975 : 93336798 : hstate.add (ptr->x_str_align_jumps, strlen (ptr->x_str_align_jumps));
10976 : : else
10977 : 8734651 : hstate.add_int (0);
10978 : 102071449 : hstate.add_hwi (ptr->x_flag_align_labels);
10979 : 102071449 : if (ptr->x_str_align_labels)
10980 : 93336799 : hstate.add (ptr->x_str_align_labels, strlen (ptr->x_str_align_labels));
10981 : : else
10982 : 8734650 : hstate.add_int (0);
10983 : 102071449 : hstate.add_hwi (ptr->x_flag_align_loops);
10984 : 102071449 : if (ptr->x_str_align_loops)
10985 : 93336798 : hstate.add (ptr->x_str_align_loops, strlen (ptr->x_str_align_loops));
10986 : : else
10987 : 8734651 : hstate.add_int (0);
10988 : 102071449 : hstate.add_hwi (ptr->x_flag_allocation_dce);
10989 : 102071449 : hstate.add_hwi (ptr->x_flag_store_data_races);
10990 : 102071449 : hstate.add_hwi (ptr->x_flag_associative_math);
10991 : 102071449 : hstate.add_hwi (ptr->x_flag_assume_sane_operators_new_delete);
10992 : 102071449 : hstate.add_hwi (ptr->x_flag_asynchronous_unwind_tables);
10993 : 102071449 : hstate.add_hwi (ptr->x_flag_auto_inc_dec);
10994 : 102071449 : hstate.add_hwi (ptr->x_flag_auto_profile_inlining);
10995 : 102071449 : hstate.add_hwi (ptr->x_flag_avoid_store_forwarding);
10996 : 102071449 : hstate.add_hwi (ptr->x_flag_bit_tests);
10997 : 102071449 : hstate.add_hwi (ptr->x_flag_branch_on_count_reg);
10998 : 102071449 : hstate.add_hwi (ptr->x_flag_branch_probabilities);
10999 : 102071449 : hstate.add_hwi (ptr->x_flag_caller_saves);
11000 : 102071449 : hstate.add_hwi (ptr->x_flag_code_hoisting);
11001 : 102071449 : hstate.add_hwi (ptr->x_flag_combine_stack_adjustments);
11002 : 102071449 : hstate.add_hwi (ptr->x_flag_compare_elim_after_reload);
11003 : 102071449 : hstate.add_hwi (ptr->x_flag_conserve_stack);
11004 : 102071449 : hstate.add_hwi (ptr->x_flag_cprop_registers);
11005 : 102071449 : hstate.add_hwi (ptr->x_flag_crossjumping);
11006 : 102071449 : hstate.add_hwi (ptr->x_flag_cse_follow_jumps);
11007 : 102071449 : hstate.add_hwi (ptr->x_flag_complex_method);
11008 : 102071449 : hstate.add_hwi (ptr->x_flag_dce);
11009 : 102071449 : hstate.add_hwi (ptr->x_flag_defer_pop);
11010 : 102071449 : hstate.add_hwi (ptr->x_flag_delayed_branch);
11011 : 102071449 : hstate.add_hwi (ptr->x_flag_delete_dead_exceptions);
11012 : 102071449 : hstate.add_hwi (ptr->x_flag_delete_null_pointer_checks);
11013 : 102071449 : hstate.add_hwi (ptr->x_flag_dep_fusion);
11014 : 102071449 : hstate.add_hwi (ptr->x_flag_devirtualize);
11015 : 102071449 : hstate.add_hwi (ptr->x_flag_devirtualize_speculatively);
11016 : 102071449 : hstate.add_hwi (ptr->x_flag_dse);
11017 : 102071449 : hstate.add_hwi (ptr->x_flag_early_inlining);
11018 : 102071449 : hstate.add_hwi (ptr->x_flag_exceptions);
11019 : 102071449 : hstate.add_hwi (ptr->x_flag_excess_precision);
11020 : 102071449 : hstate.add_hwi (ptr->x_flag_expensive_optimizations);
11021 : 102071449 : hstate.add_hwi (ptr->x_flag_ext_dce);
11022 : 102071449 : hstate.add_hwi (ptr->x_flag_finite_loops);
11023 : 102071449 : hstate.add_hwi (ptr->x_flag_finite_math_only);
11024 : 102071449 : hstate.add_hwi (ptr->x_flag_float_store);
11025 : 102071449 : hstate.add_hwi (ptr->x_flag_fold_mem_offsets);
11026 : 102071449 : hstate.add_hwi (ptr->x_flag_fold_simple_inlines);
11027 : 102071449 : hstate.add_hwi (ptr->x_flag_forward_propagate);
11028 : 102071449 : hstate.add_hwi (ptr->x_flag_fp_contract_mode);
11029 : 102071449 : hstate.add_hwi (ptr->x_flag_fp_int_builtin_inexact);
11030 : 102071449 : hstate.add_hwi (ptr->x_flag_no_function_cse);
11031 : 102071449 : hstate.add_hwi (ptr->x_flag_gcse);
11032 : 102071449 : hstate.add_hwi (ptr->x_flag_gcse_after_reload);
11033 : 102071449 : hstate.add_hwi (ptr->x_flag_gcse_las);
11034 : 102071449 : hstate.add_hwi (ptr->x_flag_gcse_lm);
11035 : 102071449 : hstate.add_hwi (ptr->x_flag_gcse_sm);
11036 : 102071449 : hstate.add_hwi (ptr->x_flag_graphite);
11037 : 102071449 : hstate.add_hwi (ptr->x_flag_graphite_identity);
11038 : 102071449 : hstate.add_hwi (ptr->x_flag_guess_branch_prob);
11039 : 102071449 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_check_exceptions);
11040 : 102071449 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_check_noreturn);
11041 : 102071449 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_check_returning_calls);
11042 : 102071449 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_skip_leaf);
11043 : 102071449 : hstate.add_hwi (ptr->x_flag_harden_compares);
11044 : 102071449 : hstate.add_hwi (ptr->x_flag_harden_conditional_branches);
11045 : 102071449 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy);
11046 : 102071449 : hstate.add_hwi (ptr->x_flag_hoist_adjacent_loads);
11047 : 102071449 : hstate.add_hwi (ptr->x_flag_if_conversion);
11048 : 102071449 : hstate.add_hwi (ptr->x_flag_if_conversion2);
11049 : 102071449 : hstate.add_hwi (ptr->x_flag_indirect_inlining);
11050 : 102071449 : hstate.add_hwi (ptr->x_flag_no_inline);
11051 : 102071449 : hstate.add_hwi (ptr->x_flag_inline_atomics);
11052 : 102071449 : hstate.add_hwi (ptr->x_flag_inline_functions);
11053 : 102071449 : hstate.add_hwi (ptr->x_flag_inline_functions_called_once);
11054 : 102071449 : hstate.add_hwi (ptr->x_flag_inline_small_functions);
11055 : 102071449 : hstate.add_hwi (ptr->x_flag_inline_stringops);
11056 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_bit_cp);
11057 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_cp);
11058 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_cp_clone);
11059 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_icf);
11060 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_icf_functions);
11061 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_icf_variables);
11062 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_modref);
11063 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_profile);
11064 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_pta);
11065 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_pure_const);
11066 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_ra);
11067 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_reference);
11068 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_reference_addressable);
11069 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_reorder_for_locality);
11070 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_sra);
11071 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_stack_alignment);
11072 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_strict_aliasing);
11073 : 102071449 : hstate.add_hwi (ptr->x_flag_ipa_vrp);
11074 : 102071449 : hstate.add_hwi (ptr->x_flag_ira_algorithm);
11075 : 102071449 : hstate.add_hwi (ptr->x_flag_ira_hoist_pressure);
11076 : 102071449 : hstate.add_hwi (ptr->x_flag_ira_loop_pressure);
11077 : 102071449 : hstate.add_hwi (ptr->x_flag_ira_region);
11078 : 102071449 : hstate.add_hwi (ptr->x_flag_ira_share_save_slots);
11079 : 102071449 : hstate.add_hwi (ptr->x_flag_ira_share_spill_slots);
11080 : 102071449 : hstate.add_hwi (ptr->x_flag_isolate_erroneous_paths_attribute);
11081 : 102071449 : hstate.add_hwi (ptr->x_flag_isolate_erroneous_paths_dereference);
11082 : 102071449 : hstate.add_hwi (ptr->x_flag_ivopts);
11083 : 102071449 : hstate.add_hwi (ptr->x_flag_jump_tables);
11084 : 102071449 : hstate.add_hwi (ptr->x_flag_keep_gc_roots_live);
11085 : 102071449 : hstate.add_hwi (ptr->x_flag_late_combine_instructions);
11086 : 102071449 : hstate.add_hwi (ptr->x_flag_lifetime_dse);
11087 : 102071449 : hstate.add_hwi (ptr->x_flag_limit_function_alignment);
11088 : 102071449 : hstate.add_hwi (ptr->x_flag_live_patching);
11089 : 102071449 : hstate.add_hwi (ptr->x_flag_live_range_shrinkage);
11090 : 102071449 : hstate.add_hwi (ptr->x_flag_loop_interchange);
11091 : 102071449 : hstate.add_hwi (ptr->x_flag_loop_nest_optimize);
11092 : 102071449 : hstate.add_hwi (ptr->x_flag_loop_parallelize_all);
11093 : 102071449 : hstate.add_hwi (ptr->x_flag_unroll_jam);
11094 : 102071449 : hstate.add_hwi (ptr->x_flag_lra_remat);
11095 : 102071449 : hstate.add_hwi (ptr->x_flag_malloc_dce);
11096 : 102071449 : hstate.add_hwi (ptr->x_flag_malloc_dse);
11097 : 102071449 : hstate.add_hwi (ptr->x_flag_errno_math);
11098 : 102071449 : hstate.add_hwi (ptr->x_flag_min_function_alignment);
11099 : 102071449 : hstate.add_hwi (ptr->x_flag_modulo_sched);
11100 : 102071449 : hstate.add_hwi (ptr->x_flag_modulo_sched_allow_regmoves);
11101 : 102071449 : hstate.add_hwi (ptr->x_flag_move_loop_invariants);
11102 : 102071449 : hstate.add_hwi (ptr->x_flag_move_loop_stores);
11103 : 102071449 : hstate.add_hwi (ptr->x_flag_non_call_exceptions);
11104 : 102071449 : hstate.add_hwi (ptr->x_flag_nothrow_opt);
11105 : 102071449 : hstate.add_hwi (ptr->x_flag_omit_frame_pointer);
11106 : 102071449 : hstate.add_hwi (ptr->x_flag_openmp_target_simd_clone);
11107 : 102071449 : hstate.add_hwi (ptr->x_flag_opt_info);
11108 : 102071449 : hstate.add_hwi (ptr->x_flag_optimize_crc);
11109 : 102071449 : hstate.add_hwi (ptr->x_flag_optimize_sibling_calls);
11110 : 102071449 : hstate.add_hwi (ptr->x_flag_optimize_strlen);
11111 : 102071449 : hstate.add_hwi (ptr->x_flag_pack_struct);
11112 : 102071449 : hstate.add_hwi (ptr->x_flag_partial_inlining);
11113 : 102071449 : if (ptr->x_flag_patchable_function_entry)
11114 : 34 : hstate.add (ptr->x_flag_patchable_function_entry, strlen (ptr->x_flag_patchable_function_entry));
11115 : : else
11116 : 102071415 : hstate.add_int (0);
11117 : 102071449 : hstate.add_hwi (ptr->x_flag_pcc_struct_return);
11118 : 102071449 : hstate.add_hwi (ptr->x_flag_peel_loops);
11119 : 102071449 : hstate.add_hwi (ptr->x_flag_no_peephole);
11120 : 102071449 : hstate.add_hwi (ptr->x_flag_peephole2);
11121 : 102071449 : hstate.add_hwi (ptr->x_flag_plt);
11122 : 102071449 : hstate.add_hwi (ptr->x_flag_predictive_commoning);
11123 : 102071449 : hstate.add_hwi (ptr->x_flag_prefetch_loop_arrays);
11124 : 102071449 : hstate.add_hwi (ptr->x_flag_printf_return_value);
11125 : 102071449 : hstate.add_hwi (ptr->x_flag_profile_partial_training);
11126 : 102071449 : hstate.add_hwi (ptr->x_flag_profile_reorder_functions);
11127 : 102071449 : hstate.add_hwi (ptr->x_flag_reciprocal_math);
11128 : 102071449 : hstate.add_hwi (ptr->x_flag_ree);
11129 : 102071449 : hstate.add_hwi (ptr->x_flag_rename_registers);
11130 : 102071449 : hstate.add_hwi (ptr->x_flag_reorder_blocks);
11131 : 102071449 : hstate.add_hwi (ptr->x_flag_reorder_blocks_algorithm);
11132 : 102071449 : hstate.add_hwi (ptr->x_flag_reorder_blocks_and_partition);
11133 : 102071449 : hstate.add_hwi (ptr->x_flag_reorder_functions);
11134 : 102071449 : hstate.add_hwi (ptr->x_flag_rerun_cse_after_loop);
11135 : 102071449 : hstate.add_hwi (ptr->x_flag_resched_modulo_sched);
11136 : 102071449 : hstate.add_hwi (ptr->x_flag_rounding_math);
11137 : 102071449 : hstate.add_hwi (ptr->x_flag_rtti);
11138 : 102071449 : hstate.add_hwi (ptr->x_flag_save_optimization_record);
11139 : 102071449 : hstate.add_hwi (ptr->x_flag_sched_critical_path_heuristic);
11140 : 102071449 : hstate.add_hwi (ptr->x_flag_sched_dep_count_heuristic);
11141 : 102071449 : hstate.add_hwi (ptr->x_flag_sched_group_heuristic);
11142 : 102071449 : hstate.add_hwi (ptr->x_flag_schedule_interblock);
11143 : 102071449 : hstate.add_hwi (ptr->x_flag_sched_last_insn_heuristic);
11144 : 102071449 : hstate.add_hwi (ptr->x_flag_sched_pressure);
11145 : 102071449 : hstate.add_hwi (ptr->x_flag_sched_rank_heuristic);
11146 : 102071449 : hstate.add_hwi (ptr->x_flag_schedule_speculative);
11147 : 102071449 : hstate.add_hwi (ptr->x_flag_sched_spec_insn_heuristic);
11148 : 102071449 : hstate.add_hwi (ptr->x_flag_schedule_speculative_load);
11149 : 102071449 : hstate.add_hwi (ptr->x_flag_schedule_speculative_load_dangerous);
11150 : 102071449 : hstate.add_hwi (ptr->x_flag_sched_stalled_insns);
11151 : 102071449 : hstate.add_hwi (ptr->x_flag_sched_stalled_insns_dep);
11152 : 102071449 : hstate.add_hwi (ptr->x_flag_sched2_use_superblocks);
11153 : 102071449 : hstate.add_hwi (ptr->x_flag_schedule_fusion);
11154 : 102071449 : hstate.add_hwi (ptr->x_flag_schedule_insns);
11155 : 102071449 : hstate.add_hwi (ptr->x_flag_schedule_insns_after_reload);
11156 : 102071449 : hstate.add_hwi (ptr->x_flag_section_anchors);
11157 : 102071449 : hstate.add_hwi (ptr->x_flag_sel_sched_pipelining);
11158 : 102071449 : hstate.add_hwi (ptr->x_flag_sel_sched_pipelining_outer_loops);
11159 : 102071449 : hstate.add_hwi (ptr->x_flag_sel_sched_reschedule_pipelined);
11160 : 102071449 : hstate.add_hwi (ptr->x_flag_selective_scheduling);
11161 : 102071449 : hstate.add_hwi (ptr->x_flag_selective_scheduling2);
11162 : 102071449 : hstate.add_hwi (ptr->x_flag_semantic_interposition);
11163 : 102071449 : hstate.add_hwi (ptr->x_flag_short_enums);
11164 : 102071449 : hstate.add_hwi (ptr->x_flag_short_wchar);
11165 : 102071449 : hstate.add_hwi (ptr->x_flag_shrink_wrap);
11166 : 102071449 : hstate.add_hwi (ptr->x_flag_shrink_wrap_separate);
11167 : 102071449 : hstate.add_hwi (ptr->x_flag_signaling_nans);
11168 : 102071449 : hstate.add_hwi (ptr->x_flag_signed_zeros);
11169 : 102071449 : hstate.add_hwi (ptr->x_flag_simd_cost_model);
11170 : 102071449 : hstate.add_hwi (ptr->x_flag_single_precision_constant);
11171 : 102071449 : hstate.add_hwi (ptr->x_flag_split_ivs_in_unroller);
11172 : 102071449 : hstate.add_hwi (ptr->x_flag_split_loops);
11173 : 102071449 : hstate.add_hwi (ptr->x_flag_split_paths);
11174 : 102071449 : hstate.add_hwi (ptr->x_flag_split_wide_types);
11175 : 102071449 : hstate.add_hwi (ptr->x_flag_split_wide_types_early);
11176 : 102071449 : hstate.add_hwi (ptr->x_flag_ssa_backprop);
11177 : 102071449 : hstate.add_hwi (ptr->x_flag_ssa_phiopt);
11178 : 102071449 : hstate.add_hwi (ptr->x_flag_stack_clash_protection);
11179 : 102071449 : hstate.add_hwi (ptr->x_flag_stack_protect);
11180 : 102071449 : hstate.add_hwi (ptr->x_flag_stack_reuse);
11181 : 102071449 : hstate.add_hwi (ptr->x_flag_stdarg_opt);
11182 : 102071449 : hstate.add_hwi (ptr->x_flag_store_merging);
11183 : 102071449 : hstate.add_hwi (ptr->x_flag_strict_aliasing);
11184 : 102071449 : hstate.add_hwi (ptr->x_flag_strict_enums);
11185 : 102071449 : hstate.add_hwi (ptr->x_flag_strict_volatile_bitfields);
11186 : 102071449 : hstate.add_hwi (ptr->x_flag_thread_jumps);
11187 : 102071449 : hstate.add_hwi (ptr->x_flag_threadsafe_statics);
11188 : 102071449 : hstate.add_hwi (ptr->x_flag_toplevel_reorder);
11189 : 102071449 : hstate.add_hwi (ptr->x_flag_tracer);
11190 : 102071449 : hstate.add_hwi (ptr->x_flag_trapping_math);
11191 : 102071449 : hstate.add_hwi (ptr->x_flag_trapv);
11192 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_bit_ccp);
11193 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_builtin_call_dce);
11194 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_ccp);
11195 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_ch);
11196 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_coalesce_vars);
11197 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_copy_prop);
11198 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_cselim);
11199 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_dce);
11200 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_dom);
11201 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_dse);
11202 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_forwprop);
11203 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_fre);
11204 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_loop_distribute_patterns);
11205 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_loop_distribution);
11206 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_loop_if_convert);
11207 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_loop_im);
11208 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_loop_ivcanon);
11209 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_loop_optimize);
11210 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_loop_vectorize);
11211 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_parallelize_loops);
11212 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_partial_pre);
11213 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_phiprop);
11214 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_pre);
11215 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_pta);
11216 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_reassoc);
11217 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_scev_cprop);
11218 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_sink);
11219 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_slp_vectorize);
11220 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_slsr);
11221 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_sra);
11222 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_switch_conversion);
11223 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_tail_merge);
11224 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_ter);
11225 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_vectorize);
11226 : 102071449 : hstate.add_hwi (ptr->x_flag_tree_vrp);
11227 : 102071449 : hstate.add_hwi (ptr->x_flag_auto_var_init);
11228 : 102071449 : hstate.add_hwi (ptr->x_flag_unconstrained_commons);
11229 : 102071449 : hstate.add_hwi (ptr->x_flag_unreachable_traps);
11230 : 102071449 : hstate.add_hwi (ptr->x_flag_unroll_all_loops);
11231 : 102071449 : hstate.add_hwi (ptr->x_flag_cunroll_grow_size);
11232 : 102071449 : hstate.add_hwi (ptr->x_flag_unroll_loops);
11233 : 102071449 : hstate.add_hwi (ptr->x_flag_unsafe_math_optimizations);
11234 : 102071449 : hstate.add_hwi (ptr->x_flag_unswitch_loops);
11235 : 102071449 : hstate.add_hwi (ptr->x_flag_unwind_tables);
11236 : 102071449 : hstate.add_hwi (ptr->x_flag_variable_expansion_in_unroller);
11237 : 102071449 : hstate.add_hwi (ptr->x_flag_vect_cost_model);
11238 : 102071449 : hstate.add_hwi (ptr->x_flag_version_loops_for_strides);
11239 : 102071449 : hstate.add_hwi (ptr->x_flag_value_profile_transformations);
11240 : 102071449 : hstate.add_hwi (ptr->x_flag_web);
11241 : 102071449 : hstate.add_hwi (ptr->x_flag_wrapv);
11242 : 102071449 : hstate.add_hwi (ptr->x_flag_wrapv_pointer);
11243 : 102071449 : hstate.add_hwi (ptr->x_ix86_unroll_only_small_loops);
11244 : 1020714490 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
11245 : 918643041 : hstate.add_hwi (ptr->explicit_mask[i]);
11246 : 102071449 : return hstate.end ();
11247 : : }
11248 : :
11249 : : /* Compare two optimization options */
11250 : : bool
11251 : 96429464 : cl_optimization_option_eq (cl_optimization const *ptr1,
11252 : : cl_optimization const *ptr2)
11253 : : {
11254 : 96429464 : if (ptr1->x_optimize != ptr2->x_optimize)
11255 : : return false;
11256 : 96429385 : if (ptr1->x_optimize_size != ptr2->x_optimize_size)
11257 : : return false;
11258 : 96429385 : if (ptr1->x_optimize_debug != ptr2->x_optimize_debug)
11259 : : return false;
11260 : 96429385 : if (ptr1->x_optimize_fast != ptr2->x_optimize_fast)
11261 : : return false;
11262 : 96429384 : if (ptr1->x_param_align_loop_iterations != ptr2->x_param_align_loop_iterations)
11263 : : return false;
11264 : 96429384 : if (ptr1->x_param_align_threshold != ptr2->x_param_align_threshold)
11265 : : return false;
11266 : 96429384 : if (ptr1->x_param_asan_protect_allocas != ptr2->x_param_asan_protect_allocas)
11267 : : return false;
11268 : 96429384 : if (ptr1->x_param_asan_instrument_reads != ptr2->x_param_asan_instrument_reads)
11269 : : return false;
11270 : 96429384 : if (ptr1->x_param_asan_instrument_writes != ptr2->x_param_asan_instrument_writes)
11271 : : return false;
11272 : 96429384 : if (ptr1->x_param_asan_instrumentation_with_call_threshold != ptr2->x_param_asan_instrumentation_with_call_threshold)
11273 : : return false;
11274 : 96429384 : if (ptr1->x_param_asan_kernel_mem_intrinsic_prefix != ptr2->x_param_asan_kernel_mem_intrinsic_prefix)
11275 : : return false;
11276 : 96429384 : if (ptr1->x_param_asan_memintrin != ptr2->x_param_asan_memintrin)
11277 : : return false;
11278 : 96429384 : if (ptr1->x_param_asan_stack != ptr2->x_param_asan_stack)
11279 : : return false;
11280 : 96429384 : if (ptr1->x_param_asan_use_after_return != ptr2->x_param_asan_use_after_return)
11281 : : return false;
11282 : 96429384 : if (ptr1->x_param_auto_profile_bbs != ptr2->x_param_auto_profile_bbs)
11283 : : return false;
11284 : 96429384 : if (ptr1->x_param_avg_loop_niter != ptr2->x_param_avg_loop_niter)
11285 : : return false;
11286 : 96429384 : if (ptr1->x_param_avoid_fma_max_bits != ptr2->x_param_avoid_fma_max_bits)
11287 : : return false;
11288 : 96429378 : if (ptr1->x_param_builtin_expect_probability != ptr2->x_param_builtin_expect_probability)
11289 : : return false;
11290 : 96429378 : if (ptr1->x_param_builtin_string_cmp_inline_length != ptr2->x_param_builtin_string_cmp_inline_length)
11291 : : return false;
11292 : 96429378 : if (ptr1->x_param_case_values_threshold != ptr2->x_param_case_values_threshold)
11293 : : return false;
11294 : 96429378 : if (ptr1->x_param_comdat_sharing_probability != ptr2->x_param_comdat_sharing_probability)
11295 : : return false;
11296 : 96429378 : if (ptr1->x_param_construct_interfere_size != ptr2->x_param_construct_interfere_size)
11297 : : return false;
11298 : 96429378 : if (ptr1->x_param_cycle_accurate_model != ptr2->x_param_cycle_accurate_model)
11299 : : return false;
11300 : 96429378 : if (ptr1->x_param_destruct_interfere_size != ptr2->x_param_destruct_interfere_size)
11301 : : return false;
11302 : 96429378 : if (ptr1->x_param_dse_max_alias_queries_per_store != ptr2->x_param_dse_max_alias_queries_per_store)
11303 : : return false;
11304 : 96429378 : if (ptr1->x_param_dse_max_object_size != ptr2->x_param_dse_max_object_size)
11305 : : return false;
11306 : 96429378 : if (ptr1->x_param_early_inlining_insns != ptr2->x_param_early_inlining_insns)
11307 : : return false;
11308 : 96429378 : if (ptr1->x_param_fsm_scale_path_stmts != ptr2->x_param_fsm_scale_path_stmts)
11309 : : return false;
11310 : 96429378 : if (ptr1->x_param_fully_pipelined_fma != ptr2->x_param_fully_pipelined_fma)
11311 : : return false;
11312 : 96429378 : if (ptr1->x_param_gcse_after_reload_critical_fraction != ptr2->x_param_gcse_after_reload_critical_fraction)
11313 : : return false;
11314 : 96429378 : if (ptr1->x_param_gcse_after_reload_partial_fraction != ptr2->x_param_gcse_after_reload_partial_fraction)
11315 : : return false;
11316 : 96429378 : if (ptr1->x_param_gcse_cost_distance_ratio != ptr2->x_param_gcse_cost_distance_ratio)
11317 : : return false;
11318 : 96429378 : if (ptr1->x_param_gcse_unrestricted_cost != ptr2->x_param_gcse_unrestricted_cost)
11319 : : return false;
11320 : 96429378 : if (ptr1->x_param_graphite_max_arrays_per_scop != ptr2->x_param_graphite_max_arrays_per_scop)
11321 : : return false;
11322 : 96429378 : if (ptr1->x_param_graphite_max_nb_scop_params != ptr2->x_param_graphite_max_nb_scop_params)
11323 : : return false;
11324 : 96429378 : if (ptr1->x_param_hardcfr_max_blocks != ptr2->x_param_hardcfr_max_blocks)
11325 : : return false;
11326 : 96429378 : if (ptr1->x_param_hardcfr_max_inline_blocks != ptr2->x_param_hardcfr_max_inline_blocks)
11327 : : return false;
11328 : 96429378 : if (ptr1->x_param_hwasan_instrument_allocas != ptr2->x_param_hwasan_instrument_allocas)
11329 : : return false;
11330 : 96429378 : if (ptr1->x_param_hwasan_instrument_mem_intrinsics != ptr2->x_param_hwasan_instrument_mem_intrinsics)
11331 : : return false;
11332 : 96429378 : if (ptr1->x_param_hwasan_instrument_reads != ptr2->x_param_hwasan_instrument_reads)
11333 : : return false;
11334 : 96429378 : if (ptr1->x_param_hwasan_instrument_stack != ptr2->x_param_hwasan_instrument_stack)
11335 : : return false;
11336 : 96429378 : if (ptr1->x_param_hwasan_instrument_writes != ptr2->x_param_hwasan_instrument_writes)
11337 : : return false;
11338 : 96429378 : if (ptr1->x_param_hwasan_random_frame_tag != ptr2->x_param_hwasan_random_frame_tag)
11339 : : return false;
11340 : 96429378 : if (ptr1->x_param_inline_heuristics_hint_percent != ptr2->x_param_inline_heuristics_hint_percent)
11341 : : return false;
11342 : 96429378 : if (ptr1->x_param_inline_min_speedup != ptr2->x_param_inline_min_speedup)
11343 : : return false;
11344 : 96429378 : if (ptr1->x_param_inline_unit_growth != ptr2->x_param_inline_unit_growth)
11345 : : return false;
11346 : 96429378 : if (ptr1->x_param_ipa_cp_eval_threshold != ptr2->x_param_ipa_cp_eval_threshold)
11347 : : return false;
11348 : 96429378 : if (ptr1->x_param_ipa_cp_large_unit_insns != ptr2->x_param_ipa_cp_large_unit_insns)
11349 : : return false;
11350 : 96429378 : if (ptr1->x_param_ipa_cp_loop_hint_bonus != ptr2->x_param_ipa_cp_loop_hint_bonus)
11351 : : return false;
11352 : 96429378 : if (ptr1->x_param_ipa_cp_max_recursive_depth != ptr2->x_param_ipa_cp_max_recursive_depth)
11353 : : return false;
11354 : 96429378 : if (ptr1->x_param_ipa_cp_min_recursive_probability != ptr2->x_param_ipa_cp_min_recursive_probability)
11355 : : return false;
11356 : 96429378 : if (ptr1->x_param_ipa_cp_recursion_penalty != ptr2->x_param_ipa_cp_recursion_penalty)
11357 : : return false;
11358 : 96429378 : if (ptr1->x_param_ipa_cp_recursive_freq_factor != ptr2->x_param_ipa_cp_recursive_freq_factor)
11359 : : return false;
11360 : 96429378 : if (ptr1->x_param_ipa_cp_single_call_penalty != ptr2->x_param_ipa_cp_single_call_penalty)
11361 : : return false;
11362 : 96429378 : if (ptr1->x_param_ipa_cp_unit_growth != ptr2->x_param_ipa_cp_unit_growth)
11363 : : return false;
11364 : 96429378 : if (ptr1->x_param_ipa_cp_value_list_size != ptr2->x_param_ipa_cp_value_list_size)
11365 : : return false;
11366 : 96429378 : if (ptr1->x_param_ipa_jump_function_lookups != ptr2->x_param_ipa_jump_function_lookups)
11367 : : return false;
11368 : 96429378 : if (ptr1->x_param_ipa_max_aa_steps != ptr2->x_param_ipa_max_aa_steps)
11369 : : return false;
11370 : 96429378 : if (ptr1->x_param_ipa_max_agg_items != ptr2->x_param_ipa_max_agg_items)
11371 : : return false;
11372 : 96429378 : if (ptr1->x_param_ipa_max_loop_predicates != ptr2->x_param_ipa_max_loop_predicates)
11373 : : return false;
11374 : 96429378 : if (ptr1->x_param_ipa_max_param_expr_ops != ptr2->x_param_ipa_max_param_expr_ops)
11375 : : return false;
11376 : 96429378 : if (ptr1->x_param_ipa_max_switch_predicate_bounds != ptr2->x_param_ipa_max_switch_predicate_bounds)
11377 : : return false;
11378 : 96429378 : if (ptr1->x_param_ipa_sra_deref_prob_threshold != ptr2->x_param_ipa_sra_deref_prob_threshold)
11379 : : return false;
11380 : 96429378 : if (ptr1->x_param_ipa_sra_max_replacements != ptr2->x_param_ipa_sra_max_replacements)
11381 : : return false;
11382 : 96429378 : if (ptr1->x_param_ipa_sra_ptr_growth_factor != ptr2->x_param_ipa_sra_ptr_growth_factor)
11383 : : return false;
11384 : 96429378 : if (ptr1->x_param_ipa_sra_ptrwrap_growth_factor != ptr2->x_param_ipa_sra_ptrwrap_growth_factor)
11385 : : return false;
11386 : 96429378 : if (ptr1->x_param_ira_consider_dup_in_all_alts != ptr2->x_param_ira_consider_dup_in_all_alts)
11387 : : return false;
11388 : 96429378 : if (ptr1->x_param_ira_loop_reserved_regs != ptr2->x_param_ira_loop_reserved_regs)
11389 : : return false;
11390 : 96429378 : if (ptr1->x_param_ira_max_conflict_table_size != ptr2->x_param_ira_max_conflict_table_size)
11391 : : return false;
11392 : 96429378 : if (ptr1->x_param_ira_max_loops_num != ptr2->x_param_ira_max_loops_num)
11393 : : return false;
11394 : 96429378 : if (ptr1->x_param_ira_simple_lra_insn_threshold != ptr2->x_param_ira_simple_lra_insn_threshold)
11395 : : return false;
11396 : 96429378 : if (ptr1->x_param_iv_always_prune_cand_set_bound != ptr2->x_param_iv_always_prune_cand_set_bound)
11397 : : return false;
11398 : 96429378 : if (ptr1->x_param_iv_consider_all_candidates_bound != ptr2->x_param_iv_consider_all_candidates_bound)
11399 : : return false;
11400 : 96429378 : if (ptr1->x_param_iv_max_considered_uses != ptr2->x_param_iv_max_considered_uses)
11401 : : return false;
11402 : 96429378 : if (ptr1->x_param_jump_table_max_growth_ratio_for_size != ptr2->x_param_jump_table_max_growth_ratio_for_size)
11403 : : return false;
11404 : 96429378 : if (ptr1->x_param_jump_table_max_growth_ratio_for_speed != ptr2->x_param_jump_table_max_growth_ratio_for_speed)
11405 : : return false;
11406 : 96429378 : if (ptr1->x_param_l1_cache_line_size != ptr2->x_param_l1_cache_line_size)
11407 : : return false;
11408 : 96429378 : if (ptr1->x_param_l1_cache_size != ptr2->x_param_l1_cache_size)
11409 : : return false;
11410 : 96429163 : if (ptr1->x_param_l2_cache_size != ptr2->x_param_l2_cache_size)
11411 : : return false;
11412 : 96429157 : if (ptr1->x_param_large_function_growth != ptr2->x_param_large_function_growth)
11413 : : return false;
11414 : 96429157 : if (ptr1->x_param_large_function_insns != ptr2->x_param_large_function_insns)
11415 : : return false;
11416 : 96429157 : if (ptr1->x_param_stack_frame_growth != ptr2->x_param_stack_frame_growth)
11417 : : return false;
11418 : 96429157 : if (ptr1->x_param_large_stack_frame != ptr2->x_param_large_stack_frame)
11419 : : return false;
11420 : 96429157 : if (ptr1->x_param_large_unit_insns != ptr2->x_param_large_unit_insns)
11421 : : return false;
11422 : 96429157 : if (ptr1->x_param_lim_expensive != ptr2->x_param_lim_expensive)
11423 : : return false;
11424 : 96429157 : if (ptr1->x_param_loop_block_tile_size != ptr2->x_param_loop_block_tile_size)
11425 : : return false;
11426 : 96429157 : if (ptr1->x_param_loop_interchange_max_num_stmts != ptr2->x_param_loop_interchange_max_num_stmts)
11427 : : return false;
11428 : 96429157 : if (ptr1->x_param_loop_interchange_stride_ratio != ptr2->x_param_loop_interchange_stride_ratio)
11429 : : return false;
11430 : 96429157 : if (ptr1->x_param_loop_invariant_max_bbs_in_loop != ptr2->x_param_loop_invariant_max_bbs_in_loop)
11431 : : return false;
11432 : 96429157 : if (ptr1->x_param_loop_max_datarefs_for_datadeps != ptr2->x_param_loop_max_datarefs_for_datadeps)
11433 : : return false;
11434 : 96429157 : if (ptr1->x_param_loop_versioning_max_inner_insns != ptr2->x_param_loop_versioning_max_inner_insns)
11435 : : return false;
11436 : 96429157 : if (ptr1->x_param_loop_versioning_max_outer_insns != ptr2->x_param_loop_versioning_max_outer_insns)
11437 : : return false;
11438 : 96429157 : if (ptr1->x_param_lra_inheritance_ebb_probability_cutoff != ptr2->x_param_lra_inheritance_ebb_probability_cutoff)
11439 : : return false;
11440 : 96429157 : if (ptr1->x_param_lra_max_considered_reload_pseudos != ptr2->x_param_lra_max_considered_reload_pseudos)
11441 : : return false;
11442 : 96429157 : if (ptr1->x_flag_lto_locality_cloning != ptr2->x_flag_lto_locality_cloning)
11443 : : return false;
11444 : 96429157 : if (ptr1->x_param_lto_locality_frequency != ptr2->x_param_lto_locality_frequency)
11445 : : return false;
11446 : 96429157 : if (ptr1->x_param_lto_locality_size != ptr2->x_param_lto_locality_size)
11447 : : return false;
11448 : 96429157 : if (ptr1->x_param_max_average_unrolled_insns != ptr2->x_param_max_average_unrolled_insns)
11449 : : return false;
11450 : 96429157 : if (ptr1->x_param_max_combine_insns != ptr2->x_param_max_combine_insns)
11451 : : return false;
11452 : 96429157 : if (ptr1->x_param_max_combine_search_insns != ptr2->x_param_max_combine_search_insns)
11453 : : return false;
11454 : 96429157 : if (ptr1->x_param_max_unroll_iterations != ptr2->x_param_max_unroll_iterations)
11455 : : return false;
11456 : 96429157 : if (ptr1->x_param_max_completely_peel_times != ptr2->x_param_max_completely_peel_times)
11457 : : return false;
11458 : 96429157 : if (ptr1->x_param_max_completely_peeled_insns != ptr2->x_param_max_completely_peeled_insns)
11459 : : return false;
11460 : 96429157 : if (ptr1->x_param_max_crossjump_edges != ptr2->x_param_max_crossjump_edges)
11461 : : return false;
11462 : 96429157 : if (ptr1->x_param_max_cse_insns != ptr2->x_param_max_cse_insns)
11463 : : return false;
11464 : 96429157 : if (ptr1->x_param_max_cse_path_length != ptr2->x_param_max_cse_path_length)
11465 : : return false;
11466 : 96429157 : if (ptr1->x_param_max_cselib_memory_locations != ptr2->x_param_max_cselib_memory_locations)
11467 : : return false;
11468 : 96429157 : if (ptr1->x_param_max_debug_marker_count != ptr2->x_param_max_debug_marker_count)
11469 : : return false;
11470 : 96429157 : if (ptr1->x_param_max_delay_slot_insn_search != ptr2->x_param_max_delay_slot_insn_search)
11471 : : return false;
11472 : 96429157 : if (ptr1->x_param_max_delay_slot_live_search != ptr2->x_param_max_delay_slot_live_search)
11473 : : return false;
11474 : 96429157 : if (ptr1->x_param_max_devirt_targets != ptr2->x_param_max_devirt_targets)
11475 : : return false;
11476 : 96429157 : if (ptr1->x_param_max_dse_active_local_stores != ptr2->x_param_max_dse_active_local_stores)
11477 : : return false;
11478 : 96429157 : if (ptr1->x_param_early_inliner_max_iterations != ptr2->x_param_early_inliner_max_iterations)
11479 : : return false;
11480 : 96429157 : if (ptr1->x_param_max_find_base_term_values != ptr2->x_param_max_find_base_term_values)
11481 : : return false;
11482 : 96429157 : if (ptr1->x_param_max_fsm_thread_path_insns != ptr2->x_param_max_fsm_thread_path_insns)
11483 : : return false;
11484 : 96429157 : if (ptr1->x_param_max_gcse_insertion_ratio != ptr2->x_param_max_gcse_insertion_ratio)
11485 : : return false;
11486 : 96429157 : if (ptr1->x_param_max_gcse_memory != ptr2->x_param_max_gcse_memory)
11487 : : return false;
11488 : 96429157 : if (ptr1->x_param_max_goto_duplication_insns != ptr2->x_param_max_goto_duplication_insns)
11489 : : return false;
11490 : 96429157 : if (ptr1->x_param_max_grow_copy_bb_insns != ptr2->x_param_max_grow_copy_bb_insns)
11491 : : return false;
11492 : 96429157 : if (ptr1->x_param_max_hoist_depth != ptr2->x_param_max_hoist_depth)
11493 : : return false;
11494 : 96429157 : if (ptr1->x_param_inline_functions_called_once_insns != ptr2->x_param_inline_functions_called_once_insns)
11495 : : return false;
11496 : 96429157 : if (ptr1->x_param_inline_functions_called_once_loop_depth != ptr2->x_param_inline_functions_called_once_loop_depth)
11497 : : return false;
11498 : 96429157 : if (ptr1->x_param_max_inline_insns_auto != ptr2->x_param_max_inline_insns_auto)
11499 : : return false;
11500 : 96429157 : if (ptr1->x_param_max_inline_insns_recursive_auto != ptr2->x_param_max_inline_insns_recursive_auto)
11501 : : return false;
11502 : 96429157 : if (ptr1->x_param_max_inline_insns_recursive != ptr2->x_param_max_inline_insns_recursive)
11503 : : return false;
11504 : 96429157 : if (ptr1->x_param_max_inline_insns_single != ptr2->x_param_max_inline_insns_single)
11505 : : return false;
11506 : 96429157 : if (ptr1->x_param_max_inline_insns_size != ptr2->x_param_max_inline_insns_size)
11507 : : return false;
11508 : 96429157 : if (ptr1->x_param_max_inline_insns_small != ptr2->x_param_max_inline_insns_small)
11509 : : return false;
11510 : 96429157 : if (ptr1->x_param_max_inline_recursive_depth_auto != ptr2->x_param_max_inline_recursive_depth_auto)
11511 : : return false;
11512 : 96429157 : if (ptr1->x_param_max_inline_recursive_depth != ptr2->x_param_max_inline_recursive_depth)
11513 : : return false;
11514 : 96429157 : if (ptr1->x_param_max_isl_operations != ptr2->x_param_max_isl_operations)
11515 : : return false;
11516 : 96429157 : if (ptr1->x_param_max_iterations_computation_cost != ptr2->x_param_max_iterations_computation_cost)
11517 : : return false;
11518 : 96429157 : if (ptr1->x_param_max_iterations_to_track != ptr2->x_param_max_iterations_to_track)
11519 : : return false;
11520 : 96429157 : if (ptr1->x_param_max_jump_thread_duplication_stmts != ptr2->x_param_max_jump_thread_duplication_stmts)
11521 : : return false;
11522 : 96429157 : if (ptr1->x_param_max_jump_thread_paths != ptr2->x_param_max_jump_thread_paths)
11523 : : return false;
11524 : 96429157 : if (ptr1->x_param_max_last_value_rtl != ptr2->x_param_max_last_value_rtl)
11525 : : return false;
11526 : 96429157 : if (ptr1->x_param_max_loop_header_insns != ptr2->x_param_max_loop_header_insns)
11527 : : return false;
11528 : 96429157 : if (ptr1->x_param_max_modulo_backtrack_attempts != ptr2->x_param_max_modulo_backtrack_attempts)
11529 : : return false;
11530 : 96429157 : if (ptr1->x_param_max_partial_antic_length != ptr2->x_param_max_partial_antic_length)
11531 : : return false;
11532 : 96429157 : if (ptr1->x_param_max_peel_branches != ptr2->x_param_max_peel_branches)
11533 : : return false;
11534 : 96429157 : if (ptr1->x_param_max_peel_times != ptr2->x_param_max_peel_times)
11535 : : return false;
11536 : 96429157 : if (ptr1->x_param_max_peeled_insns != ptr2->x_param_max_peeled_insns)
11537 : : return false;
11538 : 96429157 : if (ptr1->x_param_max_pending_list_length != ptr2->x_param_max_pending_list_length)
11539 : : return false;
11540 : 96429157 : if (ptr1->x_param_max_pipeline_region_blocks != ptr2->x_param_max_pipeline_region_blocks)
11541 : : return false;
11542 : 96429157 : if (ptr1->x_param_max_pipeline_region_insns != ptr2->x_param_max_pipeline_region_insns)
11543 : : return false;
11544 : 96429157 : if (ptr1->x_param_max_pow_sqrt_depth != ptr2->x_param_max_pow_sqrt_depth)
11545 : : return false;
11546 : 96429157 : if (ptr1->x_param_max_predicted_iterations != ptr2->x_param_max_predicted_iterations)
11547 : : return false;
11548 : 96429157 : if (ptr1->x_param_max_reload_search_insns != ptr2->x_param_max_reload_search_insns)
11549 : : return false;
11550 : 96429157 : if (ptr1->x_param_max_rtl_if_conversion_insns != ptr2->x_param_max_rtl_if_conversion_insns)
11551 : : return false;
11552 : 96429157 : if (ptr1->x_param_max_rtl_if_conversion_predictable_cost != ptr2->x_param_max_rtl_if_conversion_predictable_cost)
11553 : : return false;
11554 : 96429157 : if (ptr1->x_param_max_rtl_if_conversion_unpredictable_cost != ptr2->x_param_max_rtl_if_conversion_unpredictable_cost)
11555 : : return false;
11556 : 96429157 : if (ptr1->x_param_max_sched_extend_regions_iters != ptr2->x_param_max_sched_extend_regions_iters)
11557 : : return false;
11558 : 96429157 : if (ptr1->x_param_max_sched_insn_conflict_delay != ptr2->x_param_max_sched_insn_conflict_delay)
11559 : : return false;
11560 : 96429157 : if (ptr1->x_param_max_sched_ready_insns != ptr2->x_param_max_sched_ready_insns)
11561 : : return false;
11562 : 96429157 : if (ptr1->x_param_max_sched_region_blocks != ptr2->x_param_max_sched_region_blocks)
11563 : : return false;
11564 : 96429157 : if (ptr1->x_param_max_sched_region_insns != ptr2->x_param_max_sched_region_insns)
11565 : : return false;
11566 : 96429157 : if (ptr1->x_param_max_slsr_candidate_scan != ptr2->x_param_max_slsr_candidate_scan)
11567 : : return false;
11568 : 96429157 : if (ptr1->x_param_max_speculative_devirt_maydefs != ptr2->x_param_max_speculative_devirt_maydefs)
11569 : : return false;
11570 : 96429157 : if (ptr1->x_param_max_stores_to_merge != ptr2->x_param_max_stores_to_merge)
11571 : : return false;
11572 : 96429157 : if (ptr1->x_param_max_stores_to_sink != ptr2->x_param_max_stores_to_sink)
11573 : : return false;
11574 : 96429157 : if (ptr1->x_param_max_tail_merge_comparisons != ptr2->x_param_max_tail_merge_comparisons)
11575 : : return false;
11576 : 96429157 : if (ptr1->x_param_max_tail_merge_iterations != ptr2->x_param_max_tail_merge_iterations)
11577 : : return false;
11578 : 96429157 : if (ptr1->x_param_max_tracked_strlens != ptr2->x_param_max_tracked_strlens)
11579 : : return false;
11580 : 96429157 : if (ptr1->x_param_max_tree_if_conversion_phi_args != ptr2->x_param_max_tree_if_conversion_phi_args)
11581 : : return false;
11582 : 96429157 : if (ptr1->x_param_max_unroll_times != ptr2->x_param_max_unroll_times)
11583 : : return false;
11584 : 96429157 : if (ptr1->x_param_max_unrolled_insns != ptr2->x_param_max_unrolled_insns)
11585 : : return false;
11586 : 96429157 : if (ptr1->x_param_max_unswitch_depth != ptr2->x_param_max_unswitch_depth)
11587 : : return false;
11588 : 96429157 : if (ptr1->x_param_max_unswitch_insns != ptr2->x_param_max_unswitch_insns)
11589 : : return false;
11590 : 96429157 : if (ptr1->x_param_max_variable_expansions != ptr2->x_param_max_variable_expansions)
11591 : : return false;
11592 : 96429157 : if (ptr1->x_param_max_vartrack_expr_depth != ptr2->x_param_max_vartrack_expr_depth)
11593 : : return false;
11594 : 96429157 : if (ptr1->x_param_max_vartrack_reverse_op_size != ptr2->x_param_max_vartrack_reverse_op_size)
11595 : : return false;
11596 : 96429157 : if (ptr1->x_param_max_vartrack_size != ptr2->x_param_max_vartrack_size)
11597 : : return false;
11598 : 96429157 : if (ptr1->x_param_min_crossjump_insns != ptr2->x_param_min_crossjump_insns)
11599 : : return false;
11600 : 96429157 : if (ptr1->x_param_min_inline_recursive_probability != ptr2->x_param_min_inline_recursive_probability)
11601 : : return false;
11602 : 96429157 : if (ptr1->x_param_min_insn_to_prefetch_ratio != ptr2->x_param_min_insn_to_prefetch_ratio)
11603 : : return false;
11604 : 96429157 : if (ptr1->x_param_min_loop_cond_split_prob != ptr2->x_param_min_loop_cond_split_prob)
11605 : : return false;
11606 : 96429157 : if (ptr1->x_param_min_pagesize != ptr2->x_param_min_pagesize)
11607 : : return false;
11608 : 96429157 : if (ptr1->x_param_min_size_for_stack_sharing != ptr2->x_param_min_size_for_stack_sharing)
11609 : : return false;
11610 : 96429157 : if (ptr1->x_param_min_spec_prob != ptr2->x_param_min_spec_prob)
11611 : : return false;
11612 : 96429157 : if (ptr1->x_param_min_vect_loop_bound != ptr2->x_param_min_vect_loop_bound)
11613 : : return false;
11614 : 96429157 : if (ptr1->x_param_modref_max_accesses != ptr2->x_param_modref_max_accesses)
11615 : : return false;
11616 : 96429157 : if (ptr1->x_param_modref_max_adjustments != ptr2->x_param_modref_max_adjustments)
11617 : : return false;
11618 : 96429157 : if (ptr1->x_param_modref_max_bases != ptr2->x_param_modref_max_bases)
11619 : : return false;
11620 : 96429157 : if (ptr1->x_param_modref_max_depth != ptr2->x_param_modref_max_depth)
11621 : : return false;
11622 : 96429157 : if (ptr1->x_param_modref_max_escape_points != ptr2->x_param_modref_max_escape_points)
11623 : : return false;
11624 : 96429157 : if (ptr1->x_param_modref_max_refs != ptr2->x_param_modref_max_refs)
11625 : : return false;
11626 : 96429157 : if (ptr1->x_param_modref_max_tests != ptr2->x_param_modref_max_tests)
11627 : : return false;
11628 : 96429157 : if (ptr1->x_param_parloops_chunk_size != ptr2->x_param_parloops_chunk_size)
11629 : : return false;
11630 : 96429157 : if (ptr1->x_param_parloops_min_per_thread != ptr2->x_param_parloops_min_per_thread)
11631 : : return false;
11632 : 96429157 : if (ptr1->x_param_parloops_schedule != ptr2->x_param_parloops_schedule)
11633 : : return false;
11634 : 96429157 : if (ptr1->x_param_partial_inlining_entry_probability != ptr2->x_param_partial_inlining_entry_probability)
11635 : : return false;
11636 : 96429157 : if (ptr1->x_param_phiopt_factor_max_stmts_live != ptr2->x_param_phiopt_factor_max_stmts_live)
11637 : : return false;
11638 : 96429157 : if (ptr1->x_param_predictable_branch_outcome != ptr2->x_param_predictable_branch_outcome)
11639 : : return false;
11640 : 96429157 : if (ptr1->x_param_prefetch_dynamic_strides != ptr2->x_param_prefetch_dynamic_strides)
11641 : : return false;
11642 : 96429157 : if (ptr1->x_param_prefetch_latency != ptr2->x_param_prefetch_latency)
11643 : : return false;
11644 : 96429157 : if (ptr1->x_param_prefetch_min_insn_to_mem_ratio != ptr2->x_param_prefetch_min_insn_to_mem_ratio)
11645 : : return false;
11646 : 96429157 : if (ptr1->x_param_prefetch_minimum_stride != ptr2->x_param_prefetch_minimum_stride)
11647 : : return false;
11648 : 96429157 : if (ptr1->x_param_ranger_debug != ptr2->x_param_ranger_debug)
11649 : : return false;
11650 : 96429157 : if (ptr1->x_param_ranger_logical_depth != ptr2->x_param_ranger_logical_depth)
11651 : : return false;
11652 : 96429157 : if (ptr1->x_param_ranger_recompute_depth != ptr2->x_param_ranger_recompute_depth)
11653 : : return false;
11654 : 96429157 : if (ptr1->x_param_relation_block_limit != ptr2->x_param_relation_block_limit)
11655 : : return false;
11656 : 96429157 : if (ptr1->x_param_rpo_vn_max_loop_depth != ptr2->x_param_rpo_vn_max_loop_depth)
11657 : : return false;
11658 : 96429157 : if (ptr1->x_param_sccvn_max_alias_queries_per_access != ptr2->x_param_sccvn_max_alias_queries_per_access)
11659 : : return false;
11660 : 96429157 : if (ptr1->x_param_scev_max_expr_complexity != ptr2->x_param_scev_max_expr_complexity)
11661 : : return false;
11662 : 96429157 : if (ptr1->x_param_scev_max_expr_size != ptr2->x_param_scev_max_expr_size)
11663 : : return false;
11664 : 96429157 : if (ptr1->x_param_sched_autopref_queue_depth != ptr2->x_param_sched_autopref_queue_depth)
11665 : : return false;
11666 : 96429157 : if (ptr1->x_param_sched_mem_true_dep_cost != ptr2->x_param_sched_mem_true_dep_cost)
11667 : : return false;
11668 : 96429157 : if (ptr1->x_param_sched_pressure_algorithm != ptr2->x_param_sched_pressure_algorithm)
11669 : : return false;
11670 : 96429157 : if (ptr1->x_param_sched_spec_prob_cutoff != ptr2->x_param_sched_spec_prob_cutoff)
11671 : : return false;
11672 : 96429157 : if (ptr1->x_param_sched_state_edge_prob_cutoff != ptr2->x_param_sched_state_edge_prob_cutoff)
11673 : : return false;
11674 : 96429157 : if (ptr1->x_param_selsched_insns_to_rename != ptr2->x_param_selsched_insns_to_rename)
11675 : : return false;
11676 : 96429157 : if (ptr1->x_param_selsched_max_lookahead != ptr2->x_param_selsched_max_lookahead)
11677 : : return false;
11678 : 96429157 : if (ptr1->x_param_selsched_max_sched_times != ptr2->x_param_selsched_max_sched_times)
11679 : : return false;
11680 : 96429157 : if (ptr1->x_param_simultaneous_prefetches != ptr2->x_param_simultaneous_prefetches)
11681 : : return false;
11682 : 96429093 : if (ptr1->x_param_sink_frequency_threshold != ptr2->x_param_sink_frequency_threshold)
11683 : : return false;
11684 : 96429093 : if (ptr1->x_param_sms_dfa_history != ptr2->x_param_sms_dfa_history)
11685 : : return false;
11686 : 96429093 : if (ptr1->x_param_sms_loop_average_count_threshold != ptr2->x_param_sms_loop_average_count_threshold)
11687 : : return false;
11688 : 96429093 : if (ptr1->x_param_sms_max_ii_factor != ptr2->x_param_sms_max_ii_factor)
11689 : : return false;
11690 : 96429093 : if (ptr1->x_param_sms_min_sc != ptr2->x_param_sms_min_sc)
11691 : : return false;
11692 : 96429093 : if (ptr1->x_param_sra_max_propagations != ptr2->x_param_sra_max_propagations)
11693 : : return false;
11694 : 96429093 : if (ptr1->x_param_sra_max_scalarization_size_size != ptr2->x_param_sra_max_scalarization_size_size)
11695 : : return false;
11696 : 96429093 : if (ptr1->x_param_sra_max_scalarization_size_speed != ptr2->x_param_sra_max_scalarization_size_speed)
11697 : : return false;
11698 : 96429093 : if (ptr1->x_param_ssa_name_def_chain_limit != ptr2->x_param_ssa_name_def_chain_limit)
11699 : : return false;
11700 : 96429093 : if (ptr1->x_param_ssp_buffer_size != ptr2->x_param_ssp_buffer_size)
11701 : : return false;
11702 : 96429093 : if (ptr1->x_param_stack_clash_protection_guard_size != ptr2->x_param_stack_clash_protection_guard_size)
11703 : : return false;
11704 : 96429093 : if (ptr1->x_param_stack_clash_protection_probe_interval != ptr2->x_param_stack_clash_protection_probe_interval)
11705 : : return false;
11706 : 96429093 : if (ptr1->x_param_store_forwarding_max_distance != ptr2->x_param_store_forwarding_max_distance)
11707 : : return false;
11708 : 96429093 : if (ptr1->x_param_store_merging_allow_unaligned != ptr2->x_param_store_merging_allow_unaligned)
11709 : : return false;
11710 : 96429093 : if (ptr1->x_param_store_merging_max_size != ptr2->x_param_store_merging_max_size)
11711 : : return false;
11712 : 96429093 : if (ptr1->x_param_switch_conversion_branch_ratio != ptr2->x_param_switch_conversion_branch_ratio)
11713 : : return false;
11714 : 96429093 : if (ptr1->x_param_threader_debug != ptr2->x_param_threader_debug)
11715 : : return false;
11716 : 96429093 : if (ptr1->x_param_tm_max_aggregate_size != ptr2->x_param_tm_max_aggregate_size)
11717 : : return false;
11718 : 96429093 : if (ptr1->x_param_tracer_dynamic_coverage_feedback != ptr2->x_param_tracer_dynamic_coverage_feedback)
11719 : : return false;
11720 : 96429093 : if (ptr1->x_param_tracer_dynamic_coverage != ptr2->x_param_tracer_dynamic_coverage)
11721 : : return false;
11722 : 96429093 : if (ptr1->x_param_tracer_max_code_growth != ptr2->x_param_tracer_max_code_growth)
11723 : : return false;
11724 : 96429093 : if (ptr1->x_param_tracer_min_branch_probability_feedback != ptr2->x_param_tracer_min_branch_probability_feedback)
11725 : : return false;
11726 : 96429093 : if (ptr1->x_param_tracer_min_branch_probability != ptr2->x_param_tracer_min_branch_probability)
11727 : : return false;
11728 : 96429093 : if (ptr1->x_param_tracer_min_branch_ratio != ptr2->x_param_tracer_min_branch_ratio)
11729 : : return false;
11730 : 96429093 : if (ptr1->x_param_transitive_relations_work_bound != ptr2->x_param_transitive_relations_work_bound)
11731 : : return false;
11732 : 96429093 : if (ptr1->x_param_tree_reassoc_width != ptr2->x_param_tree_reassoc_width)
11733 : : return false;
11734 : 96429093 : if (ptr1->x_param_uninit_control_dep_attempts != ptr2->x_param_uninit_control_dep_attempts)
11735 : : return false;
11736 : 96429093 : if (ptr1->x_param_uninit_max_chain_len != ptr2->x_param_uninit_max_chain_len)
11737 : : return false;
11738 : 96429093 : if (ptr1->x_param_uninit_max_num_chains != ptr2->x_param_uninit_max_num_chains)
11739 : : return false;
11740 : 96429093 : if (ptr1->x_param_uninit_max_prune_work != ptr2->x_param_uninit_max_prune_work)
11741 : : return false;
11742 : 96429093 : if (ptr1->x_param_uninlined_function_insns != ptr2->x_param_uninlined_function_insns)
11743 : : return false;
11744 : 96429093 : if (ptr1->x_param_uninlined_function_time != ptr2->x_param_uninlined_function_time)
11745 : : return false;
11746 : 96429093 : if (ptr1->x_param_uninlined_function_thunk_insns != ptr2->x_param_uninlined_function_thunk_insns)
11747 : : return false;
11748 : 96429093 : if (ptr1->x_param_uninlined_function_thunk_time != ptr2->x_param_uninlined_function_thunk_time)
11749 : : return false;
11750 : 96429093 : if (ptr1->x_param_unlikely_bb_count_fraction != ptr2->x_param_unlikely_bb_count_fraction)
11751 : : return false;
11752 : 96429093 : if (ptr1->x_param_unroll_jam_max_unroll != ptr2->x_param_unroll_jam_max_unroll)
11753 : : return false;
11754 : 96429093 : if (ptr1->x_param_unroll_jam_min_percent != ptr2->x_param_unroll_jam_min_percent)
11755 : : return false;
11756 : 96429093 : if (ptr1->x_param_use_after_scope_direct_emission_threshold != ptr2->x_param_use_after_scope_direct_emission_threshold)
11757 : : return false;
11758 : 96429093 : if (ptr1->x_param_vect_epilogues_nomask != ptr2->x_param_vect_epilogues_nomask)
11759 : : return false;
11760 : 96429093 : if (ptr1->x_param_vect_induction_float != ptr2->x_param_vect_induction_float)
11761 : : return false;
11762 : 96429093 : if (ptr1->x_param_vect_inner_loop_cost_factor != ptr2->x_param_vect_inner_loop_cost_factor)
11763 : : return false;
11764 : 96429093 : if (ptr1->x_param_vect_max_layout_candidates != ptr2->x_param_vect_max_layout_candidates)
11765 : : return false;
11766 : 96429093 : if (ptr1->x_param_vect_max_peeling_for_alignment != ptr2->x_param_vect_max_peeling_for_alignment)
11767 : : return false;
11768 : 96429093 : if (ptr1->x_param_vect_max_version_for_alias_checks != ptr2->x_param_vect_max_version_for_alias_checks)
11769 : : return false;
11770 : 96429093 : if (ptr1->x_param_vect_max_version_for_alignment_checks != ptr2->x_param_vect_max_version_for_alignment_checks)
11771 : : return false;
11772 : 96429093 : if (ptr1->x_param_vect_partial_vector_usage != ptr2->x_param_vect_partial_vector_usage)
11773 : : return false;
11774 : 96429093 : if (ptr1->x_param_vect_scalar_cost_multiplier != ptr2->x_param_vect_scalar_cost_multiplier)
11775 : : return false;
11776 : 96429093 : if (ptr1->x_param_vrp_block_limit != ptr2->x_param_vrp_block_limit)
11777 : : return false;
11778 : 96429093 : if (ptr1->x_param_vrp_sparse_threshold != ptr2->x_param_vrp_sparse_threshold)
11779 : : return false;
11780 : 96429093 : if (ptr1->x_param_vrp_switch_limit != ptr2->x_param_vrp_switch_limit)
11781 : : return false;
11782 : 96429093 : if (ptr1->x_param_vrp_vector_threshold != ptr2->x_param_vrp_vector_threshold)
11783 : : return false;
11784 : 96429093 : if (ptr1->x_warn_inline != ptr2->x_warn_inline)
11785 : : return false;
11786 : 96429093 : if (ptr1->x_flag_aggressive_loop_optimizations != ptr2->x_flag_aggressive_loop_optimizations)
11787 : : return false;
11788 : 96429093 : if (ptr1->x_flag_align_functions != ptr2->x_flag_align_functions)
11789 : : return false;
11790 : 96429093 : if (ptr1->x_str_align_functions != ptr2->x_str_align_functions
11791 : 554 : && (!ptr1->x_str_align_functions || !ptr2->x_str_align_functions
11792 : 554 : || strcmp (ptr1->x_str_align_functions, ptr2->x_str_align_functions)))
11793 : : return false;
11794 : 96429093 : if (ptr1->x_flag_align_jumps != ptr2->x_flag_align_jumps)
11795 : : return false;
11796 : 96429093 : if (ptr1->x_str_align_jumps != ptr2->x_str_align_jumps
11797 : 553 : && (!ptr1->x_str_align_jumps || !ptr2->x_str_align_jumps
11798 : 553 : || strcmp (ptr1->x_str_align_jumps, ptr2->x_str_align_jumps)))
11799 : : return false;
11800 : 96429093 : if (ptr1->x_flag_align_labels != ptr2->x_flag_align_labels)
11801 : : return false;
11802 : 96429093 : if (ptr1->x_str_align_labels != ptr2->x_str_align_labels
11803 : 553 : && (!ptr1->x_str_align_labels || !ptr2->x_str_align_labels
11804 : 553 : || strcmp (ptr1->x_str_align_labels, ptr2->x_str_align_labels)))
11805 : : return false;
11806 : 96429093 : if (ptr1->x_flag_align_loops != ptr2->x_flag_align_loops)
11807 : : return false;
11808 : 96429093 : if (ptr1->x_str_align_loops != ptr2->x_str_align_loops
11809 : 553 : && (!ptr1->x_str_align_loops || !ptr2->x_str_align_loops
11810 : 553 : || strcmp (ptr1->x_str_align_loops, ptr2->x_str_align_loops)))
11811 : : return false;
11812 : 96429093 : if (ptr1->x_flag_allocation_dce != ptr2->x_flag_allocation_dce)
11813 : : return false;
11814 : 96429093 : if (ptr1->x_flag_store_data_races != ptr2->x_flag_store_data_races)
11815 : : return false;
11816 : 96429093 : if (ptr1->x_flag_associative_math != ptr2->x_flag_associative_math)
11817 : : return false;
11818 : 96429086 : if (ptr1->x_flag_assume_sane_operators_new_delete != ptr2->x_flag_assume_sane_operators_new_delete)
11819 : : return false;
11820 : 96429086 : if (ptr1->x_flag_asynchronous_unwind_tables != ptr2->x_flag_asynchronous_unwind_tables)
11821 : : return false;
11822 : 96429086 : if (ptr1->x_flag_auto_inc_dec != ptr2->x_flag_auto_inc_dec)
11823 : : return false;
11824 : 96429086 : if (ptr1->x_flag_auto_profile_inlining != ptr2->x_flag_auto_profile_inlining)
11825 : : return false;
11826 : 96429086 : if (ptr1->x_flag_avoid_store_forwarding != ptr2->x_flag_avoid_store_forwarding)
11827 : : return false;
11828 : 96429086 : if (ptr1->x_flag_bit_tests != ptr2->x_flag_bit_tests)
11829 : : return false;
11830 : 96429086 : if (ptr1->x_flag_branch_on_count_reg != ptr2->x_flag_branch_on_count_reg)
11831 : : return false;
11832 : 96429086 : if (ptr1->x_flag_branch_probabilities != ptr2->x_flag_branch_probabilities)
11833 : : return false;
11834 : 96429086 : if (ptr1->x_flag_caller_saves != ptr2->x_flag_caller_saves)
11835 : : return false;
11836 : 96429086 : if (ptr1->x_flag_code_hoisting != ptr2->x_flag_code_hoisting)
11837 : : return false;
11838 : 96429086 : if (ptr1->x_flag_combine_stack_adjustments != ptr2->x_flag_combine_stack_adjustments)
11839 : : return false;
11840 : 96429086 : if (ptr1->x_flag_compare_elim_after_reload != ptr2->x_flag_compare_elim_after_reload)
11841 : : return false;
11842 : 96429086 : if (ptr1->x_flag_conserve_stack != ptr2->x_flag_conserve_stack)
11843 : : return false;
11844 : 96429086 : if (ptr1->x_flag_cprop_registers != ptr2->x_flag_cprop_registers)
11845 : : return false;
11846 : 96429086 : if (ptr1->x_flag_crossjumping != ptr2->x_flag_crossjumping)
11847 : : return false;
11848 : 96429086 : if (ptr1->x_flag_cse_follow_jumps != ptr2->x_flag_cse_follow_jumps)
11849 : : return false;
11850 : 96429086 : if (ptr1->x_flag_complex_method != ptr2->x_flag_complex_method)
11851 : : return false;
11852 : 96429082 : if (ptr1->x_flag_dce != ptr2->x_flag_dce)
11853 : : return false;
11854 : 96429082 : if (ptr1->x_flag_defer_pop != ptr2->x_flag_defer_pop)
11855 : : return false;
11856 : 96429082 : if (ptr1->x_flag_delayed_branch != ptr2->x_flag_delayed_branch)
11857 : : return false;
11858 : 96429082 : if (ptr1->x_flag_delete_dead_exceptions != ptr2->x_flag_delete_dead_exceptions)
11859 : : return false;
11860 : 96429082 : if (ptr1->x_flag_delete_null_pointer_checks != ptr2->x_flag_delete_null_pointer_checks)
11861 : : return false;
11862 : 96429082 : if (ptr1->x_flag_dep_fusion != ptr2->x_flag_dep_fusion)
11863 : : return false;
11864 : 96429082 : if (ptr1->x_flag_devirtualize != ptr2->x_flag_devirtualize)
11865 : : return false;
11866 : 96429082 : if (ptr1->x_flag_devirtualize_speculatively != ptr2->x_flag_devirtualize_speculatively)
11867 : : return false;
11868 : 96429082 : if (ptr1->x_flag_dse != ptr2->x_flag_dse)
11869 : : return false;
11870 : 96429082 : if (ptr1->x_flag_early_inlining != ptr2->x_flag_early_inlining)
11871 : : return false;
11872 : 96429082 : if (ptr1->x_flag_exceptions != ptr2->x_flag_exceptions)
11873 : : return false;
11874 : 96429082 : if (ptr1->x_flag_excess_precision != ptr2->x_flag_excess_precision)
11875 : : return false;
11876 : 96429082 : if (ptr1->x_flag_expensive_optimizations != ptr2->x_flag_expensive_optimizations)
11877 : : return false;
11878 : 96429082 : if (ptr1->x_flag_ext_dce != ptr2->x_flag_ext_dce)
11879 : : return false;
11880 : 96429082 : if (ptr1->x_flag_finite_loops != ptr2->x_flag_finite_loops)
11881 : : return false;
11882 : 96429082 : if (ptr1->x_flag_finite_math_only != ptr2->x_flag_finite_math_only)
11883 : : return false;
11884 : 96429078 : if (ptr1->x_flag_float_store != ptr2->x_flag_float_store)
11885 : : return false;
11886 : 96429078 : if (ptr1->x_flag_fold_mem_offsets != ptr2->x_flag_fold_mem_offsets)
11887 : : return false;
11888 : 96429078 : if (ptr1->x_flag_fold_simple_inlines != ptr2->x_flag_fold_simple_inlines)
11889 : : return false;
11890 : 96429078 : if (ptr1->x_flag_forward_propagate != ptr2->x_flag_forward_propagate)
11891 : : return false;
11892 : 96429078 : if (ptr1->x_flag_fp_contract_mode != ptr2->x_flag_fp_contract_mode)
11893 : : return false;
11894 : 96429065 : if (ptr1->x_flag_fp_int_builtin_inexact != ptr2->x_flag_fp_int_builtin_inexact)
11895 : : return false;
11896 : 96429065 : if (ptr1->x_flag_no_function_cse != ptr2->x_flag_no_function_cse)
11897 : : return false;
11898 : 96429065 : if (ptr1->x_flag_gcse != ptr2->x_flag_gcse)
11899 : : return false;
11900 : 96429065 : if (ptr1->x_flag_gcse_after_reload != ptr2->x_flag_gcse_after_reload)
11901 : : return false;
11902 : 96429065 : if (ptr1->x_flag_gcse_las != ptr2->x_flag_gcse_las)
11903 : : return false;
11904 : 96429065 : if (ptr1->x_flag_gcse_lm != ptr2->x_flag_gcse_lm)
11905 : : return false;
11906 : 96429065 : if (ptr1->x_flag_gcse_sm != ptr2->x_flag_gcse_sm)
11907 : : return false;
11908 : 96429065 : if (ptr1->x_flag_graphite != ptr2->x_flag_graphite)
11909 : : return false;
11910 : 96429065 : if (ptr1->x_flag_graphite_identity != ptr2->x_flag_graphite_identity)
11911 : : return false;
11912 : 96429065 : if (ptr1->x_flag_guess_branch_prob != ptr2->x_flag_guess_branch_prob)
11913 : : return false;
11914 : 96429065 : if (ptr1->x_flag_harden_control_flow_redundancy_check_exceptions != ptr2->x_flag_harden_control_flow_redundancy_check_exceptions)
11915 : : return false;
11916 : 96429065 : if (ptr1->x_flag_harden_control_flow_redundancy_check_noreturn != ptr2->x_flag_harden_control_flow_redundancy_check_noreturn)
11917 : : return false;
11918 : 96429065 : if (ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls != ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls)
11919 : : return false;
11920 : 96429065 : if (ptr1->x_flag_harden_control_flow_redundancy_skip_leaf != ptr2->x_flag_harden_control_flow_redundancy_skip_leaf)
11921 : : return false;
11922 : 96429065 : if (ptr1->x_flag_harden_compares != ptr2->x_flag_harden_compares)
11923 : : return false;
11924 : 96429065 : if (ptr1->x_flag_harden_conditional_branches != ptr2->x_flag_harden_conditional_branches)
11925 : : return false;
11926 : 96429065 : if (ptr1->x_flag_harden_control_flow_redundancy != ptr2->x_flag_harden_control_flow_redundancy)
11927 : : return false;
11928 : 96429065 : if (ptr1->x_flag_hoist_adjacent_loads != ptr2->x_flag_hoist_adjacent_loads)
11929 : : return false;
11930 : 96429065 : if (ptr1->x_flag_if_conversion != ptr2->x_flag_if_conversion)
11931 : : return false;
11932 : 96429065 : if (ptr1->x_flag_if_conversion2 != ptr2->x_flag_if_conversion2)
11933 : : return false;
11934 : 96429065 : if (ptr1->x_flag_indirect_inlining != ptr2->x_flag_indirect_inlining)
11935 : : return false;
11936 : 96429065 : if (ptr1->x_flag_no_inline != ptr2->x_flag_no_inline)
11937 : : return false;
11938 : 96429065 : if (ptr1->x_flag_inline_atomics != ptr2->x_flag_inline_atomics)
11939 : : return false;
11940 : 96429065 : if (ptr1->x_flag_inline_functions != ptr2->x_flag_inline_functions)
11941 : : return false;
11942 : 96429065 : if (ptr1->x_flag_inline_functions_called_once != ptr2->x_flag_inline_functions_called_once)
11943 : : return false;
11944 : 96429065 : if (ptr1->x_flag_inline_small_functions != ptr2->x_flag_inline_small_functions)
11945 : : return false;
11946 : 96429065 : if (ptr1->x_flag_inline_stringops != ptr2->x_flag_inline_stringops)
11947 : : return false;
11948 : 96429065 : if (ptr1->x_flag_ipa_bit_cp != ptr2->x_flag_ipa_bit_cp)
11949 : : return false;
11950 : 96429065 : if (ptr1->x_flag_ipa_cp != ptr2->x_flag_ipa_cp)
11951 : : return false;
11952 : 96429065 : if (ptr1->x_flag_ipa_cp_clone != ptr2->x_flag_ipa_cp_clone)
11953 : : return false;
11954 : 96429065 : if (ptr1->x_flag_ipa_icf != ptr2->x_flag_ipa_icf)
11955 : : return false;
11956 : 96429065 : if (ptr1->x_flag_ipa_icf_functions != ptr2->x_flag_ipa_icf_functions)
11957 : : return false;
11958 : 96429065 : if (ptr1->x_flag_ipa_icf_variables != ptr2->x_flag_ipa_icf_variables)
11959 : : return false;
11960 : 96429065 : if (ptr1->x_flag_ipa_modref != ptr2->x_flag_ipa_modref)
11961 : : return false;
11962 : 96429065 : if (ptr1->x_flag_ipa_profile != ptr2->x_flag_ipa_profile)
11963 : : return false;
11964 : 96429065 : if (ptr1->x_flag_ipa_pta != ptr2->x_flag_ipa_pta)
11965 : : return false;
11966 : 96429065 : if (ptr1->x_flag_ipa_pure_const != ptr2->x_flag_ipa_pure_const)
11967 : : return false;
11968 : 96429065 : if (ptr1->x_flag_ipa_ra != ptr2->x_flag_ipa_ra)
11969 : : return false;
11970 : 96429065 : if (ptr1->x_flag_ipa_reference != ptr2->x_flag_ipa_reference)
11971 : : return false;
11972 : 96429065 : if (ptr1->x_flag_ipa_reference_addressable != ptr2->x_flag_ipa_reference_addressable)
11973 : : return false;
11974 : 96429065 : if (ptr1->x_flag_ipa_reorder_for_locality != ptr2->x_flag_ipa_reorder_for_locality)
11975 : : return false;
11976 : 96429065 : if (ptr1->x_flag_ipa_sra != ptr2->x_flag_ipa_sra)
11977 : : return false;
11978 : 96429065 : if (ptr1->x_flag_ipa_stack_alignment != ptr2->x_flag_ipa_stack_alignment)
11979 : : return false;
11980 : 96429065 : if (ptr1->x_flag_ipa_strict_aliasing != ptr2->x_flag_ipa_strict_aliasing)
11981 : : return false;
11982 : 96429065 : if (ptr1->x_flag_ipa_vrp != ptr2->x_flag_ipa_vrp)
11983 : : return false;
11984 : 96429065 : if (ptr1->x_flag_ira_algorithm != ptr2->x_flag_ira_algorithm)
11985 : : return false;
11986 : 96429065 : if (ptr1->x_flag_ira_hoist_pressure != ptr2->x_flag_ira_hoist_pressure)
11987 : : return false;
11988 : 96429065 : if (ptr1->x_flag_ira_loop_pressure != ptr2->x_flag_ira_loop_pressure)
11989 : : return false;
11990 : 96429065 : if (ptr1->x_flag_ira_region != ptr2->x_flag_ira_region)
11991 : : return false;
11992 : 96429065 : if (ptr1->x_flag_ira_share_save_slots != ptr2->x_flag_ira_share_save_slots)
11993 : : return false;
11994 : 96429065 : if (ptr1->x_flag_ira_share_spill_slots != ptr2->x_flag_ira_share_spill_slots)
11995 : : return false;
11996 : 96429065 : if (ptr1->x_flag_isolate_erroneous_paths_attribute != ptr2->x_flag_isolate_erroneous_paths_attribute)
11997 : : return false;
11998 : 96429065 : if (ptr1->x_flag_isolate_erroneous_paths_dereference != ptr2->x_flag_isolate_erroneous_paths_dereference)
11999 : : return false;
12000 : 96429065 : if (ptr1->x_flag_ivopts != ptr2->x_flag_ivopts)
12001 : : return false;
12002 : 96429065 : if (ptr1->x_flag_jump_tables != ptr2->x_flag_jump_tables)
12003 : : return false;
12004 : 96429065 : if (ptr1->x_flag_keep_gc_roots_live != ptr2->x_flag_keep_gc_roots_live)
12005 : : return false;
12006 : 96429065 : if (ptr1->x_flag_late_combine_instructions != ptr2->x_flag_late_combine_instructions)
12007 : : return false;
12008 : 96429065 : if (ptr1->x_flag_lifetime_dse != ptr2->x_flag_lifetime_dse)
12009 : : return false;
12010 : 96429065 : if (ptr1->x_flag_limit_function_alignment != ptr2->x_flag_limit_function_alignment)
12011 : : return false;
12012 : 96429065 : if (ptr1->x_flag_live_patching != ptr2->x_flag_live_patching)
12013 : : return false;
12014 : 96429065 : if (ptr1->x_flag_live_range_shrinkage != ptr2->x_flag_live_range_shrinkage)
12015 : : return false;
12016 : 96429065 : if (ptr1->x_flag_loop_interchange != ptr2->x_flag_loop_interchange)
12017 : : return false;
12018 : 96429065 : if (ptr1->x_flag_loop_nest_optimize != ptr2->x_flag_loop_nest_optimize)
12019 : : return false;
12020 : 96429065 : if (ptr1->x_flag_loop_parallelize_all != ptr2->x_flag_loop_parallelize_all)
12021 : : return false;
12022 : 96429065 : if (ptr1->x_flag_unroll_jam != ptr2->x_flag_unroll_jam)
12023 : : return false;
12024 : 96429065 : if (ptr1->x_flag_lra_remat != ptr2->x_flag_lra_remat)
12025 : : return false;
12026 : 96429065 : if (ptr1->x_flag_malloc_dce != ptr2->x_flag_malloc_dce)
12027 : : return false;
12028 : 96429065 : if (ptr1->x_flag_malloc_dse != ptr2->x_flag_malloc_dse)
12029 : : return false;
12030 : 96429065 : if (ptr1->x_flag_errno_math != ptr2->x_flag_errno_math)
12031 : : return false;
12032 : 96429065 : if (ptr1->x_flag_min_function_alignment != ptr2->x_flag_min_function_alignment)
12033 : : return false;
12034 : 96429065 : if (ptr1->x_flag_modulo_sched != ptr2->x_flag_modulo_sched)
12035 : : return false;
12036 : 96429065 : if (ptr1->x_flag_modulo_sched_allow_regmoves != ptr2->x_flag_modulo_sched_allow_regmoves)
12037 : : return false;
12038 : 96429065 : if (ptr1->x_flag_move_loop_invariants != ptr2->x_flag_move_loop_invariants)
12039 : : return false;
12040 : 96429065 : if (ptr1->x_flag_move_loop_stores != ptr2->x_flag_move_loop_stores)
12041 : : return false;
12042 : 96429065 : if (ptr1->x_flag_non_call_exceptions != ptr2->x_flag_non_call_exceptions)
12043 : : return false;
12044 : 96429065 : if (ptr1->x_flag_nothrow_opt != ptr2->x_flag_nothrow_opt)
12045 : : return false;
12046 : 96429065 : if (ptr1->x_flag_omit_frame_pointer != ptr2->x_flag_omit_frame_pointer)
12047 : : return false;
12048 : 96429065 : if (ptr1->x_flag_openmp_target_simd_clone != ptr2->x_flag_openmp_target_simd_clone)
12049 : : return false;
12050 : 96429065 : if (ptr1->x_flag_opt_info != ptr2->x_flag_opt_info)
12051 : : return false;
12052 : 96429065 : if (ptr1->x_flag_optimize_crc != ptr2->x_flag_optimize_crc)
12053 : : return false;
12054 : 96429065 : if (ptr1->x_flag_optimize_sibling_calls != ptr2->x_flag_optimize_sibling_calls)
12055 : : return false;
12056 : 96429065 : if (ptr1->x_flag_optimize_strlen != ptr2->x_flag_optimize_strlen)
12057 : : return false;
12058 : 96429065 : if (ptr1->x_flag_pack_struct != ptr2->x_flag_pack_struct)
12059 : : return false;
12060 : 96429065 : if (ptr1->x_flag_partial_inlining != ptr2->x_flag_partial_inlining)
12061 : : return false;
12062 : 96429065 : if (ptr1->x_flag_patchable_function_entry != ptr2->x_flag_patchable_function_entry
12063 : 0 : && (!ptr1->x_flag_patchable_function_entry || !ptr2->x_flag_patchable_function_entry
12064 : 0 : || strcmp (ptr1->x_flag_patchable_function_entry, ptr2->x_flag_patchable_function_entry)))
12065 : : return false;
12066 : 96429065 : if (ptr1->x_flag_pcc_struct_return != ptr2->x_flag_pcc_struct_return)
12067 : : return false;
12068 : 96429065 : if (ptr1->x_flag_peel_loops != ptr2->x_flag_peel_loops)
12069 : : return false;
12070 : 96429065 : if (ptr1->x_flag_no_peephole != ptr2->x_flag_no_peephole)
12071 : : return false;
12072 : 96429065 : if (ptr1->x_flag_peephole2 != ptr2->x_flag_peephole2)
12073 : : return false;
12074 : 96429065 : if (ptr1->x_flag_plt != ptr2->x_flag_plt)
12075 : : return false;
12076 : 96429065 : if (ptr1->x_flag_predictive_commoning != ptr2->x_flag_predictive_commoning)
12077 : : return false;
12078 : 96429065 : if (ptr1->x_flag_prefetch_loop_arrays != ptr2->x_flag_prefetch_loop_arrays)
12079 : : return false;
12080 : 96429065 : if (ptr1->x_flag_printf_return_value != ptr2->x_flag_printf_return_value)
12081 : : return false;
12082 : 96429065 : if (ptr1->x_flag_profile_partial_training != ptr2->x_flag_profile_partial_training)
12083 : : return false;
12084 : 96429065 : if (ptr1->x_flag_profile_reorder_functions != ptr2->x_flag_profile_reorder_functions)
12085 : : return false;
12086 : 96429065 : if (ptr1->x_flag_reciprocal_math != ptr2->x_flag_reciprocal_math)
12087 : : return false;
12088 : 96429065 : if (ptr1->x_flag_ree != ptr2->x_flag_ree)
12089 : : return false;
12090 : 96429065 : if (ptr1->x_flag_rename_registers != ptr2->x_flag_rename_registers)
12091 : : return false;
12092 : 96429065 : if (ptr1->x_flag_reorder_blocks != ptr2->x_flag_reorder_blocks)
12093 : : return false;
12094 : 96429065 : if (ptr1->x_flag_reorder_blocks_algorithm != ptr2->x_flag_reorder_blocks_algorithm)
12095 : : return false;
12096 : 96429065 : if (ptr1->x_flag_reorder_blocks_and_partition != ptr2->x_flag_reorder_blocks_and_partition)
12097 : : return false;
12098 : 96429065 : if (ptr1->x_flag_reorder_functions != ptr2->x_flag_reorder_functions)
12099 : : return false;
12100 : 96429065 : if (ptr1->x_flag_rerun_cse_after_loop != ptr2->x_flag_rerun_cse_after_loop)
12101 : : return false;
12102 : 96429065 : if (ptr1->x_flag_resched_modulo_sched != ptr2->x_flag_resched_modulo_sched)
12103 : : return false;
12104 : 96429065 : if (ptr1->x_flag_rounding_math != ptr2->x_flag_rounding_math)
12105 : : return false;
12106 : 96429065 : if (ptr1->x_flag_rtti != ptr2->x_flag_rtti)
12107 : : return false;
12108 : 96429065 : if (ptr1->x_flag_save_optimization_record != ptr2->x_flag_save_optimization_record)
12109 : : return false;
12110 : 96429065 : if (ptr1->x_flag_sched_critical_path_heuristic != ptr2->x_flag_sched_critical_path_heuristic)
12111 : : return false;
12112 : 96429065 : if (ptr1->x_flag_sched_dep_count_heuristic != ptr2->x_flag_sched_dep_count_heuristic)
12113 : : return false;
12114 : 96429065 : if (ptr1->x_flag_sched_group_heuristic != ptr2->x_flag_sched_group_heuristic)
12115 : : return false;
12116 : 96429065 : if (ptr1->x_flag_schedule_interblock != ptr2->x_flag_schedule_interblock)
12117 : : return false;
12118 : 96429065 : if (ptr1->x_flag_sched_last_insn_heuristic != ptr2->x_flag_sched_last_insn_heuristic)
12119 : : return false;
12120 : 96429065 : if (ptr1->x_flag_sched_pressure != ptr2->x_flag_sched_pressure)
12121 : : return false;
12122 : 96429065 : if (ptr1->x_flag_sched_rank_heuristic != ptr2->x_flag_sched_rank_heuristic)
12123 : : return false;
12124 : 96429065 : if (ptr1->x_flag_schedule_speculative != ptr2->x_flag_schedule_speculative)
12125 : : return false;
12126 : 96429065 : if (ptr1->x_flag_sched_spec_insn_heuristic != ptr2->x_flag_sched_spec_insn_heuristic)
12127 : : return false;
12128 : 96429065 : if (ptr1->x_flag_schedule_speculative_load != ptr2->x_flag_schedule_speculative_load)
12129 : : return false;
12130 : 96429065 : if (ptr1->x_flag_schedule_speculative_load_dangerous != ptr2->x_flag_schedule_speculative_load_dangerous)
12131 : : return false;
12132 : 96429065 : if (ptr1->x_flag_sched_stalled_insns != ptr2->x_flag_sched_stalled_insns)
12133 : : return false;
12134 : 96429065 : if (ptr1->x_flag_sched_stalled_insns_dep != ptr2->x_flag_sched_stalled_insns_dep)
12135 : : return false;
12136 : 96429065 : if (ptr1->x_flag_sched2_use_superblocks != ptr2->x_flag_sched2_use_superblocks)
12137 : : return false;
12138 : 96429065 : if (ptr1->x_flag_schedule_fusion != ptr2->x_flag_schedule_fusion)
12139 : : return false;
12140 : 96429065 : if (ptr1->x_flag_schedule_insns != ptr2->x_flag_schedule_insns)
12141 : : return false;
12142 : 96429065 : if (ptr1->x_flag_schedule_insns_after_reload != ptr2->x_flag_schedule_insns_after_reload)
12143 : : return false;
12144 : 96429065 : if (ptr1->x_flag_section_anchors != ptr2->x_flag_section_anchors)
12145 : : return false;
12146 : 96429065 : if (ptr1->x_flag_sel_sched_pipelining != ptr2->x_flag_sel_sched_pipelining)
12147 : : return false;
12148 : 96429065 : if (ptr1->x_flag_sel_sched_pipelining_outer_loops != ptr2->x_flag_sel_sched_pipelining_outer_loops)
12149 : : return false;
12150 : 96429065 : if (ptr1->x_flag_sel_sched_reschedule_pipelined != ptr2->x_flag_sel_sched_reschedule_pipelined)
12151 : : return false;
12152 : 96429065 : if (ptr1->x_flag_selective_scheduling != ptr2->x_flag_selective_scheduling)
12153 : : return false;
12154 : 96429065 : if (ptr1->x_flag_selective_scheduling2 != ptr2->x_flag_selective_scheduling2)
12155 : : return false;
12156 : 96429065 : if (ptr1->x_flag_semantic_interposition != ptr2->x_flag_semantic_interposition)
12157 : : return false;
12158 : 96429065 : if (ptr1->x_flag_short_enums != ptr2->x_flag_short_enums)
12159 : : return false;
12160 : 96429065 : if (ptr1->x_flag_short_wchar != ptr2->x_flag_short_wchar)
12161 : : return false;
12162 : 96429065 : if (ptr1->x_flag_shrink_wrap != ptr2->x_flag_shrink_wrap)
12163 : : return false;
12164 : 96429065 : if (ptr1->x_flag_shrink_wrap_separate != ptr2->x_flag_shrink_wrap_separate)
12165 : : return false;
12166 : 96429065 : if (ptr1->x_flag_signaling_nans != ptr2->x_flag_signaling_nans)
12167 : : return false;
12168 : 96429065 : if (ptr1->x_flag_signed_zeros != ptr2->x_flag_signed_zeros)
12169 : : return false;
12170 : 96429065 : if (ptr1->x_flag_simd_cost_model != ptr2->x_flag_simd_cost_model)
12171 : : return false;
12172 : 96429065 : if (ptr1->x_flag_single_precision_constant != ptr2->x_flag_single_precision_constant)
12173 : : return false;
12174 : 96429065 : if (ptr1->x_flag_split_ivs_in_unroller != ptr2->x_flag_split_ivs_in_unroller)
12175 : : return false;
12176 : 96429065 : if (ptr1->x_flag_split_loops != ptr2->x_flag_split_loops)
12177 : : return false;
12178 : 96429065 : if (ptr1->x_flag_split_paths != ptr2->x_flag_split_paths)
12179 : : return false;
12180 : 96429065 : if (ptr1->x_flag_split_wide_types != ptr2->x_flag_split_wide_types)
12181 : : return false;
12182 : 96429065 : if (ptr1->x_flag_split_wide_types_early != ptr2->x_flag_split_wide_types_early)
12183 : : return false;
12184 : 96429065 : if (ptr1->x_flag_ssa_backprop != ptr2->x_flag_ssa_backprop)
12185 : : return false;
12186 : 96429065 : if (ptr1->x_flag_ssa_phiopt != ptr2->x_flag_ssa_phiopt)
12187 : : return false;
12188 : 96429065 : if (ptr1->x_flag_stack_clash_protection != ptr2->x_flag_stack_clash_protection)
12189 : : return false;
12190 : 96429065 : if (ptr1->x_flag_stack_protect != ptr2->x_flag_stack_protect)
12191 : : return false;
12192 : 96429065 : if (ptr1->x_flag_stack_reuse != ptr2->x_flag_stack_reuse)
12193 : : return false;
12194 : 96429065 : if (ptr1->x_flag_stdarg_opt != ptr2->x_flag_stdarg_opt)
12195 : : return false;
12196 : 96429065 : if (ptr1->x_flag_store_merging != ptr2->x_flag_store_merging)
12197 : : return false;
12198 : 96429065 : if (ptr1->x_flag_strict_aliasing != ptr2->x_flag_strict_aliasing)
12199 : : return false;
12200 : 96429061 : if (ptr1->x_flag_strict_enums != ptr2->x_flag_strict_enums)
12201 : : return false;
12202 : 96429061 : if (ptr1->x_flag_strict_volatile_bitfields != ptr2->x_flag_strict_volatile_bitfields)
12203 : : return false;
12204 : 96429061 : if (ptr1->x_flag_thread_jumps != ptr2->x_flag_thread_jumps)
12205 : : return false;
12206 : 96429061 : if (ptr1->x_flag_threadsafe_statics != ptr2->x_flag_threadsafe_statics)
12207 : : return false;
12208 : 96429061 : if (ptr1->x_flag_toplevel_reorder != ptr2->x_flag_toplevel_reorder)
12209 : : return false;
12210 : 96429061 : if (ptr1->x_flag_tracer != ptr2->x_flag_tracer)
12211 : : return false;
12212 : 96429061 : if (ptr1->x_flag_trapping_math != ptr2->x_flag_trapping_math)
12213 : : return false;
12214 : 96429061 : if (ptr1->x_flag_trapv != ptr2->x_flag_trapv)
12215 : : return false;
12216 : 96429061 : if (ptr1->x_flag_tree_bit_ccp != ptr2->x_flag_tree_bit_ccp)
12217 : : return false;
12218 : 96429061 : if (ptr1->x_flag_tree_builtin_call_dce != ptr2->x_flag_tree_builtin_call_dce)
12219 : : return false;
12220 : 96429061 : if (ptr1->x_flag_tree_ccp != ptr2->x_flag_tree_ccp)
12221 : : return false;
12222 : 96429061 : if (ptr1->x_flag_tree_ch != ptr2->x_flag_tree_ch)
12223 : : return false;
12224 : 96429061 : if (ptr1->x_flag_tree_coalesce_vars != ptr2->x_flag_tree_coalesce_vars)
12225 : : return false;
12226 : 96429061 : if (ptr1->x_flag_tree_copy_prop != ptr2->x_flag_tree_copy_prop)
12227 : : return false;
12228 : 96429061 : if (ptr1->x_flag_tree_cselim != ptr2->x_flag_tree_cselim)
12229 : : return false;
12230 : 96429061 : if (ptr1->x_flag_tree_dce != ptr2->x_flag_tree_dce)
12231 : : return false;
12232 : 96429061 : if (ptr1->x_flag_tree_dom != ptr2->x_flag_tree_dom)
12233 : : return false;
12234 : 96429061 : if (ptr1->x_flag_tree_dse != ptr2->x_flag_tree_dse)
12235 : : return false;
12236 : 96429061 : if (ptr1->x_flag_tree_forwprop != ptr2->x_flag_tree_forwprop)
12237 : : return false;
12238 : 96429061 : if (ptr1->x_flag_tree_fre != ptr2->x_flag_tree_fre)
12239 : : return false;
12240 : 96429061 : if (ptr1->x_flag_tree_loop_distribute_patterns != ptr2->x_flag_tree_loop_distribute_patterns)
12241 : : return false;
12242 : 96429061 : if (ptr1->x_flag_tree_loop_distribution != ptr2->x_flag_tree_loop_distribution)
12243 : : return false;
12244 : 96429061 : if (ptr1->x_flag_tree_loop_if_convert != ptr2->x_flag_tree_loop_if_convert)
12245 : : return false;
12246 : 96429061 : if (ptr1->x_flag_tree_loop_im != ptr2->x_flag_tree_loop_im)
12247 : : return false;
12248 : 96429061 : if (ptr1->x_flag_tree_loop_ivcanon != ptr2->x_flag_tree_loop_ivcanon)
12249 : : return false;
12250 : 96429061 : if (ptr1->x_flag_tree_loop_optimize != ptr2->x_flag_tree_loop_optimize)
12251 : : return false;
12252 : 96429061 : if (ptr1->x_flag_tree_loop_vectorize != ptr2->x_flag_tree_loop_vectorize)
12253 : : return false;
12254 : 96426920 : if (ptr1->x_flag_tree_parallelize_loops != ptr2->x_flag_tree_parallelize_loops)
12255 : : return false;
12256 : 96426920 : if (ptr1->x_flag_tree_partial_pre != ptr2->x_flag_tree_partial_pre)
12257 : : return false;
12258 : 96426920 : if (ptr1->x_flag_tree_phiprop != ptr2->x_flag_tree_phiprop)
12259 : : return false;
12260 : 96426920 : if (ptr1->x_flag_tree_pre != ptr2->x_flag_tree_pre)
12261 : : return false;
12262 : 96426920 : if (ptr1->x_flag_tree_pta != ptr2->x_flag_tree_pta)
12263 : : return false;
12264 : 96426920 : if (ptr1->x_flag_tree_reassoc != ptr2->x_flag_tree_reassoc)
12265 : : return false;
12266 : 96426920 : if (ptr1->x_flag_tree_scev_cprop != ptr2->x_flag_tree_scev_cprop)
12267 : : return false;
12268 : 96426920 : if (ptr1->x_flag_tree_sink != ptr2->x_flag_tree_sink)
12269 : : return false;
12270 : 96426920 : if (ptr1->x_flag_tree_slp_vectorize != ptr2->x_flag_tree_slp_vectorize)
12271 : : return false;
12272 : 96426920 : if (ptr1->x_flag_tree_slsr != ptr2->x_flag_tree_slsr)
12273 : : return false;
12274 : 96426920 : if (ptr1->x_flag_tree_sra != ptr2->x_flag_tree_sra)
12275 : : return false;
12276 : 96426920 : if (ptr1->x_flag_tree_switch_conversion != ptr2->x_flag_tree_switch_conversion)
12277 : : return false;
12278 : 96426920 : if (ptr1->x_flag_tree_tail_merge != ptr2->x_flag_tree_tail_merge)
12279 : : return false;
12280 : 96426920 : if (ptr1->x_flag_tree_ter != ptr2->x_flag_tree_ter)
12281 : : return false;
12282 : 96426920 : if (ptr1->x_flag_tree_vectorize != ptr2->x_flag_tree_vectorize)
12283 : : return false;
12284 : 96426920 : if (ptr1->x_flag_tree_vrp != ptr2->x_flag_tree_vrp)
12285 : : return false;
12286 : 96426920 : if (ptr1->x_flag_auto_var_init != ptr2->x_flag_auto_var_init)
12287 : : return false;
12288 : 96426920 : if (ptr1->x_flag_unconstrained_commons != ptr2->x_flag_unconstrained_commons)
12289 : : return false;
12290 : 96426920 : if (ptr1->x_flag_unreachable_traps != ptr2->x_flag_unreachable_traps)
12291 : : return false;
12292 : 96426920 : if (ptr1->x_flag_unroll_all_loops != ptr2->x_flag_unroll_all_loops)
12293 : : return false;
12294 : 96426920 : if (ptr1->x_flag_cunroll_grow_size != ptr2->x_flag_cunroll_grow_size)
12295 : : return false;
12296 : 96426920 : if (ptr1->x_flag_unroll_loops != ptr2->x_flag_unroll_loops)
12297 : : return false;
12298 : 96426920 : if (ptr1->x_flag_unsafe_math_optimizations != ptr2->x_flag_unsafe_math_optimizations)
12299 : : return false;
12300 : 96426920 : if (ptr1->x_flag_unswitch_loops != ptr2->x_flag_unswitch_loops)
12301 : : return false;
12302 : 96426920 : if (ptr1->x_flag_unwind_tables != ptr2->x_flag_unwind_tables)
12303 : : return false;
12304 : 96426920 : if (ptr1->x_flag_variable_expansion_in_unroller != ptr2->x_flag_variable_expansion_in_unroller)
12305 : : return false;
12306 : 96426920 : if (ptr1->x_flag_vect_cost_model != ptr2->x_flag_vect_cost_model)
12307 : : return false;
12308 : 96426920 : if (ptr1->x_flag_version_loops_for_strides != ptr2->x_flag_version_loops_for_strides)
12309 : : return false;
12310 : 96426920 : if (ptr1->x_flag_value_profile_transformations != ptr2->x_flag_value_profile_transformations)
12311 : : return false;
12312 : 96426920 : if (ptr1->x_flag_web != ptr2->x_flag_web)
12313 : : return false;
12314 : 96426920 : if (ptr1->x_flag_wrapv != ptr2->x_flag_wrapv)
12315 : : return false;
12316 : 96426920 : if (ptr1->x_flag_wrapv_pointer != ptr2->x_flag_wrapv_pointer)
12317 : : return false;
12318 : 96426920 : if (ptr1->x_ix86_unroll_only_small_loops != ptr2->x_ix86_unroll_only_small_loops)
12319 : : return false;
12320 : 964269195 : for (size_t i = 0; i < ARRAY_SIZE (ptr1->explicit_mask); i++)
12321 : 867842277 : if (ptr1->explicit_mask[i] != ptr2->explicit_mask[i])
12322 : : return false;
12323 : : return true;
12324 : : }
12325 : :
12326 : : /* Stream out optimization options */
12327 : : void
12328 : 33345 : cl_optimization_stream_out (struct output_block *ob,
12329 : : struct bitpack_d *bp,
12330 : : struct cl_optimization *ptr)
12331 : : {
12332 : 33345 : bp_pack_var_len_int (bp, ptr->x_optimize);
12333 : 33345 : bp_pack_var_len_int (bp, ptr->x_optimize_size);
12334 : 33345 : bp_pack_var_len_int (bp, ptr->x_optimize_debug);
12335 : 33345 : bp_pack_var_len_int (bp, ptr->x_optimize_fast);
12336 : 33345 : if (4 > (int ) 10)
12337 : : bp_pack_var_len_int (bp, ptr->x_param_align_loop_iterations ^ 4);
12338 : : else
12339 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_align_loop_iterations);
12340 : 33345 : if (100 > (int ) 10)
12341 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_align_threshold ^ 100);
12342 : : else
12343 : : bp_pack_var_len_int (bp, ptr->x_param_align_threshold);
12344 : 33345 : if (1 > (int ) 10)
12345 : : bp_pack_var_len_int (bp, ptr->x_param_asan_protect_allocas ^ 1);
12346 : : else
12347 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_asan_protect_allocas);
12348 : 33345 : if (1 > (int ) 10)
12349 : : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_reads ^ 1);
12350 : : else
12351 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_reads);
12352 : 33345 : if (1 > (int ) 10)
12353 : : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_writes ^ 1);
12354 : : else
12355 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_writes);
12356 : 33345 : if (7000 > (int ) 10)
12357 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_asan_instrumentation_with_call_threshold ^ 7000);
12358 : : else
12359 : : bp_pack_var_len_int (bp, ptr->x_param_asan_instrumentation_with_call_threshold);
12360 : 33345 : if (0 > (int ) 10)
12361 : : bp_pack_var_len_int (bp, ptr->x_param_asan_kernel_mem_intrinsic_prefix ^ 0);
12362 : : else
12363 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_asan_kernel_mem_intrinsic_prefix);
12364 : 33345 : if (1 > (int ) 10)
12365 : : bp_pack_var_len_int (bp, ptr->x_param_asan_memintrin ^ 1);
12366 : : else
12367 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_asan_memintrin);
12368 : 33345 : if (1 > (int ) 10)
12369 : : bp_pack_var_len_int (bp, ptr->x_param_asan_stack ^ 1);
12370 : : else
12371 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_asan_stack);
12372 : 33345 : if (1 > (int ) 10)
12373 : : bp_pack_var_len_int (bp, ptr->x_param_asan_use_after_return ^ 1);
12374 : : else
12375 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_asan_use_after_return);
12376 : 33345 : if (1 > (int ) 10)
12377 : : bp_pack_var_len_int (bp, ptr->x_param_auto_profile_bbs ^ 1);
12378 : : else
12379 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_auto_profile_bbs);
12380 : 33345 : if (10 > (int ) 10)
12381 : : bp_pack_var_len_int (bp, ptr->x_param_avg_loop_niter ^ 10);
12382 : : else
12383 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_avg_loop_niter);
12384 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_avoid_fma_max_bits);
12385 : 33345 : if (90 > (int ) 10)
12386 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_builtin_expect_probability ^ 90);
12387 : : else
12388 : : bp_pack_var_len_int (bp, ptr->x_param_builtin_expect_probability);
12389 : 33345 : if (3 > (int ) 10)
12390 : : bp_pack_var_len_int (bp, ptr->x_param_builtin_string_cmp_inline_length ^ 3);
12391 : : else
12392 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_builtin_string_cmp_inline_length);
12393 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_case_values_threshold);
12394 : 33345 : if (20 > (int ) 10)
12395 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_comdat_sharing_probability ^ 20);
12396 : : else
12397 : : bp_pack_var_len_int (bp, ptr->x_param_comdat_sharing_probability);
12398 : 33345 : if (0 > (int ) 10)
12399 : : bp_pack_var_len_int (bp, ptr->x_param_construct_interfere_size ^ 0);
12400 : : else
12401 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_construct_interfere_size);
12402 : 33345 : if (1 > (int ) 10)
12403 : : bp_pack_var_len_int (bp, ptr->x_param_cycle_accurate_model ^ 1);
12404 : : else
12405 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_cycle_accurate_model);
12406 : 33345 : if (0 > (int ) 10)
12407 : : bp_pack_var_len_int (bp, ptr->x_param_destruct_interfere_size ^ 0);
12408 : : else
12409 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_destruct_interfere_size);
12410 : 33345 : if (256 > (int ) 10)
12411 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_dse_max_alias_queries_per_store ^ 256);
12412 : : else
12413 : : bp_pack_var_len_int (bp, ptr->x_param_dse_max_alias_queries_per_store);
12414 : 33345 : if (256 > (int ) 10)
12415 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_dse_max_object_size ^ 256);
12416 : : else
12417 : : bp_pack_var_len_int (bp, ptr->x_param_dse_max_object_size);
12418 : 33345 : if (6 > (int ) 10)
12419 : : bp_pack_var_len_int (bp, ptr->x_param_early_inlining_insns ^ 6);
12420 : : else
12421 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_early_inlining_insns);
12422 : 33345 : if (2 > (int ) 10)
12423 : : bp_pack_var_len_int (bp, ptr->x_param_fsm_scale_path_stmts ^ 2);
12424 : : else
12425 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_fsm_scale_path_stmts);
12426 : 33345 : if (0 > (int ) 10)
12427 : : bp_pack_var_len_int (bp, ptr->x_param_fully_pipelined_fma ^ 0);
12428 : : else
12429 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_fully_pipelined_fma);
12430 : 33345 : if (10 > (int ) 10)
12431 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_critical_fraction ^ 10);
12432 : : else
12433 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_critical_fraction);
12434 : 33345 : if (3 > (int ) 10)
12435 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_partial_fraction ^ 3);
12436 : : else
12437 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_partial_fraction);
12438 : 33345 : if (10 > (int ) 10)
12439 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_cost_distance_ratio ^ 10);
12440 : : else
12441 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_gcse_cost_distance_ratio);
12442 : 33345 : if (3 > (int ) 10)
12443 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_unrestricted_cost ^ 3);
12444 : : else
12445 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_gcse_unrestricted_cost);
12446 : 33345 : if (100 > (int ) 10)
12447 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_arrays_per_scop ^ 100);
12448 : : else
12449 : : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_arrays_per_scop);
12450 : 33345 : if (10 > (int ) 10)
12451 : : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_nb_scop_params ^ 10);
12452 : : else
12453 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_nb_scop_params);
12454 : 33345 : if (0 > (int ) 10)
12455 : : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_blocks ^ 0);
12456 : : else
12457 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_blocks);
12458 : 33345 : if (16 > (int ) 10)
12459 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_inline_blocks ^ 16);
12460 : : else
12461 : : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_inline_blocks);
12462 : 33345 : if (1 > (int ) 10)
12463 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_allocas ^ 1);
12464 : : else
12465 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_allocas);
12466 : 33345 : if (1 > (int ) 10)
12467 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_mem_intrinsics ^ 1);
12468 : : else
12469 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_mem_intrinsics);
12470 : 33345 : if (1 > (int ) 10)
12471 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_reads ^ 1);
12472 : : else
12473 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_reads);
12474 : 33345 : if (1 > (int ) 10)
12475 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_stack ^ 1);
12476 : : else
12477 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_stack);
12478 : 33345 : if (1 > (int ) 10)
12479 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_writes ^ 1);
12480 : : else
12481 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_writes);
12482 : 33345 : if (1 > (int ) 10)
12483 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_random_frame_tag ^ 1);
12484 : : else
12485 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_random_frame_tag);
12486 : 33345 : if (200 > (int ) 10)
12487 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_inline_heuristics_hint_percent ^ 200);
12488 : : else
12489 : : bp_pack_var_len_int (bp, ptr->x_param_inline_heuristics_hint_percent);
12490 : 33345 : if (30 > (int ) 10)
12491 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_inline_min_speedup ^ 30);
12492 : : else
12493 : : bp_pack_var_len_int (bp, ptr->x_param_inline_min_speedup);
12494 : 33345 : if (40 > (int ) 10)
12495 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_inline_unit_growth ^ 40);
12496 : : else
12497 : : bp_pack_var_len_int (bp, ptr->x_param_inline_unit_growth);
12498 : 33345 : if (500 > (int ) 10)
12499 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_eval_threshold ^ 500);
12500 : : else
12501 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_eval_threshold);
12502 : 33345 : if (16000 > (int ) 10)
12503 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_large_unit_insns ^ 16000);
12504 : : else
12505 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_large_unit_insns);
12506 : 33345 : if (64 > (int ) 10)
12507 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_loop_hint_bonus ^ 64);
12508 : : else
12509 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_loop_hint_bonus);
12510 : 33345 : if (8 > (int ) 10)
12511 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_max_recursive_depth ^ 8);
12512 : : else
12513 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_max_recursive_depth);
12514 : 33345 : if (2 > (int ) 10)
12515 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_min_recursive_probability ^ 2);
12516 : : else
12517 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_min_recursive_probability);
12518 : 33345 : if (40 > (int ) 10)
12519 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursion_penalty ^ 40);
12520 : : else
12521 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursion_penalty);
12522 : 33345 : if (6 > (int ) 10)
12523 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursive_freq_factor ^ 6);
12524 : : else
12525 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursive_freq_factor);
12526 : 33345 : if (15 > (int ) 10)
12527 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_single_call_penalty ^ 15);
12528 : : else
12529 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_single_call_penalty);
12530 : 33345 : if (10 > (int ) 10)
12531 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_unit_growth ^ 10);
12532 : : else
12533 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_unit_growth);
12534 : 33345 : if (8 > (int ) 10)
12535 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_value_list_size ^ 8);
12536 : : else
12537 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_value_list_size);
12538 : 33345 : if (8 > (int ) 10)
12539 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_jump_function_lookups ^ 8);
12540 : : else
12541 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_jump_function_lookups);
12542 : 33345 : if (25000 > (int ) 10)
12543 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_aa_steps ^ 25000);
12544 : : else
12545 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_aa_steps);
12546 : 33345 : if (16 > (int ) 10)
12547 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_agg_items ^ 16);
12548 : : else
12549 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_agg_items);
12550 : 33345 : if (16 > (int ) 10)
12551 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_loop_predicates ^ 16);
12552 : : else
12553 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_loop_predicates);
12554 : 33345 : if (10 > (int ) 10)
12555 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_param_expr_ops ^ 10);
12556 : : else
12557 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_param_expr_ops);
12558 : 33345 : if (5 > (int ) 10)
12559 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_switch_predicate_bounds ^ 5);
12560 : : else
12561 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_switch_predicate_bounds);
12562 : 33345 : if (50 > (int ) 10)
12563 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_deref_prob_threshold ^ 50);
12564 : : else
12565 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_deref_prob_threshold);
12566 : 33345 : if (8 > (int ) 10)
12567 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_max_replacements ^ 8);
12568 : : else
12569 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_max_replacements);
12570 : 33345 : if (2 > (int ) 10)
12571 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptr_growth_factor ^ 2);
12572 : : else
12573 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptr_growth_factor);
12574 : 33345 : if (4 > (int ) 10)
12575 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptrwrap_growth_factor ^ 4);
12576 : : else
12577 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptrwrap_growth_factor);
12578 : 33345 : if (1 > (int ) 10)
12579 : : bp_pack_var_len_int (bp, ptr->x_param_ira_consider_dup_in_all_alts ^ 1);
12580 : : else
12581 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ira_consider_dup_in_all_alts);
12582 : 33345 : if (2 > (int ) 10)
12583 : : bp_pack_var_len_int (bp, ptr->x_param_ira_loop_reserved_regs ^ 2);
12584 : : else
12585 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ira_loop_reserved_regs);
12586 : 33345 : if (1000 > (int ) 10)
12587 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ira_max_conflict_table_size ^ 1000);
12588 : : else
12589 : : bp_pack_var_len_int (bp, ptr->x_param_ira_max_conflict_table_size);
12590 : 33345 : if (100 > (int ) 10)
12591 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ira_max_loops_num ^ 100);
12592 : : else
12593 : : bp_pack_var_len_int (bp, ptr->x_param_ira_max_loops_num);
12594 : 33345 : if (1000 > (int ) 10)
12595 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ira_simple_lra_insn_threshold ^ 1000);
12596 : : else
12597 : : bp_pack_var_len_int (bp, ptr->x_param_ira_simple_lra_insn_threshold);
12598 : 33345 : if (10 > (int ) 10)
12599 : : bp_pack_var_len_int (bp, ptr->x_param_iv_always_prune_cand_set_bound ^ 10);
12600 : : else
12601 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_iv_always_prune_cand_set_bound);
12602 : 33345 : if (40 > (int ) 10)
12603 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_iv_consider_all_candidates_bound ^ 40);
12604 : : else
12605 : : bp_pack_var_len_int (bp, ptr->x_param_iv_consider_all_candidates_bound);
12606 : 33345 : if (250 > (int ) 10)
12607 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_iv_max_considered_uses ^ 250);
12608 : : else
12609 : : bp_pack_var_len_int (bp, ptr->x_param_iv_max_considered_uses);
12610 : 33345 : if (300 > (int ) 10)
12611 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_size ^ 300);
12612 : : else
12613 : : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_size);
12614 : 33345 : if (800 > (int ) 10)
12615 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_speed ^ 800);
12616 : : else
12617 : : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_speed);
12618 : 33345 : if (32 > (int ) 10)
12619 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_line_size ^ 32);
12620 : : else
12621 : : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_line_size);
12622 : 33345 : if (64 > (int ) 10)
12623 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_size ^ 64);
12624 : : else
12625 : : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_size);
12626 : 33345 : if (512 > (int ) 10)
12627 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_l2_cache_size ^ 512);
12628 : : else
12629 : : bp_pack_var_len_int (bp, ptr->x_param_l2_cache_size);
12630 : 33345 : if (100 > (int ) 10)
12631 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_large_function_growth ^ 100);
12632 : : else
12633 : : bp_pack_var_len_int (bp, ptr->x_param_large_function_growth);
12634 : 33345 : if (2700 > (int ) 10)
12635 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_large_function_insns ^ 2700);
12636 : : else
12637 : : bp_pack_var_len_int (bp, ptr->x_param_large_function_insns);
12638 : 33345 : if (1000 > (int ) 10)
12639 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_stack_frame_growth ^ 1000);
12640 : : else
12641 : : bp_pack_var_len_int (bp, ptr->x_param_stack_frame_growth);
12642 : 33345 : if (256 > (int ) 10)
12643 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_large_stack_frame ^ 256);
12644 : : else
12645 : : bp_pack_var_len_int (bp, ptr->x_param_large_stack_frame);
12646 : 33345 : if (10000 > (int ) 10)
12647 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_large_unit_insns ^ 10000);
12648 : : else
12649 : : bp_pack_var_len_int (bp, ptr->x_param_large_unit_insns);
12650 : 33345 : if (20 > (int ) 10)
12651 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_lim_expensive ^ 20);
12652 : : else
12653 : : bp_pack_var_len_int (bp, ptr->x_param_lim_expensive);
12654 : 33345 : if (51 > (int ) 10)
12655 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_loop_block_tile_size ^ 51);
12656 : : else
12657 : : bp_pack_var_len_int (bp, ptr->x_param_loop_block_tile_size);
12658 : 33345 : if (64 > (int ) 10)
12659 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_max_num_stmts ^ 64);
12660 : : else
12661 : : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_max_num_stmts);
12662 : 33345 : if (2 > (int ) 10)
12663 : : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_stride_ratio ^ 2);
12664 : : else
12665 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_stride_ratio);
12666 : 33345 : if (10000 > (int ) 10)
12667 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_loop_invariant_max_bbs_in_loop ^ 10000);
12668 : : else
12669 : : bp_pack_var_len_int (bp, ptr->x_param_loop_invariant_max_bbs_in_loop);
12670 : 33345 : if (1000 > (int ) 10)
12671 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_loop_max_datarefs_for_datadeps ^ 1000);
12672 : : else
12673 : : bp_pack_var_len_int (bp, ptr->x_param_loop_max_datarefs_for_datadeps);
12674 : 33345 : if (200 > (int ) 10)
12675 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_inner_insns ^ 200);
12676 : : else
12677 : : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_inner_insns);
12678 : 33345 : if (100 > (int ) 10)
12679 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_outer_insns ^ 100);
12680 : : else
12681 : : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_outer_insns);
12682 : 33345 : if (40 > (int ) 10)
12683 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_lra_inheritance_ebb_probability_cutoff ^ 40);
12684 : : else
12685 : : bp_pack_var_len_int (bp, ptr->x_param_lra_inheritance_ebb_probability_cutoff);
12686 : 33345 : if (500 > (int ) 10)
12687 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_lra_max_considered_reload_pseudos ^ 500);
12688 : : else
12689 : : bp_pack_var_len_int (bp, ptr->x_param_lra_max_considered_reload_pseudos);
12690 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_lto_locality_cloning);
12691 : 33345 : if (1 > (int ) 10)
12692 : : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_frequency ^ 1);
12693 : : else
12694 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_frequency);
12695 : 33345 : if (1000 > (int ) 10)
12696 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_size ^ 1000);
12697 : : else
12698 : : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_size);
12699 : 33345 : if (80 > (int ) 10)
12700 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_average_unrolled_insns ^ 80);
12701 : : else
12702 : : bp_pack_var_len_int (bp, ptr->x_param_max_average_unrolled_insns);
12703 : 33345 : if (4 > (int ) 10)
12704 : : bp_pack_var_len_int (bp, ptr->x_param_max_combine_insns ^ 4);
12705 : : else
12706 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_combine_insns);
12707 : 33345 : if (3000 > (int ) 10)
12708 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_combine_search_insns ^ 3000);
12709 : : else
12710 : : bp_pack_var_len_int (bp, ptr->x_param_max_combine_search_insns);
12711 : 33345 : if (8 > (int ) 10)
12712 : : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_iterations ^ 8);
12713 : : else
12714 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_iterations);
12715 : 33345 : if (16 > (int ) 10)
12716 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peel_times ^ 16);
12717 : : else
12718 : : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peel_times);
12719 : 33345 : if (200 > (int ) 10)
12720 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peeled_insns ^ 200);
12721 : : else
12722 : : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peeled_insns);
12723 : 33345 : if (100 > (int ) 10)
12724 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_crossjump_edges ^ 100);
12725 : : else
12726 : : bp_pack_var_len_int (bp, ptr->x_param_max_crossjump_edges);
12727 : 33345 : if (1000 > (int ) 10)
12728 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_cse_insns ^ 1000);
12729 : : else
12730 : : bp_pack_var_len_int (bp, ptr->x_param_max_cse_insns);
12731 : 33345 : if (10 > (int ) 10)
12732 : : bp_pack_var_len_int (bp, ptr->x_param_max_cse_path_length ^ 10);
12733 : : else
12734 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_cse_path_length);
12735 : 33345 : if (500 > (int ) 10)
12736 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_cselib_memory_locations ^ 500);
12737 : : else
12738 : : bp_pack_var_len_int (bp, ptr->x_param_max_cselib_memory_locations);
12739 : 33345 : if (100000 > (int ) 10)
12740 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_debug_marker_count ^ 100000);
12741 : : else
12742 : : bp_pack_var_len_int (bp, ptr->x_param_max_debug_marker_count);
12743 : 33345 : if (100 > (int ) 10)
12744 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_insn_search ^ 100);
12745 : : else
12746 : : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_insn_search);
12747 : 33345 : if (333 > (int ) 10)
12748 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_live_search ^ 333);
12749 : : else
12750 : : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_live_search);
12751 : 33345 : if (3 > (int ) 10)
12752 : : bp_pack_var_len_int (bp, ptr->x_param_max_devirt_targets ^ 3);
12753 : : else
12754 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_devirt_targets);
12755 : 33345 : if (5000 > (int ) 10)
12756 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_dse_active_local_stores ^ 5000);
12757 : : else
12758 : : bp_pack_var_len_int (bp, ptr->x_param_max_dse_active_local_stores);
12759 : 33345 : if (1 > (int ) 10)
12760 : : bp_pack_var_len_int (bp, ptr->x_param_early_inliner_max_iterations ^ 1);
12761 : : else
12762 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_early_inliner_max_iterations);
12763 : 33345 : if (200 > (int ) 10)
12764 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_find_base_term_values ^ 200);
12765 : : else
12766 : : bp_pack_var_len_int (bp, ptr->x_param_max_find_base_term_values);
12767 : 33345 : if (100 > (int ) 10)
12768 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_fsm_thread_path_insns ^ 100);
12769 : : else
12770 : : bp_pack_var_len_int (bp, ptr->x_param_max_fsm_thread_path_insns);
12771 : 33345 : if (20 > (int ) 10)
12772 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_insertion_ratio ^ 20);
12773 : : else
12774 : : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_insertion_ratio);
12775 : 33345 : if (131072 > (int ) 10)
12776 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_memory ^ 131072);
12777 : : else
12778 : : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_memory);
12779 : 33345 : if (8 > (int ) 10)
12780 : : bp_pack_var_len_int (bp, ptr->x_param_max_goto_duplication_insns ^ 8);
12781 : : else
12782 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_goto_duplication_insns);
12783 : 33345 : if (8 > (int ) 10)
12784 : : bp_pack_var_len_int (bp, ptr->x_param_max_grow_copy_bb_insns ^ 8);
12785 : : else
12786 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_grow_copy_bb_insns);
12787 : 33345 : if (30 > (int ) 10)
12788 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_hoist_depth ^ 30);
12789 : : else
12790 : : bp_pack_var_len_int (bp, ptr->x_param_max_hoist_depth);
12791 : 33345 : if (4000 > (int ) 10)
12792 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_insns ^ 4000);
12793 : : else
12794 : : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_insns);
12795 : 33345 : if (6 > (int ) 10)
12796 : : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_loop_depth ^ 6);
12797 : : else
12798 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_loop_depth);
12799 : 33345 : if (15 > (int ) 10)
12800 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_auto ^ 15);
12801 : : else
12802 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_auto);
12803 : 33345 : if (450 > (int ) 10)
12804 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive_auto ^ 450);
12805 : : else
12806 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive_auto);
12807 : 33345 : if (450 > (int ) 10)
12808 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive ^ 450);
12809 : : else
12810 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive);
12811 : 33345 : if (70 > (int ) 10)
12812 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_single ^ 70);
12813 : : else
12814 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_single);
12815 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_size);
12816 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_small);
12817 : 33345 : if (8 > (int ) 10)
12818 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth_auto ^ 8);
12819 : : else
12820 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth_auto);
12821 : 33345 : if (8 > (int ) 10)
12822 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth ^ 8);
12823 : : else
12824 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth);
12825 : 33345 : if (350000 > (int ) 10)
12826 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_isl_operations ^ 350000);
12827 : : else
12828 : : bp_pack_var_len_int (bp, ptr->x_param_max_isl_operations);
12829 : 33345 : if (10 > (int ) 10)
12830 : : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_computation_cost ^ 10);
12831 : : else
12832 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_computation_cost);
12833 : 33345 : if (1000 > (int ) 10)
12834 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_to_track ^ 1000);
12835 : : else
12836 : : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_to_track);
12837 : 33345 : if (15 > (int ) 10)
12838 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_duplication_stmts ^ 15);
12839 : : else
12840 : : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_duplication_stmts);
12841 : 33345 : if (64 > (int ) 10)
12842 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_paths ^ 64);
12843 : : else
12844 : : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_paths);
12845 : 33345 : if (10000 > (int ) 10)
12846 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_last_value_rtl ^ 10000);
12847 : : else
12848 : : bp_pack_var_len_int (bp, ptr->x_param_max_last_value_rtl);
12849 : 33345 : if (20 > (int ) 10)
12850 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_loop_header_insns ^ 20);
12851 : : else
12852 : : bp_pack_var_len_int (bp, ptr->x_param_max_loop_header_insns);
12853 : 33345 : if (40 > (int ) 10)
12854 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_modulo_backtrack_attempts ^ 40);
12855 : : else
12856 : : bp_pack_var_len_int (bp, ptr->x_param_max_modulo_backtrack_attempts);
12857 : 33345 : if (100 > (int ) 10)
12858 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_partial_antic_length ^ 100);
12859 : : else
12860 : : bp_pack_var_len_int (bp, ptr->x_param_max_partial_antic_length);
12861 : 33345 : if (32 > (int ) 10)
12862 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_peel_branches ^ 32);
12863 : : else
12864 : : bp_pack_var_len_int (bp, ptr->x_param_max_peel_branches);
12865 : 33345 : if (16 > (int ) 10)
12866 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_peel_times ^ 16);
12867 : : else
12868 : : bp_pack_var_len_int (bp, ptr->x_param_max_peel_times);
12869 : 33345 : if (100 > (int ) 10)
12870 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_peeled_insns ^ 100);
12871 : : else
12872 : : bp_pack_var_len_int (bp, ptr->x_param_max_peeled_insns);
12873 : 33345 : if (32 > (int ) 10)
12874 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_pending_list_length ^ 32);
12875 : : else
12876 : : bp_pack_var_len_int (bp, ptr->x_param_max_pending_list_length);
12877 : 33345 : if (15 > (int ) 10)
12878 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_blocks ^ 15);
12879 : : else
12880 : : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_blocks);
12881 : 33345 : if (200 > (int ) 10)
12882 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_insns ^ 200);
12883 : : else
12884 : : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_insns);
12885 : 33345 : if (5 > (int ) 10)
12886 : : bp_pack_var_len_int (bp, ptr->x_param_max_pow_sqrt_depth ^ 5);
12887 : : else
12888 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_pow_sqrt_depth);
12889 : 33345 : if (100 > (int ) 10)
12890 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_predicted_iterations ^ 100);
12891 : : else
12892 : : bp_pack_var_len_int (bp, ptr->x_param_max_predicted_iterations);
12893 : 33345 : if (100 > (int ) 10)
12894 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_reload_search_insns ^ 100);
12895 : : else
12896 : : bp_pack_var_len_int (bp, ptr->x_param_max_reload_search_insns);
12897 : 33345 : if (10 > (int ) 10)
12898 : : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_insns ^ 10);
12899 : : else
12900 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_insns);
12901 : 33345 : if (20 > (int ) 10)
12902 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_predictable_cost ^ 20);
12903 : : else
12904 : : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_predictable_cost);
12905 : 33345 : if (40 > (int ) 10)
12906 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_unpredictable_cost ^ 40);
12907 : : else
12908 : : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_unpredictable_cost);
12909 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_extend_regions_iters);
12910 : 33345 : if (3 > (int ) 10)
12911 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_insn_conflict_delay ^ 3);
12912 : : else
12913 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_insn_conflict_delay);
12914 : 33345 : if (100 > (int ) 10)
12915 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_ready_insns ^ 100);
12916 : : else
12917 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_ready_insns);
12918 : 33345 : if (10 > (int ) 10)
12919 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_blocks ^ 10);
12920 : : else
12921 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_blocks);
12922 : 33345 : if (100 > (int ) 10)
12923 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_insns ^ 100);
12924 : : else
12925 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_insns);
12926 : 33345 : if (50 > (int ) 10)
12927 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_slsr_candidate_scan ^ 50);
12928 : : else
12929 : : bp_pack_var_len_int (bp, ptr->x_param_max_slsr_candidate_scan);
12930 : 33345 : if (50 > (int ) 10)
12931 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_speculative_devirt_maydefs ^ 50);
12932 : : else
12933 : : bp_pack_var_len_int (bp, ptr->x_param_max_speculative_devirt_maydefs);
12934 : 33345 : if (64 > (int ) 10)
12935 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_merge ^ 64);
12936 : : else
12937 : : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_merge);
12938 : 33345 : if (2 > (int ) 10)
12939 : : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_sink ^ 2);
12940 : : else
12941 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_sink);
12942 : 33345 : if (10 > (int ) 10)
12943 : : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_comparisons ^ 10);
12944 : : else
12945 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_comparisons);
12946 : 33345 : if (2 > (int ) 10)
12947 : : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_iterations ^ 2);
12948 : : else
12949 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_iterations);
12950 : 33345 : if (10000 > (int ) 10)
12951 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_tracked_strlens ^ 10000);
12952 : : else
12953 : : bp_pack_var_len_int (bp, ptr->x_param_max_tracked_strlens);
12954 : 33345 : if (4 > (int ) 10)
12955 : : bp_pack_var_len_int (bp, ptr->x_param_max_tree_if_conversion_phi_args ^ 4);
12956 : : else
12957 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_tree_if_conversion_phi_args);
12958 : 33345 : if (8 > (int ) 10)
12959 : : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_times ^ 8);
12960 : : else
12961 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_times);
12962 : 33345 : if (200 > (int ) 10)
12963 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_unrolled_insns ^ 200);
12964 : : else
12965 : : bp_pack_var_len_int (bp, ptr->x_param_max_unrolled_insns);
12966 : 33345 : if (50 > (int ) 10)
12967 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_depth ^ 50);
12968 : : else
12969 : : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_depth);
12970 : 33345 : if (50 > (int ) 10)
12971 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_insns ^ 50);
12972 : : else
12973 : : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_insns);
12974 : 33345 : if (1 > (int ) 10)
12975 : : bp_pack_var_len_int (bp, ptr->x_param_max_variable_expansions ^ 1);
12976 : : else
12977 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_variable_expansions);
12978 : 33345 : if (12 > (int ) 10)
12979 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_expr_depth ^ 12);
12980 : : else
12981 : : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_expr_depth);
12982 : 33345 : if (50 > (int ) 10)
12983 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_reverse_op_size ^ 50);
12984 : : else
12985 : : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_reverse_op_size);
12986 : 33345 : if (50000000 > (int ) 10)
12987 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_size ^ 50000000);
12988 : : else
12989 : : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_size);
12990 : 33345 : if (5 > (int ) 10)
12991 : : bp_pack_var_len_int (bp, ptr->x_param_min_crossjump_insns ^ 5);
12992 : : else
12993 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_min_crossjump_insns);
12994 : 33345 : if (10 > (int ) 10)
12995 : : bp_pack_var_len_int (bp, ptr->x_param_min_inline_recursive_probability ^ 10);
12996 : : else
12997 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_min_inline_recursive_probability);
12998 : 33345 : if (9 > (int ) 10)
12999 : : bp_pack_var_len_int (bp, ptr->x_param_min_insn_to_prefetch_ratio ^ 9);
13000 : : else
13001 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_min_insn_to_prefetch_ratio);
13002 : 33345 : if (30 > (int ) 10)
13003 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_min_loop_cond_split_prob ^ 30);
13004 : : else
13005 : : bp_pack_var_len_int (bp, ptr->x_param_min_loop_cond_split_prob);
13006 : 33345 : if (4096 > (int ) 10)
13007 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_min_pagesize ^ 4096);
13008 : : else
13009 : : bp_pack_var_len_int (bp, ptr->x_param_min_pagesize);
13010 : 33345 : if (32 > (int ) 10)
13011 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_min_size_for_stack_sharing ^ 32);
13012 : : else
13013 : : bp_pack_var_len_int (bp, ptr->x_param_min_size_for_stack_sharing);
13014 : 33345 : if (40 > (int ) 10)
13015 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_min_spec_prob ^ 40);
13016 : : else
13017 : : bp_pack_var_len_int (bp, ptr->x_param_min_spec_prob);
13018 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_min_vect_loop_bound);
13019 : 33345 : if (16 > (int ) 10)
13020 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_accesses ^ 16);
13021 : : else
13022 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_accesses);
13023 : 33345 : if (8 > (int ) 10)
13024 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_adjustments ^ 8);
13025 : : else
13026 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_adjustments);
13027 : 33345 : if (32 > (int ) 10)
13028 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_bases ^ 32);
13029 : : else
13030 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_bases);
13031 : 33345 : if (256 > (int ) 10)
13032 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_depth ^ 256);
13033 : : else
13034 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_depth);
13035 : 33345 : if (256 > (int ) 10)
13036 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_escape_points ^ 256);
13037 : : else
13038 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_escape_points);
13039 : 33345 : if (16 > (int ) 10)
13040 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_refs ^ 16);
13041 : : else
13042 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_refs);
13043 : 33345 : if (64 > (int ) 10)
13044 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_tests ^ 64);
13045 : : else
13046 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_tests);
13047 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_parloops_chunk_size);
13048 : 33345 : if (100 > (int ) 10)
13049 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_parloops_min_per_thread ^ 100);
13050 : : else
13051 : : bp_pack_var_len_int (bp, ptr->x_param_parloops_min_per_thread);
13052 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_parloops_schedule);
13053 : 33345 : if (70 > (int ) 10)
13054 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_partial_inlining_entry_probability ^ 70);
13055 : : else
13056 : : bp_pack_var_len_int (bp, ptr->x_param_partial_inlining_entry_probability);
13057 : 33345 : if (5 > (int ) 10)
13058 : : bp_pack_var_len_int (bp, ptr->x_param_phiopt_factor_max_stmts_live ^ 5);
13059 : : else
13060 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_phiopt_factor_max_stmts_live);
13061 : 33345 : if (2 > (int ) 10)
13062 : : bp_pack_var_len_int (bp, ptr->x_param_predictable_branch_outcome ^ 2);
13063 : : else
13064 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_predictable_branch_outcome);
13065 : 33345 : if (1 > (int ) 10)
13066 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_dynamic_strides ^ 1);
13067 : : else
13068 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_dynamic_strides);
13069 : 33345 : if (200 > (int ) 10)
13070 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_latency ^ 200);
13071 : : else
13072 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_latency);
13073 : 33345 : if (3 > (int ) 10)
13074 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_min_insn_to_mem_ratio ^ 3);
13075 : : else
13076 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_min_insn_to_mem_ratio);
13077 : 33345 : if (-1 > (int ) 10)
13078 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_minimum_stride ^ -1);
13079 : : else
13080 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_minimum_stride);
13081 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ranger_debug);
13082 : 33345 : if (6 > (int ) 10)
13083 : : bp_pack_var_len_int (bp, ptr->x_param_ranger_logical_depth ^ 6);
13084 : : else
13085 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ranger_logical_depth);
13086 : 33345 : if (5 > (int ) 10)
13087 : : bp_pack_var_len_int (bp, ptr->x_param_ranger_recompute_depth ^ 5);
13088 : : else
13089 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ranger_recompute_depth);
13090 : 33345 : if (200 > (int ) 10)
13091 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_relation_block_limit ^ 200);
13092 : : else
13093 : : bp_pack_var_len_int (bp, ptr->x_param_relation_block_limit);
13094 : 33345 : if (7 > (int ) 10)
13095 : : bp_pack_var_len_int (bp, ptr->x_param_rpo_vn_max_loop_depth ^ 7);
13096 : : else
13097 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_rpo_vn_max_loop_depth);
13098 : 33345 : if (1000 > (int ) 10)
13099 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sccvn_max_alias_queries_per_access ^ 1000);
13100 : : else
13101 : : bp_pack_var_len_int (bp, ptr->x_param_sccvn_max_alias_queries_per_access);
13102 : 33345 : if (10 > (int ) 10)
13103 : : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_complexity ^ 10);
13104 : : else
13105 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_complexity);
13106 : 33345 : if (100 > (int ) 10)
13107 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_size ^ 100);
13108 : : else
13109 : : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_size);
13110 : 33345 : if (-1 > (int ) 10)
13111 : : bp_pack_var_len_int (bp, ptr->x_param_sched_autopref_queue_depth ^ -1);
13112 : : else
13113 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sched_autopref_queue_depth);
13114 : 33345 : if (1 > (int ) 10)
13115 : : bp_pack_var_len_int (bp, ptr->x_param_sched_mem_true_dep_cost ^ 1);
13116 : : else
13117 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sched_mem_true_dep_cost);
13118 : 33345 : if (1 > (int ) 10)
13119 : : bp_pack_var_len_int (bp, ptr->x_param_sched_pressure_algorithm ^ 1);
13120 : : else
13121 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sched_pressure_algorithm);
13122 : 33345 : if (40 > (int ) 10)
13123 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sched_spec_prob_cutoff ^ 40);
13124 : : else
13125 : : bp_pack_var_len_int (bp, ptr->x_param_sched_spec_prob_cutoff);
13126 : 33345 : if (10 > (int ) 10)
13127 : : bp_pack_var_len_int (bp, ptr->x_param_sched_state_edge_prob_cutoff ^ 10);
13128 : : else
13129 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sched_state_edge_prob_cutoff);
13130 : 33345 : if (2 > (int ) 10)
13131 : : bp_pack_var_len_int (bp, ptr->x_param_selsched_insns_to_rename ^ 2);
13132 : : else
13133 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_selsched_insns_to_rename);
13134 : 33345 : if (50 > (int ) 10)
13135 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_lookahead ^ 50);
13136 : : else
13137 : : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_lookahead);
13138 : 33345 : if (2 > (int ) 10)
13139 : : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_sched_times ^ 2);
13140 : : else
13141 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_sched_times);
13142 : 33345 : if (3 > (int ) 10)
13143 : : bp_pack_var_len_int (bp, ptr->x_param_simultaneous_prefetches ^ 3);
13144 : : else
13145 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_simultaneous_prefetches);
13146 : 33345 : if (75 > (int ) 10)
13147 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sink_frequency_threshold ^ 75);
13148 : : else
13149 : : bp_pack_var_len_int (bp, ptr->x_param_sink_frequency_threshold);
13150 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sms_dfa_history);
13151 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sms_loop_average_count_threshold);
13152 : 33345 : if (2 > (int ) 10)
13153 : : bp_pack_var_len_int (bp, ptr->x_param_sms_max_ii_factor ^ 2);
13154 : : else
13155 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sms_max_ii_factor);
13156 : 33345 : if (2 > (int ) 10)
13157 : : bp_pack_var_len_int (bp, ptr->x_param_sms_min_sc ^ 2);
13158 : : else
13159 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sms_min_sc);
13160 : 33345 : if (32 > (int ) 10)
13161 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sra_max_propagations ^ 32);
13162 : : else
13163 : : bp_pack_var_len_int (bp, ptr->x_param_sra_max_propagations);
13164 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sra_max_scalarization_size_size);
13165 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_sra_max_scalarization_size_speed);
13166 : 33345 : if (512 > (int ) 10)
13167 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ssa_name_def_chain_limit ^ 512);
13168 : : else
13169 : : bp_pack_var_len_int (bp, ptr->x_param_ssa_name_def_chain_limit);
13170 : 33345 : if (8 > (int ) 10)
13171 : : bp_pack_var_len_int (bp, ptr->x_param_ssp_buffer_size ^ 8);
13172 : : else
13173 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_ssp_buffer_size);
13174 : 33345 : if (12 > (int ) 10)
13175 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_guard_size ^ 12);
13176 : : else
13177 : : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_guard_size);
13178 : 33345 : if (12 > (int ) 10)
13179 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_probe_interval ^ 12);
13180 : : else
13181 : : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_probe_interval);
13182 : 33345 : if (10 > (int ) 10)
13183 : : bp_pack_var_len_int (bp, ptr->x_param_store_forwarding_max_distance ^ 10);
13184 : : else
13185 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_store_forwarding_max_distance);
13186 : 33345 : if (1 > (int ) 10)
13187 : : bp_pack_var_len_int (bp, ptr->x_param_store_merging_allow_unaligned ^ 1);
13188 : : else
13189 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_store_merging_allow_unaligned);
13190 : 33345 : if (65536 > (int ) 10)
13191 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_store_merging_max_size ^ 65536);
13192 : : else
13193 : : bp_pack_var_len_int (bp, ptr->x_param_store_merging_max_size);
13194 : 33345 : if (8 > (int ) 10)
13195 : : bp_pack_var_len_int (bp, ptr->x_param_switch_conversion_branch_ratio ^ 8);
13196 : : else
13197 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_switch_conversion_branch_ratio);
13198 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_threader_debug);
13199 : 33345 : if (9 > (int ) 10)
13200 : : bp_pack_var_len_int (bp, ptr->x_param_tm_max_aggregate_size ^ 9);
13201 : : else
13202 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_tm_max_aggregate_size);
13203 : 33345 : if (95 > (int ) 10)
13204 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage_feedback ^ 95);
13205 : : else
13206 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage_feedback);
13207 : 33345 : if (75 > (int ) 10)
13208 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage ^ 75);
13209 : : else
13210 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage);
13211 : 33345 : if (100 > (int ) 10)
13212 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_tracer_max_code_growth ^ 100);
13213 : : else
13214 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_max_code_growth);
13215 : 33345 : if (80 > (int ) 10)
13216 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability_feedback ^ 80);
13217 : : else
13218 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability_feedback);
13219 : 33345 : if (50 > (int ) 10)
13220 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability ^ 50);
13221 : : else
13222 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability);
13223 : 33345 : if (10 > (int ) 10)
13224 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_ratio ^ 10);
13225 : : else
13226 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_ratio);
13227 : 33345 : if (256 > (int ) 10)
13228 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_transitive_relations_work_bound ^ 256);
13229 : : else
13230 : : bp_pack_var_len_int (bp, ptr->x_param_transitive_relations_work_bound);
13231 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_tree_reassoc_width);
13232 : 33345 : if (1000 > (int ) 10)
13233 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_uninit_control_dep_attempts ^ 1000);
13234 : : else
13235 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_control_dep_attempts);
13236 : 33345 : if (12 > (int ) 10)
13237 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_chain_len ^ 12);
13238 : : else
13239 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_chain_len);
13240 : 33345 : if (8 > (int ) 10)
13241 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_num_chains ^ 8);
13242 : : else
13243 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_num_chains);
13244 : 33345 : if (100000 > (int ) 10)
13245 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_prune_work ^ 100000);
13246 : : else
13247 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_prune_work);
13248 : 33345 : if (2 > (int ) 10)
13249 : : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_insns ^ 2);
13250 : : else
13251 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_insns);
13252 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_time);
13253 : 33345 : if (2 > (int ) 10)
13254 : : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_insns ^ 2);
13255 : : else
13256 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_insns);
13257 : 33345 : if (2 > (int ) 10)
13258 : : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_time ^ 2);
13259 : : else
13260 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_time);
13261 : 33345 : if (20 > (int ) 10)
13262 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_unlikely_bb_count_fraction ^ 20);
13263 : : else
13264 : : bp_pack_var_len_int (bp, ptr->x_param_unlikely_bb_count_fraction);
13265 : 33345 : if (4 > (int ) 10)
13266 : : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_max_unroll ^ 4);
13267 : : else
13268 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_max_unroll);
13269 : 33345 : if (1 > (int ) 10)
13270 : : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_min_percent ^ 1);
13271 : : else
13272 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_min_percent);
13273 : 33345 : if (256 > (int ) 10)
13274 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_use_after_scope_direct_emission_threshold ^ 256);
13275 : : else
13276 : : bp_pack_var_len_int (bp, ptr->x_param_use_after_scope_direct_emission_threshold);
13277 : 33345 : if (!lto_stream_offload_p) {
13278 : 33345 : if (1 > (int ) 10)
13279 : : bp_pack_var_len_int (bp, ptr->x_param_vect_epilogues_nomask ^ 1);
13280 : : else
13281 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vect_epilogues_nomask);
13282 : : }
13283 : 33345 : if (1 > (int ) 10)
13284 : : bp_pack_var_len_int (bp, ptr->x_param_vect_induction_float ^ 1);
13285 : : else
13286 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vect_induction_float);
13287 : 33345 : if (!lto_stream_offload_p) {
13288 : 33345 : if (50 > (int ) 10)
13289 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vect_inner_loop_cost_factor ^ 50);
13290 : : else
13291 : : bp_pack_var_len_int (bp, ptr->x_param_vect_inner_loop_cost_factor);
13292 : : }
13293 : 33345 : if (32 > (int ) 10)
13294 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_layout_candidates ^ 32);
13295 : : else
13296 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_layout_candidates);
13297 : 33345 : if (-1 > (int ) 10)
13298 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_peeling_for_alignment ^ -1);
13299 : : else
13300 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_peeling_for_alignment);
13301 : 33345 : if (15 > (int ) 10)
13302 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alias_checks ^ 15);
13303 : : else
13304 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alias_checks);
13305 : 33345 : if (6 > (int ) 10)
13306 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alignment_checks ^ 6);
13307 : : else
13308 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alignment_checks);
13309 : 33345 : if (!lto_stream_offload_p) {
13310 : 33345 : if (2 > (int ) 10)
13311 : : bp_pack_var_len_int (bp, ptr->x_param_vect_partial_vector_usage ^ 2);
13312 : : else
13313 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vect_partial_vector_usage);
13314 : : }
13315 : 33345 : if (100 > (int ) 10)
13316 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vect_scalar_cost_multiplier ^ 100);
13317 : : else
13318 : : bp_pack_var_len_int (bp, ptr->x_param_vect_scalar_cost_multiplier);
13319 : 33345 : if (150000 > (int ) 10)
13320 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vrp_block_limit ^ 150000);
13321 : : else
13322 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_block_limit);
13323 : 33345 : if (3000 > (int ) 10)
13324 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vrp_sparse_threshold ^ 3000);
13325 : : else
13326 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_sparse_threshold);
13327 : 33345 : if (50 > (int ) 10)
13328 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vrp_switch_limit ^ 50);
13329 : : else
13330 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_switch_limit);
13331 : 33345 : if (250 > (int ) 10)
13332 : 33345 : bp_pack_var_len_int (bp, ptr->x_param_vrp_vector_threshold ^ 250);
13333 : : else
13334 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_vector_threshold);
13335 : 33345 : bp_pack_var_len_int (bp, ptr->x_warn_inline);
13336 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_aggressive_loop_optimizations);
13337 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_align_functions);
13338 : 33345 : bp_pack_string (ob, bp, ptr->x_str_align_functions, true);
13339 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_align_jumps);
13340 : 33345 : bp_pack_string (ob, bp, ptr->x_str_align_jumps, true);
13341 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_align_labels);
13342 : 33345 : bp_pack_string (ob, bp, ptr->x_str_align_labels, true);
13343 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_align_loops);
13344 : 33345 : bp_pack_string (ob, bp, ptr->x_str_align_loops, true);
13345 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_allocation_dce);
13346 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_store_data_races);
13347 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_associative_math);
13348 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_assume_sane_operators_new_delete);
13349 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_asynchronous_unwind_tables);
13350 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_auto_inc_dec);
13351 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_auto_profile_inlining);
13352 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_avoid_store_forwarding);
13353 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_bit_tests);
13354 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_branch_on_count_reg);
13355 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_branch_probabilities);
13356 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_caller_saves);
13357 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_code_hoisting);
13358 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_combine_stack_adjustments);
13359 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_compare_elim_after_reload);
13360 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_conserve_stack);
13361 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_cprop_registers);
13362 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_crossjumping);
13363 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_cse_follow_jumps);
13364 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_complex_method);
13365 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_dce);
13366 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_defer_pop);
13367 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_delayed_branch);
13368 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_delete_dead_exceptions);
13369 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_delete_null_pointer_checks);
13370 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_dep_fusion);
13371 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_devirtualize);
13372 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_devirtualize_speculatively);
13373 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_dse);
13374 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_early_inlining);
13375 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_exceptions);
13376 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_excess_precision);
13377 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_expensive_optimizations);
13378 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ext_dce);
13379 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_finite_loops);
13380 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_finite_math_only);
13381 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_float_store);
13382 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_fold_mem_offsets);
13383 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_fold_simple_inlines);
13384 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_forward_propagate);
13385 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_fp_contract_mode);
13386 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_fp_int_builtin_inexact);
13387 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_no_function_cse);
13388 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_gcse);
13389 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_after_reload);
13390 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_las);
13391 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_lm);
13392 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_sm);
13393 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_graphite);
13394 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_graphite_identity);
13395 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_guess_branch_prob);
13396 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_check_exceptions);
13397 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_check_noreturn);
13398 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_check_returning_calls);
13399 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_skip_leaf);
13400 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_harden_compares);
13401 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_harden_conditional_branches);
13402 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy);
13403 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_hoist_adjacent_loads);
13404 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_if_conversion);
13405 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_if_conversion2);
13406 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_indirect_inlining);
13407 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_no_inline);
13408 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_inline_atomics);
13409 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_inline_functions);
13410 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_inline_functions_called_once);
13411 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_inline_small_functions);
13412 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_inline_stringops);
13413 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_bit_cp);
13414 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_cp);
13415 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_cp_clone);
13416 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_icf);
13417 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_icf_functions);
13418 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_icf_variables);
13419 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_modref);
13420 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_profile);
13421 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_pta);
13422 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_pure_const);
13423 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_ra);
13424 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_reference);
13425 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_reference_addressable);
13426 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_reorder_for_locality);
13427 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_sra);
13428 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_stack_alignment);
13429 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_strict_aliasing);
13430 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_vrp);
13431 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ira_algorithm);
13432 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ira_hoist_pressure);
13433 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ira_loop_pressure);
13434 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ira_region);
13435 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ira_share_save_slots);
13436 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ira_share_spill_slots);
13437 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_isolate_erroneous_paths_attribute);
13438 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_isolate_erroneous_paths_dereference);
13439 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ivopts);
13440 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_jump_tables);
13441 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_keep_gc_roots_live);
13442 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_late_combine_instructions);
13443 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_lifetime_dse);
13444 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_limit_function_alignment);
13445 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_live_patching);
13446 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_live_range_shrinkage);
13447 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_loop_interchange);
13448 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_loop_nest_optimize);
13449 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_loop_parallelize_all);
13450 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_unroll_jam);
13451 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_lra_remat);
13452 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_malloc_dce);
13453 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_malloc_dse);
13454 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_errno_math);
13455 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_min_function_alignment);
13456 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_modulo_sched);
13457 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_modulo_sched_allow_regmoves);
13458 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_move_loop_invariants);
13459 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_move_loop_stores);
13460 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_non_call_exceptions);
13461 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_nothrow_opt);
13462 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_omit_frame_pointer);
13463 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_openmp_target_simd_clone);
13464 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_opt_info);
13465 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_optimize_crc);
13466 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_optimize_sibling_calls);
13467 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_optimize_strlen);
13468 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_pack_struct);
13469 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_partial_inlining);
13470 : 33345 : bp_pack_string (ob, bp, ptr->x_flag_patchable_function_entry, true);
13471 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_pcc_struct_return);
13472 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_peel_loops);
13473 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_no_peephole);
13474 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_peephole2);
13475 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_plt);
13476 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_predictive_commoning);
13477 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_prefetch_loop_arrays);
13478 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_printf_return_value);
13479 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_profile_partial_training);
13480 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_profile_reorder_functions);
13481 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_reciprocal_math);
13482 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ree);
13483 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_rename_registers);
13484 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_blocks);
13485 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_blocks_algorithm);
13486 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_blocks_and_partition);
13487 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_functions);
13488 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_rerun_cse_after_loop);
13489 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_resched_modulo_sched);
13490 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_rounding_math);
13491 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_rtti);
13492 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_save_optimization_record);
13493 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched_critical_path_heuristic);
13494 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched_dep_count_heuristic);
13495 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched_group_heuristic);
13496 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_interblock);
13497 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched_last_insn_heuristic);
13498 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched_pressure);
13499 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched_rank_heuristic);
13500 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_speculative);
13501 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched_spec_insn_heuristic);
13502 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_speculative_load);
13503 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_speculative_load_dangerous);
13504 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched_stalled_insns);
13505 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched_stalled_insns_dep);
13506 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sched2_use_superblocks);
13507 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_fusion);
13508 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_insns);
13509 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_insns_after_reload);
13510 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_section_anchors);
13511 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sel_sched_pipelining);
13512 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sel_sched_pipelining_outer_loops);
13513 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_sel_sched_reschedule_pipelined);
13514 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_selective_scheduling);
13515 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_selective_scheduling2);
13516 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_semantic_interposition);
13517 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_short_enums);
13518 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_short_wchar);
13519 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_shrink_wrap);
13520 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_shrink_wrap_separate);
13521 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_signaling_nans);
13522 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_signed_zeros);
13523 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_simd_cost_model);
13524 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_single_precision_constant);
13525 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_split_ivs_in_unroller);
13526 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_split_loops);
13527 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_split_paths);
13528 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_split_wide_types);
13529 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_split_wide_types_early);
13530 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ssa_backprop);
13531 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_ssa_phiopt);
13532 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_stack_clash_protection);
13533 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_stack_protect);
13534 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_stack_reuse);
13535 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_stdarg_opt);
13536 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_store_merging);
13537 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_strict_aliasing);
13538 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_strict_enums);
13539 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_strict_volatile_bitfields);
13540 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_thread_jumps);
13541 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_threadsafe_statics);
13542 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_toplevel_reorder);
13543 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tracer);
13544 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_trapping_math);
13545 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_trapv);
13546 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_bit_ccp);
13547 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_builtin_call_dce);
13548 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_ccp);
13549 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_ch);
13550 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_coalesce_vars);
13551 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_copy_prop);
13552 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_cselim);
13553 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_dce);
13554 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_dom);
13555 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_dse);
13556 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_forwprop);
13557 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_fre);
13558 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_distribute_patterns);
13559 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_distribution);
13560 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_if_convert);
13561 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_im);
13562 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_ivcanon);
13563 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_optimize);
13564 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_vectorize);
13565 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_parallelize_loops);
13566 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_partial_pre);
13567 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_phiprop);
13568 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_pre);
13569 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_pta);
13570 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_reassoc);
13571 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_scev_cprop);
13572 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_sink);
13573 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_slp_vectorize);
13574 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_slsr);
13575 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_sra);
13576 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_switch_conversion);
13577 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_tail_merge);
13578 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_ter);
13579 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_vectorize);
13580 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_tree_vrp);
13581 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_auto_var_init);
13582 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_unconstrained_commons);
13583 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_unreachable_traps);
13584 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_unroll_all_loops);
13585 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_cunroll_grow_size);
13586 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_unroll_loops);
13587 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_unsafe_math_optimizations);
13588 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_unswitch_loops);
13589 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_unwind_tables);
13590 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking);
13591 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking_assignments);
13592 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking_assignments_toggle);
13593 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking_uninit);
13594 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_variable_expansion_in_unroller);
13595 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_vect_cost_model);
13596 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_version_loops_for_strides);
13597 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_value_profile_transformations);
13598 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_web);
13599 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_wrapv);
13600 : 33345 : bp_pack_var_len_int (bp, ptr->x_flag_wrapv_pointer);
13601 : 33345 : bp_pack_var_len_int (bp, ptr->x_debug_nonbind_markers_p);
13602 : 33345 : if (!lto_stream_offload_p) {
13603 : 33345 : bp_pack_var_len_int (bp, ptr->x_ix86_unroll_only_small_loops);
13604 : : }
13605 : 333450 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
13606 : 300105 : bp_pack_value (bp, ptr->explicit_mask[i], 64);
13607 : 33345 : }
13608 : :
13609 : : /* Stream in optimization options */
13610 : : void
13611 : 23624 : cl_optimization_stream_in (struct data_in *data_in ATTRIBUTE_UNUSED,
13612 : : struct bitpack_d *bp ATTRIBUTE_UNUSED,
13613 : : struct cl_optimization *ptr ATTRIBUTE_UNUSED)
13614 : : {
13615 : 23624 : ptr->x_optimize = (char ) bp_unpack_var_len_int (bp);
13616 : 23624 : ptr->x_optimize_size = (char ) bp_unpack_var_len_int (bp);
13617 : 23624 : ptr->x_optimize_debug = (char ) bp_unpack_var_len_int (bp);
13618 : 23624 : ptr->x_optimize_fast = (char ) bp_unpack_var_len_int (bp);
13619 : 23624 : ptr->x_param_align_loop_iterations = (int ) bp_unpack_var_len_int (bp);
13620 : 23624 : if (4 > (int ) 10)
13621 : : ptr->x_param_align_loop_iterations ^= 4;
13622 : 23624 : ptr->x_param_align_threshold = (int ) bp_unpack_var_len_int (bp);
13623 : 23624 : if (100 > (int ) 10)
13624 : 23624 : ptr->x_param_align_threshold ^= 100;
13625 : 23624 : ptr->x_param_asan_protect_allocas = (int ) bp_unpack_var_len_int (bp);
13626 : 23624 : if (1 > (int ) 10)
13627 : : ptr->x_param_asan_protect_allocas ^= 1;
13628 : 23624 : ptr->x_param_asan_instrument_reads = (int ) bp_unpack_var_len_int (bp);
13629 : 23624 : if (1 > (int ) 10)
13630 : : ptr->x_param_asan_instrument_reads ^= 1;
13631 : 23624 : ptr->x_param_asan_instrument_writes = (int ) bp_unpack_var_len_int (bp);
13632 : 23624 : if (1 > (int ) 10)
13633 : : ptr->x_param_asan_instrument_writes ^= 1;
13634 : 23624 : ptr->x_param_asan_instrumentation_with_call_threshold = (int ) bp_unpack_var_len_int (bp);
13635 : 23624 : if (7000 > (int ) 10)
13636 : 23624 : ptr->x_param_asan_instrumentation_with_call_threshold ^= 7000;
13637 : 23624 : ptr->x_param_asan_kernel_mem_intrinsic_prefix = (int ) bp_unpack_var_len_int (bp);
13638 : 23624 : if (0 > (int ) 10)
13639 : : ptr->x_param_asan_kernel_mem_intrinsic_prefix ^= 0;
13640 : 23624 : ptr->x_param_asan_memintrin = (int ) bp_unpack_var_len_int (bp);
13641 : 23624 : if (1 > (int ) 10)
13642 : : ptr->x_param_asan_memintrin ^= 1;
13643 : 23624 : ptr->x_param_asan_stack = (int ) bp_unpack_var_len_int (bp);
13644 : 23624 : if (1 > (int ) 10)
13645 : : ptr->x_param_asan_stack ^= 1;
13646 : 23624 : ptr->x_param_asan_use_after_return = (int ) bp_unpack_var_len_int (bp);
13647 : 23624 : if (1 > (int ) 10)
13648 : : ptr->x_param_asan_use_after_return ^= 1;
13649 : 23624 : ptr->x_param_auto_profile_bbs = (int ) bp_unpack_var_len_int (bp);
13650 : 23624 : if (1 > (int ) 10)
13651 : : ptr->x_param_auto_profile_bbs ^= 1;
13652 : 23624 : ptr->x_param_avg_loop_niter = (int ) bp_unpack_var_len_int (bp);
13653 : 23624 : if (10 > (int ) 10)
13654 : : ptr->x_param_avg_loop_niter ^= 10;
13655 : 23624 : ptr->x_param_avoid_fma_max_bits = (int ) bp_unpack_var_len_int (bp);
13656 : 23624 : ptr->x_param_builtin_expect_probability = (int ) bp_unpack_var_len_int (bp);
13657 : 23624 : if (90 > (int ) 10)
13658 : 23624 : ptr->x_param_builtin_expect_probability ^= 90;
13659 : 23624 : ptr->x_param_builtin_string_cmp_inline_length = (int ) bp_unpack_var_len_int (bp);
13660 : 23624 : if (3 > (int ) 10)
13661 : : ptr->x_param_builtin_string_cmp_inline_length ^= 3;
13662 : 23624 : ptr->x_param_case_values_threshold = (int ) bp_unpack_var_len_int (bp);
13663 : 23624 : ptr->x_param_comdat_sharing_probability = (int ) bp_unpack_var_len_int (bp);
13664 : 23624 : if (20 > (int ) 10)
13665 : 23624 : ptr->x_param_comdat_sharing_probability ^= 20;
13666 : 23624 : ptr->x_param_construct_interfere_size = (int ) bp_unpack_var_len_int (bp);
13667 : 23624 : if (0 > (int ) 10)
13668 : : ptr->x_param_construct_interfere_size ^= 0;
13669 : 23624 : ptr->x_param_cycle_accurate_model = (int ) bp_unpack_var_len_int (bp);
13670 : 23624 : if (1 > (int ) 10)
13671 : : ptr->x_param_cycle_accurate_model ^= 1;
13672 : 23624 : ptr->x_param_destruct_interfere_size = (int ) bp_unpack_var_len_int (bp);
13673 : 23624 : if (0 > (int ) 10)
13674 : : ptr->x_param_destruct_interfere_size ^= 0;
13675 : 23624 : ptr->x_param_dse_max_alias_queries_per_store = (int ) bp_unpack_var_len_int (bp);
13676 : 23624 : if (256 > (int ) 10)
13677 : 23624 : ptr->x_param_dse_max_alias_queries_per_store ^= 256;
13678 : 23624 : ptr->x_param_dse_max_object_size = (int ) bp_unpack_var_len_int (bp);
13679 : 23624 : if (256 > (int ) 10)
13680 : 23624 : ptr->x_param_dse_max_object_size ^= 256;
13681 : 23624 : ptr->x_param_early_inlining_insns = (int ) bp_unpack_var_len_int (bp);
13682 : 23624 : if (6 > (int ) 10)
13683 : : ptr->x_param_early_inlining_insns ^= 6;
13684 : 23624 : ptr->x_param_fsm_scale_path_stmts = (int ) bp_unpack_var_len_int (bp);
13685 : 23624 : if (2 > (int ) 10)
13686 : : ptr->x_param_fsm_scale_path_stmts ^= 2;
13687 : 23624 : ptr->x_param_fully_pipelined_fma = (int ) bp_unpack_var_len_int (bp);
13688 : 23624 : if (0 > (int ) 10)
13689 : : ptr->x_param_fully_pipelined_fma ^= 0;
13690 : 23624 : ptr->x_param_gcse_after_reload_critical_fraction = (int ) bp_unpack_var_len_int (bp);
13691 : 23624 : if (10 > (int ) 10)
13692 : : ptr->x_param_gcse_after_reload_critical_fraction ^= 10;
13693 : 23624 : ptr->x_param_gcse_after_reload_partial_fraction = (int ) bp_unpack_var_len_int (bp);
13694 : 23624 : if (3 > (int ) 10)
13695 : : ptr->x_param_gcse_after_reload_partial_fraction ^= 3;
13696 : 23624 : ptr->x_param_gcse_cost_distance_ratio = (int ) bp_unpack_var_len_int (bp);
13697 : 23624 : if (10 > (int ) 10)
13698 : : ptr->x_param_gcse_cost_distance_ratio ^= 10;
13699 : 23624 : ptr->x_param_gcse_unrestricted_cost = (int ) bp_unpack_var_len_int (bp);
13700 : 23624 : if (3 > (int ) 10)
13701 : : ptr->x_param_gcse_unrestricted_cost ^= 3;
13702 : 23624 : ptr->x_param_graphite_max_arrays_per_scop = (int ) bp_unpack_var_len_int (bp);
13703 : 23624 : if (100 > (int ) 10)
13704 : 23624 : ptr->x_param_graphite_max_arrays_per_scop ^= 100;
13705 : 23624 : ptr->x_param_graphite_max_nb_scop_params = (int ) bp_unpack_var_len_int (bp);
13706 : 23624 : if (10 > (int ) 10)
13707 : : ptr->x_param_graphite_max_nb_scop_params ^= 10;
13708 : 23624 : ptr->x_param_hardcfr_max_blocks = (int ) bp_unpack_var_len_int (bp);
13709 : 23624 : if (0 > (int ) 10)
13710 : : ptr->x_param_hardcfr_max_blocks ^= 0;
13711 : 23624 : ptr->x_param_hardcfr_max_inline_blocks = (int ) bp_unpack_var_len_int (bp);
13712 : 23624 : if (16 > (int ) 10)
13713 : 23624 : ptr->x_param_hardcfr_max_inline_blocks ^= 16;
13714 : 23624 : ptr->x_param_hwasan_instrument_allocas = (int ) bp_unpack_var_len_int (bp);
13715 : 23624 : if (1 > (int ) 10)
13716 : : ptr->x_param_hwasan_instrument_allocas ^= 1;
13717 : 23624 : ptr->x_param_hwasan_instrument_mem_intrinsics = (int ) bp_unpack_var_len_int (bp);
13718 : 23624 : if (1 > (int ) 10)
13719 : : ptr->x_param_hwasan_instrument_mem_intrinsics ^= 1;
13720 : 23624 : ptr->x_param_hwasan_instrument_reads = (int ) bp_unpack_var_len_int (bp);
13721 : 23624 : if (1 > (int ) 10)
13722 : : ptr->x_param_hwasan_instrument_reads ^= 1;
13723 : 23624 : ptr->x_param_hwasan_instrument_stack = (int ) bp_unpack_var_len_int (bp);
13724 : 23624 : if (1 > (int ) 10)
13725 : : ptr->x_param_hwasan_instrument_stack ^= 1;
13726 : 23624 : ptr->x_param_hwasan_instrument_writes = (int ) bp_unpack_var_len_int (bp);
13727 : 23624 : if (1 > (int ) 10)
13728 : : ptr->x_param_hwasan_instrument_writes ^= 1;
13729 : 23624 : ptr->x_param_hwasan_random_frame_tag = (int ) bp_unpack_var_len_int (bp);
13730 : 23624 : if (1 > (int ) 10)
13731 : : ptr->x_param_hwasan_random_frame_tag ^= 1;
13732 : 23624 : ptr->x_param_inline_heuristics_hint_percent = (int ) bp_unpack_var_len_int (bp);
13733 : 23624 : if (200 > (int ) 10)
13734 : 23624 : ptr->x_param_inline_heuristics_hint_percent ^= 200;
13735 : 23624 : ptr->x_param_inline_min_speedup = (int ) bp_unpack_var_len_int (bp);
13736 : 23624 : if (30 > (int ) 10)
13737 : 23624 : ptr->x_param_inline_min_speedup ^= 30;
13738 : 23624 : ptr->x_param_inline_unit_growth = (int ) bp_unpack_var_len_int (bp);
13739 : 23624 : if (40 > (int ) 10)
13740 : 23624 : ptr->x_param_inline_unit_growth ^= 40;
13741 : 23624 : ptr->x_param_ipa_cp_eval_threshold = (int ) bp_unpack_var_len_int (bp);
13742 : 23624 : if (500 > (int ) 10)
13743 : 23624 : ptr->x_param_ipa_cp_eval_threshold ^= 500;
13744 : 23624 : ptr->x_param_ipa_cp_large_unit_insns = (int ) bp_unpack_var_len_int (bp);
13745 : 23624 : if (16000 > (int ) 10)
13746 : 23624 : ptr->x_param_ipa_cp_large_unit_insns ^= 16000;
13747 : 23624 : ptr->x_param_ipa_cp_loop_hint_bonus = (int ) bp_unpack_var_len_int (bp);
13748 : 23624 : if (64 > (int ) 10)
13749 : 23624 : ptr->x_param_ipa_cp_loop_hint_bonus ^= 64;
13750 : 23624 : ptr->x_param_ipa_cp_max_recursive_depth = (int ) bp_unpack_var_len_int (bp);
13751 : 23624 : if (8 > (int ) 10)
13752 : : ptr->x_param_ipa_cp_max_recursive_depth ^= 8;
13753 : 23624 : ptr->x_param_ipa_cp_min_recursive_probability = (int ) bp_unpack_var_len_int (bp);
13754 : 23624 : if (2 > (int ) 10)
13755 : : ptr->x_param_ipa_cp_min_recursive_probability ^= 2;
13756 : 23624 : ptr->x_param_ipa_cp_recursion_penalty = (int ) bp_unpack_var_len_int (bp);
13757 : 23624 : if (40 > (int ) 10)
13758 : 23624 : ptr->x_param_ipa_cp_recursion_penalty ^= 40;
13759 : 23624 : ptr->x_param_ipa_cp_recursive_freq_factor = (int ) bp_unpack_var_len_int (bp);
13760 : 23624 : if (6 > (int ) 10)
13761 : : ptr->x_param_ipa_cp_recursive_freq_factor ^= 6;
13762 : 23624 : ptr->x_param_ipa_cp_single_call_penalty = (int ) bp_unpack_var_len_int (bp);
13763 : 23624 : if (15 > (int ) 10)
13764 : 23624 : ptr->x_param_ipa_cp_single_call_penalty ^= 15;
13765 : 23624 : ptr->x_param_ipa_cp_unit_growth = (int ) bp_unpack_var_len_int (bp);
13766 : 23624 : if (10 > (int ) 10)
13767 : : ptr->x_param_ipa_cp_unit_growth ^= 10;
13768 : 23624 : ptr->x_param_ipa_cp_value_list_size = (int ) bp_unpack_var_len_int (bp);
13769 : 23624 : if (8 > (int ) 10)
13770 : : ptr->x_param_ipa_cp_value_list_size ^= 8;
13771 : 23624 : ptr->x_param_ipa_jump_function_lookups = (int ) bp_unpack_var_len_int (bp);
13772 : 23624 : if (8 > (int ) 10)
13773 : : ptr->x_param_ipa_jump_function_lookups ^= 8;
13774 : 23624 : ptr->x_param_ipa_max_aa_steps = (int ) bp_unpack_var_len_int (bp);
13775 : 23624 : if (25000 > (int ) 10)
13776 : 23624 : ptr->x_param_ipa_max_aa_steps ^= 25000;
13777 : 23624 : ptr->x_param_ipa_max_agg_items = (int ) bp_unpack_var_len_int (bp);
13778 : 23624 : if (16 > (int ) 10)
13779 : 23624 : ptr->x_param_ipa_max_agg_items ^= 16;
13780 : 23624 : ptr->x_param_ipa_max_loop_predicates = (int ) bp_unpack_var_len_int (bp);
13781 : 23624 : if (16 > (int ) 10)
13782 : 23624 : ptr->x_param_ipa_max_loop_predicates ^= 16;
13783 : 23624 : ptr->x_param_ipa_max_param_expr_ops = (int ) bp_unpack_var_len_int (bp);
13784 : 23624 : if (10 > (int ) 10)
13785 : : ptr->x_param_ipa_max_param_expr_ops ^= 10;
13786 : 23624 : ptr->x_param_ipa_max_switch_predicate_bounds = (int ) bp_unpack_var_len_int (bp);
13787 : 23624 : if (5 > (int ) 10)
13788 : : ptr->x_param_ipa_max_switch_predicate_bounds ^= 5;
13789 : 23624 : ptr->x_param_ipa_sra_deref_prob_threshold = (int ) bp_unpack_var_len_int (bp);
13790 : 23624 : if (50 > (int ) 10)
13791 : 23624 : ptr->x_param_ipa_sra_deref_prob_threshold ^= 50;
13792 : 23624 : ptr->x_param_ipa_sra_max_replacements = (int ) bp_unpack_var_len_int (bp);
13793 : 23624 : if (8 > (int ) 10)
13794 : : ptr->x_param_ipa_sra_max_replacements ^= 8;
13795 : 23624 : ptr->x_param_ipa_sra_ptr_growth_factor = (int ) bp_unpack_var_len_int (bp);
13796 : 23624 : if (2 > (int ) 10)
13797 : : ptr->x_param_ipa_sra_ptr_growth_factor ^= 2;
13798 : 23624 : ptr->x_param_ipa_sra_ptrwrap_growth_factor = (int ) bp_unpack_var_len_int (bp);
13799 : 23624 : if (4 > (int ) 10)
13800 : : ptr->x_param_ipa_sra_ptrwrap_growth_factor ^= 4;
13801 : 23624 : ptr->x_param_ira_consider_dup_in_all_alts = (int ) bp_unpack_var_len_int (bp);
13802 : 23624 : if (1 > (int ) 10)
13803 : : ptr->x_param_ira_consider_dup_in_all_alts ^= 1;
13804 : 23624 : ptr->x_param_ira_loop_reserved_regs = (int ) bp_unpack_var_len_int (bp);
13805 : 23624 : if (2 > (int ) 10)
13806 : : ptr->x_param_ira_loop_reserved_regs ^= 2;
13807 : 23624 : ptr->x_param_ira_max_conflict_table_size = (int ) bp_unpack_var_len_int (bp);
13808 : 23624 : if (1000 > (int ) 10)
13809 : 23624 : ptr->x_param_ira_max_conflict_table_size ^= 1000;
13810 : 23624 : ptr->x_param_ira_max_loops_num = (int ) bp_unpack_var_len_int (bp);
13811 : 23624 : if (100 > (int ) 10)
13812 : 23624 : ptr->x_param_ira_max_loops_num ^= 100;
13813 : 23624 : ptr->x_param_ira_simple_lra_insn_threshold = (int ) bp_unpack_var_len_int (bp);
13814 : 23624 : if (1000 > (int ) 10)
13815 : 23624 : ptr->x_param_ira_simple_lra_insn_threshold ^= 1000;
13816 : 23624 : ptr->x_param_iv_always_prune_cand_set_bound = (int ) bp_unpack_var_len_int (bp);
13817 : 23624 : if (10 > (int ) 10)
13818 : : ptr->x_param_iv_always_prune_cand_set_bound ^= 10;
13819 : 23624 : ptr->x_param_iv_consider_all_candidates_bound = (int ) bp_unpack_var_len_int (bp);
13820 : 23624 : if (40 > (int ) 10)
13821 : 23624 : ptr->x_param_iv_consider_all_candidates_bound ^= 40;
13822 : 23624 : ptr->x_param_iv_max_considered_uses = (int ) bp_unpack_var_len_int (bp);
13823 : 23624 : if (250 > (int ) 10)
13824 : 23624 : ptr->x_param_iv_max_considered_uses ^= 250;
13825 : 23624 : ptr->x_param_jump_table_max_growth_ratio_for_size = (int ) bp_unpack_var_len_int (bp);
13826 : 23624 : if (300 > (int ) 10)
13827 : 23624 : ptr->x_param_jump_table_max_growth_ratio_for_size ^= 300;
13828 : 23624 : ptr->x_param_jump_table_max_growth_ratio_for_speed = (int ) bp_unpack_var_len_int (bp);
13829 : 23624 : if (800 > (int ) 10)
13830 : 23624 : ptr->x_param_jump_table_max_growth_ratio_for_speed ^= 800;
13831 : 23624 : ptr->x_param_l1_cache_line_size = (int ) bp_unpack_var_len_int (bp);
13832 : 23624 : if (32 > (int ) 10)
13833 : 23624 : ptr->x_param_l1_cache_line_size ^= 32;
13834 : 23624 : ptr->x_param_l1_cache_size = (int ) bp_unpack_var_len_int (bp);
13835 : 23624 : if (64 > (int ) 10)
13836 : 23624 : ptr->x_param_l1_cache_size ^= 64;
13837 : 23624 : ptr->x_param_l2_cache_size = (int ) bp_unpack_var_len_int (bp);
13838 : 23624 : if (512 > (int ) 10)
13839 : 23624 : ptr->x_param_l2_cache_size ^= 512;
13840 : 23624 : ptr->x_param_large_function_growth = (int ) bp_unpack_var_len_int (bp);
13841 : 23624 : if (100 > (int ) 10)
13842 : 23624 : ptr->x_param_large_function_growth ^= 100;
13843 : 23624 : ptr->x_param_large_function_insns = (int ) bp_unpack_var_len_int (bp);
13844 : 23624 : if (2700 > (int ) 10)
13845 : 23624 : ptr->x_param_large_function_insns ^= 2700;
13846 : 23624 : ptr->x_param_stack_frame_growth = (int ) bp_unpack_var_len_int (bp);
13847 : 23624 : if (1000 > (int ) 10)
13848 : 23624 : ptr->x_param_stack_frame_growth ^= 1000;
13849 : 23624 : ptr->x_param_large_stack_frame = (int ) bp_unpack_var_len_int (bp);
13850 : 23624 : if (256 > (int ) 10)
13851 : 23624 : ptr->x_param_large_stack_frame ^= 256;
13852 : 23624 : ptr->x_param_large_unit_insns = (int ) bp_unpack_var_len_int (bp);
13853 : 23624 : if (10000 > (int ) 10)
13854 : 23624 : ptr->x_param_large_unit_insns ^= 10000;
13855 : 23624 : ptr->x_param_lim_expensive = (int ) bp_unpack_var_len_int (bp);
13856 : 23624 : if (20 > (int ) 10)
13857 : 23624 : ptr->x_param_lim_expensive ^= 20;
13858 : 23624 : ptr->x_param_loop_block_tile_size = (int ) bp_unpack_var_len_int (bp);
13859 : 23624 : if (51 > (int ) 10)
13860 : 23624 : ptr->x_param_loop_block_tile_size ^= 51;
13861 : 23624 : ptr->x_param_loop_interchange_max_num_stmts = (int ) bp_unpack_var_len_int (bp);
13862 : 23624 : if (64 > (int ) 10)
13863 : 23624 : ptr->x_param_loop_interchange_max_num_stmts ^= 64;
13864 : 23624 : ptr->x_param_loop_interchange_stride_ratio = (int ) bp_unpack_var_len_int (bp);
13865 : 23624 : if (2 > (int ) 10)
13866 : : ptr->x_param_loop_interchange_stride_ratio ^= 2;
13867 : 23624 : ptr->x_param_loop_invariant_max_bbs_in_loop = (int ) bp_unpack_var_len_int (bp);
13868 : 23624 : if (10000 > (int ) 10)
13869 : 23624 : ptr->x_param_loop_invariant_max_bbs_in_loop ^= 10000;
13870 : 23624 : ptr->x_param_loop_max_datarefs_for_datadeps = (int ) bp_unpack_var_len_int (bp);
13871 : 23624 : if (1000 > (int ) 10)
13872 : 23624 : ptr->x_param_loop_max_datarefs_for_datadeps ^= 1000;
13873 : 23624 : ptr->x_param_loop_versioning_max_inner_insns = (int ) bp_unpack_var_len_int (bp);
13874 : 23624 : if (200 > (int ) 10)
13875 : 23624 : ptr->x_param_loop_versioning_max_inner_insns ^= 200;
13876 : 23624 : ptr->x_param_loop_versioning_max_outer_insns = (int ) bp_unpack_var_len_int (bp);
13877 : 23624 : if (100 > (int ) 10)
13878 : 23624 : ptr->x_param_loop_versioning_max_outer_insns ^= 100;
13879 : 23624 : ptr->x_param_lra_inheritance_ebb_probability_cutoff = (int ) bp_unpack_var_len_int (bp);
13880 : 23624 : if (40 > (int ) 10)
13881 : 23624 : ptr->x_param_lra_inheritance_ebb_probability_cutoff ^= 40;
13882 : 23624 : ptr->x_param_lra_max_considered_reload_pseudos = (int ) bp_unpack_var_len_int (bp);
13883 : 23624 : if (500 > (int ) 10)
13884 : 23624 : ptr->x_param_lra_max_considered_reload_pseudos ^= 500;
13885 : 23624 : ptr->x_flag_lto_locality_cloning = (enum lto_locality_cloning_model ) bp_unpack_var_len_int (bp);
13886 : 23624 : ptr->x_param_lto_locality_frequency = (int ) bp_unpack_var_len_int (bp);
13887 : 23624 : if (1 > (int ) 10)
13888 : : ptr->x_param_lto_locality_frequency ^= 1;
13889 : 23624 : ptr->x_param_lto_locality_size = (int ) bp_unpack_var_len_int (bp);
13890 : 23624 : if (1000 > (int ) 10)
13891 : 23624 : ptr->x_param_lto_locality_size ^= 1000;
13892 : 23624 : ptr->x_param_max_average_unrolled_insns = (int ) bp_unpack_var_len_int (bp);
13893 : 23624 : if (80 > (int ) 10)
13894 : 23624 : ptr->x_param_max_average_unrolled_insns ^= 80;
13895 : 23624 : ptr->x_param_max_combine_insns = (int ) bp_unpack_var_len_int (bp);
13896 : 23624 : if (4 > (int ) 10)
13897 : : ptr->x_param_max_combine_insns ^= 4;
13898 : 23624 : ptr->x_param_max_combine_search_insns = (int ) bp_unpack_var_len_int (bp);
13899 : 23624 : if (3000 > (int ) 10)
13900 : 23624 : ptr->x_param_max_combine_search_insns ^= 3000;
13901 : 23624 : ptr->x_param_max_unroll_iterations = (int ) bp_unpack_var_len_int (bp);
13902 : 23624 : if (8 > (int ) 10)
13903 : : ptr->x_param_max_unroll_iterations ^= 8;
13904 : 23624 : ptr->x_param_max_completely_peel_times = (int ) bp_unpack_var_len_int (bp);
13905 : 23624 : if (16 > (int ) 10)
13906 : 23624 : ptr->x_param_max_completely_peel_times ^= 16;
13907 : 23624 : ptr->x_param_max_completely_peeled_insns = (int ) bp_unpack_var_len_int (bp);
13908 : 23624 : if (200 > (int ) 10)
13909 : 23624 : ptr->x_param_max_completely_peeled_insns ^= 200;
13910 : 23624 : ptr->x_param_max_crossjump_edges = (int ) bp_unpack_var_len_int (bp);
13911 : 23624 : if (100 > (int ) 10)
13912 : 23624 : ptr->x_param_max_crossjump_edges ^= 100;
13913 : 23624 : ptr->x_param_max_cse_insns = (int ) bp_unpack_var_len_int (bp);
13914 : 23624 : if (1000 > (int ) 10)
13915 : 23624 : ptr->x_param_max_cse_insns ^= 1000;
13916 : 23624 : ptr->x_param_max_cse_path_length = (int ) bp_unpack_var_len_int (bp);
13917 : 23624 : if (10 > (int ) 10)
13918 : : ptr->x_param_max_cse_path_length ^= 10;
13919 : 23624 : ptr->x_param_max_cselib_memory_locations = (int ) bp_unpack_var_len_int (bp);
13920 : 23624 : if (500 > (int ) 10)
13921 : 23624 : ptr->x_param_max_cselib_memory_locations ^= 500;
13922 : 23624 : ptr->x_param_max_debug_marker_count = (int ) bp_unpack_var_len_int (bp);
13923 : 23624 : if (100000 > (int ) 10)
13924 : 23624 : ptr->x_param_max_debug_marker_count ^= 100000;
13925 : 23624 : ptr->x_param_max_delay_slot_insn_search = (int ) bp_unpack_var_len_int (bp);
13926 : 23624 : if (100 > (int ) 10)
13927 : 23624 : ptr->x_param_max_delay_slot_insn_search ^= 100;
13928 : 23624 : ptr->x_param_max_delay_slot_live_search = (int ) bp_unpack_var_len_int (bp);
13929 : 23624 : if (333 > (int ) 10)
13930 : 23624 : ptr->x_param_max_delay_slot_live_search ^= 333;
13931 : 23624 : ptr->x_param_max_devirt_targets = (int ) bp_unpack_var_len_int (bp);
13932 : 23624 : if (3 > (int ) 10)
13933 : : ptr->x_param_max_devirt_targets ^= 3;
13934 : 23624 : ptr->x_param_max_dse_active_local_stores = (int ) bp_unpack_var_len_int (bp);
13935 : 23624 : if (5000 > (int ) 10)
13936 : 23624 : ptr->x_param_max_dse_active_local_stores ^= 5000;
13937 : 23624 : ptr->x_param_early_inliner_max_iterations = (int ) bp_unpack_var_len_int (bp);
13938 : 23624 : if (1 > (int ) 10)
13939 : : ptr->x_param_early_inliner_max_iterations ^= 1;
13940 : 23624 : ptr->x_param_max_find_base_term_values = (int ) bp_unpack_var_len_int (bp);
13941 : 23624 : if (200 > (int ) 10)
13942 : 23624 : ptr->x_param_max_find_base_term_values ^= 200;
13943 : 23624 : ptr->x_param_max_fsm_thread_path_insns = (int ) bp_unpack_var_len_int (bp);
13944 : 23624 : if (100 > (int ) 10)
13945 : 23624 : ptr->x_param_max_fsm_thread_path_insns ^= 100;
13946 : 23624 : ptr->x_param_max_gcse_insertion_ratio = (int ) bp_unpack_var_len_int (bp);
13947 : 23624 : if (20 > (int ) 10)
13948 : 23624 : ptr->x_param_max_gcse_insertion_ratio ^= 20;
13949 : 23624 : ptr->x_param_max_gcse_memory = (int ) bp_unpack_var_len_int (bp);
13950 : 23624 : if (131072 > (int ) 10)
13951 : 23624 : ptr->x_param_max_gcse_memory ^= 131072;
13952 : 23624 : ptr->x_param_max_goto_duplication_insns = (int ) bp_unpack_var_len_int (bp);
13953 : 23624 : if (8 > (int ) 10)
13954 : : ptr->x_param_max_goto_duplication_insns ^= 8;
13955 : 23624 : ptr->x_param_max_grow_copy_bb_insns = (int ) bp_unpack_var_len_int (bp);
13956 : 23624 : if (8 > (int ) 10)
13957 : : ptr->x_param_max_grow_copy_bb_insns ^= 8;
13958 : 23624 : ptr->x_param_max_hoist_depth = (int ) bp_unpack_var_len_int (bp);
13959 : 23624 : if (30 > (int ) 10)
13960 : 23624 : ptr->x_param_max_hoist_depth ^= 30;
13961 : 23624 : ptr->x_param_inline_functions_called_once_insns = (int ) bp_unpack_var_len_int (bp);
13962 : 23624 : if (4000 > (int ) 10)
13963 : 23624 : ptr->x_param_inline_functions_called_once_insns ^= 4000;
13964 : 23624 : ptr->x_param_inline_functions_called_once_loop_depth = (int ) bp_unpack_var_len_int (bp);
13965 : 23624 : if (6 > (int ) 10)
13966 : : ptr->x_param_inline_functions_called_once_loop_depth ^= 6;
13967 : 23624 : ptr->x_param_max_inline_insns_auto = (int ) bp_unpack_var_len_int (bp);
13968 : 23624 : if (15 > (int ) 10)
13969 : 23624 : ptr->x_param_max_inline_insns_auto ^= 15;
13970 : 23624 : ptr->x_param_max_inline_insns_recursive_auto = (int ) bp_unpack_var_len_int (bp);
13971 : 23624 : if (450 > (int ) 10)
13972 : 23624 : ptr->x_param_max_inline_insns_recursive_auto ^= 450;
13973 : 23624 : ptr->x_param_max_inline_insns_recursive = (int ) bp_unpack_var_len_int (bp);
13974 : 23624 : if (450 > (int ) 10)
13975 : 23624 : ptr->x_param_max_inline_insns_recursive ^= 450;
13976 : 23624 : ptr->x_param_max_inline_insns_single = (int ) bp_unpack_var_len_int (bp);
13977 : 23624 : if (70 > (int ) 10)
13978 : 23624 : ptr->x_param_max_inline_insns_single ^= 70;
13979 : 23624 : ptr->x_param_max_inline_insns_size = (int ) bp_unpack_var_len_int (bp);
13980 : 23624 : ptr->x_param_max_inline_insns_small = (int ) bp_unpack_var_len_int (bp);
13981 : 23624 : ptr->x_param_max_inline_recursive_depth_auto = (int ) bp_unpack_var_len_int (bp);
13982 : 23624 : if (8 > (int ) 10)
13983 : : ptr->x_param_max_inline_recursive_depth_auto ^= 8;
13984 : 23624 : ptr->x_param_max_inline_recursive_depth = (int ) bp_unpack_var_len_int (bp);
13985 : 23624 : if (8 > (int ) 10)
13986 : : ptr->x_param_max_inline_recursive_depth ^= 8;
13987 : 23624 : ptr->x_param_max_isl_operations = (int ) bp_unpack_var_len_int (bp);
13988 : 23624 : if (350000 > (int ) 10)
13989 : 23624 : ptr->x_param_max_isl_operations ^= 350000;
13990 : 23624 : ptr->x_param_max_iterations_computation_cost = (int ) bp_unpack_var_len_int (bp);
13991 : 23624 : if (10 > (int ) 10)
13992 : : ptr->x_param_max_iterations_computation_cost ^= 10;
13993 : 23624 : ptr->x_param_max_iterations_to_track = (int ) bp_unpack_var_len_int (bp);
13994 : 23624 : if (1000 > (int ) 10)
13995 : 23624 : ptr->x_param_max_iterations_to_track ^= 1000;
13996 : 23624 : ptr->x_param_max_jump_thread_duplication_stmts = (int ) bp_unpack_var_len_int (bp);
13997 : 23624 : if (15 > (int ) 10)
13998 : 23624 : ptr->x_param_max_jump_thread_duplication_stmts ^= 15;
13999 : 23624 : ptr->x_param_max_jump_thread_paths = (int ) bp_unpack_var_len_int (bp);
14000 : 23624 : if (64 > (int ) 10)
14001 : 23624 : ptr->x_param_max_jump_thread_paths ^= 64;
14002 : 23624 : ptr->x_param_max_last_value_rtl = (int ) bp_unpack_var_len_int (bp);
14003 : 23624 : if (10000 > (int ) 10)
14004 : 23624 : ptr->x_param_max_last_value_rtl ^= 10000;
14005 : 23624 : ptr->x_param_max_loop_header_insns = (int ) bp_unpack_var_len_int (bp);
14006 : 23624 : if (20 > (int ) 10)
14007 : 23624 : ptr->x_param_max_loop_header_insns ^= 20;
14008 : 23624 : ptr->x_param_max_modulo_backtrack_attempts = (int ) bp_unpack_var_len_int (bp);
14009 : 23624 : if (40 > (int ) 10)
14010 : 23624 : ptr->x_param_max_modulo_backtrack_attempts ^= 40;
14011 : 23624 : ptr->x_param_max_partial_antic_length = (int ) bp_unpack_var_len_int (bp);
14012 : 23624 : if (100 > (int ) 10)
14013 : 23624 : ptr->x_param_max_partial_antic_length ^= 100;
14014 : 23624 : ptr->x_param_max_peel_branches = (int ) bp_unpack_var_len_int (bp);
14015 : 23624 : if (32 > (int ) 10)
14016 : 23624 : ptr->x_param_max_peel_branches ^= 32;
14017 : 23624 : ptr->x_param_max_peel_times = (int ) bp_unpack_var_len_int (bp);
14018 : 23624 : if (16 > (int ) 10)
14019 : 23624 : ptr->x_param_max_peel_times ^= 16;
14020 : 23624 : ptr->x_param_max_peeled_insns = (int ) bp_unpack_var_len_int (bp);
14021 : 23624 : if (100 > (int ) 10)
14022 : 23624 : ptr->x_param_max_peeled_insns ^= 100;
14023 : 23624 : ptr->x_param_max_pending_list_length = (int ) bp_unpack_var_len_int (bp);
14024 : 23624 : if (32 > (int ) 10)
14025 : 23624 : ptr->x_param_max_pending_list_length ^= 32;
14026 : 23624 : ptr->x_param_max_pipeline_region_blocks = (int ) bp_unpack_var_len_int (bp);
14027 : 23624 : if (15 > (int ) 10)
14028 : 23624 : ptr->x_param_max_pipeline_region_blocks ^= 15;
14029 : 23624 : ptr->x_param_max_pipeline_region_insns = (int ) bp_unpack_var_len_int (bp);
14030 : 23624 : if (200 > (int ) 10)
14031 : 23624 : ptr->x_param_max_pipeline_region_insns ^= 200;
14032 : 23624 : ptr->x_param_max_pow_sqrt_depth = (int ) bp_unpack_var_len_int (bp);
14033 : 23624 : if (5 > (int ) 10)
14034 : : ptr->x_param_max_pow_sqrt_depth ^= 5;
14035 : 23624 : ptr->x_param_max_predicted_iterations = (int ) bp_unpack_var_len_int (bp);
14036 : 23624 : if (100 > (int ) 10)
14037 : 23624 : ptr->x_param_max_predicted_iterations ^= 100;
14038 : 23624 : ptr->x_param_max_reload_search_insns = (int ) bp_unpack_var_len_int (bp);
14039 : 23624 : if (100 > (int ) 10)
14040 : 23624 : ptr->x_param_max_reload_search_insns ^= 100;
14041 : 23624 : ptr->x_param_max_rtl_if_conversion_insns = (int ) bp_unpack_var_len_int (bp);
14042 : 23624 : if (10 > (int ) 10)
14043 : : ptr->x_param_max_rtl_if_conversion_insns ^= 10;
14044 : 23624 : ptr->x_param_max_rtl_if_conversion_predictable_cost = (int ) bp_unpack_var_len_int (bp);
14045 : 23624 : if (20 > (int ) 10)
14046 : 23624 : ptr->x_param_max_rtl_if_conversion_predictable_cost ^= 20;
14047 : 23624 : ptr->x_param_max_rtl_if_conversion_unpredictable_cost = (int ) bp_unpack_var_len_int (bp);
14048 : 23624 : if (40 > (int ) 10)
14049 : 23624 : ptr->x_param_max_rtl_if_conversion_unpredictable_cost ^= 40;
14050 : 23624 : ptr->x_param_max_sched_extend_regions_iters = (int ) bp_unpack_var_len_int (bp);
14051 : 23624 : ptr->x_param_max_sched_insn_conflict_delay = (int ) bp_unpack_var_len_int (bp);
14052 : 23624 : if (3 > (int ) 10)
14053 : : ptr->x_param_max_sched_insn_conflict_delay ^= 3;
14054 : 23624 : ptr->x_param_max_sched_ready_insns = (int ) bp_unpack_var_len_int (bp);
14055 : 23624 : if (100 > (int ) 10)
14056 : 23624 : ptr->x_param_max_sched_ready_insns ^= 100;
14057 : 23624 : ptr->x_param_max_sched_region_blocks = (int ) bp_unpack_var_len_int (bp);
14058 : 23624 : if (10 > (int ) 10)
14059 : : ptr->x_param_max_sched_region_blocks ^= 10;
14060 : 23624 : ptr->x_param_max_sched_region_insns = (int ) bp_unpack_var_len_int (bp);
14061 : 23624 : if (100 > (int ) 10)
14062 : 23624 : ptr->x_param_max_sched_region_insns ^= 100;
14063 : 23624 : ptr->x_param_max_slsr_candidate_scan = (int ) bp_unpack_var_len_int (bp);
14064 : 23624 : if (50 > (int ) 10)
14065 : 23624 : ptr->x_param_max_slsr_candidate_scan ^= 50;
14066 : 23624 : ptr->x_param_max_speculative_devirt_maydefs = (int ) bp_unpack_var_len_int (bp);
14067 : 23624 : if (50 > (int ) 10)
14068 : 23624 : ptr->x_param_max_speculative_devirt_maydefs ^= 50;
14069 : 23624 : ptr->x_param_max_stores_to_merge = (int ) bp_unpack_var_len_int (bp);
14070 : 23624 : if (64 > (int ) 10)
14071 : 23624 : ptr->x_param_max_stores_to_merge ^= 64;
14072 : 23624 : ptr->x_param_max_stores_to_sink = (int ) bp_unpack_var_len_int (bp);
14073 : 23624 : if (2 > (int ) 10)
14074 : : ptr->x_param_max_stores_to_sink ^= 2;
14075 : 23624 : ptr->x_param_max_tail_merge_comparisons = (int ) bp_unpack_var_len_int (bp);
14076 : 23624 : if (10 > (int ) 10)
14077 : : ptr->x_param_max_tail_merge_comparisons ^= 10;
14078 : 23624 : ptr->x_param_max_tail_merge_iterations = (int ) bp_unpack_var_len_int (bp);
14079 : 23624 : if (2 > (int ) 10)
14080 : : ptr->x_param_max_tail_merge_iterations ^= 2;
14081 : 23624 : ptr->x_param_max_tracked_strlens = (int ) bp_unpack_var_len_int (bp);
14082 : 23624 : if (10000 > (int ) 10)
14083 : 23624 : ptr->x_param_max_tracked_strlens ^= 10000;
14084 : 23624 : ptr->x_param_max_tree_if_conversion_phi_args = (int ) bp_unpack_var_len_int (bp);
14085 : 23624 : if (4 > (int ) 10)
14086 : : ptr->x_param_max_tree_if_conversion_phi_args ^= 4;
14087 : 23624 : ptr->x_param_max_unroll_times = (int ) bp_unpack_var_len_int (bp);
14088 : 23624 : if (8 > (int ) 10)
14089 : : ptr->x_param_max_unroll_times ^= 8;
14090 : 23624 : ptr->x_param_max_unrolled_insns = (int ) bp_unpack_var_len_int (bp);
14091 : 23624 : if (200 > (int ) 10)
14092 : 23624 : ptr->x_param_max_unrolled_insns ^= 200;
14093 : 23624 : ptr->x_param_max_unswitch_depth = (int ) bp_unpack_var_len_int (bp);
14094 : 23624 : if (50 > (int ) 10)
14095 : 23624 : ptr->x_param_max_unswitch_depth ^= 50;
14096 : 23624 : ptr->x_param_max_unswitch_insns = (int ) bp_unpack_var_len_int (bp);
14097 : 23624 : if (50 > (int ) 10)
14098 : 23624 : ptr->x_param_max_unswitch_insns ^= 50;
14099 : 23624 : ptr->x_param_max_variable_expansions = (int ) bp_unpack_var_len_int (bp);
14100 : 23624 : if (1 > (int ) 10)
14101 : : ptr->x_param_max_variable_expansions ^= 1;
14102 : 23624 : ptr->x_param_max_vartrack_expr_depth = (int ) bp_unpack_var_len_int (bp);
14103 : 23624 : if (12 > (int ) 10)
14104 : 23624 : ptr->x_param_max_vartrack_expr_depth ^= 12;
14105 : 23624 : ptr->x_param_max_vartrack_reverse_op_size = (int ) bp_unpack_var_len_int (bp);
14106 : 23624 : if (50 > (int ) 10)
14107 : 23624 : ptr->x_param_max_vartrack_reverse_op_size ^= 50;
14108 : 23624 : ptr->x_param_max_vartrack_size = (int ) bp_unpack_var_len_int (bp);
14109 : 23624 : if (50000000 > (int ) 10)
14110 : 23624 : ptr->x_param_max_vartrack_size ^= 50000000;
14111 : 23624 : ptr->x_param_min_crossjump_insns = (int ) bp_unpack_var_len_int (bp);
14112 : 23624 : if (5 > (int ) 10)
14113 : : ptr->x_param_min_crossjump_insns ^= 5;
14114 : 23624 : ptr->x_param_min_inline_recursive_probability = (int ) bp_unpack_var_len_int (bp);
14115 : 23624 : if (10 > (int ) 10)
14116 : : ptr->x_param_min_inline_recursive_probability ^= 10;
14117 : 23624 : ptr->x_param_min_insn_to_prefetch_ratio = (int ) bp_unpack_var_len_int (bp);
14118 : 23624 : if (9 > (int ) 10)
14119 : : ptr->x_param_min_insn_to_prefetch_ratio ^= 9;
14120 : 23624 : ptr->x_param_min_loop_cond_split_prob = (int ) bp_unpack_var_len_int (bp);
14121 : 23624 : if (30 > (int ) 10)
14122 : 23624 : ptr->x_param_min_loop_cond_split_prob ^= 30;
14123 : 23624 : ptr->x_param_min_pagesize = (int ) bp_unpack_var_len_int (bp);
14124 : 23624 : if (4096 > (int ) 10)
14125 : 23624 : ptr->x_param_min_pagesize ^= 4096;
14126 : 23624 : ptr->x_param_min_size_for_stack_sharing = (int ) bp_unpack_var_len_int (bp);
14127 : 23624 : if (32 > (int ) 10)
14128 : 23624 : ptr->x_param_min_size_for_stack_sharing ^= 32;
14129 : 23624 : ptr->x_param_min_spec_prob = (int ) bp_unpack_var_len_int (bp);
14130 : 23624 : if (40 > (int ) 10)
14131 : 23624 : ptr->x_param_min_spec_prob ^= 40;
14132 : 23624 : ptr->x_param_min_vect_loop_bound = (int ) bp_unpack_var_len_int (bp);
14133 : 23624 : ptr->x_param_modref_max_accesses = (int ) bp_unpack_var_len_int (bp);
14134 : 23624 : if (16 > (int ) 10)
14135 : 23624 : ptr->x_param_modref_max_accesses ^= 16;
14136 : 23624 : ptr->x_param_modref_max_adjustments = (int ) bp_unpack_var_len_int (bp);
14137 : 23624 : if (8 > (int ) 10)
14138 : : ptr->x_param_modref_max_adjustments ^= 8;
14139 : 23624 : ptr->x_param_modref_max_bases = (int ) bp_unpack_var_len_int (bp);
14140 : 23624 : if (32 > (int ) 10)
14141 : 23624 : ptr->x_param_modref_max_bases ^= 32;
14142 : 23624 : ptr->x_param_modref_max_depth = (int ) bp_unpack_var_len_int (bp);
14143 : 23624 : if (256 > (int ) 10)
14144 : 23624 : ptr->x_param_modref_max_depth ^= 256;
14145 : 23624 : ptr->x_param_modref_max_escape_points = (int ) bp_unpack_var_len_int (bp);
14146 : 23624 : if (256 > (int ) 10)
14147 : 23624 : ptr->x_param_modref_max_escape_points ^= 256;
14148 : 23624 : ptr->x_param_modref_max_refs = (int ) bp_unpack_var_len_int (bp);
14149 : 23624 : if (16 > (int ) 10)
14150 : 23624 : ptr->x_param_modref_max_refs ^= 16;
14151 : 23624 : ptr->x_param_modref_max_tests = (int ) bp_unpack_var_len_int (bp);
14152 : 23624 : if (64 > (int ) 10)
14153 : 23624 : ptr->x_param_modref_max_tests ^= 64;
14154 : 23624 : ptr->x_param_parloops_chunk_size = (int ) bp_unpack_var_len_int (bp);
14155 : 23624 : ptr->x_param_parloops_min_per_thread = (int ) bp_unpack_var_len_int (bp);
14156 : 23624 : if (100 > (int ) 10)
14157 : 23624 : ptr->x_param_parloops_min_per_thread ^= 100;
14158 : 23624 : ptr->x_param_parloops_schedule = (int ) bp_unpack_var_len_int (bp);
14159 : 23624 : ptr->x_param_partial_inlining_entry_probability = (int ) bp_unpack_var_len_int (bp);
14160 : 23624 : if (70 > (int ) 10)
14161 : 23624 : ptr->x_param_partial_inlining_entry_probability ^= 70;
14162 : 23624 : ptr->x_param_phiopt_factor_max_stmts_live = (int ) bp_unpack_var_len_int (bp);
14163 : 23624 : if (5 > (int ) 10)
14164 : : ptr->x_param_phiopt_factor_max_stmts_live ^= 5;
14165 : 23624 : ptr->x_param_predictable_branch_outcome = (int ) bp_unpack_var_len_int (bp);
14166 : 23624 : if (2 > (int ) 10)
14167 : : ptr->x_param_predictable_branch_outcome ^= 2;
14168 : 23624 : ptr->x_param_prefetch_dynamic_strides = (int ) bp_unpack_var_len_int (bp);
14169 : 23624 : if (1 > (int ) 10)
14170 : : ptr->x_param_prefetch_dynamic_strides ^= 1;
14171 : 23624 : ptr->x_param_prefetch_latency = (int ) bp_unpack_var_len_int (bp);
14172 : 23624 : if (200 > (int ) 10)
14173 : 23624 : ptr->x_param_prefetch_latency ^= 200;
14174 : 23624 : ptr->x_param_prefetch_min_insn_to_mem_ratio = (int ) bp_unpack_var_len_int (bp);
14175 : 23624 : if (3 > (int ) 10)
14176 : : ptr->x_param_prefetch_min_insn_to_mem_ratio ^= 3;
14177 : 23624 : ptr->x_param_prefetch_minimum_stride = (int ) bp_unpack_var_len_int (bp);
14178 : 23624 : if (-1 > (int ) 10)
14179 : : ptr->x_param_prefetch_minimum_stride ^= -1;
14180 : 23624 : ptr->x_param_ranger_debug = (enum ranger_debug ) bp_unpack_var_len_int (bp);
14181 : 23624 : ptr->x_param_ranger_logical_depth = (int ) bp_unpack_var_len_int (bp);
14182 : 23624 : if (6 > (int ) 10)
14183 : : ptr->x_param_ranger_logical_depth ^= 6;
14184 : 23624 : ptr->x_param_ranger_recompute_depth = (int ) bp_unpack_var_len_int (bp);
14185 : 23624 : if (5 > (int ) 10)
14186 : : ptr->x_param_ranger_recompute_depth ^= 5;
14187 : 23624 : ptr->x_param_relation_block_limit = (int ) bp_unpack_var_len_int (bp);
14188 : 23624 : if (200 > (int ) 10)
14189 : 23624 : ptr->x_param_relation_block_limit ^= 200;
14190 : 23624 : ptr->x_param_rpo_vn_max_loop_depth = (int ) bp_unpack_var_len_int (bp);
14191 : 23624 : if (7 > (int ) 10)
14192 : : ptr->x_param_rpo_vn_max_loop_depth ^= 7;
14193 : 23624 : ptr->x_param_sccvn_max_alias_queries_per_access = (int ) bp_unpack_var_len_int (bp);
14194 : 23624 : if (1000 > (int ) 10)
14195 : 23624 : ptr->x_param_sccvn_max_alias_queries_per_access ^= 1000;
14196 : 23624 : ptr->x_param_scev_max_expr_complexity = (int ) bp_unpack_var_len_int (bp);
14197 : 23624 : if (10 > (int ) 10)
14198 : : ptr->x_param_scev_max_expr_complexity ^= 10;
14199 : 23624 : ptr->x_param_scev_max_expr_size = (int ) bp_unpack_var_len_int (bp);
14200 : 23624 : if (100 > (int ) 10)
14201 : 23624 : ptr->x_param_scev_max_expr_size ^= 100;
14202 : 23624 : ptr->x_param_sched_autopref_queue_depth = (int ) bp_unpack_var_len_int (bp);
14203 : 23624 : if (-1 > (int ) 10)
14204 : : ptr->x_param_sched_autopref_queue_depth ^= -1;
14205 : 23624 : ptr->x_param_sched_mem_true_dep_cost = (int ) bp_unpack_var_len_int (bp);
14206 : 23624 : if (1 > (int ) 10)
14207 : : ptr->x_param_sched_mem_true_dep_cost ^= 1;
14208 : 23624 : ptr->x_param_sched_pressure_algorithm = (int ) bp_unpack_var_len_int (bp);
14209 : 23624 : if (1 > (int ) 10)
14210 : : ptr->x_param_sched_pressure_algorithm ^= 1;
14211 : 23624 : ptr->x_param_sched_spec_prob_cutoff = (int ) bp_unpack_var_len_int (bp);
14212 : 23624 : if (40 > (int ) 10)
14213 : 23624 : ptr->x_param_sched_spec_prob_cutoff ^= 40;
14214 : 23624 : ptr->x_param_sched_state_edge_prob_cutoff = (int ) bp_unpack_var_len_int (bp);
14215 : 23624 : if (10 > (int ) 10)
14216 : : ptr->x_param_sched_state_edge_prob_cutoff ^= 10;
14217 : 23624 : ptr->x_param_selsched_insns_to_rename = (int ) bp_unpack_var_len_int (bp);
14218 : 23624 : if (2 > (int ) 10)
14219 : : ptr->x_param_selsched_insns_to_rename ^= 2;
14220 : 23624 : ptr->x_param_selsched_max_lookahead = (int ) bp_unpack_var_len_int (bp);
14221 : 23624 : if (50 > (int ) 10)
14222 : 23624 : ptr->x_param_selsched_max_lookahead ^= 50;
14223 : 23624 : ptr->x_param_selsched_max_sched_times = (int ) bp_unpack_var_len_int (bp);
14224 : 23624 : if (2 > (int ) 10)
14225 : : ptr->x_param_selsched_max_sched_times ^= 2;
14226 : 23624 : ptr->x_param_simultaneous_prefetches = (int ) bp_unpack_var_len_int (bp);
14227 : 23624 : if (3 > (int ) 10)
14228 : : ptr->x_param_simultaneous_prefetches ^= 3;
14229 : 23624 : ptr->x_param_sink_frequency_threshold = (int ) bp_unpack_var_len_int (bp);
14230 : 23624 : if (75 > (int ) 10)
14231 : 23624 : ptr->x_param_sink_frequency_threshold ^= 75;
14232 : 23624 : ptr->x_param_sms_dfa_history = (int ) bp_unpack_var_len_int (bp);
14233 : 23624 : ptr->x_param_sms_loop_average_count_threshold = (int ) bp_unpack_var_len_int (bp);
14234 : 23624 : ptr->x_param_sms_max_ii_factor = (int ) bp_unpack_var_len_int (bp);
14235 : 23624 : if (2 > (int ) 10)
14236 : : ptr->x_param_sms_max_ii_factor ^= 2;
14237 : 23624 : ptr->x_param_sms_min_sc = (int ) bp_unpack_var_len_int (bp);
14238 : 23624 : if (2 > (int ) 10)
14239 : : ptr->x_param_sms_min_sc ^= 2;
14240 : 23624 : ptr->x_param_sra_max_propagations = (int ) bp_unpack_var_len_int (bp);
14241 : 23624 : if (32 > (int ) 10)
14242 : 23624 : ptr->x_param_sra_max_propagations ^= 32;
14243 : 23624 : ptr->x_param_sra_max_scalarization_size_size = (int ) bp_unpack_var_len_int (bp);
14244 : 23624 : ptr->x_param_sra_max_scalarization_size_speed = (int ) bp_unpack_var_len_int (bp);
14245 : 23624 : ptr->x_param_ssa_name_def_chain_limit = (int ) bp_unpack_var_len_int (bp);
14246 : 23624 : if (512 > (int ) 10)
14247 : 23624 : ptr->x_param_ssa_name_def_chain_limit ^= 512;
14248 : 23624 : ptr->x_param_ssp_buffer_size = (int ) bp_unpack_var_len_int (bp);
14249 : 23624 : if (8 > (int ) 10)
14250 : : ptr->x_param_ssp_buffer_size ^= 8;
14251 : 23624 : ptr->x_param_stack_clash_protection_guard_size = (int ) bp_unpack_var_len_int (bp);
14252 : 23624 : if (12 > (int ) 10)
14253 : 23624 : ptr->x_param_stack_clash_protection_guard_size ^= 12;
14254 : 23624 : ptr->x_param_stack_clash_protection_probe_interval = (int ) bp_unpack_var_len_int (bp);
14255 : 23624 : if (12 > (int ) 10)
14256 : 23624 : ptr->x_param_stack_clash_protection_probe_interval ^= 12;
14257 : 23624 : ptr->x_param_store_forwarding_max_distance = (int ) bp_unpack_var_len_int (bp);
14258 : 23624 : if (10 > (int ) 10)
14259 : : ptr->x_param_store_forwarding_max_distance ^= 10;
14260 : 23624 : ptr->x_param_store_merging_allow_unaligned = (int ) bp_unpack_var_len_int (bp);
14261 : 23624 : if (1 > (int ) 10)
14262 : : ptr->x_param_store_merging_allow_unaligned ^= 1;
14263 : 23624 : ptr->x_param_store_merging_max_size = (int ) bp_unpack_var_len_int (bp);
14264 : 23624 : if (65536 > (int ) 10)
14265 : 23624 : ptr->x_param_store_merging_max_size ^= 65536;
14266 : 23624 : ptr->x_param_switch_conversion_branch_ratio = (int ) bp_unpack_var_len_int (bp);
14267 : 23624 : if (8 > (int ) 10)
14268 : : ptr->x_param_switch_conversion_branch_ratio ^= 8;
14269 : 23624 : ptr->x_param_threader_debug = (enum threader_debug ) bp_unpack_var_len_int (bp);
14270 : 23624 : ptr->x_param_tm_max_aggregate_size = (int ) bp_unpack_var_len_int (bp);
14271 : 23624 : if (9 > (int ) 10)
14272 : : ptr->x_param_tm_max_aggregate_size ^= 9;
14273 : 23624 : ptr->x_param_tracer_dynamic_coverage_feedback = (int ) bp_unpack_var_len_int (bp);
14274 : 23624 : if (95 > (int ) 10)
14275 : 23624 : ptr->x_param_tracer_dynamic_coverage_feedback ^= 95;
14276 : 23624 : ptr->x_param_tracer_dynamic_coverage = (int ) bp_unpack_var_len_int (bp);
14277 : 23624 : if (75 > (int ) 10)
14278 : 23624 : ptr->x_param_tracer_dynamic_coverage ^= 75;
14279 : 23624 : ptr->x_param_tracer_max_code_growth = (int ) bp_unpack_var_len_int (bp);
14280 : 23624 : if (100 > (int ) 10)
14281 : 23624 : ptr->x_param_tracer_max_code_growth ^= 100;
14282 : 23624 : ptr->x_param_tracer_min_branch_probability_feedback = (int ) bp_unpack_var_len_int (bp);
14283 : 23624 : if (80 > (int ) 10)
14284 : 23624 : ptr->x_param_tracer_min_branch_probability_feedback ^= 80;
14285 : 23624 : ptr->x_param_tracer_min_branch_probability = (int ) bp_unpack_var_len_int (bp);
14286 : 23624 : if (50 > (int ) 10)
14287 : 23624 : ptr->x_param_tracer_min_branch_probability ^= 50;
14288 : 23624 : ptr->x_param_tracer_min_branch_ratio = (int ) bp_unpack_var_len_int (bp);
14289 : 23624 : if (10 > (int ) 10)
14290 : : ptr->x_param_tracer_min_branch_ratio ^= 10;
14291 : 23624 : ptr->x_param_transitive_relations_work_bound = (int ) bp_unpack_var_len_int (bp);
14292 : 23624 : if (256 > (int ) 10)
14293 : 23624 : ptr->x_param_transitive_relations_work_bound ^= 256;
14294 : 23624 : ptr->x_param_tree_reassoc_width = (int ) bp_unpack_var_len_int (bp);
14295 : 23624 : ptr->x_param_uninit_control_dep_attempts = (int ) bp_unpack_var_len_int (bp);
14296 : 23624 : if (1000 > (int ) 10)
14297 : 23624 : ptr->x_param_uninit_control_dep_attempts ^= 1000;
14298 : 23624 : ptr->x_param_uninit_max_chain_len = (int ) bp_unpack_var_len_int (bp);
14299 : 23624 : if (12 > (int ) 10)
14300 : 23624 : ptr->x_param_uninit_max_chain_len ^= 12;
14301 : 23624 : ptr->x_param_uninit_max_num_chains = (int ) bp_unpack_var_len_int (bp);
14302 : 23624 : if (8 > (int ) 10)
14303 : : ptr->x_param_uninit_max_num_chains ^= 8;
14304 : 23624 : ptr->x_param_uninit_max_prune_work = (int ) bp_unpack_var_len_int (bp);
14305 : 23624 : if (100000 > (int ) 10)
14306 : 23624 : ptr->x_param_uninit_max_prune_work ^= 100000;
14307 : 23624 : ptr->x_param_uninlined_function_insns = (int ) bp_unpack_var_len_int (bp);
14308 : 23624 : if (2 > (int ) 10)
14309 : : ptr->x_param_uninlined_function_insns ^= 2;
14310 : 23624 : ptr->x_param_uninlined_function_time = (int ) bp_unpack_var_len_int (bp);
14311 : 23624 : ptr->x_param_uninlined_function_thunk_insns = (int ) bp_unpack_var_len_int (bp);
14312 : 23624 : if (2 > (int ) 10)
14313 : : ptr->x_param_uninlined_function_thunk_insns ^= 2;
14314 : 23624 : ptr->x_param_uninlined_function_thunk_time = (int ) bp_unpack_var_len_int (bp);
14315 : 23624 : if (2 > (int ) 10)
14316 : : ptr->x_param_uninlined_function_thunk_time ^= 2;
14317 : 23624 : ptr->x_param_unlikely_bb_count_fraction = (int ) bp_unpack_var_len_int (bp);
14318 : 23624 : if (20 > (int ) 10)
14319 : 23624 : ptr->x_param_unlikely_bb_count_fraction ^= 20;
14320 : 23624 : ptr->x_param_unroll_jam_max_unroll = (int ) bp_unpack_var_len_int (bp);
14321 : 23624 : if (4 > (int ) 10)
14322 : : ptr->x_param_unroll_jam_max_unroll ^= 4;
14323 : 23624 : ptr->x_param_unroll_jam_min_percent = (int ) bp_unpack_var_len_int (bp);
14324 : 23624 : if (1 > (int ) 10)
14325 : : ptr->x_param_unroll_jam_min_percent ^= 1;
14326 : 23624 : ptr->x_param_use_after_scope_direct_emission_threshold = (int ) bp_unpack_var_len_int (bp);
14327 : 23624 : if (256 > (int ) 10)
14328 : 23624 : ptr->x_param_use_after_scope_direct_emission_threshold ^= 256;
14329 : : #ifdef ACCEL_COMPILER
14330 : : ptr->x_param_vect_epilogues_nomask = global_options.x_param_vect_epilogues_nomask;
14331 : : #else
14332 : 23624 : ptr->x_param_vect_epilogues_nomask = (int ) bp_unpack_var_len_int (bp);
14333 : 23624 : if (1 > (int ) 10)
14334 : : ptr->x_param_vect_epilogues_nomask ^= 1;
14335 : : #endif
14336 : 23624 : ptr->x_param_vect_induction_float = (int ) bp_unpack_var_len_int (bp);
14337 : 23624 : if (1 > (int ) 10)
14338 : : ptr->x_param_vect_induction_float ^= 1;
14339 : : #ifdef ACCEL_COMPILER
14340 : : ptr->x_param_vect_inner_loop_cost_factor = global_options.x_param_vect_inner_loop_cost_factor;
14341 : : #else
14342 : 23624 : ptr->x_param_vect_inner_loop_cost_factor = (int ) bp_unpack_var_len_int (bp);
14343 : 23624 : if (50 > (int ) 10)
14344 : 23624 : ptr->x_param_vect_inner_loop_cost_factor ^= 50;
14345 : : #endif
14346 : 23624 : ptr->x_param_vect_max_layout_candidates = (int ) bp_unpack_var_len_int (bp);
14347 : 23624 : if (32 > (int ) 10)
14348 : 23624 : ptr->x_param_vect_max_layout_candidates ^= 32;
14349 : 23624 : ptr->x_param_vect_max_peeling_for_alignment = (int ) bp_unpack_var_len_int (bp);
14350 : 23624 : if (-1 > (int ) 10)
14351 : : ptr->x_param_vect_max_peeling_for_alignment ^= -1;
14352 : 23624 : ptr->x_param_vect_max_version_for_alias_checks = (int ) bp_unpack_var_len_int (bp);
14353 : 23624 : if (15 > (int ) 10)
14354 : 23624 : ptr->x_param_vect_max_version_for_alias_checks ^= 15;
14355 : 23624 : ptr->x_param_vect_max_version_for_alignment_checks = (int ) bp_unpack_var_len_int (bp);
14356 : 23624 : if (6 > (int ) 10)
14357 : : ptr->x_param_vect_max_version_for_alignment_checks ^= 6;
14358 : : #ifdef ACCEL_COMPILER
14359 : : ptr->x_param_vect_partial_vector_usage = global_options.x_param_vect_partial_vector_usage;
14360 : : #else
14361 : 23624 : ptr->x_param_vect_partial_vector_usage = (int ) bp_unpack_var_len_int (bp);
14362 : 23624 : if (2 > (int ) 10)
14363 : : ptr->x_param_vect_partial_vector_usage ^= 2;
14364 : : #endif
14365 : 23624 : ptr->x_param_vect_scalar_cost_multiplier = (int ) bp_unpack_var_len_int (bp);
14366 : 23624 : if (100 > (int ) 10)
14367 : 23624 : ptr->x_param_vect_scalar_cost_multiplier ^= 100;
14368 : 23624 : ptr->x_param_vrp_block_limit = (int ) bp_unpack_var_len_int (bp);
14369 : 23624 : if (150000 > (int ) 10)
14370 : 23624 : ptr->x_param_vrp_block_limit ^= 150000;
14371 : 23624 : ptr->x_param_vrp_sparse_threshold = (int ) bp_unpack_var_len_int (bp);
14372 : 23624 : if (3000 > (int ) 10)
14373 : 23624 : ptr->x_param_vrp_sparse_threshold ^= 3000;
14374 : 23624 : ptr->x_param_vrp_switch_limit = (int ) bp_unpack_var_len_int (bp);
14375 : 23624 : if (50 > (int ) 10)
14376 : 23624 : ptr->x_param_vrp_switch_limit ^= 50;
14377 : 23624 : ptr->x_param_vrp_vector_threshold = (int ) bp_unpack_var_len_int (bp);
14378 : 23624 : if (250 > (int ) 10)
14379 : 23624 : ptr->x_param_vrp_vector_threshold ^= 250;
14380 : 23624 : ptr->x_warn_inline = (signed char ) bp_unpack_var_len_int (bp);
14381 : 23624 : ptr->x_flag_aggressive_loop_optimizations = (signed char ) bp_unpack_var_len_int (bp);
14382 : 23624 : ptr->x_flag_align_functions = (signed char ) bp_unpack_var_len_int (bp);
14383 : 23624 : ptr->x_str_align_functions = bp_unpack_string (data_in, bp);
14384 : 23624 : if (ptr->x_str_align_functions)
14385 : 16954 : ptr->x_str_align_functions = xstrdup (ptr->x_str_align_functions);
14386 : 23624 : ptr->x_flag_align_jumps = (signed char ) bp_unpack_var_len_int (bp);
14387 : 23624 : ptr->x_str_align_jumps = bp_unpack_string (data_in, bp);
14388 : 23624 : if (ptr->x_str_align_jumps)
14389 : 16954 : ptr->x_str_align_jumps = xstrdup (ptr->x_str_align_jumps);
14390 : 23624 : ptr->x_flag_align_labels = (signed char ) bp_unpack_var_len_int (bp);
14391 : 23624 : ptr->x_str_align_labels = bp_unpack_string (data_in, bp);
14392 : 23624 : if (ptr->x_str_align_labels)
14393 : 16954 : ptr->x_str_align_labels = xstrdup (ptr->x_str_align_labels);
14394 : 23624 : ptr->x_flag_align_loops = (signed char ) bp_unpack_var_len_int (bp);
14395 : 23624 : ptr->x_str_align_loops = bp_unpack_string (data_in, bp);
14396 : 23624 : if (ptr->x_str_align_loops)
14397 : 16954 : ptr->x_str_align_loops = xstrdup (ptr->x_str_align_loops);
14398 : 23624 : ptr->x_flag_allocation_dce = (signed char ) bp_unpack_var_len_int (bp);
14399 : 23624 : ptr->x_flag_store_data_races = (signed char ) bp_unpack_var_len_int (bp);
14400 : 23624 : ptr->x_flag_associative_math = (signed char ) bp_unpack_var_len_int (bp);
14401 : 23624 : ptr->x_flag_assume_sane_operators_new_delete = (signed char ) bp_unpack_var_len_int (bp);
14402 : 23624 : ptr->x_flag_asynchronous_unwind_tables = (signed char ) bp_unpack_var_len_int (bp);
14403 : 23624 : ptr->x_flag_auto_inc_dec = (signed char ) bp_unpack_var_len_int (bp);
14404 : 23624 : ptr->x_flag_auto_profile_inlining = (signed char ) bp_unpack_var_len_int (bp);
14405 : 23624 : ptr->x_flag_avoid_store_forwarding = (signed char ) bp_unpack_var_len_int (bp);
14406 : 23624 : ptr->x_flag_bit_tests = (signed char ) bp_unpack_var_len_int (bp);
14407 : 23624 : ptr->x_flag_branch_on_count_reg = (signed char ) bp_unpack_var_len_int (bp);
14408 : 23624 : ptr->x_flag_branch_probabilities = (signed char ) bp_unpack_var_len_int (bp);
14409 : 23624 : ptr->x_flag_caller_saves = (signed char ) bp_unpack_var_len_int (bp);
14410 : 23624 : ptr->x_flag_code_hoisting = (signed char ) bp_unpack_var_len_int (bp);
14411 : 23624 : ptr->x_flag_combine_stack_adjustments = (signed char ) bp_unpack_var_len_int (bp);
14412 : 23624 : ptr->x_flag_compare_elim_after_reload = (signed char ) bp_unpack_var_len_int (bp);
14413 : 23624 : ptr->x_flag_conserve_stack = (signed char ) bp_unpack_var_len_int (bp);
14414 : 23624 : ptr->x_flag_cprop_registers = (signed char ) bp_unpack_var_len_int (bp);
14415 : 23624 : ptr->x_flag_crossjumping = (signed char ) bp_unpack_var_len_int (bp);
14416 : 23624 : ptr->x_flag_cse_follow_jumps = (signed char ) bp_unpack_var_len_int (bp);
14417 : 23624 : ptr->x_flag_complex_method = (int ) bp_unpack_var_len_int (bp);
14418 : 23624 : ptr->x_flag_dce = (signed char ) bp_unpack_var_len_int (bp);
14419 : 23624 : ptr->x_flag_defer_pop = (signed char ) bp_unpack_var_len_int (bp);
14420 : 23624 : ptr->x_flag_delayed_branch = (signed char ) bp_unpack_var_len_int (bp);
14421 : 23624 : ptr->x_flag_delete_dead_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14422 : 23624 : ptr->x_flag_delete_null_pointer_checks = (signed char ) bp_unpack_var_len_int (bp);
14423 : 23624 : ptr->x_flag_dep_fusion = (signed char ) bp_unpack_var_len_int (bp);
14424 : 23624 : ptr->x_flag_devirtualize = (signed char ) bp_unpack_var_len_int (bp);
14425 : 23624 : ptr->x_flag_devirtualize_speculatively = (signed char ) bp_unpack_var_len_int (bp);
14426 : 23624 : ptr->x_flag_dse = (signed char ) bp_unpack_var_len_int (bp);
14427 : 23624 : ptr->x_flag_early_inlining = (signed char ) bp_unpack_var_len_int (bp);
14428 : 23624 : ptr->x_flag_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14429 : 23624 : ptr->x_flag_excess_precision = (enum excess_precision ) bp_unpack_var_len_int (bp);
14430 : 23624 : ptr->x_flag_expensive_optimizations = (signed char ) bp_unpack_var_len_int (bp);
14431 : 23624 : ptr->x_flag_ext_dce = (signed char ) bp_unpack_var_len_int (bp);
14432 : 23624 : ptr->x_flag_finite_loops = (signed char ) bp_unpack_var_len_int (bp);
14433 : 23624 : ptr->x_flag_finite_math_only = (signed char ) bp_unpack_var_len_int (bp);
14434 : 23624 : ptr->x_flag_float_store = (signed char ) bp_unpack_var_len_int (bp);
14435 : 23624 : ptr->x_flag_fold_mem_offsets = (signed char ) bp_unpack_var_len_int (bp);
14436 : 23624 : ptr->x_flag_fold_simple_inlines = (signed char ) bp_unpack_var_len_int (bp);
14437 : 23624 : ptr->x_flag_forward_propagate = (signed char ) bp_unpack_var_len_int (bp);
14438 : 23624 : ptr->x_flag_fp_contract_mode = (enum fp_contract_mode ) bp_unpack_var_len_int (bp);
14439 : 23624 : ptr->x_flag_fp_int_builtin_inexact = (signed char ) bp_unpack_var_len_int (bp);
14440 : 23624 : ptr->x_flag_no_function_cse = (signed char ) bp_unpack_var_len_int (bp);
14441 : 23624 : ptr->x_flag_gcse = (signed char ) bp_unpack_var_len_int (bp);
14442 : 23624 : ptr->x_flag_gcse_after_reload = (signed char ) bp_unpack_var_len_int (bp);
14443 : 23624 : ptr->x_flag_gcse_las = (signed char ) bp_unpack_var_len_int (bp);
14444 : 23624 : ptr->x_flag_gcse_lm = (signed char ) bp_unpack_var_len_int (bp);
14445 : 23624 : ptr->x_flag_gcse_sm = (signed char ) bp_unpack_var_len_int (bp);
14446 : 23624 : ptr->x_flag_graphite = (signed char ) bp_unpack_var_len_int (bp);
14447 : 23624 : ptr->x_flag_graphite_identity = (signed char ) bp_unpack_var_len_int (bp);
14448 : 23624 : ptr->x_flag_guess_branch_prob = (signed char ) bp_unpack_var_len_int (bp);
14449 : 23624 : ptr->x_flag_harden_control_flow_redundancy_check_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14450 : 23624 : ptr->x_flag_harden_control_flow_redundancy_check_noreturn = (enum hardcfr_noret ) bp_unpack_var_len_int (bp);
14451 : 23624 : ptr->x_flag_harden_control_flow_redundancy_check_returning_calls = (signed char ) bp_unpack_var_len_int (bp);
14452 : 23624 : ptr->x_flag_harden_control_flow_redundancy_skip_leaf = (signed char ) bp_unpack_var_len_int (bp);
14453 : 23624 : ptr->x_flag_harden_compares = (signed char ) bp_unpack_var_len_int (bp);
14454 : 23624 : ptr->x_flag_harden_conditional_branches = (signed char ) bp_unpack_var_len_int (bp);
14455 : 23624 : ptr->x_flag_harden_control_flow_redundancy = (signed char ) bp_unpack_var_len_int (bp);
14456 : 23624 : ptr->x_flag_hoist_adjacent_loads = (signed char ) bp_unpack_var_len_int (bp);
14457 : 23624 : ptr->x_flag_if_conversion = (signed char ) bp_unpack_var_len_int (bp);
14458 : 23624 : ptr->x_flag_if_conversion2 = (signed char ) bp_unpack_var_len_int (bp);
14459 : 23624 : ptr->x_flag_indirect_inlining = (signed char ) bp_unpack_var_len_int (bp);
14460 : 23624 : ptr->x_flag_no_inline = (signed char ) bp_unpack_var_len_int (bp);
14461 : 23624 : ptr->x_flag_inline_atomics = (signed char ) bp_unpack_var_len_int (bp);
14462 : 23624 : ptr->x_flag_inline_functions = (signed char ) bp_unpack_var_len_int (bp);
14463 : 23624 : ptr->x_flag_inline_functions_called_once = (signed char ) bp_unpack_var_len_int (bp);
14464 : 23624 : ptr->x_flag_inline_small_functions = (signed char ) bp_unpack_var_len_int (bp);
14465 : 23624 : ptr->x_flag_inline_stringops = (enum ilsop_fn ) bp_unpack_var_len_int (bp);
14466 : 23624 : ptr->x_flag_ipa_bit_cp = (signed char ) bp_unpack_var_len_int (bp);
14467 : 23624 : ptr->x_flag_ipa_cp = (signed char ) bp_unpack_var_len_int (bp);
14468 : 23624 : ptr->x_flag_ipa_cp_clone = (signed char ) bp_unpack_var_len_int (bp);
14469 : 23624 : ptr->x_flag_ipa_icf = (signed char ) bp_unpack_var_len_int (bp);
14470 : 23624 : ptr->x_flag_ipa_icf_functions = (signed char ) bp_unpack_var_len_int (bp);
14471 : 23624 : ptr->x_flag_ipa_icf_variables = (signed char ) bp_unpack_var_len_int (bp);
14472 : 23624 : ptr->x_flag_ipa_modref = (signed char ) bp_unpack_var_len_int (bp);
14473 : 23624 : ptr->x_flag_ipa_profile = (signed char ) bp_unpack_var_len_int (bp);
14474 : 23624 : ptr->x_flag_ipa_pta = (signed char ) bp_unpack_var_len_int (bp);
14475 : 23624 : ptr->x_flag_ipa_pure_const = (signed char ) bp_unpack_var_len_int (bp);
14476 : 23624 : ptr->x_flag_ipa_ra = (signed char ) bp_unpack_var_len_int (bp);
14477 : 23624 : ptr->x_flag_ipa_reference = (signed char ) bp_unpack_var_len_int (bp);
14478 : 23624 : ptr->x_flag_ipa_reference_addressable = (signed char ) bp_unpack_var_len_int (bp);
14479 : 23624 : ptr->x_flag_ipa_reorder_for_locality = (signed char ) bp_unpack_var_len_int (bp);
14480 : 23624 : ptr->x_flag_ipa_sra = (signed char ) bp_unpack_var_len_int (bp);
14481 : 23624 : ptr->x_flag_ipa_stack_alignment = (signed char ) bp_unpack_var_len_int (bp);
14482 : 23624 : ptr->x_flag_ipa_strict_aliasing = (signed char ) bp_unpack_var_len_int (bp);
14483 : 23624 : ptr->x_flag_ipa_vrp = (signed char ) bp_unpack_var_len_int (bp);
14484 : 23624 : ptr->x_flag_ira_algorithm = (enum ira_algorithm ) bp_unpack_var_len_int (bp);
14485 : 23624 : ptr->x_flag_ira_hoist_pressure = (signed char ) bp_unpack_var_len_int (bp);
14486 : 23624 : ptr->x_flag_ira_loop_pressure = (signed char ) bp_unpack_var_len_int (bp);
14487 : 23624 : ptr->x_flag_ira_region = (enum ira_region ) bp_unpack_var_len_int (bp);
14488 : 23624 : ptr->x_flag_ira_share_save_slots = (signed char ) bp_unpack_var_len_int (bp);
14489 : 23624 : ptr->x_flag_ira_share_spill_slots = (signed char ) bp_unpack_var_len_int (bp);
14490 : 23624 : ptr->x_flag_isolate_erroneous_paths_attribute = (signed char ) bp_unpack_var_len_int (bp);
14491 : 23624 : ptr->x_flag_isolate_erroneous_paths_dereference = (signed char ) bp_unpack_var_len_int (bp);
14492 : 23624 : ptr->x_flag_ivopts = (signed char ) bp_unpack_var_len_int (bp);
14493 : 23624 : ptr->x_flag_jump_tables = (signed char ) bp_unpack_var_len_int (bp);
14494 : 23624 : ptr->x_flag_keep_gc_roots_live = (signed char ) bp_unpack_var_len_int (bp);
14495 : 23624 : ptr->x_flag_late_combine_instructions = (signed char ) bp_unpack_var_len_int (bp);
14496 : 23624 : ptr->x_flag_lifetime_dse = (signed char ) bp_unpack_var_len_int (bp);
14497 : 23624 : ptr->x_flag_limit_function_alignment = (signed char ) bp_unpack_var_len_int (bp);
14498 : 23624 : ptr->x_flag_live_patching = (enum live_patching_level ) bp_unpack_var_len_int (bp);
14499 : 23624 : ptr->x_flag_live_range_shrinkage = (signed char ) bp_unpack_var_len_int (bp);
14500 : 23624 : ptr->x_flag_loop_interchange = (signed char ) bp_unpack_var_len_int (bp);
14501 : 23624 : ptr->x_flag_loop_nest_optimize = (signed char ) bp_unpack_var_len_int (bp);
14502 : 23624 : ptr->x_flag_loop_parallelize_all = (signed char ) bp_unpack_var_len_int (bp);
14503 : 23624 : ptr->x_flag_unroll_jam = (signed char ) bp_unpack_var_len_int (bp);
14504 : 23624 : ptr->x_flag_lra_remat = (signed char ) bp_unpack_var_len_int (bp);
14505 : 23624 : ptr->x_flag_malloc_dce = (signed char ) bp_unpack_var_len_int (bp);
14506 : 23624 : ptr->x_flag_malloc_dse = (int ) bp_unpack_var_len_int (bp);
14507 : 23624 : ptr->x_flag_errno_math = (signed char ) bp_unpack_var_len_int (bp);
14508 : 23624 : ptr->x_flag_min_function_alignment = (int ) bp_unpack_var_len_int (bp);
14509 : 23624 : ptr->x_flag_modulo_sched = (signed char ) bp_unpack_var_len_int (bp);
14510 : 23624 : ptr->x_flag_modulo_sched_allow_regmoves = (signed char ) bp_unpack_var_len_int (bp);
14511 : 23624 : ptr->x_flag_move_loop_invariants = (signed char ) bp_unpack_var_len_int (bp);
14512 : 23624 : ptr->x_flag_move_loop_stores = (signed char ) bp_unpack_var_len_int (bp);
14513 : 23624 : ptr->x_flag_non_call_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14514 : 23624 : ptr->x_flag_nothrow_opt = (signed char ) bp_unpack_var_len_int (bp);
14515 : 23624 : ptr->x_flag_omit_frame_pointer = (signed char ) bp_unpack_var_len_int (bp);
14516 : 23624 : ptr->x_flag_openmp_target_simd_clone = (int ) bp_unpack_var_len_int (bp);
14517 : 23624 : ptr->x_flag_opt_info = (signed char ) bp_unpack_var_len_int (bp);
14518 : 23624 : ptr->x_flag_optimize_crc = (signed char ) bp_unpack_var_len_int (bp);
14519 : 23624 : ptr->x_flag_optimize_sibling_calls = (signed char ) bp_unpack_var_len_int (bp);
14520 : 23624 : ptr->x_flag_optimize_strlen = (signed char ) bp_unpack_var_len_int (bp);
14521 : 23624 : ptr->x_flag_pack_struct = (signed char ) bp_unpack_var_len_int (bp);
14522 : 23624 : ptr->x_flag_partial_inlining = (signed char ) bp_unpack_var_len_int (bp);
14523 : 23624 : ptr->x_flag_patchable_function_entry = bp_unpack_string (data_in, bp);
14524 : 23624 : if (ptr->x_flag_patchable_function_entry)
14525 : 0 : ptr->x_flag_patchable_function_entry = xstrdup (ptr->x_flag_patchable_function_entry);
14526 : 23624 : ptr->x_flag_pcc_struct_return = (signed char ) bp_unpack_var_len_int (bp);
14527 : 23624 : ptr->x_flag_peel_loops = (signed char ) bp_unpack_var_len_int (bp);
14528 : 23624 : ptr->x_flag_no_peephole = (signed char ) bp_unpack_var_len_int (bp);
14529 : 23624 : ptr->x_flag_peephole2 = (signed char ) bp_unpack_var_len_int (bp);
14530 : 23624 : ptr->x_flag_plt = (signed char ) bp_unpack_var_len_int (bp);
14531 : 23624 : ptr->x_flag_predictive_commoning = (signed char ) bp_unpack_var_len_int (bp);
14532 : 23624 : ptr->x_flag_prefetch_loop_arrays = (signed char ) bp_unpack_var_len_int (bp);
14533 : 23624 : ptr->x_flag_printf_return_value = (signed char ) bp_unpack_var_len_int (bp);
14534 : 23624 : ptr->x_flag_profile_partial_training = (signed char ) bp_unpack_var_len_int (bp);
14535 : 23624 : ptr->x_flag_profile_reorder_functions = (signed char ) bp_unpack_var_len_int (bp);
14536 : 23624 : ptr->x_flag_reciprocal_math = (signed char ) bp_unpack_var_len_int (bp);
14537 : 23624 : ptr->x_flag_ree = (signed char ) bp_unpack_var_len_int (bp);
14538 : 23624 : ptr->x_flag_rename_registers = (signed char ) bp_unpack_var_len_int (bp);
14539 : 23624 : ptr->x_flag_reorder_blocks = (signed char ) bp_unpack_var_len_int (bp);
14540 : 23624 : ptr->x_flag_reorder_blocks_algorithm = (enum reorder_blocks_algorithm ) bp_unpack_var_len_int (bp);
14541 : 23624 : ptr->x_flag_reorder_blocks_and_partition = (signed char ) bp_unpack_var_len_int (bp);
14542 : 23624 : ptr->x_flag_reorder_functions = (signed char ) bp_unpack_var_len_int (bp);
14543 : 23624 : ptr->x_flag_rerun_cse_after_loop = (signed char ) bp_unpack_var_len_int (bp);
14544 : 23624 : ptr->x_flag_resched_modulo_sched = (signed char ) bp_unpack_var_len_int (bp);
14545 : 23624 : ptr->x_flag_rounding_math = (signed char ) bp_unpack_var_len_int (bp);
14546 : 23624 : ptr->x_flag_rtti = (signed char ) bp_unpack_var_len_int (bp);
14547 : 23624 : ptr->x_flag_save_optimization_record = (signed char ) bp_unpack_var_len_int (bp);
14548 : 23624 : ptr->x_flag_sched_critical_path_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14549 : 23624 : ptr->x_flag_sched_dep_count_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14550 : 23624 : ptr->x_flag_sched_group_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14551 : 23624 : ptr->x_flag_schedule_interblock = (signed char ) bp_unpack_var_len_int (bp);
14552 : 23624 : ptr->x_flag_sched_last_insn_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14553 : 23624 : ptr->x_flag_sched_pressure = (signed char ) bp_unpack_var_len_int (bp);
14554 : 23624 : ptr->x_flag_sched_rank_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14555 : 23624 : ptr->x_flag_schedule_speculative = (signed char ) bp_unpack_var_len_int (bp);
14556 : 23624 : ptr->x_flag_sched_spec_insn_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14557 : 23624 : ptr->x_flag_schedule_speculative_load = (signed char ) bp_unpack_var_len_int (bp);
14558 : 23624 : ptr->x_flag_schedule_speculative_load_dangerous = (signed char ) bp_unpack_var_len_int (bp);
14559 : 23624 : ptr->x_flag_sched_stalled_insns = (int ) bp_unpack_var_len_int (bp);
14560 : 23624 : ptr->x_flag_sched_stalled_insns_dep = (int ) bp_unpack_var_len_int (bp);
14561 : 23624 : ptr->x_flag_sched2_use_superblocks = (signed char ) bp_unpack_var_len_int (bp);
14562 : 23624 : ptr->x_flag_schedule_fusion = (signed char ) bp_unpack_var_len_int (bp);
14563 : 23624 : ptr->x_flag_schedule_insns = (signed char ) bp_unpack_var_len_int (bp);
14564 : 23624 : ptr->x_flag_schedule_insns_after_reload = (signed char ) bp_unpack_var_len_int (bp);
14565 : 23624 : ptr->x_flag_section_anchors = (signed char ) bp_unpack_var_len_int (bp);
14566 : 23624 : ptr->x_flag_sel_sched_pipelining = (signed char ) bp_unpack_var_len_int (bp);
14567 : 23624 : ptr->x_flag_sel_sched_pipelining_outer_loops = (signed char ) bp_unpack_var_len_int (bp);
14568 : 23624 : ptr->x_flag_sel_sched_reschedule_pipelined = (signed char ) bp_unpack_var_len_int (bp);
14569 : 23624 : ptr->x_flag_selective_scheduling = (signed char ) bp_unpack_var_len_int (bp);
14570 : 23624 : ptr->x_flag_selective_scheduling2 = (signed char ) bp_unpack_var_len_int (bp);
14571 : 23624 : ptr->x_flag_semantic_interposition = (signed char ) bp_unpack_var_len_int (bp);
14572 : 23624 : ptr->x_flag_short_enums = (signed char ) bp_unpack_var_len_int (bp);
14573 : 23624 : ptr->x_flag_short_wchar = (signed char ) bp_unpack_var_len_int (bp);
14574 : 23624 : ptr->x_flag_shrink_wrap = (signed char ) bp_unpack_var_len_int (bp);
14575 : 23624 : ptr->x_flag_shrink_wrap_separate = (signed char ) bp_unpack_var_len_int (bp);
14576 : 23624 : ptr->x_flag_signaling_nans = (signed char ) bp_unpack_var_len_int (bp);
14577 : 23624 : ptr->x_flag_signed_zeros = (signed char ) bp_unpack_var_len_int (bp);
14578 : 23624 : ptr->x_flag_simd_cost_model = (enum vect_cost_model ) bp_unpack_var_len_int (bp);
14579 : 23624 : ptr->x_flag_single_precision_constant = (signed char ) bp_unpack_var_len_int (bp);
14580 : 23624 : ptr->x_flag_split_ivs_in_unroller = (signed char ) bp_unpack_var_len_int (bp);
14581 : 23624 : ptr->x_flag_split_loops = (signed char ) bp_unpack_var_len_int (bp);
14582 : 23624 : ptr->x_flag_split_paths = (signed char ) bp_unpack_var_len_int (bp);
14583 : 23624 : ptr->x_flag_split_wide_types = (signed char ) bp_unpack_var_len_int (bp);
14584 : 23624 : ptr->x_flag_split_wide_types_early = (signed char ) bp_unpack_var_len_int (bp);
14585 : 23624 : ptr->x_flag_ssa_backprop = (signed char ) bp_unpack_var_len_int (bp);
14586 : 23624 : ptr->x_flag_ssa_phiopt = (signed char ) bp_unpack_var_len_int (bp);
14587 : 23624 : ptr->x_flag_stack_clash_protection = (signed char ) bp_unpack_var_len_int (bp);
14588 : 23624 : ptr->x_flag_stack_protect = (signed char ) bp_unpack_var_len_int (bp);
14589 : 23624 : ptr->x_flag_stack_reuse = (enum stack_reuse_level ) bp_unpack_var_len_int (bp);
14590 : 23624 : ptr->x_flag_stdarg_opt = (signed char ) bp_unpack_var_len_int (bp);
14591 : 23624 : ptr->x_flag_store_merging = (signed char ) bp_unpack_var_len_int (bp);
14592 : 23624 : ptr->x_flag_strict_aliasing = (signed char ) bp_unpack_var_len_int (bp);
14593 : 23624 : ptr->x_flag_strict_enums = (signed char ) bp_unpack_var_len_int (bp);
14594 : 23624 : ptr->x_flag_strict_volatile_bitfields = (signed char ) bp_unpack_var_len_int (bp);
14595 : 23624 : ptr->x_flag_thread_jumps = (signed char ) bp_unpack_var_len_int (bp);
14596 : 23624 : ptr->x_flag_threadsafe_statics = (signed char ) bp_unpack_var_len_int (bp);
14597 : 23624 : ptr->x_flag_toplevel_reorder = (signed char ) bp_unpack_var_len_int (bp);
14598 : 23624 : ptr->x_flag_tracer = (signed char ) bp_unpack_var_len_int (bp);
14599 : 23624 : ptr->x_flag_trapping_math = (signed char ) bp_unpack_var_len_int (bp);
14600 : 23624 : ptr->x_flag_trapv = (signed char ) bp_unpack_var_len_int (bp);
14601 : 23624 : ptr->x_flag_tree_bit_ccp = (signed char ) bp_unpack_var_len_int (bp);
14602 : 23624 : ptr->x_flag_tree_builtin_call_dce = (signed char ) bp_unpack_var_len_int (bp);
14603 : 23624 : ptr->x_flag_tree_ccp = (signed char ) bp_unpack_var_len_int (bp);
14604 : 23624 : ptr->x_flag_tree_ch = (signed char ) bp_unpack_var_len_int (bp);
14605 : 23624 : ptr->x_flag_tree_coalesce_vars = (signed char ) bp_unpack_var_len_int (bp);
14606 : 23624 : ptr->x_flag_tree_copy_prop = (signed char ) bp_unpack_var_len_int (bp);
14607 : 23624 : ptr->x_flag_tree_cselim = (signed char ) bp_unpack_var_len_int (bp);
14608 : 23624 : ptr->x_flag_tree_dce = (signed char ) bp_unpack_var_len_int (bp);
14609 : 23624 : ptr->x_flag_tree_dom = (signed char ) bp_unpack_var_len_int (bp);
14610 : 23624 : ptr->x_flag_tree_dse = (signed char ) bp_unpack_var_len_int (bp);
14611 : 23624 : ptr->x_flag_tree_forwprop = (signed char ) bp_unpack_var_len_int (bp);
14612 : 23624 : ptr->x_flag_tree_fre = (signed char ) bp_unpack_var_len_int (bp);
14613 : 23624 : ptr->x_flag_tree_loop_distribute_patterns = (signed char ) bp_unpack_var_len_int (bp);
14614 : 23624 : ptr->x_flag_tree_loop_distribution = (signed char ) bp_unpack_var_len_int (bp);
14615 : 23624 : ptr->x_flag_tree_loop_if_convert = (signed char ) bp_unpack_var_len_int (bp);
14616 : 23624 : ptr->x_flag_tree_loop_im = (signed char ) bp_unpack_var_len_int (bp);
14617 : 23624 : ptr->x_flag_tree_loop_ivcanon = (signed char ) bp_unpack_var_len_int (bp);
14618 : 23624 : ptr->x_flag_tree_loop_optimize = (signed char ) bp_unpack_var_len_int (bp);
14619 : 23624 : ptr->x_flag_tree_loop_vectorize = (signed char ) bp_unpack_var_len_int (bp);
14620 : 23624 : ptr->x_flag_tree_parallelize_loops = (int ) bp_unpack_var_len_int (bp);
14621 : 23624 : ptr->x_flag_tree_partial_pre = (signed char ) bp_unpack_var_len_int (bp);
14622 : 23624 : ptr->x_flag_tree_phiprop = (signed char ) bp_unpack_var_len_int (bp);
14623 : 23624 : ptr->x_flag_tree_pre = (signed char ) bp_unpack_var_len_int (bp);
14624 : 23624 : ptr->x_flag_tree_pta = (signed char ) bp_unpack_var_len_int (bp);
14625 : 23624 : ptr->x_flag_tree_reassoc = (signed char ) bp_unpack_var_len_int (bp);
14626 : 23624 : ptr->x_flag_tree_scev_cprop = (signed char ) bp_unpack_var_len_int (bp);
14627 : 23624 : ptr->x_flag_tree_sink = (signed char ) bp_unpack_var_len_int (bp);
14628 : 23624 : ptr->x_flag_tree_slp_vectorize = (signed char ) bp_unpack_var_len_int (bp);
14629 : 23624 : ptr->x_flag_tree_slsr = (signed char ) bp_unpack_var_len_int (bp);
14630 : 23624 : ptr->x_flag_tree_sra = (signed char ) bp_unpack_var_len_int (bp);
14631 : 23624 : ptr->x_flag_tree_switch_conversion = (signed char ) bp_unpack_var_len_int (bp);
14632 : 23624 : ptr->x_flag_tree_tail_merge = (signed char ) bp_unpack_var_len_int (bp);
14633 : 23624 : ptr->x_flag_tree_ter = (signed char ) bp_unpack_var_len_int (bp);
14634 : 23624 : ptr->x_flag_tree_vectorize = (signed char ) bp_unpack_var_len_int (bp);
14635 : 23624 : ptr->x_flag_tree_vrp = (signed char ) bp_unpack_var_len_int (bp);
14636 : 23624 : ptr->x_flag_auto_var_init = (enum auto_init_type ) bp_unpack_var_len_int (bp);
14637 : 23624 : ptr->x_flag_unconstrained_commons = (signed char ) bp_unpack_var_len_int (bp);
14638 : 23624 : ptr->x_flag_unreachable_traps = (signed char ) bp_unpack_var_len_int (bp);
14639 : 23624 : ptr->x_flag_unroll_all_loops = (signed char ) bp_unpack_var_len_int (bp);
14640 : 23624 : ptr->x_flag_cunroll_grow_size = (signed char ) bp_unpack_var_len_int (bp);
14641 : 23624 : ptr->x_flag_unroll_loops = (signed char ) bp_unpack_var_len_int (bp);
14642 : 23624 : ptr->x_flag_unsafe_math_optimizations = (signed char ) bp_unpack_var_len_int (bp);
14643 : 23624 : ptr->x_flag_unswitch_loops = (signed char ) bp_unpack_var_len_int (bp);
14644 : 23624 : ptr->x_flag_unwind_tables = (signed char ) bp_unpack_var_len_int (bp);
14645 : 23624 : ptr->x_flag_var_tracking = (signed char ) bp_unpack_var_len_int (bp);
14646 : 23624 : ptr->x_flag_var_tracking_assignments = (signed char ) bp_unpack_var_len_int (bp);
14647 : 23624 : ptr->x_flag_var_tracking_assignments_toggle = (signed char ) bp_unpack_var_len_int (bp);
14648 : 23624 : ptr->x_flag_var_tracking_uninit = (signed char ) bp_unpack_var_len_int (bp);
14649 : 23624 : ptr->x_flag_variable_expansion_in_unroller = (signed char ) bp_unpack_var_len_int (bp);
14650 : 23624 : ptr->x_flag_vect_cost_model = (enum vect_cost_model ) bp_unpack_var_len_int (bp);
14651 : 23624 : ptr->x_flag_version_loops_for_strides = (signed char ) bp_unpack_var_len_int (bp);
14652 : 23624 : ptr->x_flag_value_profile_transformations = (signed char ) bp_unpack_var_len_int (bp);
14653 : 23624 : ptr->x_flag_web = (signed char ) bp_unpack_var_len_int (bp);
14654 : 23624 : ptr->x_flag_wrapv = (signed char ) bp_unpack_var_len_int (bp);
14655 : 23624 : ptr->x_flag_wrapv_pointer = (signed char ) bp_unpack_var_len_int (bp);
14656 : 23624 : ptr->x_debug_nonbind_markers_p = (signed char ) bp_unpack_var_len_int (bp);
14657 : : #ifdef ACCEL_COMPILER
14658 : : #error accel compiler cannot define Optimization attribute for target-specific option x_ix86_unroll_only_small_loops
14659 : : #else
14660 : 23624 : ptr->x_ix86_unroll_only_small_loops = (signed char ) bp_unpack_var_len_int (bp);
14661 : : #endif
14662 : 236240 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
14663 : 212616 : ptr->explicit_mask[i] = bp_unpack_value (bp, 64);
14664 : 23624 : }
14665 : : /* Free heap memory used by optimization options */
14666 : : void
14667 : 815 : cl_optimization_option_free (struct cl_optimization *ptr ATTRIBUTE_UNUSED)
14668 : : {
14669 : 815 : if (ptr->x_str_align_functions)
14670 : 553 : free (const_cast <char *>(ptr->x_str_align_functions));
14671 : 815 : if (ptr->x_str_align_jumps)
14672 : 553 : free (const_cast <char *>(ptr->x_str_align_jumps));
14673 : 815 : if (ptr->x_str_align_labels)
14674 : 553 : free (const_cast <char *>(ptr->x_str_align_labels));
14675 : 815 : if (ptr->x_str_align_loops)
14676 : 553 : free (const_cast <char *>(ptr->x_str_align_loops));
14677 : 815 : if (ptr->x_flag_patchable_function_entry)
14678 : 0 : free (const_cast <char *>(ptr->x_flag_patchable_function_entry));
14679 : 815 : }
14680 : : void
14681 : 834588 : cl_optimization_compare (gcc_options *ptr1, gcc_options *ptr2)
14682 : : {
14683 : 834588 : if (ptr1->x_help_flag != ptr2->x_help_flag)
14684 : 0 : internal_error ("%<global_options%> are modified in local context");
14685 : 834588 : if (ptr1->x_no_sysroot_suffix != ptr2->x_no_sysroot_suffix)
14686 : 0 : internal_error ("%<global_options%> are modified in local context");
14687 : 834588 : if (ptr1->x_param_align_loop_iterations != ptr2->x_param_align_loop_iterations)
14688 : 0 : internal_error ("%<global_options%> are modified in local context");
14689 : 834588 : if (ptr1->x_param_align_threshold != ptr2->x_param_align_threshold)
14690 : 0 : internal_error ("%<global_options%> are modified in local context");
14691 : 834588 : if (ptr1->x_param_analyzer_bb_explosion_factor != ptr2->x_param_analyzer_bb_explosion_factor)
14692 : 0 : internal_error ("%<global_options%> are modified in local context");
14693 : 834588 : if (ptr1->x_param_analyzer_max_constraints != ptr2->x_param_analyzer_max_constraints)
14694 : 0 : internal_error ("%<global_options%> are modified in local context");
14695 : 834588 : if (ptr1->x_param_analyzer_max_enodes_for_full_dump != ptr2->x_param_analyzer_max_enodes_for_full_dump)
14696 : 0 : internal_error ("%<global_options%> are modified in local context");
14697 : 834588 : if (ptr1->x_param_analyzer_max_enodes_per_program_point != ptr2->x_param_analyzer_max_enodes_per_program_point)
14698 : 0 : internal_error ("%<global_options%> are modified in local context");
14699 : 834588 : if (ptr1->x_param_analyzer_max_infeasible_edges != ptr2->x_param_analyzer_max_infeasible_edges)
14700 : 0 : internal_error ("%<global_options%> are modified in local context");
14701 : 834588 : if (ptr1->x_param_analyzer_max_recursion_depth != ptr2->x_param_analyzer_max_recursion_depth)
14702 : 0 : internal_error ("%<global_options%> are modified in local context");
14703 : 834588 : if (ptr1->x_param_analyzer_max_svalue_depth != ptr2->x_param_analyzer_max_svalue_depth)
14704 : 0 : internal_error ("%<global_options%> are modified in local context");
14705 : 834588 : if (ptr1->x_param_analyzer_min_snodes_for_call_summary != ptr2->x_param_analyzer_min_snodes_for_call_summary)
14706 : 0 : internal_error ("%<global_options%> are modified in local context");
14707 : 834588 : if (ptr1->x_param_analyzer_text_art_ideal_canvas_width != ptr2->x_param_analyzer_text_art_ideal_canvas_width)
14708 : 0 : internal_error ("%<global_options%> are modified in local context");
14709 : 834588 : if (ptr1->x_param_analyzer_text_art_string_ellipsis_head_len != ptr2->x_param_analyzer_text_art_string_ellipsis_head_len)
14710 : 0 : internal_error ("%<global_options%> are modified in local context");
14711 : 834588 : if (ptr1->x_param_analyzer_text_art_string_ellipsis_tail_len != ptr2->x_param_analyzer_text_art_string_ellipsis_tail_len)
14712 : 0 : internal_error ("%<global_options%> are modified in local context");
14713 : 834588 : if (ptr1->x_param_analyzer_text_art_string_ellipsis_threshold != ptr2->x_param_analyzer_text_art_string_ellipsis_threshold)
14714 : 0 : internal_error ("%<global_options%> are modified in local context");
14715 : 834588 : if (ptr1->x_param_asan_globals != ptr2->x_param_asan_globals)
14716 : 0 : internal_error ("%<global_options%> are modified in local context");
14717 : 834588 : if (ptr1->x_param_asan_protect_allocas != ptr2->x_param_asan_protect_allocas)
14718 : 0 : internal_error ("%<global_options%> are modified in local context");
14719 : 834588 : if (ptr1->x_param_asan_instrument_reads != ptr2->x_param_asan_instrument_reads)
14720 : 0 : internal_error ("%<global_options%> are modified in local context");
14721 : 834588 : if (ptr1->x_param_asan_instrument_writes != ptr2->x_param_asan_instrument_writes)
14722 : 0 : internal_error ("%<global_options%> are modified in local context");
14723 : 834588 : if (ptr1->x_param_asan_instrumentation_with_call_threshold != ptr2->x_param_asan_instrumentation_with_call_threshold)
14724 : 0 : internal_error ("%<global_options%> are modified in local context");
14725 : 834588 : if (ptr1->x_param_asan_kernel_mem_intrinsic_prefix != ptr2->x_param_asan_kernel_mem_intrinsic_prefix)
14726 : 0 : internal_error ("%<global_options%> are modified in local context");
14727 : 834588 : if (ptr1->x_param_asan_memintrin != ptr2->x_param_asan_memintrin)
14728 : 0 : internal_error ("%<global_options%> are modified in local context");
14729 : 834588 : if (ptr1->x_param_asan_stack != ptr2->x_param_asan_stack)
14730 : 0 : internal_error ("%<global_options%> are modified in local context");
14731 : 834588 : if (ptr1->x_param_asan_use_after_return != ptr2->x_param_asan_use_after_return)
14732 : 0 : internal_error ("%<global_options%> are modified in local context");
14733 : 834588 : if (ptr1->x_param_auto_profile_bbs != ptr2->x_param_auto_profile_bbs)
14734 : 0 : internal_error ("%<global_options%> are modified in local context");
14735 : 834588 : if (ptr1->x_param_avg_loop_niter != ptr2->x_param_avg_loop_niter)
14736 : 0 : internal_error ("%<global_options%> are modified in local context");
14737 : 834588 : if (ptr1->x_param_avoid_fma_max_bits != ptr2->x_param_avoid_fma_max_bits)
14738 : 0 : internal_error ("%<global_options%> are modified in local context");
14739 : 834588 : if (ptr1->x_param_builtin_expect_probability != ptr2->x_param_builtin_expect_probability)
14740 : 0 : internal_error ("%<global_options%> are modified in local context");
14741 : 834588 : if (ptr1->x_param_builtin_string_cmp_inline_length != ptr2->x_param_builtin_string_cmp_inline_length)
14742 : 0 : internal_error ("%<global_options%> are modified in local context");
14743 : 834588 : if (ptr1->x_param_case_values_threshold != ptr2->x_param_case_values_threshold)
14744 : 0 : internal_error ("%<global_options%> are modified in local context");
14745 : 834588 : if (ptr1->x_param_comdat_sharing_probability != ptr2->x_param_comdat_sharing_probability)
14746 : 0 : internal_error ("%<global_options%> are modified in local context");
14747 : 834588 : if (ptr1->x_param_construct_interfere_size != ptr2->x_param_construct_interfere_size)
14748 : 0 : internal_error ("%<global_options%> are modified in local context");
14749 : 834588 : if (ptr1->x_param_cxx_max_namespaces_for_diagnostic_help != ptr2->x_param_cxx_max_namespaces_for_diagnostic_help)
14750 : 0 : internal_error ("%<global_options%> are modified in local context");
14751 : 834588 : if (ptr1->x_param_cycle_accurate_model != ptr2->x_param_cycle_accurate_model)
14752 : 0 : internal_error ("%<global_options%> are modified in local context");
14753 : 834588 : if (ptr1->x_param_destruct_interfere_size != ptr2->x_param_destruct_interfere_size)
14754 : 0 : internal_error ("%<global_options%> are modified in local context");
14755 : 834588 : if (ptr1->x_param_dse_max_alias_queries_per_store != ptr2->x_param_dse_max_alias_queries_per_store)
14756 : 0 : internal_error ("%<global_options%> are modified in local context");
14757 : 834588 : if (ptr1->x_param_dse_max_object_size != ptr2->x_param_dse_max_object_size)
14758 : 0 : internal_error ("%<global_options%> are modified in local context");
14759 : 834588 : if (ptr1->x_param_early_inlining_insns != ptr2->x_param_early_inlining_insns)
14760 : 0 : internal_error ("%<global_options%> are modified in local context");
14761 : 834588 : if (ptr1->x_param_file_cache_files != ptr2->x_param_file_cache_files)
14762 : 0 : internal_error ("%<global_options%> are modified in local context");
14763 : 834588 : if (ptr1->x_param_file_cache_lines != ptr2->x_param_file_cache_lines)
14764 : 0 : internal_error ("%<global_options%> are modified in local context");
14765 : 834588 : if (ptr1->x_param_fsm_scale_path_stmts != ptr2->x_param_fsm_scale_path_stmts)
14766 : 0 : internal_error ("%<global_options%> are modified in local context");
14767 : 834588 : if (ptr1->x_param_fully_pipelined_fma != ptr2->x_param_fully_pipelined_fma)
14768 : 0 : internal_error ("%<global_options%> are modified in local context");
14769 : 834588 : if (ptr1->x_param_gcse_after_reload_critical_fraction != ptr2->x_param_gcse_after_reload_critical_fraction)
14770 : 0 : internal_error ("%<global_options%> are modified in local context");
14771 : 834588 : if (ptr1->x_param_gcse_after_reload_partial_fraction != ptr2->x_param_gcse_after_reload_partial_fraction)
14772 : 0 : internal_error ("%<global_options%> are modified in local context");
14773 : 834588 : if (ptr1->x_param_gcse_cost_distance_ratio != ptr2->x_param_gcse_cost_distance_ratio)
14774 : 0 : internal_error ("%<global_options%> are modified in local context");
14775 : 834588 : if (ptr1->x_param_gcse_unrestricted_cost != ptr2->x_param_gcse_unrestricted_cost)
14776 : 0 : internal_error ("%<global_options%> are modified in local context");
14777 : 834588 : if (ptr1->x_param_ggc_min_expand != ptr2->x_param_ggc_min_expand)
14778 : 0 : internal_error ("%<global_options%> are modified in local context");
14779 : 834588 : if (ptr1->x_param_ggc_min_heapsize != ptr2->x_param_ggc_min_heapsize)
14780 : 0 : internal_error ("%<global_options%> are modified in local context");
14781 : 834588 : if (ptr1->x_param_gimple_fe_computed_hot_bb_threshold != ptr2->x_param_gimple_fe_computed_hot_bb_threshold)
14782 : 0 : internal_error ("%<global_options%> are modified in local context");
14783 : 834588 : if (ptr1->x_param_graphite_allow_codegen_errors != ptr2->x_param_graphite_allow_codegen_errors)
14784 : 0 : internal_error ("%<global_options%> are modified in local context");
14785 : 834588 : if (ptr1->x_param_graphite_max_arrays_per_scop != ptr2->x_param_graphite_max_arrays_per_scop)
14786 : 0 : internal_error ("%<global_options%> are modified in local context");
14787 : 834588 : if (ptr1->x_param_graphite_max_nb_scop_params != ptr2->x_param_graphite_max_nb_scop_params)
14788 : 0 : internal_error ("%<global_options%> are modified in local context");
14789 : 834588 : if (ptr1->x_param_hardcfr_max_blocks != ptr2->x_param_hardcfr_max_blocks)
14790 : 0 : internal_error ("%<global_options%> are modified in local context");
14791 : 834588 : if (ptr1->x_param_hardcfr_max_inline_blocks != ptr2->x_param_hardcfr_max_inline_blocks)
14792 : 0 : internal_error ("%<global_options%> are modified in local context");
14793 : 834588 : if (ptr1->x_param_hash_table_verification_limit != ptr2->x_param_hash_table_verification_limit)
14794 : 0 : internal_error ("%<global_options%> are modified in local context");
14795 : 834588 : if (ptr1->x_param_hot_bb_count_fraction != ptr2->x_param_hot_bb_count_fraction)
14796 : 0 : internal_error ("%<global_options%> are modified in local context");
14797 : 834588 : if (ptr1->x_param_hot_bb_count_ws_permille != ptr2->x_param_hot_bb_count_ws_permille)
14798 : 0 : internal_error ("%<global_options%> are modified in local context");
14799 : 834588 : if (ptr1->x_param_hot_bb_frequency_fraction != ptr2->x_param_hot_bb_frequency_fraction)
14800 : 0 : internal_error ("%<global_options%> are modified in local context");
14801 : 834588 : if (ptr1->x_param_hwasan_instrument_allocas != ptr2->x_param_hwasan_instrument_allocas)
14802 : 0 : internal_error ("%<global_options%> are modified in local context");
14803 : 834588 : if (ptr1->x_param_hwasan_instrument_mem_intrinsics != ptr2->x_param_hwasan_instrument_mem_intrinsics)
14804 : 0 : internal_error ("%<global_options%> are modified in local context");
14805 : 834588 : if (ptr1->x_param_hwasan_instrument_reads != ptr2->x_param_hwasan_instrument_reads)
14806 : 0 : internal_error ("%<global_options%> are modified in local context");
14807 : 834588 : if (ptr1->x_param_hwasan_instrument_stack != ptr2->x_param_hwasan_instrument_stack)
14808 : 0 : internal_error ("%<global_options%> are modified in local context");
14809 : 834588 : if (ptr1->x_param_hwasan_instrument_writes != ptr2->x_param_hwasan_instrument_writes)
14810 : 0 : internal_error ("%<global_options%> are modified in local context");
14811 : 834588 : if (ptr1->x_param_hwasan_random_frame_tag != ptr2->x_param_hwasan_random_frame_tag)
14812 : 0 : internal_error ("%<global_options%> are modified in local context");
14813 : 834588 : if (ptr1->x_param_inline_heuristics_hint_percent != ptr2->x_param_inline_heuristics_hint_percent)
14814 : 0 : internal_error ("%<global_options%> are modified in local context");
14815 : 834588 : if (ptr1->x_param_inline_min_speedup != ptr2->x_param_inline_min_speedup)
14816 : 0 : internal_error ("%<global_options%> are modified in local context");
14817 : 834588 : if (ptr1->x_param_inline_unit_growth != ptr2->x_param_inline_unit_growth)
14818 : 0 : internal_error ("%<global_options%> are modified in local context");
14819 : 834588 : if (ptr1->x_param_integer_share_limit != ptr2->x_param_integer_share_limit)
14820 : 0 : internal_error ("%<global_options%> are modified in local context");
14821 : 834588 : if (ptr1->x_param_ipa_cp_eval_threshold != ptr2->x_param_ipa_cp_eval_threshold)
14822 : 0 : internal_error ("%<global_options%> are modified in local context");
14823 : 834588 : if (ptr1->x_param_ipa_cp_large_unit_insns != ptr2->x_param_ipa_cp_large_unit_insns)
14824 : 0 : internal_error ("%<global_options%> are modified in local context");
14825 : 834588 : if (ptr1->x_param_ipa_cp_loop_hint_bonus != ptr2->x_param_ipa_cp_loop_hint_bonus)
14826 : 0 : internal_error ("%<global_options%> are modified in local context");
14827 : 834588 : if (ptr1->x_param_ipa_cp_max_recursive_depth != ptr2->x_param_ipa_cp_max_recursive_depth)
14828 : 0 : internal_error ("%<global_options%> are modified in local context");
14829 : 834588 : if (ptr1->x_param_ipa_cp_min_recursive_probability != ptr2->x_param_ipa_cp_min_recursive_probability)
14830 : 0 : internal_error ("%<global_options%> are modified in local context");
14831 : 834588 : if (ptr1->x_param_ipa_cp_recursion_penalty != ptr2->x_param_ipa_cp_recursion_penalty)
14832 : 0 : internal_error ("%<global_options%> are modified in local context");
14833 : 834588 : if (ptr1->x_param_ipa_cp_recursive_freq_factor != ptr2->x_param_ipa_cp_recursive_freq_factor)
14834 : 0 : internal_error ("%<global_options%> are modified in local context");
14835 : 834588 : if (ptr1->x_param_ipa_cp_single_call_penalty != ptr2->x_param_ipa_cp_single_call_penalty)
14836 : 0 : internal_error ("%<global_options%> are modified in local context");
14837 : 834588 : if (ptr1->x_param_ipa_cp_unit_growth != ptr2->x_param_ipa_cp_unit_growth)
14838 : 0 : internal_error ("%<global_options%> are modified in local context");
14839 : 834588 : if (ptr1->x_param_ipa_cp_value_list_size != ptr2->x_param_ipa_cp_value_list_size)
14840 : 0 : internal_error ("%<global_options%> are modified in local context");
14841 : 834588 : if (ptr1->x_param_ipa_jump_function_lookups != ptr2->x_param_ipa_jump_function_lookups)
14842 : 0 : internal_error ("%<global_options%> are modified in local context");
14843 : 834588 : if (ptr1->x_param_ipa_max_aa_steps != ptr2->x_param_ipa_max_aa_steps)
14844 : 0 : internal_error ("%<global_options%> are modified in local context");
14845 : 834588 : if (ptr1->x_param_ipa_max_agg_items != ptr2->x_param_ipa_max_agg_items)
14846 : 0 : internal_error ("%<global_options%> are modified in local context");
14847 : 834588 : if (ptr1->x_param_ipa_max_loop_predicates != ptr2->x_param_ipa_max_loop_predicates)
14848 : 0 : internal_error ("%<global_options%> are modified in local context");
14849 : 834588 : if (ptr1->x_param_ipa_max_param_expr_ops != ptr2->x_param_ipa_max_param_expr_ops)
14850 : 0 : internal_error ("%<global_options%> are modified in local context");
14851 : 834588 : if (ptr1->x_param_ipa_max_switch_predicate_bounds != ptr2->x_param_ipa_max_switch_predicate_bounds)
14852 : 0 : internal_error ("%<global_options%> are modified in local context");
14853 : 834588 : if (ptr1->x_param_ipa_sra_deref_prob_threshold != ptr2->x_param_ipa_sra_deref_prob_threshold)
14854 : 0 : internal_error ("%<global_options%> are modified in local context");
14855 : 834588 : if (ptr1->x_param_ipa_sra_max_replacements != ptr2->x_param_ipa_sra_max_replacements)
14856 : 0 : internal_error ("%<global_options%> are modified in local context");
14857 : 834588 : if (ptr1->x_param_ipa_sra_ptr_growth_factor != ptr2->x_param_ipa_sra_ptr_growth_factor)
14858 : 0 : internal_error ("%<global_options%> are modified in local context");
14859 : 834588 : if (ptr1->x_param_ipa_sra_ptrwrap_growth_factor != ptr2->x_param_ipa_sra_ptrwrap_growth_factor)
14860 : 0 : internal_error ("%<global_options%> are modified in local context");
14861 : 834588 : if (ptr1->x_param_ira_consider_dup_in_all_alts != ptr2->x_param_ira_consider_dup_in_all_alts)
14862 : 0 : internal_error ("%<global_options%> are modified in local context");
14863 : 834588 : if (ptr1->x_param_ira_loop_reserved_regs != ptr2->x_param_ira_loop_reserved_regs)
14864 : 0 : internal_error ("%<global_options%> are modified in local context");
14865 : 834588 : if (ptr1->x_param_ira_max_conflict_table_size != ptr2->x_param_ira_max_conflict_table_size)
14866 : 0 : internal_error ("%<global_options%> are modified in local context");
14867 : 834588 : if (ptr1->x_param_ira_max_loops_num != ptr2->x_param_ira_max_loops_num)
14868 : 0 : internal_error ("%<global_options%> are modified in local context");
14869 : 834588 : if (ptr1->x_param_ira_simple_lra_insn_threshold != ptr2->x_param_ira_simple_lra_insn_threshold)
14870 : 0 : internal_error ("%<global_options%> are modified in local context");
14871 : 834588 : if (ptr1->x_param_iv_always_prune_cand_set_bound != ptr2->x_param_iv_always_prune_cand_set_bound)
14872 : 0 : internal_error ("%<global_options%> are modified in local context");
14873 : 834588 : if (ptr1->x_param_iv_consider_all_candidates_bound != ptr2->x_param_iv_consider_all_candidates_bound)
14874 : 0 : internal_error ("%<global_options%> are modified in local context");
14875 : 834588 : if (ptr1->x_param_iv_max_considered_uses != ptr2->x_param_iv_max_considered_uses)
14876 : 0 : internal_error ("%<global_options%> are modified in local context");
14877 : 834588 : if (ptr1->x_ix86_vect_unroll_limit != ptr2->x_ix86_vect_unroll_limit)
14878 : 0 : internal_error ("%<global_options%> are modified in local context");
14879 : 834588 : if (ptr1->x_param_jump_table_max_growth_ratio_for_size != ptr2->x_param_jump_table_max_growth_ratio_for_size)
14880 : 0 : internal_error ("%<global_options%> are modified in local context");
14881 : 834588 : if (ptr1->x_param_jump_table_max_growth_ratio_for_speed != ptr2->x_param_jump_table_max_growth_ratio_for_speed)
14882 : 0 : internal_error ("%<global_options%> are modified in local context");
14883 : 834588 : if (ptr1->x_param_l1_cache_line_size != ptr2->x_param_l1_cache_line_size)
14884 : 0 : internal_error ("%<global_options%> are modified in local context");
14885 : 834588 : if (ptr1->x_param_l1_cache_size != ptr2->x_param_l1_cache_size)
14886 : 0 : internal_error ("%<global_options%> are modified in local context");
14887 : 834588 : if (ptr1->x_param_l2_cache_size != ptr2->x_param_l2_cache_size)
14888 : 0 : internal_error ("%<global_options%> are modified in local context");
14889 : 834588 : if (ptr1->x_param_large_function_growth != ptr2->x_param_large_function_growth)
14890 : 0 : internal_error ("%<global_options%> are modified in local context");
14891 : 834588 : if (ptr1->x_param_large_function_insns != ptr2->x_param_large_function_insns)
14892 : 0 : internal_error ("%<global_options%> are modified in local context");
14893 : 834588 : if (ptr1->x_param_stack_frame_growth != ptr2->x_param_stack_frame_growth)
14894 : 0 : internal_error ("%<global_options%> are modified in local context");
14895 : 834588 : if (ptr1->x_param_large_stack_frame != ptr2->x_param_large_stack_frame)
14896 : 0 : internal_error ("%<global_options%> are modified in local context");
14897 : 834588 : if (ptr1->x_param_large_unit_insns != ptr2->x_param_large_unit_insns)
14898 : 0 : internal_error ("%<global_options%> are modified in local context");
14899 : 834588 : if (ptr1->x_param_lazy_modules != ptr2->x_param_lazy_modules)
14900 : 0 : internal_error ("%<global_options%> are modified in local context");
14901 : 834588 : if (ptr1->x_param_lim_expensive != ptr2->x_param_lim_expensive)
14902 : 0 : internal_error ("%<global_options%> are modified in local context");
14903 : 834588 : if (ptr1->x_param_logical_op_non_short_circuit != ptr2->x_param_logical_op_non_short_circuit)
14904 : 0 : internal_error ("%<global_options%> are modified in local context");
14905 : 834588 : if (ptr1->x_param_loop_block_tile_size != ptr2->x_param_loop_block_tile_size)
14906 : 0 : internal_error ("%<global_options%> are modified in local context");
14907 : 834588 : if (ptr1->x_param_loop_interchange_max_num_stmts != ptr2->x_param_loop_interchange_max_num_stmts)
14908 : 0 : internal_error ("%<global_options%> are modified in local context");
14909 : 834588 : if (ptr1->x_param_loop_interchange_stride_ratio != ptr2->x_param_loop_interchange_stride_ratio)
14910 : 0 : internal_error ("%<global_options%> are modified in local context");
14911 : 834588 : if (ptr1->x_param_loop_invariant_max_bbs_in_loop != ptr2->x_param_loop_invariant_max_bbs_in_loop)
14912 : 0 : internal_error ("%<global_options%> are modified in local context");
14913 : 834588 : if (ptr1->x_param_loop_max_datarefs_for_datadeps != ptr2->x_param_loop_max_datarefs_for_datadeps)
14914 : 0 : internal_error ("%<global_options%> are modified in local context");
14915 : 834588 : if (ptr1->x_param_loop_versioning_max_inner_insns != ptr2->x_param_loop_versioning_max_inner_insns)
14916 : 0 : internal_error ("%<global_options%> are modified in local context");
14917 : 834588 : if (ptr1->x_param_loop_versioning_max_outer_insns != ptr2->x_param_loop_versioning_max_outer_insns)
14918 : 0 : internal_error ("%<global_options%> are modified in local context");
14919 : 834588 : if (ptr1->x_param_lra_inheritance_ebb_probability_cutoff != ptr2->x_param_lra_inheritance_ebb_probability_cutoff)
14920 : 0 : internal_error ("%<global_options%> are modified in local context");
14921 : 834588 : if (ptr1->x_param_lra_max_considered_reload_pseudos != ptr2->x_param_lra_max_considered_reload_pseudos)
14922 : 0 : internal_error ("%<global_options%> are modified in local context");
14923 : 834588 : if (ptr1->x_param_max_locality_partition_size != ptr2->x_param_max_locality_partition_size)
14924 : 0 : internal_error ("%<global_options%> are modified in local context");
14925 : 834588 : if (ptr1->x_param_max_partition_size != ptr2->x_param_max_partition_size)
14926 : 0 : internal_error ("%<global_options%> are modified in local context");
14927 : 834588 : if (ptr1->x_param_max_lto_streaming_parallelism != ptr2->x_param_max_lto_streaming_parallelism)
14928 : 0 : internal_error ("%<global_options%> are modified in local context");
14929 : 834588 : if (ptr1->x_param_min_partition_size != ptr2->x_param_min_partition_size)
14930 : 0 : internal_error ("%<global_options%> are modified in local context");
14931 : 834588 : if (ptr1->x_flag_lto_locality_cloning != ptr2->x_flag_lto_locality_cloning)
14932 : 0 : internal_error ("%<global_options%> are modified in local context");
14933 : 834588 : if (ptr1->x_param_lto_locality_frequency != ptr2->x_param_lto_locality_frequency)
14934 : 0 : internal_error ("%<global_options%> are modified in local context");
14935 : 834588 : if (ptr1->x_param_lto_locality_size != ptr2->x_param_lto_locality_size)
14936 : 0 : internal_error ("%<global_options%> are modified in local context");
14937 : 834588 : if (ptr1->x_param_lto_partitions != ptr2->x_param_lto_partitions)
14938 : 0 : internal_error ("%<global_options%> are modified in local context");
14939 : 834588 : if (ptr1->x_param_max_average_unrolled_insns != ptr2->x_param_max_average_unrolled_insns)
14940 : 0 : internal_error ("%<global_options%> are modified in local context");
14941 : 834588 : if (ptr1->x_param_max_combine_insns != ptr2->x_param_max_combine_insns)
14942 : 0 : internal_error ("%<global_options%> are modified in local context");
14943 : 834588 : if (ptr1->x_param_max_combine_search_insns != ptr2->x_param_max_combine_search_insns)
14944 : 0 : internal_error ("%<global_options%> are modified in local context");
14945 : 834588 : if (ptr1->x_param_max_unroll_iterations != ptr2->x_param_max_unroll_iterations)
14946 : 0 : internal_error ("%<global_options%> are modified in local context");
14947 : 834588 : if (ptr1->x_param_max_completely_peel_times != ptr2->x_param_max_completely_peel_times)
14948 : 0 : internal_error ("%<global_options%> are modified in local context");
14949 : 834588 : if (ptr1->x_param_max_completely_peeled_insns != ptr2->x_param_max_completely_peeled_insns)
14950 : 0 : internal_error ("%<global_options%> are modified in local context");
14951 : 834588 : if (ptr1->x_param_max_crossjump_edges != ptr2->x_param_max_crossjump_edges)
14952 : 0 : internal_error ("%<global_options%> are modified in local context");
14953 : 834588 : if (ptr1->x_param_max_cse_insns != ptr2->x_param_max_cse_insns)
14954 : 0 : internal_error ("%<global_options%> are modified in local context");
14955 : 834588 : if (ptr1->x_param_max_cse_path_length != ptr2->x_param_max_cse_path_length)
14956 : 0 : internal_error ("%<global_options%> are modified in local context");
14957 : 834588 : if (ptr1->x_param_max_cselib_memory_locations != ptr2->x_param_max_cselib_memory_locations)
14958 : 0 : internal_error ("%<global_options%> are modified in local context");
14959 : 834588 : if (ptr1->x_param_max_debug_marker_count != ptr2->x_param_max_debug_marker_count)
14960 : 0 : internal_error ("%<global_options%> are modified in local context");
14961 : 834588 : if (ptr1->x_param_max_delay_slot_insn_search != ptr2->x_param_max_delay_slot_insn_search)
14962 : 0 : internal_error ("%<global_options%> are modified in local context");
14963 : 834588 : if (ptr1->x_param_max_delay_slot_live_search != ptr2->x_param_max_delay_slot_live_search)
14964 : 0 : internal_error ("%<global_options%> are modified in local context");
14965 : 834588 : if (ptr1->x_param_max_devirt_targets != ptr2->x_param_max_devirt_targets)
14966 : 0 : internal_error ("%<global_options%> are modified in local context");
14967 : 834588 : if (ptr1->x_param_max_dse_active_local_stores != ptr2->x_param_max_dse_active_local_stores)
14968 : 0 : internal_error ("%<global_options%> are modified in local context");
14969 : 834588 : if (ptr1->x_param_early_inliner_max_iterations != ptr2->x_param_early_inliner_max_iterations)
14970 : 0 : internal_error ("%<global_options%> are modified in local context");
14971 : 834588 : if (ptr1->x_param_max_find_base_term_values != ptr2->x_param_max_find_base_term_values)
14972 : 0 : internal_error ("%<global_options%> are modified in local context");
14973 : 834588 : if (ptr1->x_param_max_fsm_thread_path_insns != ptr2->x_param_max_fsm_thread_path_insns)
14974 : 0 : internal_error ("%<global_options%> are modified in local context");
14975 : 834588 : if (ptr1->x_param_max_gcse_insertion_ratio != ptr2->x_param_max_gcse_insertion_ratio)
14976 : 0 : internal_error ("%<global_options%> are modified in local context");
14977 : 834588 : if (ptr1->x_param_max_gcse_memory != ptr2->x_param_max_gcse_memory)
14978 : 0 : internal_error ("%<global_options%> are modified in local context");
14979 : 834588 : if (ptr1->x_param_max_goto_duplication_insns != ptr2->x_param_max_goto_duplication_insns)
14980 : 0 : internal_error ("%<global_options%> are modified in local context");
14981 : 834588 : if (ptr1->x_param_max_grow_copy_bb_insns != ptr2->x_param_max_grow_copy_bb_insns)
14982 : 0 : internal_error ("%<global_options%> are modified in local context");
14983 : 834588 : if (ptr1->x_param_max_hoist_depth != ptr2->x_param_max_hoist_depth)
14984 : 0 : internal_error ("%<global_options%> are modified in local context");
14985 : 834588 : if (ptr1->x_param_inline_functions_called_once_insns != ptr2->x_param_inline_functions_called_once_insns)
14986 : 0 : internal_error ("%<global_options%> are modified in local context");
14987 : 834588 : if (ptr1->x_param_inline_functions_called_once_loop_depth != ptr2->x_param_inline_functions_called_once_loop_depth)
14988 : 0 : internal_error ("%<global_options%> are modified in local context");
14989 : 834588 : if (ptr1->x_param_max_inline_insns_auto != ptr2->x_param_max_inline_insns_auto)
14990 : 0 : internal_error ("%<global_options%> are modified in local context");
14991 : 834588 : if (ptr1->x_param_max_inline_insns_recursive_auto != ptr2->x_param_max_inline_insns_recursive_auto)
14992 : 0 : internal_error ("%<global_options%> are modified in local context");
14993 : 834588 : if (ptr1->x_param_max_inline_insns_recursive != ptr2->x_param_max_inline_insns_recursive)
14994 : 0 : internal_error ("%<global_options%> are modified in local context");
14995 : 834588 : if (ptr1->x_param_max_inline_insns_single != ptr2->x_param_max_inline_insns_single)
14996 : 0 : internal_error ("%<global_options%> are modified in local context");
14997 : 834588 : if (ptr1->x_param_max_inline_insns_size != ptr2->x_param_max_inline_insns_size)
14998 : 0 : internal_error ("%<global_options%> are modified in local context");
14999 : 834588 : if (ptr1->x_param_max_inline_insns_small != ptr2->x_param_max_inline_insns_small)
15000 : 0 : internal_error ("%<global_options%> are modified in local context");
15001 : 834588 : if (ptr1->x_param_max_inline_recursive_depth_auto != ptr2->x_param_max_inline_recursive_depth_auto)
15002 : 0 : internal_error ("%<global_options%> are modified in local context");
15003 : 834588 : if (ptr1->x_param_max_inline_recursive_depth != ptr2->x_param_max_inline_recursive_depth)
15004 : 0 : internal_error ("%<global_options%> are modified in local context");
15005 : 834588 : if (ptr1->x_param_max_isl_operations != ptr2->x_param_max_isl_operations)
15006 : 0 : internal_error ("%<global_options%> are modified in local context");
15007 : 834588 : if (ptr1->x_param_max_iterations_computation_cost != ptr2->x_param_max_iterations_computation_cost)
15008 : 0 : internal_error ("%<global_options%> are modified in local context");
15009 : 834588 : if (ptr1->x_param_max_iterations_to_track != ptr2->x_param_max_iterations_to_track)
15010 : 0 : internal_error ("%<global_options%> are modified in local context");
15011 : 834588 : if (ptr1->x_param_max_jump_thread_duplication_stmts != ptr2->x_param_max_jump_thread_duplication_stmts)
15012 : 0 : internal_error ("%<global_options%> are modified in local context");
15013 : 834588 : if (ptr1->x_param_max_jump_thread_paths != ptr2->x_param_max_jump_thread_paths)
15014 : 0 : internal_error ("%<global_options%> are modified in local context");
15015 : 834588 : if (ptr1->x_param_max_last_value_rtl != ptr2->x_param_max_last_value_rtl)
15016 : 0 : internal_error ("%<global_options%> are modified in local context");
15017 : 834588 : if (ptr1->x_param_max_loop_header_insns != ptr2->x_param_max_loop_header_insns)
15018 : 0 : internal_error ("%<global_options%> are modified in local context");
15019 : 834588 : if (ptr1->x_param_max_modulo_backtrack_attempts != ptr2->x_param_max_modulo_backtrack_attempts)
15020 : 0 : internal_error ("%<global_options%> are modified in local context");
15021 : 834588 : if (ptr1->x_param_max_partial_antic_length != ptr2->x_param_max_partial_antic_length)
15022 : 0 : internal_error ("%<global_options%> are modified in local context");
15023 : 834588 : if (ptr1->x_param_max_peel_branches != ptr2->x_param_max_peel_branches)
15024 : 0 : internal_error ("%<global_options%> are modified in local context");
15025 : 834588 : if (ptr1->x_param_max_peel_times != ptr2->x_param_max_peel_times)
15026 : 0 : internal_error ("%<global_options%> are modified in local context");
15027 : 834588 : if (ptr1->x_param_max_peeled_insns != ptr2->x_param_max_peeled_insns)
15028 : 0 : internal_error ("%<global_options%> are modified in local context");
15029 : 834588 : if (ptr1->x_param_max_pending_list_length != ptr2->x_param_max_pending_list_length)
15030 : 0 : internal_error ("%<global_options%> are modified in local context");
15031 : 834588 : if (ptr1->x_param_max_pipeline_region_blocks != ptr2->x_param_max_pipeline_region_blocks)
15032 : 0 : internal_error ("%<global_options%> are modified in local context");
15033 : 834588 : if (ptr1->x_param_max_pipeline_region_insns != ptr2->x_param_max_pipeline_region_insns)
15034 : 0 : internal_error ("%<global_options%> are modified in local context");
15035 : 834588 : if (ptr1->x_param_max_pow_sqrt_depth != ptr2->x_param_max_pow_sqrt_depth)
15036 : 0 : internal_error ("%<global_options%> are modified in local context");
15037 : 834588 : if (ptr1->x_param_max_predicted_iterations != ptr2->x_param_max_predicted_iterations)
15038 : 0 : internal_error ("%<global_options%> are modified in local context");
15039 : 834588 : if (ptr1->x_param_max_reload_search_insns != ptr2->x_param_max_reload_search_insns)
15040 : 0 : internal_error ("%<global_options%> are modified in local context");
15041 : 834588 : if (ptr1->x_param_max_rtl_if_conversion_insns != ptr2->x_param_max_rtl_if_conversion_insns)
15042 : 0 : internal_error ("%<global_options%> are modified in local context");
15043 : 834588 : if (ptr1->x_param_max_rtl_if_conversion_predictable_cost != ptr2->x_param_max_rtl_if_conversion_predictable_cost)
15044 : 0 : internal_error ("%<global_options%> are modified in local context");
15045 : 834588 : if (ptr1->x_param_max_rtl_if_conversion_unpredictable_cost != ptr2->x_param_max_rtl_if_conversion_unpredictable_cost)
15046 : 0 : internal_error ("%<global_options%> are modified in local context");
15047 : 834588 : if (ptr1->x_param_max_sched_extend_regions_iters != ptr2->x_param_max_sched_extend_regions_iters)
15048 : 0 : internal_error ("%<global_options%> are modified in local context");
15049 : 834588 : if (ptr1->x_param_max_sched_insn_conflict_delay != ptr2->x_param_max_sched_insn_conflict_delay)
15050 : 0 : internal_error ("%<global_options%> are modified in local context");
15051 : 834588 : if (ptr1->x_param_max_sched_ready_insns != ptr2->x_param_max_sched_ready_insns)
15052 : 0 : internal_error ("%<global_options%> are modified in local context");
15053 : 834588 : if (ptr1->x_param_max_sched_region_blocks != ptr2->x_param_max_sched_region_blocks)
15054 : 0 : internal_error ("%<global_options%> are modified in local context");
15055 : 834588 : if (ptr1->x_param_max_sched_region_insns != ptr2->x_param_max_sched_region_insns)
15056 : 0 : internal_error ("%<global_options%> are modified in local context");
15057 : 834588 : if (ptr1->x_param_max_slsr_candidate_scan != ptr2->x_param_max_slsr_candidate_scan)
15058 : 0 : internal_error ("%<global_options%> are modified in local context");
15059 : 834588 : if (ptr1->x_param_max_speculative_devirt_maydefs != ptr2->x_param_max_speculative_devirt_maydefs)
15060 : 0 : internal_error ("%<global_options%> are modified in local context");
15061 : 834588 : if (ptr1->x_param_max_ssa_name_query_depth != ptr2->x_param_max_ssa_name_query_depth)
15062 : 0 : internal_error ("%<global_options%> are modified in local context");
15063 : 834588 : if (ptr1->x_param_max_store_chains_to_track != ptr2->x_param_max_store_chains_to_track)
15064 : 0 : internal_error ("%<global_options%> are modified in local context");
15065 : 834588 : if (ptr1->x_param_max_stores_to_merge != ptr2->x_param_max_stores_to_merge)
15066 : 0 : internal_error ("%<global_options%> are modified in local context");
15067 : 834588 : if (ptr1->x_param_max_stores_to_sink != ptr2->x_param_max_stores_to_sink)
15068 : 0 : internal_error ("%<global_options%> are modified in local context");
15069 : 834588 : if (ptr1->x_param_max_stores_to_track != ptr2->x_param_max_stores_to_track)
15070 : 0 : internal_error ("%<global_options%> are modified in local context");
15071 : 834588 : if (ptr1->x_param_max_tail_merge_comparisons != ptr2->x_param_max_tail_merge_comparisons)
15072 : 0 : internal_error ("%<global_options%> are modified in local context");
15073 : 834588 : if (ptr1->x_param_max_tail_merge_iterations != ptr2->x_param_max_tail_merge_iterations)
15074 : 0 : internal_error ("%<global_options%> are modified in local context");
15075 : 834588 : if (ptr1->x_param_max_tracked_strlens != ptr2->x_param_max_tracked_strlens)
15076 : 0 : internal_error ("%<global_options%> are modified in local context");
15077 : 834588 : if (ptr1->x_param_max_tree_if_conversion_phi_args != ptr2->x_param_max_tree_if_conversion_phi_args)
15078 : 0 : internal_error ("%<global_options%> are modified in local context");
15079 : 834588 : if (ptr1->x_param_max_unroll_times != ptr2->x_param_max_unroll_times)
15080 : 0 : internal_error ("%<global_options%> are modified in local context");
15081 : 834588 : if (ptr1->x_param_max_unrolled_insns != ptr2->x_param_max_unrolled_insns)
15082 : 0 : internal_error ("%<global_options%> are modified in local context");
15083 : 834588 : if (ptr1->x_param_max_unswitch_depth != ptr2->x_param_max_unswitch_depth)
15084 : 0 : internal_error ("%<global_options%> are modified in local context");
15085 : 834588 : if (ptr1->x_param_max_unswitch_insns != ptr2->x_param_max_unswitch_insns)
15086 : 0 : internal_error ("%<global_options%> are modified in local context");
15087 : 834588 : if (ptr1->x_param_max_variable_expansions != ptr2->x_param_max_variable_expansions)
15088 : 0 : internal_error ("%<global_options%> are modified in local context");
15089 : 834588 : if (ptr1->x_param_max_vartrack_expr_depth != ptr2->x_param_max_vartrack_expr_depth)
15090 : 0 : internal_error ("%<global_options%> are modified in local context");
15091 : 834588 : if (ptr1->x_param_max_vartrack_reverse_op_size != ptr2->x_param_max_vartrack_reverse_op_size)
15092 : 0 : internal_error ("%<global_options%> are modified in local context");
15093 : 834588 : if (ptr1->x_param_max_vartrack_size != ptr2->x_param_max_vartrack_size)
15094 : 0 : internal_error ("%<global_options%> are modified in local context");
15095 : 834588 : if (ptr1->x_param_min_crossjump_insns != ptr2->x_param_min_crossjump_insns)
15096 : 0 : internal_error ("%<global_options%> are modified in local context");
15097 : 834588 : if (ptr1->x_param_min_inline_recursive_probability != ptr2->x_param_min_inline_recursive_probability)
15098 : 0 : internal_error ("%<global_options%> are modified in local context");
15099 : 834588 : if (ptr1->x_param_min_insn_to_prefetch_ratio != ptr2->x_param_min_insn_to_prefetch_ratio)
15100 : 0 : internal_error ("%<global_options%> are modified in local context");
15101 : 834588 : if (ptr1->x_param_min_loop_cond_split_prob != ptr2->x_param_min_loop_cond_split_prob)
15102 : 0 : internal_error ("%<global_options%> are modified in local context");
15103 : 834588 : if (ptr1->x_param_min_nondebug_insn_uid != ptr2->x_param_min_nondebug_insn_uid)
15104 : 0 : internal_error ("%<global_options%> are modified in local context");
15105 : 834588 : if (ptr1->x_param_min_pagesize != ptr2->x_param_min_pagesize)
15106 : 0 : internal_error ("%<global_options%> are modified in local context");
15107 : 834588 : if (ptr1->x_param_min_size_for_stack_sharing != ptr2->x_param_min_size_for_stack_sharing)
15108 : 0 : internal_error ("%<global_options%> are modified in local context");
15109 : 834588 : if (ptr1->x_param_min_spec_prob != ptr2->x_param_min_spec_prob)
15110 : 0 : internal_error ("%<global_options%> are modified in local context");
15111 : 834588 : if (ptr1->x_param_min_vect_loop_bound != ptr2->x_param_min_vect_loop_bound)
15112 : 0 : internal_error ("%<global_options%> are modified in local context");
15113 : 834588 : if (ptr1->x_param_modref_max_accesses != ptr2->x_param_modref_max_accesses)
15114 : 0 : internal_error ("%<global_options%> are modified in local context");
15115 : 834588 : if (ptr1->x_param_modref_max_adjustments != ptr2->x_param_modref_max_adjustments)
15116 : 0 : internal_error ("%<global_options%> are modified in local context");
15117 : 834588 : if (ptr1->x_param_modref_max_bases != ptr2->x_param_modref_max_bases)
15118 : 0 : internal_error ("%<global_options%> are modified in local context");
15119 : 834588 : if (ptr1->x_param_modref_max_depth != ptr2->x_param_modref_max_depth)
15120 : 0 : internal_error ("%<global_options%> are modified in local context");
15121 : 834588 : if (ptr1->x_param_modref_max_escape_points != ptr2->x_param_modref_max_escape_points)
15122 : 0 : internal_error ("%<global_options%> are modified in local context");
15123 : 834588 : if (ptr1->x_param_modref_max_refs != ptr2->x_param_modref_max_refs)
15124 : 0 : internal_error ("%<global_options%> are modified in local context");
15125 : 834588 : if (ptr1->x_param_modref_max_tests != ptr2->x_param_modref_max_tests)
15126 : 0 : internal_error ("%<global_options%> are modified in local context");
15127 : 834588 : if (ptr1->x_param_openacc_kernels != ptr2->x_param_openacc_kernels)
15128 : 0 : internal_error ("%<global_options%> are modified in local context");
15129 : 834588 : if (ptr1->x_param_openacc_privatization != ptr2->x_param_openacc_privatization)
15130 : 0 : internal_error ("%<global_options%> are modified in local context");
15131 : 834588 : if (ptr1->x_param_parloops_chunk_size != ptr2->x_param_parloops_chunk_size)
15132 : 0 : internal_error ("%<global_options%> are modified in local context");
15133 : 834588 : if (ptr1->x_param_parloops_min_per_thread != ptr2->x_param_parloops_min_per_thread)
15134 : 0 : internal_error ("%<global_options%> are modified in local context");
15135 : 834588 : if (ptr1->x_param_parloops_schedule != ptr2->x_param_parloops_schedule)
15136 : 0 : internal_error ("%<global_options%> are modified in local context");
15137 : 834588 : if (ptr1->x_param_partial_inlining_entry_probability != ptr2->x_param_partial_inlining_entry_probability)
15138 : 0 : internal_error ("%<global_options%> are modified in local context");
15139 : 834588 : if (ptr1->x_param_phiopt_factor_max_stmts_live != ptr2->x_param_phiopt_factor_max_stmts_live)
15140 : 0 : internal_error ("%<global_options%> are modified in local context");
15141 : 834588 : if (ptr1->x_param_predictable_branch_outcome != ptr2->x_param_predictable_branch_outcome)
15142 : 0 : internal_error ("%<global_options%> are modified in local context");
15143 : 834588 : if (ptr1->x_param_prefetch_dynamic_strides != ptr2->x_param_prefetch_dynamic_strides)
15144 : 0 : internal_error ("%<global_options%> are modified in local context");
15145 : 834588 : if (ptr1->x_param_prefetch_latency != ptr2->x_param_prefetch_latency)
15146 : 0 : internal_error ("%<global_options%> are modified in local context");
15147 : 834588 : if (ptr1->x_param_prefetch_min_insn_to_mem_ratio != ptr2->x_param_prefetch_min_insn_to_mem_ratio)
15148 : 0 : internal_error ("%<global_options%> are modified in local context");
15149 : 834588 : if (ptr1->x_param_prefetch_minimum_stride != ptr2->x_param_prefetch_minimum_stride)
15150 : 0 : internal_error ("%<global_options%> are modified in local context");
15151 : 834588 : if (ptr1->x_param_profile_func_internal_id != ptr2->x_param_profile_func_internal_id)
15152 : 0 : internal_error ("%<global_options%> are modified in local context");
15153 : 834588 : if (ptr1->x_param_ranger_debug != ptr2->x_param_ranger_debug)
15154 : 0 : internal_error ("%<global_options%> are modified in local context");
15155 : 834588 : if (ptr1->x_param_ranger_logical_depth != ptr2->x_param_ranger_logical_depth)
15156 : 0 : internal_error ("%<global_options%> are modified in local context");
15157 : 834588 : if (ptr1->x_param_ranger_recompute_depth != ptr2->x_param_ranger_recompute_depth)
15158 : 0 : internal_error ("%<global_options%> are modified in local context");
15159 : 834588 : if (ptr1->x_param_relation_block_limit != ptr2->x_param_relation_block_limit)
15160 : 0 : internal_error ("%<global_options%> are modified in local context");
15161 : 834588 : if (ptr1->x_param_rpo_vn_max_loop_depth != ptr2->x_param_rpo_vn_max_loop_depth)
15162 : 0 : internal_error ("%<global_options%> are modified in local context");
15163 : 834588 : if (ptr1->x_param_sccvn_max_alias_queries_per_access != ptr2->x_param_sccvn_max_alias_queries_per_access)
15164 : 0 : internal_error ("%<global_options%> are modified in local context");
15165 : 834588 : if (ptr1->x_param_scev_max_expr_complexity != ptr2->x_param_scev_max_expr_complexity)
15166 : 0 : internal_error ("%<global_options%> are modified in local context");
15167 : 834588 : if (ptr1->x_param_scev_max_expr_size != ptr2->x_param_scev_max_expr_size)
15168 : 0 : internal_error ("%<global_options%> are modified in local context");
15169 : 834588 : if (ptr1->x_param_sched_autopref_queue_depth != ptr2->x_param_sched_autopref_queue_depth)
15170 : 0 : internal_error ("%<global_options%> are modified in local context");
15171 : 834588 : if (ptr1->x_param_sched_mem_true_dep_cost != ptr2->x_param_sched_mem_true_dep_cost)
15172 : 0 : internal_error ("%<global_options%> are modified in local context");
15173 : 834588 : if (ptr1->x_param_sched_pressure_algorithm != ptr2->x_param_sched_pressure_algorithm)
15174 : 0 : internal_error ("%<global_options%> are modified in local context");
15175 : 834588 : if (ptr1->x_param_sched_spec_prob_cutoff != ptr2->x_param_sched_spec_prob_cutoff)
15176 : 0 : internal_error ("%<global_options%> are modified in local context");
15177 : 834588 : if (ptr1->x_param_sched_state_edge_prob_cutoff != ptr2->x_param_sched_state_edge_prob_cutoff)
15178 : 0 : internal_error ("%<global_options%> are modified in local context");
15179 : 834588 : if (ptr1->x_param_selsched_insns_to_rename != ptr2->x_param_selsched_insns_to_rename)
15180 : 0 : internal_error ("%<global_options%> are modified in local context");
15181 : 834588 : if (ptr1->x_param_selsched_max_lookahead != ptr2->x_param_selsched_max_lookahead)
15182 : 0 : internal_error ("%<global_options%> are modified in local context");
15183 : 834588 : if (ptr1->x_param_selsched_max_sched_times != ptr2->x_param_selsched_max_sched_times)
15184 : 0 : internal_error ("%<global_options%> are modified in local context");
15185 : 834588 : if (ptr1->x_param_simultaneous_prefetches != ptr2->x_param_simultaneous_prefetches)
15186 : 0 : internal_error ("%<global_options%> are modified in local context");
15187 : 834588 : if (ptr1->x_param_sink_frequency_threshold != ptr2->x_param_sink_frequency_threshold)
15188 : 0 : internal_error ("%<global_options%> are modified in local context");
15189 : 834588 : if (ptr1->x_param_sms_dfa_history != ptr2->x_param_sms_dfa_history)
15190 : 0 : internal_error ("%<global_options%> are modified in local context");
15191 : 834588 : if (ptr1->x_param_sms_loop_average_count_threshold != ptr2->x_param_sms_loop_average_count_threshold)
15192 : 0 : internal_error ("%<global_options%> are modified in local context");
15193 : 834588 : if (ptr1->x_param_sms_max_ii_factor != ptr2->x_param_sms_max_ii_factor)
15194 : 0 : internal_error ("%<global_options%> are modified in local context");
15195 : 834588 : if (ptr1->x_param_sms_min_sc != ptr2->x_param_sms_min_sc)
15196 : 0 : internal_error ("%<global_options%> are modified in local context");
15197 : 834588 : if (ptr1->x_param_sra_max_propagations != ptr2->x_param_sra_max_propagations)
15198 : 0 : internal_error ("%<global_options%> are modified in local context");
15199 : 834588 : if (ptr1->x_param_sra_max_scalarization_size_size != ptr2->x_param_sra_max_scalarization_size_size)
15200 : 0 : internal_error ("%<global_options%> are modified in local context");
15201 : 834588 : if (ptr1->x_param_sra_max_scalarization_size_speed != ptr2->x_param_sra_max_scalarization_size_speed)
15202 : 0 : internal_error ("%<global_options%> are modified in local context");
15203 : 834588 : if (ptr1->x_param_ssa_name_def_chain_limit != ptr2->x_param_ssa_name_def_chain_limit)
15204 : 0 : internal_error ("%<global_options%> are modified in local context");
15205 : 834588 : if (ptr1->x_param_ssp_buffer_size != ptr2->x_param_ssp_buffer_size)
15206 : 0 : internal_error ("%<global_options%> are modified in local context");
15207 : 834588 : if (ptr1->x_param_stack_clash_protection_guard_size != ptr2->x_param_stack_clash_protection_guard_size)
15208 : 0 : internal_error ("%<global_options%> are modified in local context");
15209 : 834588 : if (ptr1->x_param_stack_clash_protection_probe_interval != ptr2->x_param_stack_clash_protection_probe_interval)
15210 : 0 : internal_error ("%<global_options%> are modified in local context");
15211 : 834588 : if (ptr1->x_param_store_forwarding_max_distance != ptr2->x_param_store_forwarding_max_distance)
15212 : 0 : internal_error ("%<global_options%> are modified in local context");
15213 : 834588 : if (ptr1->x_param_store_merging_allow_unaligned != ptr2->x_param_store_merging_allow_unaligned)
15214 : 0 : internal_error ("%<global_options%> are modified in local context");
15215 : 834588 : if (ptr1->x_param_store_merging_max_size != ptr2->x_param_store_merging_max_size)
15216 : 0 : internal_error ("%<global_options%> are modified in local context");
15217 : 834588 : if (ptr1->x_param_switch_conversion_branch_ratio != ptr2->x_param_switch_conversion_branch_ratio)
15218 : 0 : internal_error ("%<global_options%> are modified in local context");
15219 : 834588 : if (ptr1->x_param_threader_debug != ptr2->x_param_threader_debug)
15220 : 0 : internal_error ("%<global_options%> are modified in local context");
15221 : 834588 : if (ptr1->x_param_tm_max_aggregate_size != ptr2->x_param_tm_max_aggregate_size)
15222 : 0 : internal_error ("%<global_options%> are modified in local context");
15223 : 834588 : if (ptr1->x_param_tracer_dynamic_coverage_feedback != ptr2->x_param_tracer_dynamic_coverage_feedback)
15224 : 0 : internal_error ("%<global_options%> are modified in local context");
15225 : 834588 : if (ptr1->x_param_tracer_dynamic_coverage != ptr2->x_param_tracer_dynamic_coverage)
15226 : 0 : internal_error ("%<global_options%> are modified in local context");
15227 : 834588 : if (ptr1->x_param_tracer_max_code_growth != ptr2->x_param_tracer_max_code_growth)
15228 : 0 : internal_error ("%<global_options%> are modified in local context");
15229 : 834588 : if (ptr1->x_param_tracer_min_branch_probability_feedback != ptr2->x_param_tracer_min_branch_probability_feedback)
15230 : 0 : internal_error ("%<global_options%> are modified in local context");
15231 : 834588 : if (ptr1->x_param_tracer_min_branch_probability != ptr2->x_param_tracer_min_branch_probability)
15232 : 0 : internal_error ("%<global_options%> are modified in local context");
15233 : 834588 : if (ptr1->x_param_tracer_min_branch_ratio != ptr2->x_param_tracer_min_branch_ratio)
15234 : 0 : internal_error ("%<global_options%> are modified in local context");
15235 : 834588 : if (ptr1->x_param_transitive_relations_work_bound != ptr2->x_param_transitive_relations_work_bound)
15236 : 0 : internal_error ("%<global_options%> are modified in local context");
15237 : 834588 : if (ptr1->x_param_tree_reassoc_width != ptr2->x_param_tree_reassoc_width)
15238 : 0 : internal_error ("%<global_options%> are modified in local context");
15239 : 834588 : if (ptr1->x_param_tsan_distinguish_volatile != ptr2->x_param_tsan_distinguish_volatile)
15240 : 0 : internal_error ("%<global_options%> are modified in local context");
15241 : 834588 : if (ptr1->x_param_tsan_instrument_func_entry_exit != ptr2->x_param_tsan_instrument_func_entry_exit)
15242 : 0 : internal_error ("%<global_options%> are modified in local context");
15243 : 834588 : if (ptr1->x_param_uninit_control_dep_attempts != ptr2->x_param_uninit_control_dep_attempts)
15244 : 0 : internal_error ("%<global_options%> are modified in local context");
15245 : 834588 : if (ptr1->x_param_uninit_max_chain_len != ptr2->x_param_uninit_max_chain_len)
15246 : 0 : internal_error ("%<global_options%> are modified in local context");
15247 : 834588 : if (ptr1->x_param_uninit_max_num_chains != ptr2->x_param_uninit_max_num_chains)
15248 : 0 : internal_error ("%<global_options%> are modified in local context");
15249 : 834588 : if (ptr1->x_param_uninit_max_prune_work != ptr2->x_param_uninit_max_prune_work)
15250 : 0 : internal_error ("%<global_options%> are modified in local context");
15251 : 834588 : if (ptr1->x_param_uninlined_function_insns != ptr2->x_param_uninlined_function_insns)
15252 : 0 : internal_error ("%<global_options%> are modified in local context");
15253 : 834588 : if (ptr1->x_param_uninlined_function_time != ptr2->x_param_uninlined_function_time)
15254 : 0 : internal_error ("%<global_options%> are modified in local context");
15255 : 834588 : if (ptr1->x_param_uninlined_function_thunk_insns != ptr2->x_param_uninlined_function_thunk_insns)
15256 : 0 : internal_error ("%<global_options%> are modified in local context");
15257 : 834588 : if (ptr1->x_param_uninlined_function_thunk_time != ptr2->x_param_uninlined_function_thunk_time)
15258 : 0 : internal_error ("%<global_options%> are modified in local context");
15259 : 834588 : if (ptr1->x_param_unlikely_bb_count_fraction != ptr2->x_param_unlikely_bb_count_fraction)
15260 : 0 : internal_error ("%<global_options%> are modified in local context");
15261 : 834588 : if (ptr1->x_param_unroll_jam_max_unroll != ptr2->x_param_unroll_jam_max_unroll)
15262 : 0 : internal_error ("%<global_options%> are modified in local context");
15263 : 834588 : if (ptr1->x_param_unroll_jam_min_percent != ptr2->x_param_unroll_jam_min_percent)
15264 : 0 : internal_error ("%<global_options%> are modified in local context");
15265 : 834588 : if (ptr1->x_param_use_after_scope_direct_emission_threshold != ptr2->x_param_use_after_scope_direct_emission_threshold)
15266 : 0 : internal_error ("%<global_options%> are modified in local context");
15267 : 834588 : if (ptr1->x_param_use_canonical_types != ptr2->x_param_use_canonical_types)
15268 : 0 : internal_error ("%<global_options%> are modified in local context");
15269 : 834588 : if (ptr1->x_param_vect_induction_float != ptr2->x_param_vect_induction_float)
15270 : 0 : internal_error ("%<global_options%> are modified in local context");
15271 : 834588 : if (ptr1->x_param_vect_max_layout_candidates != ptr2->x_param_vect_max_layout_candidates)
15272 : 0 : internal_error ("%<global_options%> are modified in local context");
15273 : 834588 : if (ptr1->x_param_vect_max_peeling_for_alignment != ptr2->x_param_vect_max_peeling_for_alignment)
15274 : 0 : internal_error ("%<global_options%> are modified in local context");
15275 : 834588 : if (ptr1->x_param_vect_max_version_for_alias_checks != ptr2->x_param_vect_max_version_for_alias_checks)
15276 : 0 : internal_error ("%<global_options%> are modified in local context");
15277 : 834588 : if (ptr1->x_param_vect_max_version_for_alignment_checks != ptr2->x_param_vect_max_version_for_alignment_checks)
15278 : 0 : internal_error ("%<global_options%> are modified in local context");
15279 : 834588 : if (ptr1->x_param_vect_scalar_cost_multiplier != ptr2->x_param_vect_scalar_cost_multiplier)
15280 : 0 : internal_error ("%<global_options%> are modified in local context");
15281 : 834588 : if (ptr1->x_param_vrp_block_limit != ptr2->x_param_vrp_block_limit)
15282 : 0 : internal_error ("%<global_options%> are modified in local context");
15283 : 834588 : if (ptr1->x_param_vrp_sparse_threshold != ptr2->x_param_vrp_sparse_threshold)
15284 : 0 : internal_error ("%<global_options%> are modified in local context");
15285 : 834588 : if (ptr1->x_param_vrp_switch_limit != ptr2->x_param_vrp_switch_limit)
15286 : 0 : internal_error ("%<global_options%> are modified in local context");
15287 : 834588 : if (ptr1->x_param_vrp_vector_threshold != ptr2->x_param_vrp_vector_threshold)
15288 : 0 : internal_error ("%<global_options%> are modified in local context");
15289 : 834588 : if (ptr1->x_x86_stlf_window_ninsns != ptr2->x_x86_stlf_window_ninsns)
15290 : 0 : internal_error ("%<global_options%> are modified in local context");
15291 : 834588 : if (ptr1->x_x86_stv_max_visits != ptr2->x_x86_stv_max_visits)
15292 : 0 : internal_error ("%<global_options%> are modified in local context");
15293 : 834588 : if (ptr1->x_flag_preprocess_only != ptr2->x_flag_preprocess_only)
15294 : 0 : internal_error ("%<global_options%> are modified in local context");
15295 : 834588 : if (ptr1->x_warnings_are_errors != ptr2->x_warnings_are_errors)
15296 : 0 : internal_error ("%<global_options%> are modified in local context");
15297 : 834588 : if (ptr1->x_flag_fatal_errors != ptr2->x_flag_fatal_errors)
15298 : 0 : internal_error ("%<global_options%> are modified in local context");
15299 : 834588 : if (ptr1->x_flag_warn_frontend_loop_interchange != ptr2->x_flag_warn_frontend_loop_interchange)
15300 : 0 : internal_error ("%<global_options%> are modified in local context");
15301 : 834588 : if (ptr1->x_warn_unknown_pragmas != ptr2->x_warn_unknown_pragmas)
15302 : 0 : internal_error ("%<global_options%> are modified in local context");
15303 : 834588 : if (ptr1->x_aux_info_file_name != ptr2->x_aux_info_file_name)
15304 : 0 : internal_error ("%<global_options%> are modified in local context");
15305 : 834588 : if (ptr1->x_flag_dump_callgraph != ptr2->x_flag_dump_callgraph)
15306 : 0 : internal_error ("%<global_options%> are modified in local context");
15307 : 834588 : if (ptr1->x_cobol_copyext != ptr2->x_cobol_copyext)
15308 : 0 : internal_error ("%<global_options%> are modified in local context");
15309 : 834588 : if (ptr1->x_flag_lto_dump_defined != ptr2->x_flag_lto_dump_defined)
15310 : 0 : internal_error ("%<global_options%> are modified in local context");
15311 : 834588 : if (ptr1->x_flag_lto_dump_demangle != ptr2->x_flag_lto_dump_demangle)
15312 : 0 : internal_error ("%<global_options%> are modified in local context");
15313 : 834588 : if (ptr1->x_cobol_dialect != ptr2->x_cobol_dialect)
15314 : 0 : internal_error ("%<global_options%> are modified in local context");
15315 : 834588 : if (ptr1->x_flag_dump_body != ptr2->x_flag_dump_body)
15316 : 0 : internal_error ("%<global_options%> are modified in local context");
15317 : 834588 : if (ptr1->x_flag_dump_level != ptr2->x_flag_dump_level)
15318 : 0 : internal_error ("%<global_options%> are modified in local context");
15319 : 834588 : if (ptr1->x_dump_base_name != ptr2->x_dump_base_name)
15320 : 0 : internal_error ("%<global_options%> are modified in local context");
15321 : 834588 : if (ptr1->x_dump_base_ext != ptr2->x_dump_base_ext)
15322 : 0 : internal_error ("%<global_options%> are modified in local context");
15323 : 834588 : if (ptr1->x_dump_dir_name != ptr2->x_dump_dir_name)
15324 : 0 : internal_error ("%<global_options%> are modified in local context");
15325 : 834588 : if (ptr1->x_flag_pic != ptr2->x_flag_pic)
15326 : 0 : internal_error ("%<global_options%> are modified in local context");
15327 : 834588 : if (ptr1->x_flag_pie != ptr2->x_flag_pie)
15328 : 0 : internal_error ("%<global_options%> are modified in local context");
15329 : 834588 : if (ptr1->x_flag_abi_compat_version != ptr2->x_flag_abi_compat_version)
15330 : 0 : internal_error ("%<global_options%> are modified in local context");
15331 : 834588 : if (ptr1->x_flag_abi_version != ptr2->x_flag_abi_version)
15332 : 0 : internal_error ("%<global_options%> are modified in local context");
15333 : 834588 : if (ptr1->x_flag_access_control != ptr2->x_flag_access_control)
15334 : 0 : internal_error ("%<global_options%> are modified in local context");
15335 : 834588 : if (ptr1->x_ada_specs_parent != ptr2->x_ada_specs_parent)
15336 : 0 : internal_error ("%<global_options%> are modified in local context");
15337 : 834588 : if (ptr1->x_flag_aggressive_function_elimination != ptr2->x_flag_aggressive_function_elimination)
15338 : 0 : internal_error ("%<global_options%> are modified in local context");
15339 : 834588 : if (ptr1->x_flag_aggressive_loop_optimizations != ptr2->x_flag_aggressive_loop_optimizations)
15340 : 0 : internal_error ("%<global_options%> are modified in local context");
15341 : 834588 : if (ptr1->x_flag_align_commons != ptr2->x_flag_align_commons)
15342 : 0 : internal_error ("%<global_options%> are modified in local context");
15343 : 834588 : if (ptr1->x_flag_align_functions != ptr2->x_flag_align_functions)
15344 : 0 : internal_error ("%<global_options%> are modified in local context");
15345 : 834588 : if (ptr1->x_str_align_functions != ptr2->x_str_align_functions
15346 : 0 : && (!ptr1->x_str_align_functions || !ptr2->x_str_align_functions
15347 : 0 : || strcmp (ptr1->x_str_align_functions, ptr2->x_str_align_functions)))
15348 : 0 : internal_error ("%<global_options%> are modified in local context");
15349 : 834588 : if (ptr1->x_flag_align_jumps != ptr2->x_flag_align_jumps)
15350 : 0 : internal_error ("%<global_options%> are modified in local context");
15351 : 834588 : if (ptr1->x_str_align_jumps != ptr2->x_str_align_jumps
15352 : 0 : && (!ptr1->x_str_align_jumps || !ptr2->x_str_align_jumps
15353 : 0 : || strcmp (ptr1->x_str_align_jumps, ptr2->x_str_align_jumps)))
15354 : 0 : internal_error ("%<global_options%> are modified in local context");
15355 : 834588 : if (ptr1->x_flag_align_labels != ptr2->x_flag_align_labels)
15356 : 0 : internal_error ("%<global_options%> are modified in local context");
15357 : 834588 : if (ptr1->x_str_align_labels != ptr2->x_str_align_labels
15358 : 0 : && (!ptr1->x_str_align_labels || !ptr2->x_str_align_labels
15359 : 0 : || strcmp (ptr1->x_str_align_labels, ptr2->x_str_align_labels)))
15360 : 0 : internal_error ("%<global_options%> are modified in local context");
15361 : 834588 : if (ptr1->x_flag_align_loops != ptr2->x_flag_align_loops)
15362 : 0 : internal_error ("%<global_options%> are modified in local context");
15363 : 834588 : if (ptr1->x_str_align_loops != ptr2->x_str_align_loops
15364 : 0 : && (!ptr1->x_str_align_loops || !ptr2->x_str_align_loops
15365 : 0 : || strcmp (ptr1->x_str_align_loops, ptr2->x_str_align_loops)))
15366 : 0 : internal_error ("%<global_options%> are modified in local context");
15367 : 834588 : if (ptr1->x_aligned_new_threshold != ptr2->x_aligned_new_threshold)
15368 : 0 : internal_error ("%<global_options%> are modified in local context");
15369 : 834588 : if (ptr1->x_flag_all_intrinsics != ptr2->x_flag_all_intrinsics)
15370 : 0 : internal_error ("%<global_options%> are modified in local context");
15371 : 834588 : if (ptr1->x_flag_allocation_dce != ptr2->x_flag_allocation_dce)
15372 : 0 : internal_error ("%<global_options%> are modified in local context");
15373 : 834588 : if (ptr1->x_flag_allow_argument_mismatch != ptr2->x_flag_allow_argument_mismatch)
15374 : 0 : internal_error ("%<global_options%> are modified in local context");
15375 : 834588 : if (ptr1->x_flag_allow_invalid_boz != ptr2->x_flag_allow_invalid_boz)
15376 : 0 : internal_error ("%<global_options%> are modified in local context");
15377 : 834588 : if (ptr1->x_flag_allow_leading_underscore != ptr2->x_flag_allow_leading_underscore)
15378 : 0 : internal_error ("%<global_options%> are modified in local context");
15379 : 834588 : if (ptr1->x_flag_store_data_races != ptr2->x_flag_store_data_races)
15380 : 0 : internal_error ("%<global_options%> are modified in local context");
15381 : 834588 : if (ptr1->x_flag_analyzer != ptr2->x_flag_analyzer)
15382 : 0 : internal_error ("%<global_options%> are modified in local context");
15383 : 834588 : if (ptr1->x_flag_analyzer_call_summaries != ptr2->x_flag_analyzer_call_summaries)
15384 : 0 : internal_error ("%<global_options%> are modified in local context");
15385 : 834588 : if (ptr1->x_flag_analyzer_checker != ptr2->x_flag_analyzer_checker)
15386 : 0 : internal_error ("%<global_options%> are modified in local context");
15387 : 834588 : if (ptr1->x_flag_analyzer_debug_text_art != ptr2->x_flag_analyzer_debug_text_art)
15388 : 0 : internal_error ("%<global_options%> are modified in local context");
15389 : 834588 : if (ptr1->x_flag_analyzer_feasibility != ptr2->x_flag_analyzer_feasibility)
15390 : 0 : internal_error ("%<global_options%> are modified in local context");
15391 : 834588 : if (ptr1->x_flag_analyzer_fine_grained != ptr2->x_flag_analyzer_fine_grained)
15392 : 0 : internal_error ("%<global_options%> are modified in local context");
15393 : 834588 : if (ptr1->x_flag_analyzer_show_duplicate_count != ptr2->x_flag_analyzer_show_duplicate_count)
15394 : 0 : internal_error ("%<global_options%> are modified in local context");
15395 : 834588 : if (ptr1->x_flag_analyzer_show_events_in_system_headers != ptr2->x_flag_analyzer_show_events_in_system_headers)
15396 : 0 : internal_error ("%<global_options%> are modified in local context");
15397 : 834588 : if (ptr1->x_flag_analyzer_state_merge != ptr2->x_flag_analyzer_state_merge)
15398 : 0 : internal_error ("%<global_options%> are modified in local context");
15399 : 834588 : if (ptr1->x_flag_analyzer_state_purge != ptr2->x_flag_analyzer_state_purge)
15400 : 0 : internal_error ("%<global_options%> are modified in local context");
15401 : 834588 : if (ptr1->x_flag_analyzer_suppress_followups != ptr2->x_flag_analyzer_suppress_followups)
15402 : 0 : internal_error ("%<global_options%> are modified in local context");
15403 : 834588 : if (ptr1->x_flag_analyzer_transitivity != ptr2->x_flag_analyzer_transitivity)
15404 : 0 : internal_error ("%<global_options%> are modified in local context");
15405 : 834588 : if (ptr1->x_flag_analyzer_undo_inlining != ptr2->x_flag_analyzer_undo_inlining)
15406 : 0 : internal_error ("%<global_options%> are modified in local context");
15407 : 834588 : if (ptr1->x_flag_analyzer_verbose_edges != ptr2->x_flag_analyzer_verbose_edges)
15408 : 0 : internal_error ("%<global_options%> are modified in local context");
15409 : 834588 : if (ptr1->x_flag_analyzer_verbose_state_changes != ptr2->x_flag_analyzer_verbose_state_changes)
15410 : 0 : internal_error ("%<global_options%> are modified in local context");
15411 : 834588 : if (ptr1->x_analyzer_verbosity != ptr2->x_analyzer_verbosity)
15412 : 0 : internal_error ("%<global_options%> are modified in local context");
15413 : 834588 : if (ptr1->x_common_deferred_options != ptr2->x_common_deferred_options)
15414 : 0 : internal_error ("%<global_options%> are modified in local context");
15415 : 834588 : if (ptr1->x_flag_no_asm != ptr2->x_flag_no_asm)
15416 : 0 : internal_error ("%<global_options%> are modified in local context");
15417 : 834588 : if (ptr1->x_flag_assert != ptr2->x_flag_assert)
15418 : 0 : internal_error ("%<global_options%> are modified in local context");
15419 : 834588 : if (ptr1->x_flag_associative_math != ptr2->x_flag_associative_math)
15420 : 0 : internal_error ("%<global_options%> are modified in local context");
15421 : 834588 : if (ptr1->x_flag_assume_sane_operators_new_delete != ptr2->x_flag_assume_sane_operators_new_delete)
15422 : 0 : internal_error ("%<global_options%> are modified in local context");
15423 : 834588 : if (ptr1->x_flag_asynchronous_unwind_tables != ptr2->x_flag_asynchronous_unwind_tables)
15424 : 0 : internal_error ("%<global_options%> are modified in local context");
15425 : 834588 : if (ptr1->x_flag_auto_inc_dec != ptr2->x_flag_auto_inc_dec)
15426 : 0 : internal_error ("%<global_options%> are modified in local context");
15427 : 834588 : if (ptr1->x_flag_auto_profile != ptr2->x_flag_auto_profile)
15428 : 0 : internal_error ("%<global_options%> are modified in local context");
15429 : 834588 : if (ptr1->x_flag_auto_profile_inlining != ptr2->x_flag_auto_profile_inlining)
15430 : 0 : internal_error ("%<global_options%> are modified in local context");
15431 : 834588 : if (ptr1->x_auto_profile_file != ptr2->x_auto_profile_file)
15432 : 0 : internal_error ("%<global_options%> are modified in local context");
15433 : 834588 : if (ptr1->x_flag_automatic != ptr2->x_flag_automatic)
15434 : 0 : internal_error ("%<global_options%> are modified in local context");
15435 : 834588 : if (ptr1->x_flag_avoid_store_forwarding != ptr2->x_flag_avoid_store_forwarding)
15436 : 0 : internal_error ("%<global_options%> are modified in local context");
15437 : 834588 : if (ptr1->x_flag_backslash != ptr2->x_flag_backslash)
15438 : 0 : internal_error ("%<global_options%> are modified in local context");
15439 : 834588 : if (ptr1->x_flag_backtrace != ptr2->x_flag_backtrace)
15440 : 0 : internal_error ("%<global_options%> are modified in local context");
15441 : 834588 : if (ptr1->x_flag_bit_tests != ptr2->x_flag_bit_tests)
15442 : 0 : internal_error ("%<global_options%> are modified in local context");
15443 : 834588 : if (ptr1->x_flag_blas_matmul_limit != ptr2->x_flag_blas_matmul_limit)
15444 : 0 : internal_error ("%<global_options%> are modified in local context");
15445 : 834588 : if (ptr1->x_flag_bounds_check != ptr2->x_flag_bounds_check)
15446 : 0 : internal_error ("%<global_options%> are modified in local context");
15447 : 834588 : if (ptr1->x_flag_branch_on_count_reg != ptr2->x_flag_branch_on_count_reg)
15448 : 0 : internal_error ("%<global_options%> are modified in local context");
15449 : 834588 : if (ptr1->x_flag_branch_probabilities != ptr2->x_flag_branch_probabilities)
15450 : 0 : internal_error ("%<global_options%> are modified in local context");
15451 : 834588 : if (ptr1->x_flag_building_libgcc != ptr2->x_flag_building_libgcc)
15452 : 0 : internal_error ("%<global_options%> are modified in local context");
15453 : 834588 : if (ptr1->x_flag_building_libgfortran != ptr2->x_flag_building_libgfortran)
15454 : 0 : internal_error ("%<global_options%> are modified in local context");
15455 : 834588 : if (ptr1->x_flag_building_libphobos_tests != ptr2->x_flag_building_libphobos_tests)
15456 : 0 : internal_error ("%<global_options%> are modified in local context");
15457 : 834588 : if (ptr1->x_flag_no_builtin != ptr2->x_flag_no_builtin)
15458 : 0 : internal_error ("%<global_options%> are modified in local context");
15459 : 834588 : if (ptr1->x_flag_c_prototypes != ptr2->x_flag_c_prototypes)
15460 : 0 : internal_error ("%<global_options%> are modified in local context");
15461 : 834588 : if (ptr1->x_flag_c_prototypes_external != ptr2->x_flag_c_prototypes_external)
15462 : 0 : internal_error ("%<global_options%> are modified in local context");
15463 : 834588 : if (ptr1->x_flag_caller_saves != ptr2->x_flag_caller_saves)
15464 : 0 : internal_error ("%<global_options%> are modified in local context");
15465 : 834588 : if (ptr1->x_flag_callgraph_info != ptr2->x_flag_callgraph_info)
15466 : 0 : internal_error ("%<global_options%> are modified in local context");
15467 : 834588 : if (ptr1->x_flag_cf_protection != ptr2->x_flag_cf_protection)
15468 : 0 : internal_error ("%<global_options%> are modified in local context");
15469 : 834588 : if (ptr1->x_flag_char8_t != ptr2->x_flag_char8_t)
15470 : 0 : internal_error ("%<global_options%> are modified in local context");
15471 : 834588 : if (ptr1->x_flag_check_new != ptr2->x_flag_check_new)
15472 : 0 : internal_error ("%<global_options%> are modified in local context");
15473 : 834588 : if (ptr1->x_flag_check_action != ptr2->x_flag_check_action)
15474 : 0 : internal_error ("%<global_options%> are modified in local context");
15475 : 834588 : if (ptr1->x_flag_checking != ptr2->x_flag_checking)
15476 : 0 : internal_error ("%<global_options%> are modified in local context");
15477 : 834588 : if (ptr1->x_flag_coarray != ptr2->x_flag_coarray)
15478 : 0 : internal_error ("%<global_options%> are modified in local context");
15479 : 834588 : if (ptr1->x_cobol_exceptions != ptr2->x_cobol_exceptions)
15480 : 0 : internal_error ("%<global_options%> are modified in local context");
15481 : 834588 : if (ptr1->x_flag_code_hoisting != ptr2->x_flag_code_hoisting)
15482 : 0 : internal_error ("%<global_options%> are modified in local context");
15483 : 834588 : if (ptr1->x_flag_combine_stack_adjustments != ptr2->x_flag_combine_stack_adjustments)
15484 : 0 : internal_error ("%<global_options%> are modified in local context");
15485 : 834588 : if (ptr1->x_flag_no_common != ptr2->x_flag_no_common)
15486 : 0 : internal_error ("%<global_options%> are modified in local context");
15487 : 834588 : if (ptr1->x_flag_compare_debug != ptr2->x_flag_compare_debug)
15488 : 0 : internal_error ("%<global_options%> are modified in local context");
15489 : 834588 : if (ptr1->x_flag_compare_debug_opt != ptr2->x_flag_compare_debug_opt)
15490 : 0 : internal_error ("%<global_options%> are modified in local context");
15491 : 834588 : if (ptr1->x_flag_compare_elim_after_reload != ptr2->x_flag_compare_elim_after_reload)
15492 : 0 : internal_error ("%<global_options%> are modified in local context");
15493 : 834588 : if (ptr1->x_flag_concepts != ptr2->x_flag_concepts)
15494 : 0 : internal_error ("%<global_options%> are modified in local context");
15495 : 834588 : if (ptr1->x_concepts_diagnostics_max_depth != ptr2->x_concepts_diagnostics_max_depth)
15496 : 0 : internal_error ("%<global_options%> are modified in local context");
15497 : 834588 : if (ptr1->x_condition_coverage_flag != ptr2->x_condition_coverage_flag)
15498 : 0 : internal_error ("%<global_options%> are modified in local context");
15499 : 834588 : if (ptr1->x_flag_conserve_stack != ptr2->x_flag_conserve_stack)
15500 : 0 : internal_error ("%<global_options%> are modified in local context");
15501 : 834588 : if (ptr1->x_constexpr_cache_depth != ptr2->x_constexpr_cache_depth)
15502 : 0 : internal_error ("%<global_options%> are modified in local context");
15503 : 834588 : if (ptr1->x_max_constexpr_depth != ptr2->x_max_constexpr_depth)
15504 : 0 : internal_error ("%<global_options%> are modified in local context");
15505 : 834588 : if (ptr1->x_flag_constexpr_fp_except != ptr2->x_flag_constexpr_fp_except)
15506 : 0 : internal_error ("%<global_options%> are modified in local context");
15507 : 834588 : if (ptr1->x_constexpr_loop_limit != ptr2->x_constexpr_loop_limit)
15508 : 0 : internal_error ("%<global_options%> are modified in local context");
15509 : 834588 : if (ptr1->x_constexpr_ops_limit != ptr2->x_constexpr_ops_limit)
15510 : 0 : internal_error ("%<global_options%> are modified in local context");
15511 : 834588 : if (ptr1->x_flag_contract_mode != ptr2->x_flag_contract_mode)
15512 : 0 : internal_error ("%<global_options%> are modified in local context");
15513 : 834588 : if (ptr1->x_flag_contract_strict_declarations != ptr2->x_flag_contract_strict_declarations)
15514 : 0 : internal_error ("%<global_options%> are modified in local context");
15515 : 834588 : if (ptr1->x_flag_contracts != ptr2->x_flag_contracts)
15516 : 0 : internal_error ("%<global_options%> are modified in local context");
15517 : 834588 : if (ptr1->x_flag_convert != ptr2->x_flag_convert)
15518 : 0 : internal_error ("%<global_options%> are modified in local context");
15519 : 834588 : if (ptr1->x_flag_coroutines != ptr2->x_flag_coroutines)
15520 : 0 : internal_error ("%<global_options%> are modified in local context");
15521 : 834588 : if (ptr1->x_flag_cprop_registers != ptr2->x_flag_cprop_registers)
15522 : 0 : internal_error ("%<global_options%> are modified in local context");
15523 : 834588 : if (ptr1->x_flag_cray_pointer != ptr2->x_flag_cray_pointer)
15524 : 0 : internal_error ("%<global_options%> are modified in local context");
15525 : 834588 : if (ptr1->x_flag_crossjumping != ptr2->x_flag_crossjumping)
15526 : 0 : internal_error ("%<global_options%> are modified in local context");
15527 : 834588 : if (ptr1->x_flag_cse_follow_jumps != ptr2->x_flag_cse_follow_jumps)
15528 : 0 : internal_error ("%<global_options%> are modified in local context");
15529 : 834588 : if (ptr1->x_flag_complex_method != ptr2->x_flag_complex_method)
15530 : 0 : internal_error ("%<global_options%> are modified in local context");
15531 : 834588 : if (ptr1->x_flag_data_sections != ptr2->x_flag_data_sections)
15532 : 0 : internal_error ("%<global_options%> are modified in local context");
15533 : 834588 : if (ptr1->x_flag_dbg_cnt_list != ptr2->x_flag_dbg_cnt_list)
15534 : 0 : internal_error ("%<global_options%> are modified in local context");
15535 : 834588 : if (ptr1->x_flag_dce != ptr2->x_flag_dce)
15536 : 0 : internal_error ("%<global_options%> are modified in local context");
15537 : 834588 : if (ptr1->x_flag_debug_aux_vars != ptr2->x_flag_debug_aux_vars)
15538 : 0 : internal_error ("%<global_options%> are modified in local context");
15539 : 834588 : if (ptr1->x_flag_debug_types_section != ptr2->x_flag_debug_types_section)
15540 : 0 : internal_error ("%<global_options%> are modified in local context");
15541 : 834588 : if (ptr1->x_flag_dec != ptr2->x_flag_dec)
15542 : 0 : internal_error ("%<global_options%> are modified in local context");
15543 : 834588 : if (ptr1->x_flag_dec_blank_format_item != ptr2->x_flag_dec_blank_format_item)
15544 : 0 : internal_error ("%<global_options%> are modified in local context");
15545 : 834588 : if (ptr1->x_flag_dec_char_conversions != ptr2->x_flag_dec_char_conversions)
15546 : 0 : internal_error ("%<global_options%> are modified in local context");
15547 : 834588 : if (ptr1->x_flag_dec_format_defaults != ptr2->x_flag_dec_format_defaults)
15548 : 0 : internal_error ("%<global_options%> are modified in local context");
15549 : 834588 : if (ptr1->x_flag_dec_include != ptr2->x_flag_dec_include)
15550 : 0 : internal_error ("%<global_options%> are modified in local context");
15551 : 834588 : if (ptr1->x_flag_dec_intrinsic_ints != ptr2->x_flag_dec_intrinsic_ints)
15552 : 0 : internal_error ("%<global_options%> are modified in local context");
15553 : 834588 : if (ptr1->x_flag_dec_math != ptr2->x_flag_dec_math)
15554 : 0 : internal_error ("%<global_options%> are modified in local context");
15555 : 834588 : if (ptr1->x_flag_dec_static != ptr2->x_flag_dec_static)
15556 : 0 : internal_error ("%<global_options%> are modified in local context");
15557 : 834588 : if (ptr1->x_flag_dec_structure != ptr2->x_flag_dec_structure)
15558 : 0 : internal_error ("%<global_options%> are modified in local context");
15559 : 834588 : if (ptr1->x_flag_declone_ctor_dtor != ptr2->x_flag_declone_ctor_dtor)
15560 : 0 : internal_error ("%<global_options%> are modified in local context");
15561 : 834588 : if (ptr1->x_flag_default_double != ptr2->x_flag_default_double)
15562 : 0 : internal_error ("%<global_options%> are modified in local context");
15563 : 834588 : if (ptr1->x_flag_default_integer != ptr2->x_flag_default_integer)
15564 : 0 : internal_error ("%<global_options%> are modified in local context");
15565 : 834588 : if (ptr1->x_flag_default_real_10 != ptr2->x_flag_default_real_10)
15566 : 0 : internal_error ("%<global_options%> are modified in local context");
15567 : 834588 : if (ptr1->x_flag_default_real_16 != ptr2->x_flag_default_real_16)
15568 : 0 : internal_error ("%<global_options%> are modified in local context");
15569 : 834588 : if (ptr1->x_flag_default_real_8 != ptr2->x_flag_default_real_8)
15570 : 0 : internal_error ("%<global_options%> are modified in local context");
15571 : 834588 : if (ptr1->x_cobol_default_byte != ptr2->x_cobol_default_byte)
15572 : 0 : internal_error ("%<global_options%> are modified in local context");
15573 : 834588 : if (ptr1->x_flag_defer_pop != ptr2->x_flag_defer_pop)
15574 : 0 : internal_error ("%<global_options%> are modified in local context");
15575 : 834588 : if (ptr1->x_flag_delayed_branch != ptr2->x_flag_delayed_branch)
15576 : 0 : internal_error ("%<global_options%> are modified in local context");
15577 : 834588 : if (ptr1->x_flag_delete_dead_exceptions != ptr2->x_flag_delete_dead_exceptions)
15578 : 0 : internal_error ("%<global_options%> are modified in local context");
15579 : 834588 : if (ptr1->x_flag_delete_null_pointer_checks != ptr2->x_flag_delete_null_pointer_checks)
15580 : 0 : internal_error ("%<global_options%> are modified in local context");
15581 : 834588 : if (ptr1->x_flag_dep_fusion != ptr2->x_flag_dep_fusion)
15582 : 0 : internal_error ("%<global_options%> are modified in local context");
15583 : 834588 : if (ptr1->x_flag_devirtualize != ptr2->x_flag_devirtualize)
15584 : 0 : internal_error ("%<global_options%> are modified in local context");
15585 : 834588 : if (ptr1->x_flag_ltrans_devirtualize != ptr2->x_flag_ltrans_devirtualize)
15586 : 0 : internal_error ("%<global_options%> are modified in local context");
15587 : 834588 : if (ptr1->x_flag_devirtualize_speculatively != ptr2->x_flag_devirtualize_speculatively)
15588 : 0 : internal_error ("%<global_options%> are modified in local context");
15589 : 834588 : if (ptr1->x_flag_diagnostics_all_candidates != ptr2->x_flag_diagnostics_all_candidates)
15590 : 0 : internal_error ("%<global_options%> are modified in local context");
15591 : 834588 : if (ptr1->x_flag_diagnostics_show_color != ptr2->x_flag_diagnostics_show_color)
15592 : 0 : internal_error ("%<global_options%> are modified in local context");
15593 : 834588 : if (ptr1->x_flag_diagnostics_generate_patch != ptr2->x_flag_diagnostics_generate_patch)
15594 : 0 : internal_error ("%<global_options%> are modified in local context");
15595 : 834588 : if (ptr1->x_flag_diagnostics_json_formatting != ptr2->x_flag_diagnostics_json_formatting)
15596 : 0 : internal_error ("%<global_options%> are modified in local context");
15597 : 834588 : if (ptr1->x_diagnostics_minimum_margin_width != ptr2->x_diagnostics_minimum_margin_width)
15598 : 0 : internal_error ("%<global_options%> are modified in local context");
15599 : 834588 : if (ptr1->x_flag_diagnostics_parseable_fixits != ptr2->x_flag_diagnostics_parseable_fixits)
15600 : 0 : internal_error ("%<global_options%> are modified in local context");
15601 : 834588 : if (ptr1->x_flag_diagnostics_path_format != ptr2->x_flag_diagnostics_path_format)
15602 : 0 : internal_error ("%<global_options%> are modified in local context");
15603 : 834588 : if (ptr1->x_flag_diagnostics_show_caret != ptr2->x_flag_diagnostics_show_caret)
15604 : 0 : internal_error ("%<global_options%> are modified in local context");
15605 : 834588 : if (ptr1->x_flag_diagnostics_show_context != ptr2->x_flag_diagnostics_show_context)
15606 : 0 : internal_error ("%<global_options%> are modified in local context");
15607 : 834588 : if (ptr1->x_flag_diagnostics_show_cwe != ptr2->x_flag_diagnostics_show_cwe)
15608 : 0 : internal_error ("%<global_options%> are modified in local context");
15609 : 834588 : if (ptr1->x_flag_diagnostics_show_event_links != ptr2->x_flag_diagnostics_show_event_links)
15610 : 0 : internal_error ("%<global_options%> are modified in local context");
15611 : 834588 : if (ptr1->x_flag_diagnostics_show_highlight_colors != ptr2->x_flag_diagnostics_show_highlight_colors)
15612 : 0 : internal_error ("%<global_options%> are modified in local context");
15613 : 834588 : if (ptr1->x_flag_diagnostics_show_labels != ptr2->x_flag_diagnostics_show_labels)
15614 : 0 : internal_error ("%<global_options%> are modified in local context");
15615 : 834588 : if (ptr1->x_flag_diagnostics_show_line_numbers != ptr2->x_flag_diagnostics_show_line_numbers)
15616 : 0 : internal_error ("%<global_options%> are modified in local context");
15617 : 834588 : if (ptr1->x_flag_diagnostics_show_nesting != ptr2->x_flag_diagnostics_show_nesting)
15618 : 0 : internal_error ("%<global_options%> are modified in local context");
15619 : 834588 : if (ptr1->x_flag_diagnostics_show_nesting_levels != ptr2->x_flag_diagnostics_show_nesting_levels)
15620 : 0 : internal_error ("%<global_options%> are modified in local context");
15621 : 834588 : if (ptr1->x_flag_diagnostics_show_nesting_locations != ptr2->x_flag_diagnostics_show_nesting_locations)
15622 : 0 : internal_error ("%<global_options%> are modified in local context");
15623 : 834588 : if (ptr1->x_flag_diagnostics_show_option != ptr2->x_flag_diagnostics_show_option)
15624 : 0 : internal_error ("%<global_options%> are modified in local context");
15625 : 834588 : if (ptr1->x_flag_diagnostics_show_path_depths != ptr2->x_flag_diagnostics_show_path_depths)
15626 : 0 : internal_error ("%<global_options%> are modified in local context");
15627 : 834588 : if (ptr1->x_flag_diagnostics_show_rules != ptr2->x_flag_diagnostics_show_rules)
15628 : 0 : internal_error ("%<global_options%> are modified in local context");
15629 : 834588 : if (ptr1->x_flag_diagnostics_show_template_tree != ptr2->x_flag_diagnostics_show_template_tree)
15630 : 0 : internal_error ("%<global_options%> are modified in local context");
15631 : 834588 : if (ptr1->x_flag_diagnostics_text_art_charset != ptr2->x_flag_diagnostics_text_art_charset)
15632 : 0 : internal_error ("%<global_options%> are modified in local context");
15633 : 834588 : if (ptr1->x_flag_diagnostics_show_urls != ptr2->x_flag_diagnostics_show_urls)
15634 : 0 : internal_error ("%<global_options%> are modified in local context");
15635 : 834588 : if (ptr1->x_flag_dollar_ok != ptr2->x_flag_dollar_ok)
15636 : 0 : internal_error ("%<global_options%> are modified in local context");
15637 : 834588 : if (ptr1->x_flag_dse != ptr2->x_flag_dse)
15638 : 0 : internal_error ("%<global_options%> are modified in local context");
15639 : 834588 : if (ptr1->x_flag_dump_ada_spec != ptr2->x_flag_dump_ada_spec)
15640 : 0 : internal_error ("%<global_options%> are modified in local context");
15641 : 834588 : if (ptr1->x_flag_dump_ada_spec_slim != ptr2->x_flag_dump_ada_spec_slim)
15642 : 0 : internal_error ("%<global_options%> are modified in local context");
15643 : 834588 : if (ptr1->x_flag_dump_analyzer != ptr2->x_flag_dump_analyzer)
15644 : 0 : internal_error ("%<global_options%> are modified in local context");
15645 : 834588 : if (ptr1->x_flag_dump_analyzer_callgraph != ptr2->x_flag_dump_analyzer_callgraph)
15646 : 0 : internal_error ("%<global_options%> are modified in local context");
15647 : 834588 : if (ptr1->x_flag_dump_analyzer_exploded_graph != ptr2->x_flag_dump_analyzer_exploded_graph)
15648 : 0 : internal_error ("%<global_options%> are modified in local context");
15649 : 834588 : if (ptr1->x_flag_dump_analyzer_exploded_nodes != ptr2->x_flag_dump_analyzer_exploded_nodes)
15650 : 0 : internal_error ("%<global_options%> are modified in local context");
15651 : 834588 : if (ptr1->x_flag_dump_analyzer_exploded_nodes_2 != ptr2->x_flag_dump_analyzer_exploded_nodes_2)
15652 : 0 : internal_error ("%<global_options%> are modified in local context");
15653 : 834588 : if (ptr1->x_flag_dump_analyzer_exploded_nodes_3 != ptr2->x_flag_dump_analyzer_exploded_nodes_3)
15654 : 0 : internal_error ("%<global_options%> are modified in local context");
15655 : 834588 : if (ptr1->x_flag_dump_analyzer_exploded_paths != ptr2->x_flag_dump_analyzer_exploded_paths)
15656 : 0 : internal_error ("%<global_options%> are modified in local context");
15657 : 834588 : if (ptr1->x_flag_dump_analyzer_feasibility != ptr2->x_flag_dump_analyzer_feasibility)
15658 : 0 : internal_error ("%<global_options%> are modified in local context");
15659 : 834588 : if (ptr1->x_flag_dump_analyzer_infinite_loop != ptr2->x_flag_dump_analyzer_infinite_loop)
15660 : 0 : internal_error ("%<global_options%> are modified in local context");
15661 : 834588 : if (ptr1->x_flag_dump_analyzer_json != ptr2->x_flag_dump_analyzer_json)
15662 : 0 : internal_error ("%<global_options%> are modified in local context");
15663 : 834588 : if (ptr1->x_flag_dump_analyzer_state_purge != ptr2->x_flag_dump_analyzer_state_purge)
15664 : 0 : internal_error ("%<global_options%> are modified in local context");
15665 : 834588 : if (ptr1->x_flag_dump_analyzer_stderr != ptr2->x_flag_dump_analyzer_stderr)
15666 : 0 : internal_error ("%<global_options%> are modified in local context");
15667 : 834588 : if (ptr1->x_flag_dump_analyzer_supergraph != ptr2->x_flag_dump_analyzer_supergraph)
15668 : 0 : internal_error ("%<global_options%> are modified in local context");
15669 : 834588 : if (ptr1->x_flag_dump_analyzer_untracked != ptr2->x_flag_dump_analyzer_untracked)
15670 : 0 : internal_error ("%<global_options%> are modified in local context");
15671 : 834588 : if (ptr1->x_flag_dump_final_insns != ptr2->x_flag_dump_final_insns)
15672 : 0 : internal_error ("%<global_options%> are modified in local context");
15673 : 834588 : if (ptr1->x_flag_dump_fortran_global != ptr2->x_flag_dump_fortran_global)
15674 : 0 : internal_error ("%<global_options%> are modified in local context");
15675 : 834588 : if (ptr1->x_flag_dump_fortran_optimized != ptr2->x_flag_dump_fortran_optimized)
15676 : 0 : internal_error ("%<global_options%> are modified in local context");
15677 : 834588 : if (ptr1->x_flag_dump_fortran_original != ptr2->x_flag_dump_fortran_original)
15678 : 0 : internal_error ("%<global_options%> are modified in local context");
15679 : 834588 : if (ptr1->x_flag_dump_go_spec != ptr2->x_flag_dump_go_spec)
15680 : 0 : internal_error ("%<global_options%> are modified in local context");
15681 : 834588 : if (ptr1->x_flag_dump_locations != ptr2->x_flag_dump_locations)
15682 : 0 : internal_error ("%<global_options%> are modified in local context");
15683 : 834588 : if (ptr1->x_flag_dump_noaddr != ptr2->x_flag_dump_noaddr)
15684 : 0 : internal_error ("%<global_options%> are modified in local context");
15685 : 834588 : if (ptr1->x_flag_dump_passes != ptr2->x_flag_dump_passes)
15686 : 0 : internal_error ("%<global_options%> are modified in local context");
15687 : 834588 : if (ptr1->x_flag_dump_scos != ptr2->x_flag_dump_scos)
15688 : 0 : internal_error ("%<global_options%> are modified in local context");
15689 : 834588 : if (ptr1->x_flag_dump_unnumbered != ptr2->x_flag_dump_unnumbered)
15690 : 0 : internal_error ("%<global_options%> are modified in local context");
15691 : 834588 : if (ptr1->x_flag_dump_unnumbered_links != ptr2->x_flag_dump_unnumbered_links)
15692 : 0 : internal_error ("%<global_options%> are modified in local context");
15693 : 834588 : if (ptr1->x_flag_dwarf2_cfi_asm != ptr2->x_flag_dwarf2_cfi_asm)
15694 : 0 : internal_error ("%<global_options%> are modified in local context");
15695 : 834588 : if (ptr1->x_flag_early_inlining != ptr2->x_flag_early_inlining)
15696 : 0 : internal_error ("%<global_options%> are modified in local context");
15697 : 834588 : if (ptr1->x_flag_elide_constructors != ptr2->x_flag_elide_constructors)
15698 : 0 : internal_error ("%<global_options%> are modified in local context");
15699 : 834588 : if (ptr1->x_flag_elide_type != ptr2->x_flag_elide_type)
15700 : 0 : internal_error ("%<global_options%> are modified in local context");
15701 : 834588 : if (ptr1->x_flag_debug_only_used_symbols != ptr2->x_flag_debug_only_used_symbols)
15702 : 0 : internal_error ("%<global_options%> are modified in local context");
15703 : 834588 : if (ptr1->x_flag_eliminate_unused_debug_types != ptr2->x_flag_eliminate_unused_debug_types)
15704 : 0 : internal_error ("%<global_options%> are modified in local context");
15705 : 834588 : if (ptr1->x_flag_emit_class_debug_always != ptr2->x_flag_emit_class_debug_always)
15706 : 0 : internal_error ("%<global_options%> are modified in local context");
15707 : 834588 : if (ptr1->x_flag_enforce_eh_specs != ptr2->x_flag_enforce_eh_specs)
15708 : 0 : internal_error ("%<global_options%> are modified in local context");
15709 : 834588 : if (ptr1->x_flag_exceptions != ptr2->x_flag_exceptions)
15710 : 0 : internal_error ("%<global_options%> are modified in local context");
15711 : 834588 : if (ptr1->x_flag_excess_precision != ptr2->x_flag_excess_precision)
15712 : 0 : internal_error ("%<global_options%> are modified in local context");
15713 : 834588 : if (ptr1->x_flag_expensive_optimizations != ptr2->x_flag_expensive_optimizations)
15714 : 0 : internal_error ("%<global_options%> are modified in local context");
15715 : 834588 : if (ptr1->x_flag_ext_dce != ptr2->x_flag_ext_dce)
15716 : 0 : internal_error ("%<global_options%> are modified in local context");
15717 : 834588 : if (ptr1->x_flag_ext_numeric_literals != ptr2->x_flag_ext_numeric_literals)
15718 : 0 : internal_error ("%<global_options%> are modified in local context");
15719 : 834588 : if (ptr1->x_flag_extern_stdcpp != ptr2->x_flag_extern_stdcpp)
15720 : 0 : internal_error ("%<global_options%> are modified in local context");
15721 : 834588 : if (ptr1->x_flag_extern_tls_init != ptr2->x_flag_extern_tls_init)
15722 : 0 : internal_error ("%<global_options%> are modified in local context");
15723 : 834588 : if (ptr1->x_flag_external_blas != ptr2->x_flag_external_blas)
15724 : 0 : internal_error ("%<global_options%> are modified in local context");
15725 : 834588 : if (ptr1->x_flag_external_blas64 != ptr2->x_flag_external_blas64)
15726 : 0 : internal_error ("%<global_options%> are modified in local context");
15727 : 834588 : if (ptr1->x_flag_f2c != ptr2->x_flag_f2c)
15728 : 0 : internal_error ("%<global_options%> are modified in local context");
15729 : 834588 : if (ptr1->x_flag_fat_lto_objects != ptr2->x_flag_fat_lto_objects)
15730 : 0 : internal_error ("%<global_options%> are modified in local context");
15731 : 834588 : if (ptr1->x_flag_finite_loops != ptr2->x_flag_finite_loops)
15732 : 0 : internal_error ("%<global_options%> are modified in local context");
15733 : 834588 : if (ptr1->x_flag_finite_math_only != ptr2->x_flag_finite_math_only)
15734 : 0 : internal_error ("%<global_options%> are modified in local context");
15735 : 834588 : if (ptr1->x_flag_fixed_line_length != ptr2->x_flag_fixed_line_length)
15736 : 0 : internal_error ("%<global_options%> are modified in local context");
15737 : 834588 : if (ptr1->x_yy_flex_debug != ptr2->x_yy_flex_debug)
15738 : 0 : internal_error ("%<global_options%> are modified in local context");
15739 : 834588 : if (ptr1->x_flag_float_store != ptr2->x_flag_float_store)
15740 : 0 : internal_error ("%<global_options%> are modified in local context");
15741 : 834588 : if (ptr1->x_flag_fold_mem_offsets != ptr2->x_flag_fold_mem_offsets)
15742 : 0 : internal_error ("%<global_options%> are modified in local context");
15743 : 834588 : if (ptr1->x_flag_fold_simple_inlines != ptr2->x_flag_fold_simple_inlines)
15744 : 0 : internal_error ("%<global_options%> are modified in local context");
15745 : 834588 : if (ptr1->x_flag_forward_propagate != ptr2->x_flag_forward_propagate)
15746 : 0 : internal_error ("%<global_options%> are modified in local context");
15747 : 834588 : if (ptr1->x_flag_fp_contract_mode != ptr2->x_flag_fp_contract_mode)
15748 : 0 : internal_error ("%<global_options%> are modified in local context");
15749 : 834588 : if (ptr1->x_flag_fp_int_builtin_inexact != ptr2->x_flag_fp_int_builtin_inexact)
15750 : 0 : internal_error ("%<global_options%> are modified in local context");
15751 : 834588 : if (ptr1->x_flag_free_line_length != ptr2->x_flag_free_line_length)
15752 : 0 : internal_error ("%<global_options%> are modified in local context");
15753 : 834588 : if (ptr1->x_flag_frontend_loop_interchange != ptr2->x_flag_frontend_loop_interchange)
15754 : 0 : internal_error ("%<global_options%> are modified in local context");
15755 : 834588 : if (ptr1->x_flag_frontend_optimize != ptr2->x_flag_frontend_optimize)
15756 : 0 : internal_error ("%<global_options%> are modified in local context");
15757 : 834588 : if (ptr1->x_flag_no_function_cse != ptr2->x_flag_no_function_cse)
15758 : 0 : internal_error ("%<global_options%> are modified in local context");
15759 : 834588 : if (ptr1->x_flag_function_sections != ptr2->x_flag_function_sections)
15760 : 0 : internal_error ("%<global_options%> are modified in local context");
15761 : 834588 : if (ptr1->x_flag_gcse != ptr2->x_flag_gcse)
15762 : 0 : internal_error ("%<global_options%> are modified in local context");
15763 : 834588 : if (ptr1->x_flag_gcse_after_reload != ptr2->x_flag_gcse_after_reload)
15764 : 0 : internal_error ("%<global_options%> are modified in local context");
15765 : 834588 : if (ptr1->x_flag_gcse_las != ptr2->x_flag_gcse_las)
15766 : 0 : internal_error ("%<global_options%> are modified in local context");
15767 : 834588 : if (ptr1->x_flag_gcse_lm != ptr2->x_flag_gcse_lm)
15768 : 0 : internal_error ("%<global_options%> are modified in local context");
15769 : 834588 : if (ptr1->x_flag_gcse_sm != ptr2->x_flag_gcse_sm)
15770 : 0 : internal_error ("%<global_options%> are modified in local context");
15771 : 834588 : if (ptr1->x_flag_gimple != ptr2->x_flag_gimple)
15772 : 0 : internal_error ("%<global_options%> are modified in local context");
15773 : 834588 : if (ptr1->x_gnat_encodings != ptr2->x_gnat_encodings)
15774 : 0 : internal_error ("%<global_options%> are modified in local context");
15775 : 834588 : if (ptr1->x_flag_no_gnu_keywords != ptr2->x_flag_no_gnu_keywords)
15776 : 0 : internal_error ("%<global_options%> are modified in local context");
15777 : 834588 : if (ptr1->x_flag_next_runtime != ptr2->x_flag_next_runtime)
15778 : 0 : internal_error ("%<global_options%> are modified in local context");
15779 : 834588 : if (ptr1->x_flag_tm != ptr2->x_flag_tm)
15780 : 0 : internal_error ("%<global_options%> are modified in local context");
15781 : 834588 : if (ptr1->x_flag_gnu_unique != ptr2->x_flag_gnu_unique)
15782 : 0 : internal_error ("%<global_options%> are modified in local context");
15783 : 834588 : if (ptr1->x_flag_gnu89_inline != ptr2->x_flag_gnu89_inline)
15784 : 0 : internal_error ("%<global_options%> are modified in local context");
15785 : 834588 : if (ptr1->x_go_check_divide_overflow != ptr2->x_go_check_divide_overflow)
15786 : 0 : internal_error ("%<global_options%> are modified in local context");
15787 : 834588 : if (ptr1->x_go_check_divide_zero != ptr2->x_go_check_divide_zero)
15788 : 0 : internal_error ("%<global_options%> are modified in local context");
15789 : 834588 : if (ptr1->x_go_compiling_runtime != ptr2->x_go_compiling_runtime)
15790 : 0 : internal_error ("%<global_options%> are modified in local context");
15791 : 834588 : if (ptr1->x_go_debug_escape_level != ptr2->x_go_debug_escape_level)
15792 : 0 : internal_error ("%<global_options%> are modified in local context");
15793 : 834588 : if (ptr1->x_go_debug_escape_hash != ptr2->x_go_debug_escape_hash)
15794 : 0 : internal_error ("%<global_options%> are modified in local context");
15795 : 834588 : if (ptr1->x_go_debug_optimization != ptr2->x_go_debug_optimization)
15796 : 0 : internal_error ("%<global_options%> are modified in local context");
15797 : 834588 : if (ptr1->x_flag_graphite != ptr2->x_flag_graphite)
15798 : 0 : internal_error ("%<global_options%> are modified in local context");
15799 : 834588 : if (ptr1->x_flag_graphite_identity != ptr2->x_flag_graphite_identity)
15800 : 0 : internal_error ("%<global_options%> are modified in local context");
15801 : 834588 : if (ptr1->x_flag_guess_branch_prob != ptr2->x_flag_guess_branch_prob)
15802 : 0 : internal_error ("%<global_options%> are modified in local context");
15803 : 834588 : if (ptr1->x_flag_harden_control_flow_redundancy_check_exceptions != ptr2->x_flag_harden_control_flow_redundancy_check_exceptions)
15804 : 0 : internal_error ("%<global_options%> are modified in local context");
15805 : 834588 : if (ptr1->x_flag_harden_control_flow_redundancy_check_noreturn != ptr2->x_flag_harden_control_flow_redundancy_check_noreturn)
15806 : 0 : internal_error ("%<global_options%> are modified in local context");
15807 : 834588 : if (ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls != ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls)
15808 : 0 : internal_error ("%<global_options%> are modified in local context");
15809 : 834588 : if (ptr1->x_flag_harden_control_flow_redundancy_skip_leaf != ptr2->x_flag_harden_control_flow_redundancy_skip_leaf)
15810 : 0 : internal_error ("%<global_options%> are modified in local context");
15811 : 834588 : if (ptr1->x_flag_harden_compares != ptr2->x_flag_harden_compares)
15812 : 0 : internal_error ("%<global_options%> are modified in local context");
15813 : 834588 : if (ptr1->x_flag_harden_conditional_branches != ptr2->x_flag_harden_conditional_branches)
15814 : 0 : internal_error ("%<global_options%> are modified in local context");
15815 : 834588 : if (ptr1->x_flag_harden_control_flow_redundancy != ptr2->x_flag_harden_control_flow_redundancy)
15816 : 0 : internal_error ("%<global_options%> are modified in local context");
15817 : 834588 : if (ptr1->x_flag_hardened != ptr2->x_flag_hardened)
15818 : 0 : internal_error ("%<global_options%> are modified in local context");
15819 : 834588 : if (ptr1->x_flag_hoist_adjacent_loads != ptr2->x_flag_hoist_adjacent_loads)
15820 : 0 : internal_error ("%<global_options%> are modified in local context");
15821 : 834588 : if (ptr1->x_flag_no_ident != ptr2->x_flag_no_ident)
15822 : 0 : internal_error ("%<global_options%> are modified in local context");
15823 : 834588 : if (ptr1->x_flag_if_conversion != ptr2->x_flag_if_conversion)
15824 : 0 : internal_error ("%<global_options%> are modified in local context");
15825 : 834588 : if (ptr1->x_flag_if_conversion2 != ptr2->x_flag_if_conversion2)
15826 : 0 : internal_error ("%<global_options%> are modified in local context");
15827 : 834588 : if (ptr1->x_flag_immediate_escalation != ptr2->x_flag_immediate_escalation)
15828 : 0 : internal_error ("%<global_options%> are modified in local context");
15829 : 834588 : if (ptr1->x_flag_implement_inlines != ptr2->x_flag_implement_inlines)
15830 : 0 : internal_error ("%<global_options%> are modified in local context");
15831 : 834588 : if (ptr1->x_flag_implicit_constexpr != ptr2->x_flag_implicit_constexpr)
15832 : 0 : internal_error ("%<global_options%> are modified in local context");
15833 : 834588 : if (ptr1->x_flag_implicit_inline_templates != ptr2->x_flag_implicit_inline_templates)
15834 : 0 : internal_error ("%<global_options%> are modified in local context");
15835 : 834588 : if (ptr1->x_flag_implicit_none != ptr2->x_flag_implicit_none)
15836 : 0 : internal_error ("%<global_options%> are modified in local context");
15837 : 834588 : if (ptr1->x_flag_implicit_templates != ptr2->x_flag_implicit_templates)
15838 : 0 : internal_error ("%<global_options%> are modified in local context");
15839 : 834588 : if (ptr1->x_indicator_column != ptr2->x_indicator_column)
15840 : 0 : internal_error ("%<global_options%> are modified in local context");
15841 : 834588 : if (ptr1->x_flag_indirect_inlining != ptr2->x_flag_indirect_inlining)
15842 : 0 : internal_error ("%<global_options%> are modified in local context");
15843 : 834588 : if (ptr1->x_flag_inhibit_size_directive != ptr2->x_flag_inhibit_size_directive)
15844 : 0 : internal_error ("%<global_options%> are modified in local context");
15845 : 834588 : if (ptr1->x_flag_init_derived != ptr2->x_flag_init_derived)
15846 : 0 : internal_error ("%<global_options%> are modified in local context");
15847 : 834588 : if (ptr1->x_flag_init_real != ptr2->x_flag_init_real)
15848 : 0 : internal_error ("%<global_options%> are modified in local context");
15849 : 834588 : if (ptr1->x_flag_no_inline != ptr2->x_flag_no_inline)
15850 : 0 : internal_error ("%<global_options%> are modified in local context");
15851 : 834588 : if (ptr1->x_flag_inline_arg_packing != ptr2->x_flag_inline_arg_packing)
15852 : 0 : internal_error ("%<global_options%> are modified in local context");
15853 : 834588 : if (ptr1->x_flag_inline_atomics != ptr2->x_flag_inline_atomics)
15854 : 0 : internal_error ("%<global_options%> are modified in local context");
15855 : 834588 : if (ptr1->x_flag_inline_functions != ptr2->x_flag_inline_functions)
15856 : 0 : internal_error ("%<global_options%> are modified in local context");
15857 : 834588 : if (ptr1->x_flag_inline_functions_called_once != ptr2->x_flag_inline_functions_called_once)
15858 : 0 : internal_error ("%<global_options%> are modified in local context");
15859 : 834588 : if (ptr1->x_flag_inline_intrinsics != ptr2->x_flag_inline_intrinsics)
15860 : 0 : internal_error ("%<global_options%> are modified in local context");
15861 : 834588 : if (ptr1->x_flag_inline_matmul_limit != ptr2->x_flag_inline_matmul_limit)
15862 : 0 : internal_error ("%<global_options%> are modified in local context");
15863 : 834588 : if (ptr1->x_flag_inline_small_functions != ptr2->x_flag_inline_small_functions)
15864 : 0 : internal_error ("%<global_options%> are modified in local context");
15865 : 834588 : if (ptr1->x_flag_inline_stringops != ptr2->x_flag_inline_stringops)
15866 : 0 : internal_error ("%<global_options%> are modified in local context");
15867 : 834588 : if (ptr1->x_flag_instrument_function_entry_exit != ptr2->x_flag_instrument_function_entry_exit)
15868 : 0 : internal_error ("%<global_options%> are modified in local context");
15869 : 834588 : if (ptr1->x_flag_integer4_kind != ptr2->x_flag_integer4_kind)
15870 : 0 : internal_error ("%<global_options%> are modified in local context");
15871 : 834588 : if (ptr1->x_cobol_ebcdic != ptr2->x_cobol_ebcdic)
15872 : 0 : internal_error ("%<global_options%> are modified in local context");
15873 : 834588 : if (ptr1->x_flag_invariants != ptr2->x_flag_invariants)
15874 : 0 : internal_error ("%<global_options%> are modified in local context");
15875 : 834588 : if (ptr1->x_flag_ipa_bit_cp != ptr2->x_flag_ipa_bit_cp)
15876 : 0 : internal_error ("%<global_options%> are modified in local context");
15877 : 834588 : if (ptr1->x_flag_ipa_cp != ptr2->x_flag_ipa_cp)
15878 : 0 : internal_error ("%<global_options%> are modified in local context");
15879 : 834588 : if (ptr1->x_flag_ipa_cp_clone != ptr2->x_flag_ipa_cp_clone)
15880 : 0 : internal_error ("%<global_options%> are modified in local context");
15881 : 834588 : if (ptr1->x_flag_ipa_icf != ptr2->x_flag_ipa_icf)
15882 : 0 : internal_error ("%<global_options%> are modified in local context");
15883 : 834588 : if (ptr1->x_flag_ipa_icf_functions != ptr2->x_flag_ipa_icf_functions)
15884 : 0 : internal_error ("%<global_options%> are modified in local context");
15885 : 834588 : if (ptr1->x_flag_ipa_icf_variables != ptr2->x_flag_ipa_icf_variables)
15886 : 0 : internal_error ("%<global_options%> are modified in local context");
15887 : 834588 : if (ptr1->x_flag_ipa_modref != ptr2->x_flag_ipa_modref)
15888 : 0 : internal_error ("%<global_options%> are modified in local context");
15889 : 834588 : if (ptr1->x_flag_ipa_profile != ptr2->x_flag_ipa_profile)
15890 : 0 : internal_error ("%<global_options%> are modified in local context");
15891 : 834588 : if (ptr1->x_flag_ipa_pta != ptr2->x_flag_ipa_pta)
15892 : 0 : internal_error ("%<global_options%> are modified in local context");
15893 : 834588 : if (ptr1->x_flag_ipa_pure_const != ptr2->x_flag_ipa_pure_const)
15894 : 0 : internal_error ("%<global_options%> are modified in local context");
15895 : 834588 : if (ptr1->x_flag_ipa_ra != ptr2->x_flag_ipa_ra)
15896 : 0 : internal_error ("%<global_options%> are modified in local context");
15897 : 834588 : if (ptr1->x_flag_ipa_reference != ptr2->x_flag_ipa_reference)
15898 : 0 : internal_error ("%<global_options%> are modified in local context");
15899 : 834588 : if (ptr1->x_flag_ipa_reference_addressable != ptr2->x_flag_ipa_reference_addressable)
15900 : 0 : internal_error ("%<global_options%> are modified in local context");
15901 : 834588 : if (ptr1->x_flag_ipa_reorder_for_locality != ptr2->x_flag_ipa_reorder_for_locality)
15902 : 0 : internal_error ("%<global_options%> are modified in local context");
15903 : 834588 : if (ptr1->x_flag_ipa_sra != ptr2->x_flag_ipa_sra)
15904 : 0 : internal_error ("%<global_options%> are modified in local context");
15905 : 834588 : if (ptr1->x_flag_ipa_stack_alignment != ptr2->x_flag_ipa_stack_alignment)
15906 : 0 : internal_error ("%<global_options%> are modified in local context");
15907 : 834588 : if (ptr1->x_flag_ipa_strict_aliasing != ptr2->x_flag_ipa_strict_aliasing)
15908 : 0 : internal_error ("%<global_options%> are modified in local context");
15909 : 834588 : if (ptr1->x_flag_ipa_vrp != ptr2->x_flag_ipa_vrp)
15910 : 0 : internal_error ("%<global_options%> are modified in local context");
15911 : 834588 : if (ptr1->x_flag_ira_algorithm != ptr2->x_flag_ira_algorithm)
15912 : 0 : internal_error ("%<global_options%> are modified in local context");
15913 : 834588 : if (ptr1->x_flag_ira_hoist_pressure != ptr2->x_flag_ira_hoist_pressure)
15914 : 0 : internal_error ("%<global_options%> are modified in local context");
15915 : 834588 : if (ptr1->x_flag_ira_loop_pressure != ptr2->x_flag_ira_loop_pressure)
15916 : 0 : internal_error ("%<global_options%> are modified in local context");
15917 : 834588 : if (ptr1->x_flag_ira_region != ptr2->x_flag_ira_region)
15918 : 0 : internal_error ("%<global_options%> are modified in local context");
15919 : 834588 : if (ptr1->x_flag_ira_share_save_slots != ptr2->x_flag_ira_share_save_slots)
15920 : 0 : internal_error ("%<global_options%> are modified in local context");
15921 : 834588 : if (ptr1->x_flag_ira_share_spill_slots != ptr2->x_flag_ira_share_spill_slots)
15922 : 0 : internal_error ("%<global_options%> are modified in local context");
15923 : 834588 : if (ptr1->x_flag_ira_verbose != ptr2->x_flag_ira_verbose)
15924 : 0 : internal_error ("%<global_options%> are modified in local context");
15925 : 834588 : if (ptr1->x_flag_isolate_erroneous_paths_attribute != ptr2->x_flag_isolate_erroneous_paths_attribute)
15926 : 0 : internal_error ("%<global_options%> are modified in local context");
15927 : 834588 : if (ptr1->x_flag_isolate_erroneous_paths_dereference != ptr2->x_flag_isolate_erroneous_paths_dereference)
15928 : 0 : internal_error ("%<global_options%> are modified in local context");
15929 : 834588 : if (ptr1->x_default_ivar_visibility != ptr2->x_default_ivar_visibility)
15930 : 0 : internal_error ("%<global_options%> are modified in local context");
15931 : 834588 : if (ptr1->x_flag_ivopts != ptr2->x_flag_ivopts)
15932 : 0 : internal_error ("%<global_options%> are modified in local context");
15933 : 834588 : if (ptr1->x_flag_jump_tables != ptr2->x_flag_jump_tables)
15934 : 0 : internal_error ("%<global_options%> are modified in local context");
15935 : 834588 : if (ptr1->x_flag_keep_gc_roots_live != ptr2->x_flag_keep_gc_roots_live)
15936 : 0 : internal_error ("%<global_options%> are modified in local context");
15937 : 834588 : if (ptr1->x_flag_keep_inline_dllexport != ptr2->x_flag_keep_inline_dllexport)
15938 : 0 : internal_error ("%<global_options%> are modified in local context");
15939 : 834588 : if (ptr1->x_flag_keep_inline_functions != ptr2->x_flag_keep_inline_functions)
15940 : 0 : internal_error ("%<global_options%> are modified in local context");
15941 : 834588 : if (ptr1->x_flag_keep_static_consts != ptr2->x_flag_keep_static_consts)
15942 : 0 : internal_error ("%<global_options%> are modified in local context");
15943 : 834588 : if (ptr1->x_flag_keep_static_functions != ptr2->x_flag_keep_static_functions)
15944 : 0 : internal_error ("%<global_options%> are modified in local context");
15945 : 834588 : if (ptr1->x_note_include_translate_yes != ptr2->x_note_include_translate_yes)
15946 : 0 : internal_error ("%<global_options%> are modified in local context");
15947 : 834588 : if (ptr1->x_note_include_translate_no != ptr2->x_note_include_translate_no)
15948 : 0 : internal_error ("%<global_options%> are modified in local context");
15949 : 834588 : if (ptr1->x_note_module_cmi_yes != ptr2->x_note_module_cmi_yes)
15950 : 0 : internal_error ("%<global_options%> are modified in local context");
15951 : 834588 : if (ptr1->x_flag_late_combine_instructions != ptr2->x_flag_late_combine_instructions)
15952 : 0 : internal_error ("%<global_options%> are modified in local context");
15953 : 834588 : if (ptr1->x_flag_lax_vector_conversions != ptr2->x_flag_lax_vector_conversions)
15954 : 0 : internal_error ("%<global_options%> are modified in local context");
15955 : 834588 : if (ptr1->x_flag_leading_underscore != ptr2->x_flag_leading_underscore)
15956 : 0 : internal_error ("%<global_options%> are modified in local context");
15957 : 834588 : if (ptr1->x_flag_lifetime_dse != ptr2->x_flag_lifetime_dse)
15958 : 0 : internal_error ("%<global_options%> are modified in local context");
15959 : 834588 : if (ptr1->x_flag_limit_function_alignment != ptr2->x_flag_limit_function_alignment)
15960 : 0 : internal_error ("%<global_options%> are modified in local context");
15961 : 834588 : if (ptr1->x_flag_link_libatomic != ptr2->x_flag_link_libatomic)
15962 : 0 : internal_error ("%<global_options%> are modified in local context");
15963 : 834588 : if (ptr1->x_flag_lto_linker_output != ptr2->x_flag_lto_linker_output)
15964 : 0 : internal_error ("%<global_options%> are modified in local context");
15965 : 834588 : if (ptr1->x_flag_live_patching != ptr2->x_flag_live_patching)
15966 : 0 : internal_error ("%<global_options%> are modified in local context");
15967 : 834588 : if (ptr1->x_flag_live_range_shrinkage != ptr2->x_flag_live_range_shrinkage)
15968 : 0 : internal_error ("%<global_options%> are modified in local context");
15969 : 834588 : if (ptr1->x_flag_local_ivars != ptr2->x_flag_local_ivars)
15970 : 0 : internal_error ("%<global_options%> are modified in local context");
15971 : 834588 : if (ptr1->x_flag_loop_interchange != ptr2->x_flag_loop_interchange)
15972 : 0 : internal_error ("%<global_options%> are modified in local context");
15973 : 834588 : if (ptr1->x_flag_loop_nest_optimize != ptr2->x_flag_loop_nest_optimize)
15974 : 0 : internal_error ("%<global_options%> are modified in local context");
15975 : 834588 : if (ptr1->x_flag_loop_parallelize_all != ptr2->x_flag_loop_parallelize_all)
15976 : 0 : internal_error ("%<global_options%> are modified in local context");
15977 : 834588 : if (ptr1->x_flag_unroll_jam != ptr2->x_flag_unroll_jam)
15978 : 0 : internal_error ("%<global_options%> are modified in local context");
15979 : 834588 : if (ptr1->x_flag_lra_remat != ptr2->x_flag_lra_remat)
15980 : 0 : internal_error ("%<global_options%> are modified in local context");
15981 : 834588 : if (ptr1->x_flag_lto_compression_level != ptr2->x_flag_lto_compression_level)
15982 : 0 : internal_error ("%<global_options%> are modified in local context");
15983 : 834588 : if (ptr1->x_flag_lto_incremental_cache_size != ptr2->x_flag_lto_incremental_cache_size)
15984 : 0 : internal_error ("%<global_options%> are modified in local context");
15985 : 834588 : if (ptr1->x_flag_lto_incremental != ptr2->x_flag_lto_incremental)
15986 : 0 : internal_error ("%<global_options%> are modified in local context");
15987 : 834588 : if (ptr1->x_flag_lto_partition != ptr2->x_flag_lto_partition)
15988 : 0 : internal_error ("%<global_options%> are modified in local context");
15989 : 834588 : if (ptr1->x_flag_lto_report != ptr2->x_flag_lto_report)
15990 : 0 : internal_error ("%<global_options%> are modified in local context");
15991 : 834588 : if (ptr1->x_flag_lto_report_wpa != ptr2->x_flag_lto_report_wpa)
15992 : 0 : internal_error ("%<global_options%> are modified in local context");
15993 : 834588 : if (ptr1->x_flag_lto != ptr2->x_flag_lto)
15994 : 0 : internal_error ("%<global_options%> are modified in local context");
15995 : 834588 : if (ptr1->x_flag_ltrans != ptr2->x_flag_ltrans)
15996 : 0 : internal_error ("%<global_options%> are modified in local context");
15997 : 834588 : if (ptr1->x_ltrans_output_list != ptr2->x_ltrans_output_list)
15998 : 0 : internal_error ("%<global_options%> are modified in local context");
15999 : 834588 : if (ptr1->x_flag_malloc_dce != ptr2->x_flag_malloc_dce)
16000 : 0 : internal_error ("%<global_options%> are modified in local context");
16001 : 834588 : if (ptr1->x_flag_malloc_dse != ptr2->x_flag_malloc_dse)
16002 : 0 : internal_error ("%<global_options%> are modified in local context");
16003 : 834588 : if (ptr1->x_flag_errno_math != ptr2->x_flag_errno_math)
16004 : 0 : internal_error ("%<global_options%> are modified in local context");
16005 : 834588 : if (ptr1->x_flag_max_array_constructor != ptr2->x_flag_max_array_constructor)
16006 : 0 : internal_error ("%<global_options%> are modified in local context");
16007 : 834588 : if (ptr1->x_flag_max_errors != ptr2->x_flag_max_errors)
16008 : 0 : internal_error ("%<global_options%> are modified in local context");
16009 : 834588 : if (ptr1->x_flag_max_stack_var_size != ptr2->x_flag_max_stack_var_size)
16010 : 0 : internal_error ("%<global_options%> are modified in local context");
16011 : 834588 : if (ptr1->x_flag_max_subrecord_length != ptr2->x_flag_max_subrecord_length)
16012 : 0 : internal_error ("%<global_options%> are modified in local context");
16013 : 834588 : if (ptr1->x_mem_report != ptr2->x_mem_report)
16014 : 0 : internal_error ("%<global_options%> are modified in local context");
16015 : 834588 : if (ptr1->x_mem_report_wpa != ptr2->x_mem_report_wpa)
16016 : 0 : internal_error ("%<global_options%> are modified in local context");
16017 : 834588 : if (ptr1->x_flag_merge_debug_strings != ptr2->x_flag_merge_debug_strings)
16018 : 0 : internal_error ("%<global_options%> are modified in local context");
16019 : 834588 : if (ptr1->x_flag_min_function_alignment != ptr2->x_flag_min_function_alignment)
16020 : 0 : internal_error ("%<global_options%> are modified in local context");
16021 : 834588 : if (ptr1->x_flag_header_unit != ptr2->x_flag_header_unit)
16022 : 0 : internal_error ("%<global_options%> are modified in local context");
16023 : 834588 : if (ptr1->x_flag_module_implicit_inline != ptr2->x_flag_module_implicit_inline)
16024 : 0 : internal_error ("%<global_options%> are modified in local context");
16025 : 834588 : if (ptr1->x_flag_module_lazy != ptr2->x_flag_module_lazy)
16026 : 0 : internal_error ("%<global_options%> are modified in local context");
16027 : 834588 : if (ptr1->x_flag_module_only != ptr2->x_flag_module_only)
16028 : 0 : internal_error ("%<global_options%> are modified in local context");
16029 : 834588 : if (ptr1->x_flag_module_private != ptr2->x_flag_module_private)
16030 : 0 : internal_error ("%<global_options%> are modified in local context");
16031 : 834588 : if (ptr1->x_flag_module_version_ignore != ptr2->x_flag_module_version_ignore)
16032 : 0 : internal_error ("%<global_options%> are modified in local context");
16033 : 834588 : if (ptr1->x_flag_moduleinfo != ptr2->x_flag_moduleinfo)
16034 : 0 : internal_error ("%<global_options%> are modified in local context");
16035 : 834588 : if (ptr1->x_flag_modules != ptr2->x_flag_modules)
16036 : 0 : internal_error ("%<global_options%> are modified in local context");
16037 : 834588 : if (ptr1->x_flag_modulo_sched != ptr2->x_flag_modulo_sched)
16038 : 0 : internal_error ("%<global_options%> are modified in local context");
16039 : 834588 : if (ptr1->x_flag_modulo_sched_allow_regmoves != ptr2->x_flag_modulo_sched_allow_regmoves)
16040 : 0 : internal_error ("%<global_options%> are modified in local context");
16041 : 834588 : if (ptr1->x_flag_move_loop_invariants != ptr2->x_flag_move_loop_invariants)
16042 : 0 : internal_error ("%<global_options%> are modified in local context");
16043 : 834588 : if (ptr1->x_flag_move_loop_stores != ptr2->x_flag_move_loop_stores)
16044 : 0 : internal_error ("%<global_options%> are modified in local context");
16045 : 834588 : if (ptr1->x_flag_ms_extensions != ptr2->x_flag_ms_extensions)
16046 : 0 : internal_error ("%<global_options%> are modified in local context");
16047 : 834588 : if (ptr1->x_flag_new_inheriting_ctors != ptr2->x_flag_new_inheriting_ctors)
16048 : 0 : internal_error ("%<global_options%> are modified in local context");
16049 : 834588 : if (ptr1->x_flag_new_ttp != ptr2->x_flag_new_ttp)
16050 : 0 : internal_error ("%<global_options%> are modified in local context");
16051 : 834588 : if (ptr1->x_flag_nil_receivers != ptr2->x_flag_nil_receivers)
16052 : 0 : internal_error ("%<global_options%> are modified in local context");
16053 : 834588 : if (ptr1->x_flag_non_call_exceptions != ptr2->x_flag_non_call_exceptions)
16054 : 0 : internal_error ("%<global_options%> are modified in local context");
16055 : 834588 : if (ptr1->x_flag_no_nonansi_builtin != ptr2->x_flag_no_nonansi_builtin)
16056 : 0 : internal_error ("%<global_options%> are modified in local context");
16057 : 834588 : if (ptr1->x_flag_nothrow_opt != ptr2->x_flag_nothrow_opt)
16058 : 0 : internal_error ("%<global_options%> are modified in local context");
16059 : 834588 : if (ptr1->x_flag_objc_abi != ptr2->x_flag_objc_abi)
16060 : 0 : internal_error ("%<global_options%> are modified in local context");
16061 : 834588 : if (ptr1->x_flag_objc_call_cxx_cdtors != ptr2->x_flag_objc_call_cxx_cdtors)
16062 : 0 : internal_error ("%<global_options%> are modified in local context");
16063 : 834588 : if (ptr1->x_flag_objc_direct_dispatch != ptr2->x_flag_objc_direct_dispatch)
16064 : 0 : internal_error ("%<global_options%> are modified in local context");
16065 : 834588 : if (ptr1->x_flag_objc_exceptions != ptr2->x_flag_objc_exceptions)
16066 : 0 : internal_error ("%<global_options%> are modified in local context");
16067 : 834588 : if (ptr1->x_flag_objc_gc != ptr2->x_flag_objc_gc)
16068 : 0 : internal_error ("%<global_options%> are modified in local context");
16069 : 834588 : if (ptr1->x_flag_objc_nilcheck != ptr2->x_flag_objc_nilcheck)
16070 : 0 : internal_error ("%<global_options%> are modified in local context");
16071 : 834588 : if (ptr1->x_flag_objc_sjlj_exceptions != ptr2->x_flag_objc_sjlj_exceptions)
16072 : 0 : internal_error ("%<global_options%> are modified in local context");
16073 : 834588 : if (ptr1->x_flag_objc1_only != ptr2->x_flag_objc1_only)
16074 : 0 : internal_error ("%<global_options%> are modified in local context");
16075 : 834588 : if (ptr1->x_flag_openacc != ptr2->x_flag_openacc)
16076 : 0 : internal_error ("%<global_options%> are modified in local context");
16077 : 834588 : if (ptr1->x_flag_openacc_dims != ptr2->x_flag_openacc_dims)
16078 : 0 : internal_error ("%<global_options%> are modified in local context");
16079 : 834588 : if (ptr1->x_flag_openmp != ptr2->x_flag_openmp)
16080 : 0 : internal_error ("%<global_options%> are modified in local context");
16081 : 834588 : if (ptr1->x_flag_openmp_allocators != ptr2->x_flag_openmp_allocators)
16082 : 0 : internal_error ("%<global_options%> are modified in local context");
16083 : 834588 : if (ptr1->x_flag_openmp_simd != ptr2->x_flag_openmp_simd)
16084 : 0 : internal_error ("%<global_options%> are modified in local context");
16085 : 834588 : if (ptr1->x_flag_openmp_target_simd_clone != ptr2->x_flag_openmp_target_simd_clone)
16086 : 0 : internal_error ("%<global_options%> are modified in local context");
16087 : 834588 : if (ptr1->x_flag_opt_info != ptr2->x_flag_opt_info)
16088 : 0 : internal_error ("%<global_options%> are modified in local context");
16089 : 834588 : if (ptr1->x_flag_optimize_crc != ptr2->x_flag_optimize_crc)
16090 : 0 : internal_error ("%<global_options%> are modified in local context");
16091 : 834588 : if (ptr1->x_flag_optimize_sibling_calls != ptr2->x_flag_optimize_sibling_calls)
16092 : 0 : internal_error ("%<global_options%> are modified in local context");
16093 : 834588 : if (ptr1->x_flag_optimize_strlen != ptr2->x_flag_optimize_strlen)
16094 : 0 : internal_error ("%<global_options%> are modified in local context");
16095 : 834588 : if (ptr1->x_flag_pack_derived != ptr2->x_flag_pack_derived)
16096 : 0 : internal_error ("%<global_options%> are modified in local context");
16097 : 834588 : if (ptr1->x_flag_pack_struct != ptr2->x_flag_pack_struct)
16098 : 0 : internal_error ("%<global_options%> are modified in local context");
16099 : 834588 : if (ptr1->x_flag_pad_source != ptr2->x_flag_pad_source)
16100 : 0 : internal_error ("%<global_options%> are modified in local context");
16101 : 834588 : if (ptr1->x_flag_partial_inlining != ptr2->x_flag_partial_inlining)
16102 : 0 : internal_error ("%<global_options%> are modified in local context");
16103 : 834588 : if (ptr1->x_flag_patchable_function_entry != ptr2->x_flag_patchable_function_entry
16104 : 0 : && (!ptr1->x_flag_patchable_function_entry || !ptr2->x_flag_patchable_function_entry
16105 : 0 : || strcmp (ptr1->x_flag_patchable_function_entry, ptr2->x_flag_patchable_function_entry)))
16106 : 0 : internal_error ("%<global_options%> are modified in local context");
16107 : 834588 : if (ptr1->x_path_coverage_flag != ptr2->x_path_coverage_flag)
16108 : 0 : internal_error ("%<global_options%> are modified in local context");
16109 : 834588 : if (ptr1->x_path_coverage_limit != ptr2->x_path_coverage_limit)
16110 : 0 : internal_error ("%<global_options%> are modified in local context");
16111 : 834588 : if (ptr1->x_flag_pcc_struct_return != ptr2->x_flag_pcc_struct_return)
16112 : 0 : internal_error ("%<global_options%> are modified in local context");
16113 : 834588 : if (ptr1->x_flag_peel_loops != ptr2->x_flag_peel_loops)
16114 : 0 : internal_error ("%<global_options%> are modified in local context");
16115 : 834588 : if (ptr1->x_flag_no_peephole != ptr2->x_flag_no_peephole)
16116 : 0 : internal_error ("%<global_options%> are modified in local context");
16117 : 834588 : if (ptr1->x_flag_peephole2 != ptr2->x_flag_peephole2)
16118 : 0 : internal_error ("%<global_options%> are modified in local context");
16119 : 834588 : if (ptr1->x_flag_permissive != ptr2->x_flag_permissive)
16120 : 0 : internal_error ("%<global_options%> are modified in local context");
16121 : 834588 : if (ptr1->x_flag_permitted_flt_eval_methods != ptr2->x_flag_permitted_flt_eval_methods)
16122 : 0 : internal_error ("%<global_options%> are modified in local context");
16123 : 834588 : if (ptr1->x_flag_plan9_extensions != ptr2->x_flag_plan9_extensions)
16124 : 0 : internal_error ("%<global_options%> are modified in local context");
16125 : 834588 : if (ptr1->x_flag_plt != ptr2->x_flag_plt)
16126 : 0 : internal_error ("%<global_options%> are modified in local context");
16127 : 834588 : if (ptr1->x_post_ipa_mem_report != ptr2->x_post_ipa_mem_report)
16128 : 0 : internal_error ("%<global_options%> are modified in local context");
16129 : 834588 : if (ptr1->x_flag_postconditions != ptr2->x_flag_postconditions)
16130 : 0 : internal_error ("%<global_options%> are modified in local context");
16131 : 834588 : if (ptr1->x_flag_pre_include != ptr2->x_flag_pre_include)
16132 : 0 : internal_error ("%<global_options%> are modified in local context");
16133 : 834588 : if (ptr1->x_pre_ipa_mem_report != ptr2->x_pre_ipa_mem_report)
16134 : 0 : internal_error ("%<global_options%> are modified in local context");
16135 : 834588 : if (ptr1->x_flag_preconditions != ptr2->x_flag_preconditions)
16136 : 0 : internal_error ("%<global_options%> are modified in local context");
16137 : 834588 : if (ptr1->x_flag_predictive_commoning != ptr2->x_flag_predictive_commoning)
16138 : 0 : internal_error ("%<global_options%> are modified in local context");
16139 : 834588 : if (ptr1->x_flag_prefetch_loop_arrays != ptr2->x_flag_prefetch_loop_arrays)
16140 : 0 : internal_error ("%<global_options%> are modified in local context");
16141 : 834588 : if (ptr1->x_flag_pretty_templates != ptr2->x_flag_pretty_templates)
16142 : 0 : internal_error ("%<global_options%> are modified in local context");
16143 : 834588 : if (ptr1->x_flag_printf_return_value != ptr2->x_flag_printf_return_value)
16144 : 0 : internal_error ("%<global_options%> are modified in local context");
16145 : 834588 : if (ptr1->x_profile_flag != ptr2->x_profile_flag)
16146 : 0 : internal_error ("%<global_options%> are modified in local context");
16147 : 834588 : if (ptr1->x_profile_abs_path_flag != ptr2->x_profile_abs_path_flag)
16148 : 0 : internal_error ("%<global_options%> are modified in local context");
16149 : 834588 : if (ptr1->x_profile_arc_flag != ptr2->x_profile_arc_flag)
16150 : 0 : internal_error ("%<global_options%> are modified in local context");
16151 : 834588 : if (ptr1->x_flag_profile_correction != ptr2->x_flag_profile_correction)
16152 : 0 : internal_error ("%<global_options%> are modified in local context");
16153 : 834588 : if (ptr1->x_profile_data_prefix != ptr2->x_profile_data_prefix)
16154 : 0 : internal_error ("%<global_options%> are modified in local context");
16155 : 834588 : if (ptr1->x_flag_profile_exclude_files != ptr2->x_flag_profile_exclude_files)
16156 : 0 : internal_error ("%<global_options%> are modified in local context");
16157 : 834588 : if (ptr1->x_flag_profile_filter_files != ptr2->x_flag_profile_filter_files)
16158 : 0 : internal_error ("%<global_options%> are modified in local context");
16159 : 834588 : if (ptr1->x_profile_info_section != ptr2->x_profile_info_section)
16160 : 0 : internal_error ("%<global_options%> are modified in local context");
16161 : 834588 : if (ptr1->x_profile_note_location != ptr2->x_profile_note_location)
16162 : 0 : internal_error ("%<global_options%> are modified in local context");
16163 : 834588 : if (ptr1->x_flag_profile_partial_training != ptr2->x_flag_profile_partial_training)
16164 : 0 : internal_error ("%<global_options%> are modified in local context");
16165 : 834588 : if (ptr1->x_profile_prefix_path != ptr2->x_profile_prefix_path)
16166 : 0 : internal_error ("%<global_options%> are modified in local context");
16167 : 834588 : if (ptr1->x_flag_profile_reorder_functions != ptr2->x_flag_profile_reorder_functions)
16168 : 0 : internal_error ("%<global_options%> are modified in local context");
16169 : 834588 : if (ptr1->x_profile_report != ptr2->x_profile_report)
16170 : 0 : internal_error ("%<global_options%> are modified in local context");
16171 : 834588 : if (ptr1->x_flag_profile_reproducible != ptr2->x_flag_profile_reproducible)
16172 : 0 : internal_error ("%<global_options%> are modified in local context");
16173 : 834588 : if (ptr1->x_flag_profile_update != ptr2->x_flag_profile_update)
16174 : 0 : internal_error ("%<global_options%> are modified in local context");
16175 : 834588 : if (ptr1->x_flag_profile_use != ptr2->x_flag_profile_use)
16176 : 0 : internal_error ("%<global_options%> are modified in local context");
16177 : 834588 : if (ptr1->x_flag_profile_values != ptr2->x_flag_profile_values)
16178 : 0 : internal_error ("%<global_options%> are modified in local context");
16179 : 834588 : if (ptr1->x_flag_protect_parens != ptr2->x_flag_protect_parens)
16180 : 0 : internal_error ("%<global_options%> are modified in local context");
16181 : 834588 : if (ptr1->x_flag_range_check != ptr2->x_flag_range_check)
16182 : 0 : internal_error ("%<global_options%> are modified in local context");
16183 : 834588 : if (ptr1->x_flag_range_for_ext_temps != ptr2->x_flag_range_for_ext_temps)
16184 : 0 : internal_error ("%<global_options%> are modified in local context");
16185 : 834588 : if (ptr1->x_flag_real4_kind != ptr2->x_flag_real4_kind)
16186 : 0 : internal_error ("%<global_options%> are modified in local context");
16187 : 834588 : if (ptr1->x_flag_real8_kind != ptr2->x_flag_real8_kind)
16188 : 0 : internal_error ("%<global_options%> are modified in local context");
16189 : 834588 : if (ptr1->x_flag_realloc_lhs != ptr2->x_flag_realloc_lhs)
16190 : 0 : internal_error ("%<global_options%> are modified in local context");
16191 : 834588 : if (ptr1->x_flag_reciprocal_math != ptr2->x_flag_reciprocal_math)
16192 : 0 : internal_error ("%<global_options%> are modified in local context");
16193 : 834588 : if (ptr1->x_flag_record_gcc_switches != ptr2->x_flag_record_gcc_switches)
16194 : 0 : internal_error ("%<global_options%> are modified in local context");
16195 : 834588 : if (ptr1->x_flag_record_marker != ptr2->x_flag_record_marker)
16196 : 0 : internal_error ("%<global_options%> are modified in local context");
16197 : 834588 : if (ptr1->x_flag_recursive != ptr2->x_flag_recursive)
16198 : 0 : internal_error ("%<global_options%> are modified in local context");
16199 : 834588 : if (ptr1->x_flag_ree != ptr2->x_flag_ree)
16200 : 0 : internal_error ("%<global_options%> are modified in local context");
16201 : 834588 : if (ptr1->x_flag_rename_registers != ptr2->x_flag_rename_registers)
16202 : 0 : internal_error ("%<global_options%> are modified in local context");
16203 : 834588 : if (ptr1->x_flag_reorder_blocks != ptr2->x_flag_reorder_blocks)
16204 : 0 : internal_error ("%<global_options%> are modified in local context");
16205 : 834588 : if (ptr1->x_flag_reorder_blocks_algorithm != ptr2->x_flag_reorder_blocks_algorithm)
16206 : 0 : internal_error ("%<global_options%> are modified in local context");
16207 : 834588 : if (ptr1->x_flag_reorder_blocks_and_partition != ptr2->x_flag_reorder_blocks_and_partition)
16208 : 0 : internal_error ("%<global_options%> are modified in local context");
16209 : 834588 : if (ptr1->x_flag_reorder_functions != ptr2->x_flag_reorder_functions)
16210 : 0 : internal_error ("%<global_options%> are modified in local context");
16211 : 834588 : if (ptr1->x_flag_repack_arrays != ptr2->x_flag_repack_arrays)
16212 : 0 : internal_error ("%<global_options%> are modified in local context");
16213 : 834588 : if (ptr1->x_flag_replace_objc_classes != ptr2->x_flag_replace_objc_classes)
16214 : 0 : internal_error ("%<global_options%> are modified in local context");
16215 : 834588 : if (ptr1->x_flag_report_bug != ptr2->x_flag_report_bug)
16216 : 0 : internal_error ("%<global_options%> are modified in local context");
16217 : 834588 : if (ptr1->x_flag_rerun_cse_after_loop != ptr2->x_flag_rerun_cse_after_loop)
16218 : 0 : internal_error ("%<global_options%> are modified in local context");
16219 : 834588 : if (ptr1->x_flag_resched_modulo_sched != ptr2->x_flag_resched_modulo_sched)
16220 : 0 : internal_error ("%<global_options%> are modified in local context");
16221 : 834588 : if (ptr1->x_flag_rounding_math != ptr2->x_flag_rounding_math)
16222 : 0 : internal_error ("%<global_options%> are modified in local context");
16223 : 834588 : if (ptr1->x_flag_rtti != ptr2->x_flag_rtti)
16224 : 0 : internal_error ("%<global_options%> are modified in local context");
16225 : 834588 : if (ptr1->x_flag_assume_builtin_offset_of != ptr2->x_flag_assume_builtin_offset_of)
16226 : 0 : internal_error ("%<global_options%> are modified in local context");
16227 : 834588 : if (ptr1->x_flag_borrowcheck != ptr2->x_flag_borrowcheck)
16228 : 0 : internal_error ("%<global_options%> are modified in local context");
16229 : 834588 : if (ptr1->x_flag_rust_compile_until != ptr2->x_flag_rust_compile_until)
16230 : 0 : internal_error ("%<global_options%> are modified in local context");
16231 : 834588 : if (ptr1->x_flag_rust_crate_type != ptr2->x_flag_rust_crate_type)
16232 : 0 : internal_error ("%<global_options%> are modified in local context");
16233 : 834588 : if (ptr1->x_flag_rust_debug != ptr2->x_flag_rust_debug)
16234 : 0 : internal_error ("%<global_options%> are modified in local context");
16235 : 834588 : if (ptr1->x_flag_rust_edition != ptr2->x_flag_rust_edition)
16236 : 0 : internal_error ("%<global_options%> are modified in local context");
16237 : 834588 : if (ptr1->x_flag_rust_embed_metadata != ptr2->x_flag_rust_embed_metadata)
16238 : 0 : internal_error ("%<global_options%> are modified in local context");
16239 : 834588 : if (ptr1->x_flag_rust_experimental != ptr2->x_flag_rust_experimental)
16240 : 0 : internal_error ("%<global_options%> are modified in local context");
16241 : 834588 : if (ptr1->x_flag_rust_mangling != ptr2->x_flag_rust_mangling)
16242 : 0 : internal_error ("%<global_options%> are modified in local context");
16243 : 834588 : if (ptr1->x_rust_max_recursion_depth != ptr2->x_rust_max_recursion_depth)
16244 : 0 : internal_error ("%<global_options%> are modified in local context");
16245 : 834588 : if (ptr1->x_flag_name_resolution_2_0 != ptr2->x_flag_name_resolution_2_0)
16246 : 0 : internal_error ("%<global_options%> are modified in local context");
16247 : 834588 : if (ptr1->x_flag_overflow_checks != ptr2->x_flag_overflow_checks)
16248 : 0 : internal_error ("%<global_options%> are modified in local context");
16249 : 834588 : if (ptr1->x_flag_rust_panic != ptr2->x_flag_rust_panic)
16250 : 0 : internal_error ("%<global_options%> are modified in local context");
16251 : 834588 : if (ptr1->x_flag_sanitize_address_use_after_scope != ptr2->x_flag_sanitize_address_use_after_scope)
16252 : 0 : internal_error ("%<global_options%> are modified in local context");
16253 : 834588 : if (ptr1->x_flag_sanitize_coverage != ptr2->x_flag_sanitize_coverage)
16254 : 0 : internal_error ("%<global_options%> are modified in local context");
16255 : 834588 : if (ptr1->x_flag_save_optimization_record != ptr2->x_flag_save_optimization_record)
16256 : 0 : internal_error ("%<global_options%> are modified in local context");
16257 : 834588 : if (ptr1->x_flag_sched_critical_path_heuristic != ptr2->x_flag_sched_critical_path_heuristic)
16258 : 0 : internal_error ("%<global_options%> are modified in local context");
16259 : 834588 : if (ptr1->x_flag_sched_dep_count_heuristic != ptr2->x_flag_sched_dep_count_heuristic)
16260 : 0 : internal_error ("%<global_options%> are modified in local context");
16261 : 834588 : if (ptr1->x_flag_sched_group_heuristic != ptr2->x_flag_sched_group_heuristic)
16262 : 0 : internal_error ("%<global_options%> are modified in local context");
16263 : 834588 : if (ptr1->x_flag_schedule_interblock != ptr2->x_flag_schedule_interblock)
16264 : 0 : internal_error ("%<global_options%> are modified in local context");
16265 : 834588 : if (ptr1->x_flag_sched_last_insn_heuristic != ptr2->x_flag_sched_last_insn_heuristic)
16266 : 0 : internal_error ("%<global_options%> are modified in local context");
16267 : 834588 : if (ptr1->x_flag_sched_pressure != ptr2->x_flag_sched_pressure)
16268 : 0 : internal_error ("%<global_options%> are modified in local context");
16269 : 834588 : if (ptr1->x_flag_sched_rank_heuristic != ptr2->x_flag_sched_rank_heuristic)
16270 : 0 : internal_error ("%<global_options%> are modified in local context");
16271 : 834588 : if (ptr1->x_flag_schedule_speculative != ptr2->x_flag_schedule_speculative)
16272 : 0 : internal_error ("%<global_options%> are modified in local context");
16273 : 834588 : if (ptr1->x_flag_sched_spec_insn_heuristic != ptr2->x_flag_sched_spec_insn_heuristic)
16274 : 0 : internal_error ("%<global_options%> are modified in local context");
16275 : 834588 : if (ptr1->x_flag_schedule_speculative_load != ptr2->x_flag_schedule_speculative_load)
16276 : 0 : internal_error ("%<global_options%> are modified in local context");
16277 : 834588 : if (ptr1->x_flag_schedule_speculative_load_dangerous != ptr2->x_flag_schedule_speculative_load_dangerous)
16278 : 0 : internal_error ("%<global_options%> are modified in local context");
16279 : 834588 : if (ptr1->x_flag_sched_stalled_insns != ptr2->x_flag_sched_stalled_insns)
16280 : 0 : internal_error ("%<global_options%> are modified in local context");
16281 : 834588 : if (ptr1->x_flag_sched_stalled_insns_dep != ptr2->x_flag_sched_stalled_insns_dep)
16282 : 0 : internal_error ("%<global_options%> are modified in local context");
16283 : 834588 : if (ptr1->x_sched_verbose_param != ptr2->x_sched_verbose_param)
16284 : 0 : internal_error ("%<global_options%> are modified in local context");
16285 : 834588 : if (ptr1->x_flag_sched2_use_superblocks != ptr2->x_flag_sched2_use_superblocks)
16286 : 0 : internal_error ("%<global_options%> are modified in local context");
16287 : 834588 : if (ptr1->x_flag_schedule_fusion != ptr2->x_flag_schedule_fusion)
16288 : 0 : internal_error ("%<global_options%> are modified in local context");
16289 : 834588 : if (ptr1->x_flag_schedule_insns != ptr2->x_flag_schedule_insns)
16290 : 0 : internal_error ("%<global_options%> are modified in local context");
16291 : 834588 : if (ptr1->x_flag_schedule_insns_after_reload != ptr2->x_flag_schedule_insns_after_reload)
16292 : 0 : internal_error ("%<global_options%> are modified in local context");
16293 : 834588 : if (ptr1->x_flag_second_underscore != ptr2->x_flag_second_underscore)
16294 : 0 : internal_error ("%<global_options%> are modified in local context");
16295 : 834588 : if (ptr1->x_flag_section_anchors != ptr2->x_flag_section_anchors)
16296 : 0 : internal_error ("%<global_options%> are modified in local context");
16297 : 834588 : if (ptr1->x_flag_sel_sched_pipelining != ptr2->x_flag_sel_sched_pipelining)
16298 : 0 : internal_error ("%<global_options%> are modified in local context");
16299 : 834588 : if (ptr1->x_flag_sel_sched_pipelining_outer_loops != ptr2->x_flag_sel_sched_pipelining_outer_loops)
16300 : 0 : internal_error ("%<global_options%> are modified in local context");
16301 : 834588 : if (ptr1->x_flag_sel_sched_reschedule_pipelined != ptr2->x_flag_sel_sched_reschedule_pipelined)
16302 : 0 : internal_error ("%<global_options%> are modified in local context");
16303 : 834588 : if (ptr1->x_flag_selective_scheduling != ptr2->x_flag_selective_scheduling)
16304 : 0 : internal_error ("%<global_options%> are modified in local context");
16305 : 834588 : if (ptr1->x_flag_selective_scheduling2 != ptr2->x_flag_selective_scheduling2)
16306 : 0 : internal_error ("%<global_options%> are modified in local context");
16307 : 834588 : if (ptr1->x_flag_self_test != ptr2->x_flag_self_test)
16308 : 0 : internal_error ("%<global_options%> are modified in local context");
16309 : 834588 : if (ptr1->x_flag_semantic_interposition != ptr2->x_flag_semantic_interposition)
16310 : 0 : internal_error ("%<global_options%> are modified in local context");
16311 : 834588 : if (ptr1->x_flag_short_enums != ptr2->x_flag_short_enums)
16312 : 0 : internal_error ("%<global_options%> are modified in local context");
16313 : 834588 : if (ptr1->x_flag_short_wchar != ptr2->x_flag_short_wchar)
16314 : 0 : internal_error ("%<global_options%> are modified in local context");
16315 : 834588 : if (ptr1->x_flag_show_column != ptr2->x_flag_show_column)
16316 : 0 : internal_error ("%<global_options%> are modified in local context");
16317 : 834588 : if (ptr1->x_flag_shrink_wrap != ptr2->x_flag_shrink_wrap)
16318 : 0 : internal_error ("%<global_options%> are modified in local context");
16319 : 834588 : if (ptr1->x_flag_shrink_wrap_separate != ptr2->x_flag_shrink_wrap_separate)
16320 : 0 : internal_error ("%<global_options%> are modified in local context");
16321 : 834588 : if (ptr1->x_flag_sign_zero != ptr2->x_flag_sign_zero)
16322 : 0 : internal_error ("%<global_options%> are modified in local context");
16323 : 834588 : if (ptr1->x_flag_signaling_nans != ptr2->x_flag_signaling_nans)
16324 : 0 : internal_error ("%<global_options%> are modified in local context");
16325 : 834588 : if (ptr1->x_flag_signed_bitfields != ptr2->x_flag_signed_bitfields)
16326 : 0 : internal_error ("%<global_options%> are modified in local context");
16327 : 834588 : if (ptr1->x_flag_signed_char != ptr2->x_flag_signed_char)
16328 : 0 : internal_error ("%<global_options%> are modified in local context");
16329 : 834588 : if (ptr1->x_flag_signed_zeros != ptr2->x_flag_signed_zeros)
16330 : 0 : internal_error ("%<global_options%> are modified in local context");
16331 : 834588 : if (ptr1->x_flag_simd_cost_model != ptr2->x_flag_simd_cost_model)
16332 : 0 : internal_error ("%<global_options%> are modified in local context");
16333 : 834588 : if (ptr1->x_flag_single_precision_constant != ptr2->x_flag_single_precision_constant)
16334 : 0 : internal_error ("%<global_options%> are modified in local context");
16335 : 834588 : if (ptr1->x_flag_sized_deallocation != ptr2->x_flag_sized_deallocation)
16336 : 0 : internal_error ("%<global_options%> are modified in local context");
16337 : 834588 : if (ptr1->x_flag_split_ivs_in_unroller != ptr2->x_flag_split_ivs_in_unroller)
16338 : 0 : internal_error ("%<global_options%> are modified in local context");
16339 : 834588 : if (ptr1->x_flag_split_loops != ptr2->x_flag_split_loops)
16340 : 0 : internal_error ("%<global_options%> are modified in local context");
16341 : 834588 : if (ptr1->x_flag_split_paths != ptr2->x_flag_split_paths)
16342 : 0 : internal_error ("%<global_options%> are modified in local context");
16343 : 834588 : if (ptr1->x_flag_split_stack != ptr2->x_flag_split_stack)
16344 : 0 : internal_error ("%<global_options%> are modified in local context");
16345 : 834588 : if (ptr1->x_flag_split_wide_types != ptr2->x_flag_split_wide_types)
16346 : 0 : internal_error ("%<global_options%> are modified in local context");
16347 : 834588 : if (ptr1->x_flag_split_wide_types_early != ptr2->x_flag_split_wide_types_early)
16348 : 0 : internal_error ("%<global_options%> are modified in local context");
16349 : 834588 : if (ptr1->x_flag_ssa_backprop != ptr2->x_flag_ssa_backprop)
16350 : 0 : internal_error ("%<global_options%> are modified in local context");
16351 : 834588 : if (ptr1->x_flag_ssa_phiopt != ptr2->x_flag_ssa_phiopt)
16352 : 0 : internal_error ("%<global_options%> are modified in local context");
16353 : 834588 : if (ptr1->x_default_sso != ptr2->x_default_sso)
16354 : 0 : internal_error ("%<global_options%> are modified in local context");
16355 : 834588 : if (ptr1->x_flag_stack_arrays != ptr2->x_flag_stack_arrays)
16356 : 0 : internal_error ("%<global_options%> are modified in local context");
16357 : 834588 : if (ptr1->x_flag_stack_clash_protection != ptr2->x_flag_stack_clash_protection)
16358 : 0 : internal_error ("%<global_options%> are modified in local context");
16359 : 834588 : if (ptr1->x_flag_stack_protect != ptr2->x_flag_stack_protect)
16360 : 0 : internal_error ("%<global_options%> are modified in local context");
16361 : 834588 : if (ptr1->x_flag_stack_reuse != ptr2->x_flag_stack_reuse)
16362 : 0 : internal_error ("%<global_options%> are modified in local context");
16363 : 834588 : if (ptr1->x_flag_stack_usage != ptr2->x_flag_stack_usage)
16364 : 0 : internal_error ("%<global_options%> are modified in local context");
16365 : 834588 : if (ptr1->x_cobol_static_call != ptr2->x_cobol_static_call)
16366 : 0 : internal_error ("%<global_options%> are modified in local context");
16367 : 834588 : if (ptr1->x_flag_detailed_statistics != ptr2->x_flag_detailed_statistics)
16368 : 0 : internal_error ("%<global_options%> are modified in local context");
16369 : 834588 : if (ptr1->x_flag_stdarg_opt != ptr2->x_flag_stdarg_opt)
16370 : 0 : internal_error ("%<global_options%> are modified in local context");
16371 : 834588 : if (ptr1->x_flag_store_merging != ptr2->x_flag_store_merging)
16372 : 0 : internal_error ("%<global_options%> are modified in local context");
16373 : 834588 : if (ptr1->x_flag_strict_aliasing != ptr2->x_flag_strict_aliasing)
16374 : 0 : internal_error ("%<global_options%> are modified in local context");
16375 : 834588 : if (ptr1->x_flag_strict_enums != ptr2->x_flag_strict_enums)
16376 : 0 : internal_error ("%<global_options%> are modified in local context");
16377 : 834588 : if (ptr1->x_flag_strict_flex_arrays != ptr2->x_flag_strict_flex_arrays)
16378 : 0 : internal_error ("%<global_options%> are modified in local context");
16379 : 834588 : if (ptr1->x_flag_strict_volatile_bitfields != ptr2->x_flag_strict_volatile_bitfields)
16380 : 0 : internal_error ("%<global_options%> are modified in local context");
16381 : 834588 : if (ptr1->x_flag_strong_eval_order != ptr2->x_flag_strong_eval_order)
16382 : 0 : internal_error ("%<global_options%> are modified in local context");
16383 : 834588 : if (ptr1->x_flag_strub != ptr2->x_flag_strub)
16384 : 0 : internal_error ("%<global_options%> are modified in local context");
16385 : 834588 : if (ptr1->x_flag_switch_errors != ptr2->x_flag_switch_errors)
16386 : 0 : internal_error ("%<global_options%> are modified in local context");
16387 : 834588 : if (ptr1->x_flag_sync_libcalls != ptr2->x_flag_sync_libcalls)
16388 : 0 : internal_error ("%<global_options%> are modified in local context");
16389 : 834588 : if (ptr1->x_flag_syntax_only != ptr2->x_flag_syntax_only)
16390 : 0 : internal_error ("%<global_options%> are modified in local context");
16391 : 834588 : if (ptr1->x_flag_tail_call_workaround != ptr2->x_flag_tail_call_workaround)
16392 : 0 : internal_error ("%<global_options%> are modified in local context");
16393 : 834588 : if (ptr1->x_template_backtrace_limit != ptr2->x_template_backtrace_limit)
16394 : 0 : internal_error ("%<global_options%> are modified in local context");
16395 : 834588 : if (ptr1->x_flag_test_coverage != ptr2->x_flag_test_coverage)
16396 : 0 : internal_error ("%<global_options%> are modified in local context");
16397 : 834588 : if (ptr1->x_flag_test_forall_temp != ptr2->x_flag_test_forall_temp)
16398 : 0 : internal_error ("%<global_options%> are modified in local context");
16399 : 834588 : if (ptr1->x_flag_thread_jumps != ptr2->x_flag_thread_jumps)
16400 : 0 : internal_error ("%<global_options%> are modified in local context");
16401 : 834588 : if (ptr1->x_flag_threadsafe_statics != ptr2->x_flag_threadsafe_statics)
16402 : 0 : internal_error ("%<global_options%> are modified in local context");
16403 : 834588 : if (ptr1->x_time_report != ptr2->x_time_report)
16404 : 0 : internal_error ("%<global_options%> are modified in local context");
16405 : 834588 : if (ptr1->x_time_report_details != ptr2->x_time_report_details)
16406 : 0 : internal_error ("%<global_options%> are modified in local context");
16407 : 834588 : if (ptr1->x_flag_tls_default != ptr2->x_flag_tls_default)
16408 : 0 : internal_error ("%<global_options%> are modified in local context");
16409 : 834588 : if (ptr1->x_flag_toplevel_reorder != ptr2->x_flag_toplevel_reorder)
16410 : 0 : internal_error ("%<global_options%> are modified in local context");
16411 : 834588 : if (ptr1->x_cobol_trace_debug != ptr2->x_cobol_trace_debug)
16412 : 0 : internal_error ("%<global_options%> are modified in local context");
16413 : 834588 : if (ptr1->x_flag_tracer != ptr2->x_flag_tracer)
16414 : 0 : internal_error ("%<global_options%> are modified in local context");
16415 : 834588 : if (ptr1->x_flag_trampoline_impl != ptr2->x_flag_trampoline_impl)
16416 : 0 : internal_error ("%<global_options%> are modified in local context");
16417 : 834588 : if (ptr1->x_flag_trampolines != ptr2->x_flag_trampolines)
16418 : 0 : internal_error ("%<global_options%> are modified in local context");
16419 : 834588 : if (ptr1->x_flag_trapping_math != ptr2->x_flag_trapping_math)
16420 : 0 : internal_error ("%<global_options%> are modified in local context");
16421 : 834588 : if (ptr1->x_flag_trapv != ptr2->x_flag_trapv)
16422 : 0 : internal_error ("%<global_options%> are modified in local context");
16423 : 834588 : if (ptr1->x_flag_tree_bit_ccp != ptr2->x_flag_tree_bit_ccp)
16424 : 0 : internal_error ("%<global_options%> are modified in local context");
16425 : 834588 : if (ptr1->x_flag_tree_builtin_call_dce != ptr2->x_flag_tree_builtin_call_dce)
16426 : 0 : internal_error ("%<global_options%> are modified in local context");
16427 : 834588 : if (ptr1->x_flag_tree_ccp != ptr2->x_flag_tree_ccp)
16428 : 0 : internal_error ("%<global_options%> are modified in local context");
16429 : 834588 : if (ptr1->x_flag_tree_ch != ptr2->x_flag_tree_ch)
16430 : 0 : internal_error ("%<global_options%> are modified in local context");
16431 : 834588 : if (ptr1->x_flag_tree_coalesce_vars != ptr2->x_flag_tree_coalesce_vars)
16432 : 0 : internal_error ("%<global_options%> are modified in local context");
16433 : 834588 : if (ptr1->x_flag_tree_copy_prop != ptr2->x_flag_tree_copy_prop)
16434 : 0 : internal_error ("%<global_options%> are modified in local context");
16435 : 834588 : if (ptr1->x_flag_tree_cselim != ptr2->x_flag_tree_cselim)
16436 : 0 : internal_error ("%<global_options%> are modified in local context");
16437 : 834588 : if (ptr1->x_flag_tree_dce != ptr2->x_flag_tree_dce)
16438 : 0 : internal_error ("%<global_options%> are modified in local context");
16439 : 834588 : if (ptr1->x_flag_tree_dom != ptr2->x_flag_tree_dom)
16440 : 0 : internal_error ("%<global_options%> are modified in local context");
16441 : 834588 : if (ptr1->x_flag_tree_dse != ptr2->x_flag_tree_dse)
16442 : 0 : internal_error ("%<global_options%> are modified in local context");
16443 : 834588 : if (ptr1->x_flag_tree_forwprop != ptr2->x_flag_tree_forwprop)
16444 : 0 : internal_error ("%<global_options%> are modified in local context");
16445 : 834588 : if (ptr1->x_flag_tree_fre != ptr2->x_flag_tree_fre)
16446 : 0 : internal_error ("%<global_options%> are modified in local context");
16447 : 834588 : if (ptr1->x_flag_tree_loop_distribute_patterns != ptr2->x_flag_tree_loop_distribute_patterns)
16448 : 0 : internal_error ("%<global_options%> are modified in local context");
16449 : 834588 : if (ptr1->x_flag_tree_loop_distribution != ptr2->x_flag_tree_loop_distribution)
16450 : 0 : internal_error ("%<global_options%> are modified in local context");
16451 : 834588 : if (ptr1->x_flag_tree_loop_if_convert != ptr2->x_flag_tree_loop_if_convert)
16452 : 0 : internal_error ("%<global_options%> are modified in local context");
16453 : 834588 : if (ptr1->x_flag_tree_loop_im != ptr2->x_flag_tree_loop_im)
16454 : 0 : internal_error ("%<global_options%> are modified in local context");
16455 : 834588 : if (ptr1->x_flag_tree_loop_ivcanon != ptr2->x_flag_tree_loop_ivcanon)
16456 : 0 : internal_error ("%<global_options%> are modified in local context");
16457 : 834588 : if (ptr1->x_flag_tree_loop_optimize != ptr2->x_flag_tree_loop_optimize)
16458 : 0 : internal_error ("%<global_options%> are modified in local context");
16459 : 834588 : if (ptr1->x_flag_tree_loop_vectorize != ptr2->x_flag_tree_loop_vectorize)
16460 : 0 : internal_error ("%<global_options%> are modified in local context");
16461 : 834588 : if (ptr1->x_flag_tree_parallelize_loops != ptr2->x_flag_tree_parallelize_loops)
16462 : 0 : internal_error ("%<global_options%> are modified in local context");
16463 : 834588 : if (ptr1->x_flag_tree_partial_pre != ptr2->x_flag_tree_partial_pre)
16464 : 0 : internal_error ("%<global_options%> are modified in local context");
16465 : 834588 : if (ptr1->x_flag_tree_phiprop != ptr2->x_flag_tree_phiprop)
16466 : 0 : internal_error ("%<global_options%> are modified in local context");
16467 : 834588 : if (ptr1->x_flag_tree_pre != ptr2->x_flag_tree_pre)
16468 : 0 : internal_error ("%<global_options%> are modified in local context");
16469 : 834588 : if (ptr1->x_flag_tree_pta != ptr2->x_flag_tree_pta)
16470 : 0 : internal_error ("%<global_options%> are modified in local context");
16471 : 834588 : if (ptr1->x_flag_tree_reassoc != ptr2->x_flag_tree_reassoc)
16472 : 0 : internal_error ("%<global_options%> are modified in local context");
16473 : 834588 : if (ptr1->x_flag_tree_scev_cprop != ptr2->x_flag_tree_scev_cprop)
16474 : 0 : internal_error ("%<global_options%> are modified in local context");
16475 : 834588 : if (ptr1->x_flag_tree_sink != ptr2->x_flag_tree_sink)
16476 : 0 : internal_error ("%<global_options%> are modified in local context");
16477 : 834588 : if (ptr1->x_flag_tree_slp_vectorize != ptr2->x_flag_tree_slp_vectorize)
16478 : 0 : internal_error ("%<global_options%> are modified in local context");
16479 : 834588 : if (ptr1->x_flag_tree_slsr != ptr2->x_flag_tree_slsr)
16480 : 0 : internal_error ("%<global_options%> are modified in local context");
16481 : 834588 : if (ptr1->x_flag_tree_sra != ptr2->x_flag_tree_sra)
16482 : 0 : internal_error ("%<global_options%> are modified in local context");
16483 : 834588 : if (ptr1->x_flag_tree_switch_conversion != ptr2->x_flag_tree_switch_conversion)
16484 : 0 : internal_error ("%<global_options%> are modified in local context");
16485 : 834588 : if (ptr1->x_flag_tree_tail_merge != ptr2->x_flag_tree_tail_merge)
16486 : 0 : internal_error ("%<global_options%> are modified in local context");
16487 : 834588 : if (ptr1->x_flag_tree_ter != ptr2->x_flag_tree_ter)
16488 : 0 : internal_error ("%<global_options%> are modified in local context");
16489 : 834588 : if (ptr1->x_flag_tree_vectorize != ptr2->x_flag_tree_vectorize)
16490 : 0 : internal_error ("%<global_options%> are modified in local context");
16491 : 834588 : if (ptr1->x_flag_tree_vrp != ptr2->x_flag_tree_vrp)
16492 : 0 : internal_error ("%<global_options%> are modified in local context");
16493 : 834588 : if (ptr1->x_flag_auto_var_init != ptr2->x_flag_auto_var_init)
16494 : 0 : internal_error ("%<global_options%> are modified in local context");
16495 : 834588 : if (ptr1->x_flag_unconstrained_commons != ptr2->x_flag_unconstrained_commons)
16496 : 0 : internal_error ("%<global_options%> are modified in local context");
16497 : 834588 : if (ptr1->x_flag_underscoring != ptr2->x_flag_underscoring)
16498 : 0 : internal_error ("%<global_options%> are modified in local context");
16499 : 834588 : if (ptr1->x_flag_unit_at_a_time != ptr2->x_flag_unit_at_a_time)
16500 : 0 : internal_error ("%<global_options%> are modified in local context");
16501 : 834588 : if (ptr1->x_flag_unreachable_traps != ptr2->x_flag_unreachable_traps)
16502 : 0 : internal_error ("%<global_options%> are modified in local context");
16503 : 834588 : if (ptr1->x_flag_unroll_all_loops != ptr2->x_flag_unroll_all_loops)
16504 : 0 : internal_error ("%<global_options%> are modified in local context");
16505 : 834588 : if (ptr1->x_flag_cunroll_grow_size != ptr2->x_flag_cunroll_grow_size)
16506 : 0 : internal_error ("%<global_options%> are modified in local context");
16507 : 834588 : if (ptr1->x_flag_unroll_loops != ptr2->x_flag_unroll_loops)
16508 : 0 : internal_error ("%<global_options%> are modified in local context");
16509 : 834588 : if (ptr1->x_flag_unsafe_math_optimizations != ptr2->x_flag_unsafe_math_optimizations)
16510 : 0 : internal_error ("%<global_options%> are modified in local context");
16511 : 834588 : if (ptr1->x_flag_unsigned != ptr2->x_flag_unsigned)
16512 : 0 : internal_error ("%<global_options%> are modified in local context");
16513 : 834588 : if (ptr1->x_flag_unswitch_loops != ptr2->x_flag_unswitch_loops)
16514 : 0 : internal_error ("%<global_options%> are modified in local context");
16515 : 834588 : if (ptr1->x_flag_unwind_tables != ptr2->x_flag_unwind_tables)
16516 : 0 : internal_error ("%<global_options%> are modified in local context");
16517 : 834588 : if (ptr1->x_flag_use_cxa_atexit != ptr2->x_flag_use_cxa_atexit)
16518 : 0 : internal_error ("%<global_options%> are modified in local context");
16519 : 834588 : if (ptr1->x_flag_use_cxa_get_exception_ptr != ptr2->x_flag_use_cxa_get_exception_ptr)
16520 : 0 : internal_error ("%<global_options%> are modified in local context");
16521 : 834588 : if (ptr1->x_flag_use_linker_plugin != ptr2->x_flag_use_linker_plugin)
16522 : 0 : internal_error ("%<global_options%> are modified in local context");
16523 : 834588 : if (ptr1->x_flag_var_tracking != ptr2->x_flag_var_tracking)
16524 : 0 : internal_error ("%<global_options%> are modified in local context");
16525 : 834588 : if (ptr1->x_flag_var_tracking_assignments != ptr2->x_flag_var_tracking_assignments)
16526 : 0 : internal_error ("%<global_options%> are modified in local context");
16527 : 834588 : if (ptr1->x_flag_var_tracking_assignments_toggle != ptr2->x_flag_var_tracking_assignments_toggle)
16528 : 0 : internal_error ("%<global_options%> are modified in local context");
16529 : 834588 : if (ptr1->x_flag_var_tracking_uninit != ptr2->x_flag_var_tracking_uninit)
16530 : 0 : internal_error ("%<global_options%> are modified in local context");
16531 : 834588 : if (ptr1->x_flag_variable_expansion_in_unroller != ptr2->x_flag_variable_expansion_in_unroller)
16532 : 0 : internal_error ("%<global_options%> are modified in local context");
16533 : 834588 : if (ptr1->x_flag_vect_cost_model != ptr2->x_flag_vect_cost_model)
16534 : 0 : internal_error ("%<global_options%> are modified in local context");
16535 : 834588 : if (ptr1->x_flag_verbose_asm != ptr2->x_flag_verbose_asm)
16536 : 0 : internal_error ("%<global_options%> are modified in local context");
16537 : 834588 : if (ptr1->x_flag_version_loops_for_strides != ptr2->x_flag_version_loops_for_strides)
16538 : 0 : internal_error ("%<global_options%> are modified in local context");
16539 : 834588 : if (ptr1->x_flag_visibility_ms_compat != ptr2->x_flag_visibility_ms_compat)
16540 : 0 : internal_error ("%<global_options%> are modified in local context");
16541 : 834588 : if (ptr1->x_default_visibility != ptr2->x_default_visibility)
16542 : 0 : internal_error ("%<global_options%> are modified in local context");
16543 : 834588 : if (ptr1->x_flag_value_profile_transformations != ptr2->x_flag_value_profile_transformations)
16544 : 0 : internal_error ("%<global_options%> are modified in local context");
16545 : 834588 : if (ptr1->x_flag_vtable_verify != ptr2->x_flag_vtable_verify)
16546 : 0 : internal_error ("%<global_options%> are modified in local context");
16547 : 834588 : if (ptr1->x_flag_vtv_counts != ptr2->x_flag_vtv_counts)
16548 : 0 : internal_error ("%<global_options%> are modified in local context");
16549 : 834588 : if (ptr1->x_flag_vtv_debug != ptr2->x_flag_vtv_debug)
16550 : 0 : internal_error ("%<global_options%> are modified in local context");
16551 : 834588 : if (ptr1->x_flag_weak != ptr2->x_flag_weak)
16552 : 0 : internal_error ("%<global_options%> are modified in local context");
16553 : 834588 : if (ptr1->x_flag_weak_templates != ptr2->x_flag_weak_templates)
16554 : 0 : internal_error ("%<global_options%> are modified in local context");
16555 : 834588 : if (ptr1->x_flag_web != ptr2->x_flag_web)
16556 : 0 : internal_error ("%<global_options%> are modified in local context");
16557 : 834588 : if (ptr1->x_flag_whole_program != ptr2->x_flag_whole_program)
16558 : 0 : internal_error ("%<global_options%> are modified in local context");
16559 : 834588 : if (ptr1->x_flag_working_directory != ptr2->x_flag_working_directory)
16560 : 0 : internal_error ("%<global_options%> are modified in local context");
16561 : 834588 : if (ptr1->x_flag_wpa != ptr2->x_flag_wpa)
16562 : 0 : internal_error ("%<global_options%> are modified in local context");
16563 : 834588 : if (ptr1->x_flag_wrapv != ptr2->x_flag_wrapv)
16564 : 0 : internal_error ("%<global_options%> are modified in local context");
16565 : 834588 : if (ptr1->x_flag_wrapv_pointer != ptr2->x_flag_wrapv_pointer)
16566 : 0 : internal_error ("%<global_options%> are modified in local context");
16567 : 834588 : if (ptr1->x_yy_debug != ptr2->x_yy_debug)
16568 : 0 : internal_error ("%<global_options%> are modified in local context");
16569 : 834588 : if (ptr1->x_flag_zero_init_padding_bits != ptr2->x_flag_zero_init_padding_bits)
16570 : 0 : internal_error ("%<global_options%> are modified in local context");
16571 : 834588 : if (ptr1->x_flag_zero_initialized_in_bss != ptr2->x_flag_zero_initialized_in_bss)
16572 : 0 : internal_error ("%<global_options%> are modified in local context");
16573 : 834588 : if (ptr1->x_flag_zero_link != ptr2->x_flag_zero_link)
16574 : 0 : internal_error ("%<global_options%> are modified in local context");
16575 : 834588 : if (ptr1->x_dwarf2out_as_loc_support != ptr2->x_dwarf2out_as_loc_support)
16576 : 0 : internal_error ("%<global_options%> are modified in local context");
16577 : 834588 : if (ptr1->x_dwarf2out_as_locview_support != ptr2->x_dwarf2out_as_locview_support)
16578 : 0 : internal_error ("%<global_options%> are modified in local context");
16579 : 834588 : if (ptr1->x_debug_column_info != ptr2->x_debug_column_info)
16580 : 0 : internal_error ("%<global_options%> are modified in local context");
16581 : 834588 : if (ptr1->x_flag_describe_dies != ptr2->x_flag_describe_dies)
16582 : 0 : internal_error ("%<global_options%> are modified in local context");
16583 : 834588 : if (ptr1->x_dwarf_version != ptr2->x_dwarf_version)
16584 : 0 : internal_error ("%<global_options%> are modified in local context");
16585 : 834588 : if (ptr1->x_dwarf_offset_size != ptr2->x_dwarf_offset_size)
16586 : 0 : internal_error ("%<global_options%> are modified in local context");
16587 : 834588 : if (ptr1->x_flag_gen_declaration != ptr2->x_flag_gen_declaration)
16588 : 0 : internal_error ("%<global_options%> are modified in local context");
16589 : 834588 : if (ptr1->x_debug_generate_pub_sections != ptr2->x_debug_generate_pub_sections)
16590 : 0 : internal_error ("%<global_options%> are modified in local context");
16591 : 834588 : if (ptr1->x_flag_lto_gimple_stats != ptr2->x_flag_lto_gimple_stats)
16592 : 0 : internal_error ("%<global_options%> are modified in local context");
16593 : 834588 : if (ptr1->x_debug_inline_points != ptr2->x_debug_inline_points)
16594 : 0 : internal_error ("%<global_options%> are modified in local context");
16595 : 834588 : if (ptr1->x_debug_internal_reset_location_views != ptr2->x_debug_internal_reset_location_views)
16596 : 0 : internal_error ("%<global_options%> are modified in local context");
16597 : 834588 : if (ptr1->x_debug_prune_btf != ptr2->x_debug_prune_btf)
16598 : 0 : internal_error ("%<global_options%> are modified in local context");
16599 : 834588 : if (ptr1->x_dwarf_record_gcc_switches != ptr2->x_dwarf_record_gcc_switches)
16600 : 0 : internal_error ("%<global_options%> are modified in local context");
16601 : 834588 : if (ptr1->x_dwarf_split_debug_info != ptr2->x_dwarf_split_debug_info)
16602 : 0 : internal_error ("%<global_options%> are modified in local context");
16603 : 834588 : if (ptr1->x_debug_nonbind_markers_p != ptr2->x_debug_nonbind_markers_p)
16604 : 0 : internal_error ("%<global_options%> are modified in local context");
16605 : 834588 : if (ptr1->x_dwarf_strict != ptr2->x_dwarf_strict)
16606 : 0 : internal_error ("%<global_options%> are modified in local context");
16607 : 834588 : if (ptr1->x_flag_gtoggle != ptr2->x_flag_gtoggle)
16608 : 0 : internal_error ("%<global_options%> are modified in local context");
16609 : 834588 : if (ptr1->x_debug_variable_location_views != ptr2->x_debug_variable_location_views)
16610 : 0 : internal_error ("%<global_options%> are modified in local context");
16611 : 834588 : if (ptr1->x_flag_lto_dump_tool_help != ptr2->x_flag_lto_dump_tool_help)
16612 : 0 : internal_error ("%<global_options%> are modified in local context");
16613 : 834588 : if (ptr1->x_imultiarch != ptr2->x_imultiarch)
16614 : 0 : internal_error ("%<global_options%> are modified in local context");
16615 : 834588 : if (ptr1->x_plugindir_string != ptr2->x_plugindir_string)
16616 : 0 : internal_error ("%<global_options%> are modified in local context");
16617 : 834588 : if (ptr1->x_flag_lto_dump_list != ptr2->x_flag_lto_dump_list)
16618 : 0 : internal_error ("%<global_options%> are modified in local context");
16619 : 834588 : if (ptr1->x_ix86_isa_flags != ptr2->x_ix86_isa_flags)
16620 : 0 : internal_error ("%<global_options%> are modified in local context");
16621 : 834588 : if (ptr1->x_ix86_abi != ptr2->x_ix86_abi)
16622 : 0 : internal_error ("%<global_options%> are modified in local context");
16623 : 834588 : if (ptr1->x_ix86_pmode != ptr2->x_ix86_pmode)
16624 : 0 : internal_error ("%<global_options%> are modified in local context");
16625 : 834588 : if (ptr1->x_cobol_main_string != ptr2->x_cobol_main_string)
16626 : 0 : internal_error ("%<global_options%> are modified in local context");
16627 : 834588 : if (ptr1->x_ix86_align_data_type != ptr2->x_ix86_align_data_type)
16628 : 0 : internal_error ("%<global_options%> are modified in local context");
16629 : 834588 : if (ptr1->x_ix86_isa_flags2 != ptr2->x_ix86_isa_flags2)
16630 : 0 : internal_error ("%<global_options%> are modified in local context");
16631 : 834588 : if (ptr1->x_flag_android != ptr2->x_flag_android)
16632 : 0 : internal_error ("%<global_options%> are modified in local context");
16633 : 834588 : if (ptr1->x_ix86_apx_features != ptr2->x_ix86_apx_features)
16634 : 0 : internal_error ("%<global_options%> are modified in local context");
16635 : 834588 : if (ptr1->x_ix86_apx_inline_asm_use_gpr32 != ptr2->x_ix86_apx_inline_asm_use_gpr32)
16636 : 0 : internal_error ("%<global_options%> are modified in local context");
16637 : 834588 : if (ptr1->x_ix86_arch_string != ptr2->x_ix86_arch_string
16638 : 0 : && (!ptr1->x_ix86_arch_string || !ptr2->x_ix86_arch_string
16639 : 0 : || strcmp (ptr1->x_ix86_arch_string, ptr2->x_ix86_arch_string)))
16640 : 0 : internal_error ("%<global_options%> are modified in local context");
16641 : 834588 : if (ptr1->x_ix86_asm_dialect != ptr2->x_ix86_asm_dialect)
16642 : 0 : internal_error ("%<global_options%> are modified in local context");
16643 : 834588 : if (ptr1->x_linux_libc != ptr2->x_linux_libc)
16644 : 0 : internal_error ("%<global_options%> are modified in local context");
16645 : 834588 : if (ptr1->x_ix86_branch_cost != ptr2->x_ix86_branch_cost)
16646 : 0 : internal_error ("%<global_options%> are modified in local context");
16647 : 834588 : if (ptr1->x_flag_cet_switch != ptr2->x_flag_cet_switch)
16648 : 0 : internal_error ("%<global_options%> are modified in local context");
16649 : 834588 : if (ptr1->x_ix86_cmodel != ptr2->x_ix86_cmodel)
16650 : 0 : internal_error ("%<global_options%> are modified in local context");
16651 : 834588 : if (ptr1->x_ix86_direct_extern_access != ptr2->x_ix86_direct_extern_access)
16652 : 0 : internal_error ("%<global_options%> are modified in local context");
16653 : 834588 : if (ptr1->x_flag_dispatch_scheduler != ptr2->x_flag_dispatch_scheduler)
16654 : 0 : internal_error ("%<global_options%> are modified in local context");
16655 : 834588 : if (ptr1->x_ix86_dump_tunes != ptr2->x_ix86_dump_tunes)
16656 : 0 : internal_error ("%<global_options%> are modified in local context");
16657 : 834588 : if (ptr1->x_flag_fentry != ptr2->x_flag_fentry)
16658 : 0 : internal_error ("%<global_options%> are modified in local context");
16659 : 834588 : if (ptr1->x_fentry_name != ptr2->x_fentry_name)
16660 : 0 : internal_error ("%<global_options%> are modified in local context");
16661 : 834588 : if (ptr1->x_fentry_section != ptr2->x_fentry_section)
16662 : 0 : internal_error ("%<global_options%> are modified in local context");
16663 : 834588 : if (ptr1->x_ix86_force_drap != ptr2->x_ix86_force_drap)
16664 : 0 : internal_error ("%<global_options%> are modified in local context");
16665 : 834588 : if (ptr1->x_flag_force_indirect_call != ptr2->x_flag_force_indirect_call)
16666 : 0 : internal_error ("%<global_options%> are modified in local context");
16667 : 834588 : if (ptr1->x_ix86_fpmath != ptr2->x_ix86_fpmath)
16668 : 0 : internal_error ("%<global_options%> are modified in local context");
16669 : 834588 : if (ptr1->x_ix86_function_return != ptr2->x_ix86_function_return)
16670 : 0 : internal_error ("%<global_options%> are modified in local context");
16671 : 834588 : if (ptr1->x_ix86_target_flags != ptr2->x_ix86_target_flags)
16672 : 0 : internal_error ("%<global_options%> are modified in local context");
16673 : 834588 : if (ptr1->x_ix86_harden_sls != ptr2->x_ix86_harden_sls)
16674 : 0 : internal_error ("%<global_options%> are modified in local context");
16675 : 834588 : if (ptr1->x_ix86_incoming_stack_boundary_arg != ptr2->x_ix86_incoming_stack_boundary_arg)
16676 : 0 : internal_error ("%<global_options%> are modified in local context");
16677 : 834588 : if (ptr1->x_ix86_indirect_branch_cs_prefix != ptr2->x_ix86_indirect_branch_cs_prefix)
16678 : 0 : internal_error ("%<global_options%> are modified in local context");
16679 : 834588 : if (ptr1->x_ix86_indirect_branch_register != ptr2->x_ix86_indirect_branch_register)
16680 : 0 : internal_error ("%<global_options%> are modified in local context");
16681 : 834588 : if (ptr1->x_ix86_indirect_branch != ptr2->x_ix86_indirect_branch)
16682 : 0 : internal_error ("%<global_options%> are modified in local context");
16683 : 834588 : if (ptr1->x_ix86_instrument_return != ptr2->x_ix86_instrument_return)
16684 : 0 : internal_error ("%<global_options%> are modified in local context");
16685 : 834588 : if (ptr1->x_ix86_lam_type != ptr2->x_ix86_lam_type)
16686 : 0 : internal_error ("%<global_options%> are modified in local context");
16687 : 834588 : if (ptr1->x_ix86_section_threshold != ptr2->x_ix86_section_threshold)
16688 : 0 : internal_error ("%<global_options%> are modified in local context");
16689 : 834588 : if (ptr1->x_flag_manual_endbr != ptr2->x_flag_manual_endbr)
16690 : 0 : internal_error ("%<global_options%> are modified in local context");
16691 : 834588 : if (ptr1->x_ix86_tune_memcpy_strategy != ptr2->x_ix86_tune_memcpy_strategy
16692 : 0 : && (!ptr1->x_ix86_tune_memcpy_strategy || !ptr2->x_ix86_tune_memcpy_strategy
16693 : 0 : || strcmp (ptr1->x_ix86_tune_memcpy_strategy, ptr2->x_ix86_tune_memcpy_strategy)))
16694 : 0 : internal_error ("%<global_options%> are modified in local context");
16695 : 834588 : if (ptr1->x_ix86_tune_memset_strategy != ptr2->x_ix86_tune_memset_strategy
16696 : 0 : && (!ptr1->x_ix86_tune_memset_strategy || !ptr2->x_ix86_tune_memset_strategy
16697 : 0 : || strcmp (ptr1->x_ix86_tune_memset_strategy, ptr2->x_ix86_tune_memset_strategy)))
16698 : 0 : internal_error ("%<global_options%> are modified in local context");
16699 : 834588 : if (ptr1->x_ix86_move_max != ptr2->x_ix86_move_max)
16700 : 0 : internal_error ("%<global_options%> are modified in local context");
16701 : 834588 : if (ptr1->x_ix86_needed != ptr2->x_ix86_needed)
16702 : 0 : internal_error ("%<global_options%> are modified in local context");
16703 : 834588 : if (ptr1->x_ix86_tune_no_default != ptr2->x_ix86_tune_no_default)
16704 : 0 : internal_error ("%<global_options%> are modified in local context");
16705 : 834588 : if (ptr1->x_flag_nop_mcount != ptr2->x_flag_nop_mcount)
16706 : 0 : internal_error ("%<global_options%> are modified in local context");
16707 : 834588 : if (ptr1->x_ix86_noreturn_no_callee_saved_registers != ptr2->x_ix86_noreturn_no_callee_saved_registers)
16708 : 0 : internal_error ("%<global_options%> are modified in local context");
16709 : 834588 : if (ptr1->x_ix86_partial_vec_fp_math != ptr2->x_ix86_partial_vec_fp_math)
16710 : 0 : internal_error ("%<global_options%> are modified in local context");
16711 : 834588 : if (ptr1->x_prefer_vector_width_type != ptr2->x_prefer_vector_width_type)
16712 : 0 : internal_error ("%<global_options%> are modified in local context");
16713 : 834588 : if (ptr1->x_ix86_preferred_stack_boundary_arg != ptr2->x_ix86_preferred_stack_boundary_arg)
16714 : 0 : internal_error ("%<global_options%> are modified in local context");
16715 : 834588 : if (ptr1->x_ix86_recip_name != ptr2->x_ix86_recip_name
16716 : 0 : && (!ptr1->x_ix86_recip_name || !ptr2->x_ix86_recip_name
16717 : 0 : || strcmp (ptr1->x_ix86_recip_name, ptr2->x_ix86_recip_name)))
16718 : 0 : internal_error ("%<global_options%> are modified in local context");
16719 : 834588 : if (ptr1->x_flag_record_mcount != ptr2->x_flag_record_mcount)
16720 : 0 : internal_error ("%<global_options%> are modified in local context");
16721 : 834588 : if (ptr1->x_ix86_flag_record_return != ptr2->x_ix86_flag_record_return)
16722 : 0 : internal_error ("%<global_options%> are modified in local context");
16723 : 834588 : if (ptr1->x_ix86_regparm != ptr2->x_ix86_regparm)
16724 : 0 : internal_error ("%<global_options%> are modified in local context");
16725 : 834588 : if (ptr1->x_flag_skip_rax_setup != ptr2->x_flag_skip_rax_setup)
16726 : 0 : internal_error ("%<global_options%> are modified in local context");
16727 : 834588 : if (ptr1->x_ix86_sse2avx != ptr2->x_ix86_sse2avx)
16728 : 0 : internal_error ("%<global_options%> are modified in local context");
16729 : 834588 : if (ptr1->x_ix86_stack_protector_guard_offset_str != ptr2->x_ix86_stack_protector_guard_offset_str
16730 : 0 : && (!ptr1->x_ix86_stack_protector_guard_offset_str || !ptr2->x_ix86_stack_protector_guard_offset_str
16731 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_offset_str, ptr2->x_ix86_stack_protector_guard_offset_str)))
16732 : 0 : internal_error ("%<global_options%> are modified in local context");
16733 : 834588 : if (ptr1->x_ix86_stack_protector_guard_reg_str != ptr2->x_ix86_stack_protector_guard_reg_str
16734 : 0 : && (!ptr1->x_ix86_stack_protector_guard_reg_str || !ptr2->x_ix86_stack_protector_guard_reg_str
16735 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_reg_str, ptr2->x_ix86_stack_protector_guard_reg_str)))
16736 : 0 : internal_error ("%<global_options%> are modified in local context");
16737 : 834588 : if (ptr1->x_ix86_stack_protector_guard_symbol_str != ptr2->x_ix86_stack_protector_guard_symbol_str
16738 : 0 : && (!ptr1->x_ix86_stack_protector_guard_symbol_str || !ptr2->x_ix86_stack_protector_guard_symbol_str
16739 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_symbol_str, ptr2->x_ix86_stack_protector_guard_symbol_str)))
16740 : 0 : internal_error ("%<global_options%> are modified in local context");
16741 : 834588 : if (ptr1->x_ix86_stack_protector_guard != ptr2->x_ix86_stack_protector_guard)
16742 : 0 : internal_error ("%<global_options%> are modified in local context");
16743 : 834588 : if (ptr1->x_ix86_force_align_arg_pointer != ptr2->x_ix86_force_align_arg_pointer)
16744 : 0 : internal_error ("%<global_options%> are modified in local context");
16745 : 834588 : if (ptr1->x_ix86_stringop_alg != ptr2->x_ix86_stringop_alg)
16746 : 0 : internal_error ("%<global_options%> are modified in local context");
16747 : 834588 : if (ptr1->x_ix86_tls_dialect != ptr2->x_ix86_tls_dialect)
16748 : 0 : internal_error ("%<global_options%> are modified in local context");
16749 : 834588 : if (ptr1->x_ix86_tune_ctrl_string != ptr2->x_ix86_tune_ctrl_string
16750 : 0 : && (!ptr1->x_ix86_tune_ctrl_string || !ptr2->x_ix86_tune_ctrl_string
16751 : 0 : || strcmp (ptr1->x_ix86_tune_ctrl_string, ptr2->x_ix86_tune_ctrl_string)))
16752 : 0 : internal_error ("%<global_options%> are modified in local context");
16753 : 834588 : if (ptr1->x_ix86_tune_string != ptr2->x_ix86_tune_string
16754 : 0 : && (!ptr1->x_ix86_tune_string || !ptr2->x_ix86_tune_string
16755 : 0 : || strcmp (ptr1->x_ix86_tune_string, ptr2->x_ix86_tune_string)))
16756 : 0 : internal_error ("%<global_options%> are modified in local context");
16757 : 834588 : if (ptr1->x_ix86_unroll_only_small_loops != ptr2->x_ix86_unroll_only_small_loops)
16758 : 0 : internal_error ("%<global_options%> are modified in local context");
16759 : 834588 : if (ptr1->x_ix86_veclibabi_type != ptr2->x_ix86_veclibabi_type)
16760 : 0 : internal_error ("%<global_options%> are modified in local context");
16761 : 834588 : if (ptr1->x_flag_lto_name_sort != ptr2->x_flag_lto_name_sort)
16762 : 0 : internal_error ("%<global_options%> are modified in local context");
16763 : 834588 : if (ptr1->x_asm_file_name != ptr2->x_asm_file_name)
16764 : 0 : internal_error ("%<global_options%> are modified in local context");
16765 : 834588 : if (ptr1->x_flag_lto_dump_objects != ptr2->x_flag_lto_dump_objects)
16766 : 0 : internal_error ("%<global_options%> are modified in local context");
16767 : 834588 : if (ptr1->x_pass_exit_codes != ptr2->x_pass_exit_codes)
16768 : 0 : internal_error ("%<global_options%> are modified in local context");
16769 : 834588 : if (ptr1->x_flag_pedantic_errors != ptr2->x_flag_pedantic_errors)
16770 : 0 : internal_error ("%<global_options%> are modified in local context");
16771 : 834588 : if (ptr1->x_use_pipes != ptr2->x_use_pipes)
16772 : 0 : internal_error ("%<global_options%> are modified in local context");
16773 : 834588 : if (ptr1->x_cobol_preprocess != ptr2->x_cobol_preprocess)
16774 : 0 : internal_error ("%<global_options%> are modified in local context");
16775 : 834588 : if (ptr1->x_print_file_name != ptr2->x_print_file_name)
16776 : 0 : internal_error ("%<global_options%> are modified in local context");
16777 : 834588 : if (ptr1->x_print_multi_directory != ptr2->x_print_multi_directory)
16778 : 0 : internal_error ("%<global_options%> are modified in local context");
16779 : 834588 : if (ptr1->x_print_multi_lib != ptr2->x_print_multi_lib)
16780 : 0 : internal_error ("%<global_options%> are modified in local context");
16781 : 834588 : if (ptr1->x_print_multi_os_directory != ptr2->x_print_multi_os_directory)
16782 : 0 : internal_error ("%<global_options%> are modified in local context");
16783 : 834588 : if (ptr1->x_print_multiarch != ptr2->x_print_multiarch)
16784 : 0 : internal_error ("%<global_options%> are modified in local context");
16785 : 834588 : if (ptr1->x_print_prog_name != ptr2->x_print_prog_name)
16786 : 0 : internal_error ("%<global_options%> are modified in local context");
16787 : 834588 : if (ptr1->x_print_search_dirs != ptr2->x_print_search_dirs)
16788 : 0 : internal_error ("%<global_options%> are modified in local context");
16789 : 834588 : if (ptr1->x_print_sysroot != ptr2->x_print_sysroot)
16790 : 0 : internal_error ("%<global_options%> are modified in local context");
16791 : 834588 : if (ptr1->x_print_sysroot_headers_suffix != ptr2->x_print_sysroot_headers_suffix)
16792 : 0 : internal_error ("%<global_options%> are modified in local context");
16793 : 834588 : if (ptr1->x_flag_lto_print_value != ptr2->x_flag_lto_print_value)
16794 : 0 : internal_error ("%<global_options%> are modified in local context");
16795 : 834588 : if (ptr1->x_quiet_flag != ptr2->x_quiet_flag)
16796 : 0 : internal_error ("%<global_options%> are modified in local context");
16797 : 834588 : if (ptr1->x_flag_lto_reverse_sort != ptr2->x_flag_lto_reverse_sort)
16798 : 0 : internal_error ("%<global_options%> are modified in local context");
16799 : 834588 : if (ptr1->x_flag_lto_size_sort != ptr2->x_flag_lto_size_sort)
16800 : 0 : internal_error ("%<global_options%> are modified in local context");
16801 : 834588 : if (ptr1->x_flag_stdlib_kind != ptr2->x_flag_stdlib_kind)
16802 : 0 : internal_error ("%<global_options%> are modified in local context");
16803 : 834588 : if (ptr1->x_flag_lto_dump_symbol != ptr2->x_flag_lto_dump_symbol)
16804 : 0 : internal_error ("%<global_options%> are modified in local context");
16805 : 834588 : if (ptr1->x_report_times != ptr2->x_report_times)
16806 : 0 : internal_error ("%<global_options%> are modified in local context");
16807 : 834588 : if (ptr1->x_flag_lto_tree_stats != ptr2->x_flag_lto_tree_stats)
16808 : 0 : internal_error ("%<global_options%> are modified in local context");
16809 : 834588 : if (ptr1->x_flag_lto_dump_type_stats != ptr2->x_flag_lto_dump_type_stats)
16810 : 0 : internal_error ("%<global_options%> are modified in local context");
16811 : 834588 : if (ptr1->x_flag_undef != ptr2->x_flag_undef)
16812 : 0 : internal_error ("%<global_options%> are modified in local context");
16813 : 834588 : if (ptr1->x_verbose_flag != ptr2->x_verbose_flag)
16814 : 0 : internal_error ("%<global_options%> are modified in local context");
16815 : 834588 : if (ptr1->x_version_flag != ptr2->x_version_flag)
16816 : 0 : internal_error ("%<global_options%> are modified in local context");
16817 : 834588 : if (ptr1->x_inhibit_warnings != ptr2->x_inhibit_warnings)
16818 : 0 : internal_error ("%<global_options%> are modified in local context");
16819 : 834588 : if (ptr1->x_wrapper_string != ptr2->x_wrapper_string)
16820 : 0 : internal_error ("%<global_options%> are modified in local context");
16821 : 834588 : }
|