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-color.h"
36 : : #include "diagnostic-url.h"
37 : : #include "diagnostic.h"
38 : : #include "pretty-print.h"
39 : :
40 : : /* Save optimization variables into a structure. */
41 : : void
42 : 96009741 : cl_optimization_save (struct cl_optimization *ptr, struct gcc_options *opts,
43 : : struct gcc_options *opts_set)
44 : : {
45 : 96009741 : gcc_assert (IN_RANGE (opts->x_optimize, 0, 255));
46 : 96009741 : gcc_assert (IN_RANGE (opts->x_optimize_size, 0, 2));
47 : 96009741 : gcc_assert (IN_RANGE (opts->x_optimize_debug, 0, 1));
48 : 96009741 : gcc_assert (IN_RANGE (opts->x_optimize_fast, 0, 1));
49 : 96009741 : gcc_assert (IN_RANGE (opts->x_warn_inline, -128, 127));
50 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_aggressive_loop_optimizations, -128, 127));
51 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_align_functions, -128, 127));
52 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_align_jumps, -128, 127));
53 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_align_labels, -128, 127));
54 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_align_loops, -128, 127));
55 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_allocation_dce, -128, 127));
56 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_store_data_races, -128, 127));
57 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_associative_math, -128, 127));
58 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_assume_sane_operators_new_delete, -128, 127));
59 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_asynchronous_unwind_tables, -128, 127));
60 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_auto_inc_dec, -128, 127));
61 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_avoid_store_forwarding, -128, 127));
62 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_bit_tests, -128, 127));
63 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_branch_on_count_reg, -128, 127));
64 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_branch_probabilities, -128, 127));
65 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_caller_saves, -128, 127));
66 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_code_hoisting, -128, 127));
67 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_combine_stack_adjustments, -128, 127));
68 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_compare_elim_after_reload, -128, 127));
69 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_conserve_stack, -128, 127));
70 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_cprop_registers, -128, 127));
71 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_crossjumping, -128, 127));
72 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_cse_follow_jumps, -128, 127));
73 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_dce, -128, 127));
74 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_defer_pop, -128, 127));
75 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_delayed_branch, -128, 127));
76 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_delete_dead_exceptions, -128, 127));
77 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_delete_null_pointer_checks, -128, 127));
78 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_devirtualize, -128, 127));
79 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_devirtualize_speculatively, -128, 127));
80 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_dse, -128, 127));
81 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_early_inlining, -128, 127));
82 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_exceptions, -128, 127));
83 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_expensive_optimizations, -128, 127));
84 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ext_dce, -128, 127));
85 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_finite_loops, -128, 127));
86 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_finite_math_only, -128, 127));
87 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_float_store, -128, 127));
88 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_fold_mem_offsets, -128, 127));
89 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_fold_simple_inlines, -128, 127));
90 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_forward_propagate, -128, 127));
91 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_fp_int_builtin_inexact, -128, 127));
92 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_no_function_cse, -128, 127));
93 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_gcse, -128, 127));
94 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_gcse_after_reload, -128, 127));
95 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_gcse_las, -128, 127));
96 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_gcse_lm, -128, 127));
97 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_gcse_sm, -128, 127));
98 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_graphite, -128, 127));
99 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_graphite_identity, -128, 127));
100 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_guess_branch_prob, -128, 127));
101 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy_check_exceptions, -128, 127));
102 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy_check_returning_calls, -128, 127));
103 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy_skip_leaf, -128, 127));
104 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_harden_compares, -128, 127));
105 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_harden_conditional_branches, -128, 127));
106 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy, -128, 127));
107 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_hoist_adjacent_loads, -128, 127));
108 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_if_conversion, -128, 127));
109 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_if_conversion2, -128, 127));
110 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_indirect_inlining, -128, 127));
111 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_no_inline, -128, 127));
112 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_inline_atomics, -128, 127));
113 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_inline_functions, -128, 127));
114 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_inline_functions_called_once, -128, 127));
115 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_inline_small_functions, -128, 127));
116 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_bit_cp, -128, 127));
117 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_cp, -128, 127));
118 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_cp_clone, -128, 127));
119 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_icf, -128, 127));
120 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_icf_functions, -128, 127));
121 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_icf_variables, -128, 127));
122 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_modref, -128, 127));
123 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_profile, -128, 127));
124 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_pta, -128, 127));
125 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_pure_const, -128, 127));
126 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_ra, -128, 127));
127 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_reference, -128, 127));
128 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_reference_addressable, -128, 127));
129 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_reorder_for_locality, -128, 127));
130 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_sra, -128, 127));
131 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_stack_alignment, -128, 127));
132 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_strict_aliasing, -128, 127));
133 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ipa_vrp, -128, 127));
134 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ira_hoist_pressure, -128, 127));
135 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ira_loop_pressure, -128, 127));
136 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ira_share_save_slots, -128, 127));
137 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ira_share_spill_slots, -128, 127));
138 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_isolate_erroneous_paths_attribute, -128, 127));
139 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_isolate_erroneous_paths_dereference, -128, 127));
140 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ivopts, -128, 127));
141 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_jump_tables, -128, 127));
142 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_keep_gc_roots_live, -128, 127));
143 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_late_combine_instructions, -128, 127));
144 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_lifetime_dse, -128, 127));
145 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_limit_function_alignment, -128, 127));
146 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_live_range_shrinkage, -128, 127));
147 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_loop_interchange, -128, 127));
148 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_loop_nest_optimize, -128, 127));
149 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_loop_parallelize_all, -128, 127));
150 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_unroll_jam, -128, 127));
151 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_lra_remat, -128, 127));
152 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_malloc_dce, -128, 127));
153 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_errno_math, -128, 127));
154 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_modulo_sched, -128, 127));
155 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_modulo_sched_allow_regmoves, -128, 127));
156 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_move_loop_invariants, -128, 127));
157 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_move_loop_stores, -128, 127));
158 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_non_call_exceptions, -128, 127));
159 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_nothrow_opt, -128, 127));
160 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_omit_frame_pointer, -128, 127));
161 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_opt_info, -128, 127));
162 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_optimize_crc, -128, 127));
163 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_optimize_sibling_calls, -128, 127));
164 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_optimize_strlen, -128, 127));
165 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_pack_struct, -128, 127));
166 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_partial_inlining, -128, 127));
167 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_pcc_struct_return, -128, 127));
168 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_peel_loops, -128, 127));
169 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_no_peephole, -128, 127));
170 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_peephole2, -128, 127));
171 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_plt, -128, 127));
172 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_predictive_commoning, -128, 127));
173 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_prefetch_loop_arrays, -128, 127));
174 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_printf_return_value, -128, 127));
175 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_profile_partial_training, -128, 127));
176 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_profile_reorder_functions, -128, 127));
177 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_reciprocal_math, -128, 127));
178 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ree, -128, 127));
179 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_rename_registers, -128, 127));
180 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_reorder_blocks, -128, 127));
181 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_reorder_blocks_and_partition, -128, 127));
182 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_reorder_functions, -128, 127));
183 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_rerun_cse_after_loop, -128, 127));
184 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_resched_modulo_sched, -128, 127));
185 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_rounding_math, -128, 127));
186 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_rtti, -128, 127));
187 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_save_optimization_record, -128, 127));
188 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sched_critical_path_heuristic, -128, 127));
189 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sched_dep_count_heuristic, -128, 127));
190 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sched_group_heuristic, -128, 127));
191 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_schedule_interblock, -128, 127));
192 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sched_last_insn_heuristic, -128, 127));
193 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sched_pressure, -128, 127));
194 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sched_rank_heuristic, -128, 127));
195 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_schedule_speculative, -128, 127));
196 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sched_spec_insn_heuristic, -128, 127));
197 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_schedule_speculative_load, -128, 127));
198 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_schedule_speculative_load_dangerous, -128, 127));
199 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sched2_use_superblocks, -128, 127));
200 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_schedule_fusion, -128, 127));
201 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_schedule_insns, -128, 127));
202 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_schedule_insns_after_reload, -128, 127));
203 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_section_anchors, -128, 127));
204 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sel_sched_pipelining, -128, 127));
205 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sel_sched_pipelining_outer_loops, -128, 127));
206 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_sel_sched_reschedule_pipelined, -128, 127));
207 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_selective_scheduling, -128, 127));
208 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_selective_scheduling2, -128, 127));
209 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_semantic_interposition, -128, 127));
210 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_short_enums, -128, 127));
211 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_short_wchar, -128, 127));
212 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_shrink_wrap, -128, 127));
213 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_shrink_wrap_separate, -128, 127));
214 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_signaling_nans, -128, 127));
215 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_signed_zeros, -128, 127));
216 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_single_precision_constant, -128, 127));
217 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_split_ivs_in_unroller, -128, 127));
218 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_split_loops, -128, 127));
219 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_split_paths, -128, 127));
220 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_split_wide_types, -128, 127));
221 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_split_wide_types_early, -128, 127));
222 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ssa_backprop, -128, 127));
223 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_ssa_phiopt, -128, 127));
224 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_stack_clash_protection, -128, 127));
225 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_stack_protect, -128, 127));
226 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_stdarg_opt, -128, 127));
227 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_store_merging, -128, 127));
228 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_strict_aliasing, -128, 127));
229 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_strict_enums, -128, 127));
230 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_strict_volatile_bitfields, -128, 127));
231 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_thread_jumps, -128, 127));
232 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_threadsafe_statics, -128, 127));
233 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_toplevel_reorder, -128, 127));
234 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tracer, -128, 127));
235 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_trapping_math, -128, 127));
236 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_trapv, -128, 127));
237 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_bit_ccp, -128, 127));
238 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_builtin_call_dce, -128, 127));
239 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_ccp, -128, 127));
240 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_ch, -128, 127));
241 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_coalesce_vars, -128, 127));
242 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_copy_prop, -128, 127));
243 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_cselim, -128, 127));
244 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_dce, -128, 127));
245 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_dom, -128, 127));
246 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_dse, -128, 127));
247 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_forwprop, -128, 127));
248 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_fre, -128, 127));
249 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_distribute_patterns, -128, 127));
250 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_distribution, -128, 127));
251 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_if_convert, -128, 127));
252 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_im, -128, 127));
253 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_ivcanon, -128, 127));
254 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_optimize, -128, 127));
255 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_vectorize, -128, 127));
256 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_live_range_split, -128, 127));
257 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_partial_pre, -128, 127));
258 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_phiprop, -128, 127));
259 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_pre, -128, 127));
260 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_pta, -128, 127));
261 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_reassoc, -128, 127));
262 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_scev_cprop, -128, 127));
263 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_sink, -128, 127));
264 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_slp_vectorize, -128, 127));
265 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_slsr, -128, 127));
266 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_sra, -128, 127));
267 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_switch_conversion, -128, 127));
268 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_tail_merge, -128, 127));
269 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_ter, -128, 127));
270 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_vectorize, -128, 127));
271 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_tree_vrp, -128, 127));
272 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_unconstrained_commons, -128, 127));
273 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_unreachable_traps, -128, 127));
274 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_unroll_all_loops, -128, 127));
275 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_cunroll_grow_size, -128, 127));
276 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_unroll_loops, -128, 127));
277 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_unsafe_math_optimizations, -128, 127));
278 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_unswitch_loops, -128, 127));
279 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_unwind_tables, -128, 127));
280 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking, -128, 127));
281 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking_assignments, -128, 127));
282 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking_assignments_toggle, -128, 127));
283 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking_uninit, -128, 127));
284 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_variable_expansion_in_unroller, -128, 127));
285 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_version_loops_for_strides, -128, 127));
286 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_value_profile_transformations, -128, 127));
287 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_web, -128, 127));
288 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_wrapv, -128, 127));
289 : 96009741 : gcc_assert (IN_RANGE (opts->x_flag_wrapv_pointer, -128, 127));
290 : 96009741 : gcc_assert (IN_RANGE (opts->x_debug_nonbind_markers_p, -128, 127));
291 : 96009741 : gcc_assert (IN_RANGE (opts->x_ix86_unroll_only_small_loops, -128, 127));
292 : :
293 : 96009741 : ptr->x_param_align_loop_iterations = opts->x_param_align_loop_iterations;
294 : 96009741 : ptr->x_param_align_threshold = opts->x_param_align_threshold;
295 : 96009741 : ptr->x_param_asan_protect_allocas = opts->x_param_asan_protect_allocas;
296 : 96009741 : ptr->x_param_asan_instrument_reads = opts->x_param_asan_instrument_reads;
297 : 96009741 : ptr->x_param_asan_instrument_writes = opts->x_param_asan_instrument_writes;
298 : 96009741 : ptr->x_param_asan_instrumentation_with_call_threshold = opts->x_param_asan_instrumentation_with_call_threshold;
299 : 96009741 : ptr->x_param_asan_kernel_mem_intrinsic_prefix = opts->x_param_asan_kernel_mem_intrinsic_prefix;
300 : 96009741 : ptr->x_param_asan_memintrin = opts->x_param_asan_memintrin;
301 : 96009741 : ptr->x_param_asan_stack = opts->x_param_asan_stack;
302 : 96009741 : ptr->x_param_asan_use_after_return = opts->x_param_asan_use_after_return;
303 : 96009741 : ptr->x_param_avg_loop_niter = opts->x_param_avg_loop_niter;
304 : 96009741 : ptr->x_param_avoid_fma_max_bits = opts->x_param_avoid_fma_max_bits;
305 : 96009741 : ptr->x_param_builtin_expect_probability = opts->x_param_builtin_expect_probability;
306 : 96009741 : ptr->x_param_builtin_string_cmp_inline_length = opts->x_param_builtin_string_cmp_inline_length;
307 : 96009741 : ptr->x_param_case_values_threshold = opts->x_param_case_values_threshold;
308 : 96009741 : ptr->x_param_comdat_sharing_probability = opts->x_param_comdat_sharing_probability;
309 : 96009741 : ptr->x_param_construct_interfere_size = opts->x_param_construct_interfere_size;
310 : 96009741 : ptr->x_param_cycle_accurate_model = opts->x_param_cycle_accurate_model;
311 : 96009741 : ptr->x_param_destruct_interfere_size = opts->x_param_destruct_interfere_size;
312 : 96009741 : ptr->x_param_dse_max_alias_queries_per_store = opts->x_param_dse_max_alias_queries_per_store;
313 : 96009741 : ptr->x_param_dse_max_object_size = opts->x_param_dse_max_object_size;
314 : 96009741 : ptr->x_param_early_inlining_insns = opts->x_param_early_inlining_insns;
315 : 96009741 : ptr->x_param_fsm_scale_path_stmts = opts->x_param_fsm_scale_path_stmts;
316 : 96009741 : ptr->x_param_fully_pipelined_fma = opts->x_param_fully_pipelined_fma;
317 : 96009741 : ptr->x_param_gcse_after_reload_critical_fraction = opts->x_param_gcse_after_reload_critical_fraction;
318 : 96009741 : ptr->x_param_gcse_after_reload_partial_fraction = opts->x_param_gcse_after_reload_partial_fraction;
319 : 96009741 : ptr->x_param_gcse_cost_distance_ratio = opts->x_param_gcse_cost_distance_ratio;
320 : 96009741 : ptr->x_param_gcse_unrestricted_cost = opts->x_param_gcse_unrestricted_cost;
321 : 96009741 : ptr->x_param_graphite_max_arrays_per_scop = opts->x_param_graphite_max_arrays_per_scop;
322 : 96009741 : ptr->x_param_graphite_max_nb_scop_params = opts->x_param_graphite_max_nb_scop_params;
323 : 96009741 : ptr->x_param_hardcfr_max_blocks = opts->x_param_hardcfr_max_blocks;
324 : 96009741 : ptr->x_param_hardcfr_max_inline_blocks = opts->x_param_hardcfr_max_inline_blocks;
325 : 96009741 : ptr->x_param_hwasan_instrument_allocas = opts->x_param_hwasan_instrument_allocas;
326 : 96009741 : ptr->x_param_hwasan_instrument_mem_intrinsics = opts->x_param_hwasan_instrument_mem_intrinsics;
327 : 96009741 : ptr->x_param_hwasan_instrument_reads = opts->x_param_hwasan_instrument_reads;
328 : 96009741 : ptr->x_param_hwasan_instrument_stack = opts->x_param_hwasan_instrument_stack;
329 : 96009741 : ptr->x_param_hwasan_instrument_writes = opts->x_param_hwasan_instrument_writes;
330 : 96009741 : ptr->x_param_hwasan_random_frame_tag = opts->x_param_hwasan_random_frame_tag;
331 : 96009741 : ptr->x_param_inline_heuristics_hint_percent = opts->x_param_inline_heuristics_hint_percent;
332 : 96009741 : ptr->x_param_inline_min_speedup = opts->x_param_inline_min_speedup;
333 : 96009741 : ptr->x_param_inline_unit_growth = opts->x_param_inline_unit_growth;
334 : 96009741 : ptr->x_param_ipa_cp_eval_threshold = opts->x_param_ipa_cp_eval_threshold;
335 : 96009741 : ptr->x_param_ipa_cp_large_unit_insns = opts->x_param_ipa_cp_large_unit_insns;
336 : 96009741 : ptr->x_param_ipa_cp_loop_hint_bonus = opts->x_param_ipa_cp_loop_hint_bonus;
337 : 96009741 : ptr->x_param_ipa_cp_max_recursive_depth = opts->x_param_ipa_cp_max_recursive_depth;
338 : 96009741 : ptr->x_param_ipa_cp_min_recursive_probability = opts->x_param_ipa_cp_min_recursive_probability;
339 : 96009741 : ptr->x_param_ipa_cp_recursion_penalty = opts->x_param_ipa_cp_recursion_penalty;
340 : 96009741 : ptr->x_param_ipa_cp_recursive_freq_factor = opts->x_param_ipa_cp_recursive_freq_factor;
341 : 96009741 : ptr->x_param_ipa_cp_single_call_penalty = opts->x_param_ipa_cp_single_call_penalty;
342 : 96009741 : ptr->x_param_ipa_cp_unit_growth = opts->x_param_ipa_cp_unit_growth;
343 : 96009741 : ptr->x_param_ipa_cp_value_list_size = opts->x_param_ipa_cp_value_list_size;
344 : 96009741 : ptr->x_param_ipa_jump_function_lookups = opts->x_param_ipa_jump_function_lookups;
345 : 96009741 : ptr->x_param_ipa_max_aa_steps = opts->x_param_ipa_max_aa_steps;
346 : 96009741 : ptr->x_param_ipa_max_agg_items = opts->x_param_ipa_max_agg_items;
347 : 96009741 : ptr->x_param_ipa_max_loop_predicates = opts->x_param_ipa_max_loop_predicates;
348 : 96009741 : ptr->x_param_ipa_max_param_expr_ops = opts->x_param_ipa_max_param_expr_ops;
349 : 96009741 : ptr->x_param_ipa_max_switch_predicate_bounds = opts->x_param_ipa_max_switch_predicate_bounds;
350 : 96009741 : ptr->x_param_ipa_sra_deref_prob_threshold = opts->x_param_ipa_sra_deref_prob_threshold;
351 : 96009741 : ptr->x_param_ipa_sra_max_replacements = opts->x_param_ipa_sra_max_replacements;
352 : 96009741 : ptr->x_param_ipa_sra_ptr_growth_factor = opts->x_param_ipa_sra_ptr_growth_factor;
353 : 96009741 : ptr->x_param_ipa_sra_ptrwrap_growth_factor = opts->x_param_ipa_sra_ptrwrap_growth_factor;
354 : 96009741 : ptr->x_param_ira_consider_dup_in_all_alts = opts->x_param_ira_consider_dup_in_all_alts;
355 : 96009741 : ptr->x_param_ira_loop_reserved_regs = opts->x_param_ira_loop_reserved_regs;
356 : 96009741 : ptr->x_param_ira_max_conflict_table_size = opts->x_param_ira_max_conflict_table_size;
357 : 96009741 : ptr->x_param_ira_max_loops_num = opts->x_param_ira_max_loops_num;
358 : 96009741 : ptr->x_param_ira_simple_lra_insn_threshold = opts->x_param_ira_simple_lra_insn_threshold;
359 : 96009741 : ptr->x_param_iv_always_prune_cand_set_bound = opts->x_param_iv_always_prune_cand_set_bound;
360 : 96009741 : ptr->x_param_iv_consider_all_candidates_bound = opts->x_param_iv_consider_all_candidates_bound;
361 : 96009741 : ptr->x_param_iv_max_considered_uses = opts->x_param_iv_max_considered_uses;
362 : 96009741 : ptr->x_param_jump_table_max_growth_ratio_for_size = opts->x_param_jump_table_max_growth_ratio_for_size;
363 : 96009741 : ptr->x_param_jump_table_max_growth_ratio_for_speed = opts->x_param_jump_table_max_growth_ratio_for_speed;
364 : 96009741 : ptr->x_param_l1_cache_line_size = opts->x_param_l1_cache_line_size;
365 : 96009741 : ptr->x_param_l1_cache_size = opts->x_param_l1_cache_size;
366 : 96009741 : ptr->x_param_l2_cache_size = opts->x_param_l2_cache_size;
367 : 96009741 : ptr->x_param_large_function_growth = opts->x_param_large_function_growth;
368 : 96009741 : ptr->x_param_large_function_insns = opts->x_param_large_function_insns;
369 : 96009741 : ptr->x_param_stack_frame_growth = opts->x_param_stack_frame_growth;
370 : 96009741 : ptr->x_param_large_stack_frame = opts->x_param_large_stack_frame;
371 : 96009741 : ptr->x_param_large_unit_insns = opts->x_param_large_unit_insns;
372 : 96009741 : ptr->x_param_lim_expensive = opts->x_param_lim_expensive;
373 : 96009741 : ptr->x_param_loop_block_tile_size = opts->x_param_loop_block_tile_size;
374 : 96009741 : ptr->x_param_loop_interchange_max_num_stmts = opts->x_param_loop_interchange_max_num_stmts;
375 : 96009741 : ptr->x_param_loop_interchange_stride_ratio = opts->x_param_loop_interchange_stride_ratio;
376 : 96009741 : ptr->x_param_loop_invariant_max_bbs_in_loop = opts->x_param_loop_invariant_max_bbs_in_loop;
377 : 96009741 : ptr->x_param_loop_max_datarefs_for_datadeps = opts->x_param_loop_max_datarefs_for_datadeps;
378 : 96009741 : ptr->x_param_loop_versioning_max_inner_insns = opts->x_param_loop_versioning_max_inner_insns;
379 : 96009741 : ptr->x_param_loop_versioning_max_outer_insns = opts->x_param_loop_versioning_max_outer_insns;
380 : 96009741 : ptr->x_param_lra_inheritance_ebb_probability_cutoff = opts->x_param_lra_inheritance_ebb_probability_cutoff;
381 : 96009741 : ptr->x_param_lra_max_considered_reload_pseudos = opts->x_param_lra_max_considered_reload_pseudos;
382 : 96009741 : ptr->x_param_lto_locality_frequency = opts->x_param_lto_locality_frequency;
383 : 96009741 : ptr->x_param_lto_locality_size = opts->x_param_lto_locality_size;
384 : 96009741 : ptr->x_param_max_average_unrolled_insns = opts->x_param_max_average_unrolled_insns;
385 : 96009741 : ptr->x_param_max_combine_insns = opts->x_param_max_combine_insns;
386 : 96009741 : ptr->x_param_max_combine_search_insns = opts->x_param_max_combine_search_insns;
387 : 96009741 : ptr->x_param_max_unroll_iterations = opts->x_param_max_unroll_iterations;
388 : 96009741 : ptr->x_param_max_completely_peel_times = opts->x_param_max_completely_peel_times;
389 : 96009741 : ptr->x_param_max_completely_peeled_insns = opts->x_param_max_completely_peeled_insns;
390 : 96009741 : ptr->x_param_max_crossjump_edges = opts->x_param_max_crossjump_edges;
391 : 96009741 : ptr->x_param_max_cse_insns = opts->x_param_max_cse_insns;
392 : 96009741 : ptr->x_param_max_cse_path_length = opts->x_param_max_cse_path_length;
393 : 96009741 : ptr->x_param_max_cselib_memory_locations = opts->x_param_max_cselib_memory_locations;
394 : 96009741 : ptr->x_param_max_debug_marker_count = opts->x_param_max_debug_marker_count;
395 : 96009741 : ptr->x_param_max_delay_slot_insn_search = opts->x_param_max_delay_slot_insn_search;
396 : 96009741 : ptr->x_param_max_delay_slot_live_search = opts->x_param_max_delay_slot_live_search;
397 : 96009741 : ptr->x_param_max_dse_active_local_stores = opts->x_param_max_dse_active_local_stores;
398 : 96009741 : ptr->x_param_early_inliner_max_iterations = opts->x_param_early_inliner_max_iterations;
399 : 96009741 : ptr->x_param_max_find_base_term_values = opts->x_param_max_find_base_term_values;
400 : 96009741 : ptr->x_param_max_fsm_thread_path_insns = opts->x_param_max_fsm_thread_path_insns;
401 : 96009741 : ptr->x_param_max_gcse_insertion_ratio = opts->x_param_max_gcse_insertion_ratio;
402 : 96009741 : ptr->x_param_max_gcse_memory = opts->x_param_max_gcse_memory;
403 : 96009741 : ptr->x_param_max_goto_duplication_insns = opts->x_param_max_goto_duplication_insns;
404 : 96009741 : ptr->x_param_max_grow_copy_bb_insns = opts->x_param_max_grow_copy_bb_insns;
405 : 96009741 : ptr->x_param_max_hoist_depth = opts->x_param_max_hoist_depth;
406 : 96009741 : ptr->x_param_inline_functions_called_once_insns = opts->x_param_inline_functions_called_once_insns;
407 : 96009741 : ptr->x_param_inline_functions_called_once_loop_depth = opts->x_param_inline_functions_called_once_loop_depth;
408 : 96009741 : ptr->x_param_max_inline_insns_auto = opts->x_param_max_inline_insns_auto;
409 : 96009741 : ptr->x_param_max_inline_insns_recursive_auto = opts->x_param_max_inline_insns_recursive_auto;
410 : 96009741 : ptr->x_param_max_inline_insns_recursive = opts->x_param_max_inline_insns_recursive;
411 : 96009741 : ptr->x_param_max_inline_insns_single = opts->x_param_max_inline_insns_single;
412 : 96009741 : ptr->x_param_max_inline_insns_size = opts->x_param_max_inline_insns_size;
413 : 96009741 : ptr->x_param_max_inline_insns_small = opts->x_param_max_inline_insns_small;
414 : 96009741 : ptr->x_param_max_inline_recursive_depth_auto = opts->x_param_max_inline_recursive_depth_auto;
415 : 96009741 : ptr->x_param_max_inline_recursive_depth = opts->x_param_max_inline_recursive_depth;
416 : 96009741 : ptr->x_param_max_isl_operations = opts->x_param_max_isl_operations;
417 : 96009741 : ptr->x_param_max_iterations_computation_cost = opts->x_param_max_iterations_computation_cost;
418 : 96009741 : ptr->x_param_max_iterations_to_track = opts->x_param_max_iterations_to_track;
419 : 96009741 : ptr->x_param_max_jump_thread_duplication_stmts = opts->x_param_max_jump_thread_duplication_stmts;
420 : 96009741 : ptr->x_param_max_jump_thread_paths = opts->x_param_max_jump_thread_paths;
421 : 96009741 : ptr->x_param_max_last_value_rtl = opts->x_param_max_last_value_rtl;
422 : 96009741 : ptr->x_param_max_loop_header_insns = opts->x_param_max_loop_header_insns;
423 : 96009741 : ptr->x_param_max_modulo_backtrack_attempts = opts->x_param_max_modulo_backtrack_attempts;
424 : 96009741 : ptr->x_param_max_partial_antic_length = opts->x_param_max_partial_antic_length;
425 : 96009741 : ptr->x_param_max_peel_branches = opts->x_param_max_peel_branches;
426 : 96009741 : ptr->x_param_max_peel_times = opts->x_param_max_peel_times;
427 : 96009741 : ptr->x_param_max_peeled_insns = opts->x_param_max_peeled_insns;
428 : 96009741 : ptr->x_param_max_pending_list_length = opts->x_param_max_pending_list_length;
429 : 96009741 : ptr->x_param_max_pipeline_region_blocks = opts->x_param_max_pipeline_region_blocks;
430 : 96009741 : ptr->x_param_max_pipeline_region_insns = opts->x_param_max_pipeline_region_insns;
431 : 96009741 : ptr->x_param_max_pow_sqrt_depth = opts->x_param_max_pow_sqrt_depth;
432 : 96009741 : ptr->x_param_max_predicted_iterations = opts->x_param_max_predicted_iterations;
433 : 96009741 : ptr->x_param_max_reload_search_insns = opts->x_param_max_reload_search_insns;
434 : 96009741 : ptr->x_param_max_rtl_if_conversion_insns = opts->x_param_max_rtl_if_conversion_insns;
435 : 96009741 : ptr->x_param_max_rtl_if_conversion_predictable_cost = opts->x_param_max_rtl_if_conversion_predictable_cost;
436 : 96009741 : ptr->x_param_max_rtl_if_conversion_unpredictable_cost = opts->x_param_max_rtl_if_conversion_unpredictable_cost;
437 : 96009741 : ptr->x_param_max_sched_extend_regions_iters = opts->x_param_max_sched_extend_regions_iters;
438 : 96009741 : ptr->x_param_max_sched_insn_conflict_delay = opts->x_param_max_sched_insn_conflict_delay;
439 : 96009741 : ptr->x_param_max_sched_ready_insns = opts->x_param_max_sched_ready_insns;
440 : 96009741 : ptr->x_param_max_sched_region_blocks = opts->x_param_max_sched_region_blocks;
441 : 96009741 : ptr->x_param_max_sched_region_insns = opts->x_param_max_sched_region_insns;
442 : 96009741 : ptr->x_param_max_slsr_candidate_scan = opts->x_param_max_slsr_candidate_scan;
443 : 96009741 : ptr->x_param_max_speculative_devirt_maydefs = opts->x_param_max_speculative_devirt_maydefs;
444 : 96009741 : ptr->x_param_max_stores_to_merge = opts->x_param_max_stores_to_merge;
445 : 96009741 : ptr->x_param_max_stores_to_sink = opts->x_param_max_stores_to_sink;
446 : 96009741 : ptr->x_param_max_tail_merge_comparisons = opts->x_param_max_tail_merge_comparisons;
447 : 96009741 : ptr->x_param_max_tail_merge_iterations = opts->x_param_max_tail_merge_iterations;
448 : 96009741 : ptr->x_param_max_tracked_strlens = opts->x_param_max_tracked_strlens;
449 : 96009741 : ptr->x_param_max_tree_if_conversion_phi_args = opts->x_param_max_tree_if_conversion_phi_args;
450 : 96009741 : ptr->x_param_max_unroll_times = opts->x_param_max_unroll_times;
451 : 96009741 : ptr->x_param_max_unrolled_insns = opts->x_param_max_unrolled_insns;
452 : 96009741 : ptr->x_param_max_unswitch_depth = opts->x_param_max_unswitch_depth;
453 : 96009741 : ptr->x_param_max_unswitch_insns = opts->x_param_max_unswitch_insns;
454 : 96009741 : ptr->x_param_max_variable_expansions = opts->x_param_max_variable_expansions;
455 : 96009741 : ptr->x_param_max_vartrack_expr_depth = opts->x_param_max_vartrack_expr_depth;
456 : 96009741 : ptr->x_param_max_vartrack_reverse_op_size = opts->x_param_max_vartrack_reverse_op_size;
457 : 96009741 : ptr->x_param_max_vartrack_size = opts->x_param_max_vartrack_size;
458 : 96009741 : ptr->x_param_min_crossjump_insns = opts->x_param_min_crossjump_insns;
459 : 96009741 : ptr->x_param_min_inline_recursive_probability = opts->x_param_min_inline_recursive_probability;
460 : 96009741 : ptr->x_param_min_insn_to_prefetch_ratio = opts->x_param_min_insn_to_prefetch_ratio;
461 : 96009741 : ptr->x_param_min_loop_cond_split_prob = opts->x_param_min_loop_cond_split_prob;
462 : 96009741 : ptr->x_param_min_pagesize = opts->x_param_min_pagesize;
463 : 96009741 : ptr->x_param_min_size_for_stack_sharing = opts->x_param_min_size_for_stack_sharing;
464 : 96009741 : ptr->x_param_min_spec_prob = opts->x_param_min_spec_prob;
465 : 96009741 : ptr->x_param_min_vect_loop_bound = opts->x_param_min_vect_loop_bound;
466 : 96009741 : ptr->x_param_modref_max_accesses = opts->x_param_modref_max_accesses;
467 : 96009741 : ptr->x_param_modref_max_adjustments = opts->x_param_modref_max_adjustments;
468 : 96009741 : ptr->x_param_modref_max_bases = opts->x_param_modref_max_bases;
469 : 96009741 : ptr->x_param_modref_max_depth = opts->x_param_modref_max_depth;
470 : 96009741 : ptr->x_param_modref_max_escape_points = opts->x_param_modref_max_escape_points;
471 : 96009741 : ptr->x_param_modref_max_refs = opts->x_param_modref_max_refs;
472 : 96009741 : ptr->x_param_modref_max_tests = opts->x_param_modref_max_tests;
473 : 96009741 : ptr->x_param_parloops_chunk_size = opts->x_param_parloops_chunk_size;
474 : 96009741 : ptr->x_param_parloops_min_per_thread = opts->x_param_parloops_min_per_thread;
475 : 96009741 : ptr->x_param_parloops_schedule = opts->x_param_parloops_schedule;
476 : 96009741 : ptr->x_param_partial_inlining_entry_probability = opts->x_param_partial_inlining_entry_probability;
477 : 96009741 : ptr->x_param_phiopt_factor_max_stmts_live = opts->x_param_phiopt_factor_max_stmts_live;
478 : 96009741 : ptr->x_param_predictable_branch_outcome = opts->x_param_predictable_branch_outcome;
479 : 96009741 : ptr->x_param_prefetch_dynamic_strides = opts->x_param_prefetch_dynamic_strides;
480 : 96009741 : ptr->x_param_prefetch_latency = opts->x_param_prefetch_latency;
481 : 96009741 : ptr->x_param_prefetch_min_insn_to_mem_ratio = opts->x_param_prefetch_min_insn_to_mem_ratio;
482 : 96009741 : ptr->x_param_prefetch_minimum_stride = opts->x_param_prefetch_minimum_stride;
483 : 96009741 : ptr->x_param_ranger_logical_depth = opts->x_param_ranger_logical_depth;
484 : 96009741 : ptr->x_param_ranger_recompute_depth = opts->x_param_ranger_recompute_depth;
485 : 96009741 : ptr->x_param_relation_block_limit = opts->x_param_relation_block_limit;
486 : 96009741 : ptr->x_param_rpo_vn_max_loop_depth = opts->x_param_rpo_vn_max_loop_depth;
487 : 96009741 : ptr->x_param_sccvn_max_alias_queries_per_access = opts->x_param_sccvn_max_alias_queries_per_access;
488 : 96009741 : ptr->x_param_scev_max_expr_complexity = opts->x_param_scev_max_expr_complexity;
489 : 96009741 : ptr->x_param_scev_max_expr_size = opts->x_param_scev_max_expr_size;
490 : 96009741 : ptr->x_param_sched_autopref_queue_depth = opts->x_param_sched_autopref_queue_depth;
491 : 96009741 : ptr->x_param_sched_mem_true_dep_cost = opts->x_param_sched_mem_true_dep_cost;
492 : 96009741 : ptr->x_param_sched_pressure_algorithm = opts->x_param_sched_pressure_algorithm;
493 : 96009741 : ptr->x_param_sched_spec_prob_cutoff = opts->x_param_sched_spec_prob_cutoff;
494 : 96009741 : ptr->x_param_sched_state_edge_prob_cutoff = opts->x_param_sched_state_edge_prob_cutoff;
495 : 96009741 : ptr->x_param_selsched_insns_to_rename = opts->x_param_selsched_insns_to_rename;
496 : 96009741 : ptr->x_param_selsched_max_lookahead = opts->x_param_selsched_max_lookahead;
497 : 96009741 : ptr->x_param_selsched_max_sched_times = opts->x_param_selsched_max_sched_times;
498 : 96009741 : ptr->x_param_simultaneous_prefetches = opts->x_param_simultaneous_prefetches;
499 : 96009741 : ptr->x_param_sink_frequency_threshold = opts->x_param_sink_frequency_threshold;
500 : 96009741 : ptr->x_param_sms_dfa_history = opts->x_param_sms_dfa_history;
501 : 96009741 : ptr->x_param_sms_loop_average_count_threshold = opts->x_param_sms_loop_average_count_threshold;
502 : 96009741 : ptr->x_param_sms_max_ii_factor = opts->x_param_sms_max_ii_factor;
503 : 96009741 : ptr->x_param_sms_min_sc = opts->x_param_sms_min_sc;
504 : 96009741 : ptr->x_param_sra_max_propagations = opts->x_param_sra_max_propagations;
505 : 96009741 : ptr->x_param_sra_max_scalarization_size_size = opts->x_param_sra_max_scalarization_size_size;
506 : 96009741 : ptr->x_param_sra_max_scalarization_size_speed = opts->x_param_sra_max_scalarization_size_speed;
507 : 96009741 : ptr->x_param_ssa_name_def_chain_limit = opts->x_param_ssa_name_def_chain_limit;
508 : 96009741 : ptr->x_param_ssp_buffer_size = opts->x_param_ssp_buffer_size;
509 : 96009741 : ptr->x_param_stack_clash_protection_guard_size = opts->x_param_stack_clash_protection_guard_size;
510 : 96009741 : ptr->x_param_stack_clash_protection_probe_interval = opts->x_param_stack_clash_protection_probe_interval;
511 : 96009741 : ptr->x_param_store_forwarding_max_distance = opts->x_param_store_forwarding_max_distance;
512 : 96009741 : ptr->x_param_store_merging_allow_unaligned = opts->x_param_store_merging_allow_unaligned;
513 : 96009741 : ptr->x_param_store_merging_max_size = opts->x_param_store_merging_max_size;
514 : 96009741 : ptr->x_param_switch_conversion_branch_ratio = opts->x_param_switch_conversion_branch_ratio;
515 : 96009741 : ptr->x_param_switch_lower_slow_alg_max_cases = opts->x_param_switch_lower_slow_alg_max_cases;
516 : 96009741 : ptr->x_param_tm_max_aggregate_size = opts->x_param_tm_max_aggregate_size;
517 : 96009741 : ptr->x_param_tracer_dynamic_coverage_feedback = opts->x_param_tracer_dynamic_coverage_feedback;
518 : 96009741 : ptr->x_param_tracer_dynamic_coverage = opts->x_param_tracer_dynamic_coverage;
519 : 96009741 : ptr->x_param_tracer_max_code_growth = opts->x_param_tracer_max_code_growth;
520 : 96009741 : ptr->x_param_tracer_min_branch_probability_feedback = opts->x_param_tracer_min_branch_probability_feedback;
521 : 96009741 : ptr->x_param_tracer_min_branch_probability = opts->x_param_tracer_min_branch_probability;
522 : 96009741 : ptr->x_param_tracer_min_branch_ratio = opts->x_param_tracer_min_branch_ratio;
523 : 96009741 : ptr->x_param_transitive_relations_work_bound = opts->x_param_transitive_relations_work_bound;
524 : 96009741 : ptr->x_param_tree_reassoc_width = opts->x_param_tree_reassoc_width;
525 : 96009741 : ptr->x_param_uninit_control_dep_attempts = opts->x_param_uninit_control_dep_attempts;
526 : 96009741 : ptr->x_param_uninit_max_chain_len = opts->x_param_uninit_max_chain_len;
527 : 96009741 : ptr->x_param_uninit_max_num_chains = opts->x_param_uninit_max_num_chains;
528 : 96009741 : ptr->x_param_uninlined_function_insns = opts->x_param_uninlined_function_insns;
529 : 96009741 : ptr->x_param_uninlined_function_time = opts->x_param_uninlined_function_time;
530 : 96009741 : ptr->x_param_uninlined_function_thunk_insns = opts->x_param_uninlined_function_thunk_insns;
531 : 96009741 : ptr->x_param_uninlined_function_thunk_time = opts->x_param_uninlined_function_thunk_time;
532 : 96009741 : ptr->x_param_unlikely_bb_count_fraction = opts->x_param_unlikely_bb_count_fraction;
533 : 96009741 : ptr->x_param_unroll_jam_max_unroll = opts->x_param_unroll_jam_max_unroll;
534 : 96009741 : ptr->x_param_unroll_jam_min_percent = opts->x_param_unroll_jam_min_percent;
535 : 96009741 : ptr->x_param_use_after_scope_direct_emission_threshold = opts->x_param_use_after_scope_direct_emission_threshold;
536 : 96009741 : ptr->x_param_vect_epilogues_nomask = opts->x_param_vect_epilogues_nomask;
537 : 96009741 : ptr->x_param_vect_induction_float = opts->x_param_vect_induction_float;
538 : 96009741 : ptr->x_param_vect_inner_loop_cost_factor = opts->x_param_vect_inner_loop_cost_factor;
539 : 96009741 : ptr->x_param_vect_max_layout_candidates = opts->x_param_vect_max_layout_candidates;
540 : 96009741 : ptr->x_param_vect_max_peeling_for_alignment = opts->x_param_vect_max_peeling_for_alignment;
541 : 96009741 : ptr->x_param_vect_max_version_for_alias_checks = opts->x_param_vect_max_version_for_alias_checks;
542 : 96009741 : ptr->x_param_vect_max_version_for_alignment_checks = opts->x_param_vect_max_version_for_alignment_checks;
543 : 96009741 : ptr->x_param_vect_partial_vector_usage = opts->x_param_vect_partial_vector_usage;
544 : 96009741 : ptr->x_param_vect_scalar_cost_multiplier = opts->x_param_vect_scalar_cost_multiplier;
545 : 96009741 : ptr->x_param_vrp_block_limit = opts->x_param_vrp_block_limit;
546 : 96009741 : ptr->x_param_vrp_sparse_threshold = opts->x_param_vrp_sparse_threshold;
547 : 96009741 : ptr->x_param_vrp_switch_limit = opts->x_param_vrp_switch_limit;
548 : 96009741 : ptr->x_param_vrp_vector_threshold = opts->x_param_vrp_vector_threshold;
549 : 96009741 : ptr->x_flag_complex_method = opts->x_flag_complex_method;
550 : 96009741 : ptr->x_flag_malloc_dse = opts->x_flag_malloc_dse;
551 : 96009741 : ptr->x_flag_min_function_alignment = opts->x_flag_min_function_alignment;
552 : 96009741 : ptr->x_flag_openmp_target_simd_clone = opts->x_flag_openmp_target_simd_clone;
553 : 96009741 : ptr->x_flag_sched_stalled_insns = opts->x_flag_sched_stalled_insns;
554 : 96009741 : ptr->x_flag_sched_stalled_insns_dep = opts->x_flag_sched_stalled_insns_dep;
555 : 96009741 : ptr->x_flag_tree_parallelize_loops = opts->x_flag_tree_parallelize_loops;
556 : 96009741 : ptr->x_flag_lto_locality_cloning = opts->x_flag_lto_locality_cloning;
557 : 96009741 : ptr->x_param_ranger_debug = opts->x_param_ranger_debug;
558 : 96009741 : ptr->x_param_threader_debug = opts->x_param_threader_debug;
559 : 96009741 : ptr->x_flag_excess_precision = opts->x_flag_excess_precision;
560 : 96009741 : ptr->x_flag_fp_contract_mode = opts->x_flag_fp_contract_mode;
561 : 96009741 : ptr->x_flag_harden_control_flow_redundancy_check_noreturn = opts->x_flag_harden_control_flow_redundancy_check_noreturn;
562 : 96009741 : ptr->x_flag_inline_stringops = opts->x_flag_inline_stringops;
563 : 96009741 : ptr->x_flag_ira_algorithm = opts->x_flag_ira_algorithm;
564 : 96009741 : ptr->x_flag_ira_region = opts->x_flag_ira_region;
565 : 96009741 : ptr->x_flag_live_patching = opts->x_flag_live_patching;
566 : 96009741 : ptr->x_flag_reorder_blocks_algorithm = opts->x_flag_reorder_blocks_algorithm;
567 : 96009741 : ptr->x_flag_simd_cost_model = opts->x_flag_simd_cost_model;
568 : 96009741 : ptr->x_flag_stack_reuse = opts->x_flag_stack_reuse;
569 : 96009741 : ptr->x_flag_auto_var_init = opts->x_flag_auto_var_init;
570 : 96009741 : ptr->x_flag_vect_cost_model = opts->x_flag_vect_cost_model;
571 : 96009741 : ptr->x_optimize = opts->x_optimize;
572 : 96009741 : ptr->x_optimize_size = opts->x_optimize_size;
573 : 96009741 : ptr->x_optimize_debug = opts->x_optimize_debug;
574 : 96009741 : ptr->x_optimize_fast = opts->x_optimize_fast;
575 : 96009741 : ptr->x_warn_inline = opts->x_warn_inline;
576 : 96009741 : ptr->x_flag_aggressive_loop_optimizations = opts->x_flag_aggressive_loop_optimizations;
577 : 96009741 : ptr->x_flag_align_functions = opts->x_flag_align_functions;
578 : 96009741 : ptr->x_flag_align_jumps = opts->x_flag_align_jumps;
579 : 96009741 : ptr->x_flag_align_labels = opts->x_flag_align_labels;
580 : 96009741 : ptr->x_flag_align_loops = opts->x_flag_align_loops;
581 : 96009741 : ptr->x_flag_allocation_dce = opts->x_flag_allocation_dce;
582 : 96009741 : ptr->x_flag_store_data_races = opts->x_flag_store_data_races;
583 : 96009741 : ptr->x_flag_associative_math = opts->x_flag_associative_math;
584 : 96009741 : ptr->x_flag_assume_sane_operators_new_delete = opts->x_flag_assume_sane_operators_new_delete;
585 : 96009741 : ptr->x_flag_asynchronous_unwind_tables = opts->x_flag_asynchronous_unwind_tables;
586 : 96009741 : ptr->x_flag_auto_inc_dec = opts->x_flag_auto_inc_dec;
587 : 96009741 : ptr->x_flag_avoid_store_forwarding = opts->x_flag_avoid_store_forwarding;
588 : 96009741 : ptr->x_flag_bit_tests = opts->x_flag_bit_tests;
589 : 96009741 : ptr->x_flag_branch_on_count_reg = opts->x_flag_branch_on_count_reg;
590 : 96009741 : ptr->x_flag_branch_probabilities = opts->x_flag_branch_probabilities;
591 : 96009741 : ptr->x_flag_caller_saves = opts->x_flag_caller_saves;
592 : 96009741 : ptr->x_flag_code_hoisting = opts->x_flag_code_hoisting;
593 : 96009741 : ptr->x_flag_combine_stack_adjustments = opts->x_flag_combine_stack_adjustments;
594 : 96009741 : ptr->x_flag_compare_elim_after_reload = opts->x_flag_compare_elim_after_reload;
595 : 96009741 : ptr->x_flag_conserve_stack = opts->x_flag_conserve_stack;
596 : 96009741 : ptr->x_flag_cprop_registers = opts->x_flag_cprop_registers;
597 : 96009741 : ptr->x_flag_crossjumping = opts->x_flag_crossjumping;
598 : 96009741 : ptr->x_flag_cse_follow_jumps = opts->x_flag_cse_follow_jumps;
599 : 96009741 : ptr->x_flag_dce = opts->x_flag_dce;
600 : 96009741 : ptr->x_flag_defer_pop = opts->x_flag_defer_pop;
601 : 96009741 : ptr->x_flag_delayed_branch = opts->x_flag_delayed_branch;
602 : 96009741 : ptr->x_flag_delete_dead_exceptions = opts->x_flag_delete_dead_exceptions;
603 : 96009741 : ptr->x_flag_delete_null_pointer_checks = opts->x_flag_delete_null_pointer_checks;
604 : 96009741 : ptr->x_flag_devirtualize = opts->x_flag_devirtualize;
605 : 96009741 : ptr->x_flag_devirtualize_speculatively = opts->x_flag_devirtualize_speculatively;
606 : 96009741 : ptr->x_flag_dse = opts->x_flag_dse;
607 : 96009741 : ptr->x_flag_early_inlining = opts->x_flag_early_inlining;
608 : 96009741 : ptr->x_flag_exceptions = opts->x_flag_exceptions;
609 : 96009741 : ptr->x_flag_expensive_optimizations = opts->x_flag_expensive_optimizations;
610 : 96009741 : ptr->x_flag_ext_dce = opts->x_flag_ext_dce;
611 : 96009741 : ptr->x_flag_finite_loops = opts->x_flag_finite_loops;
612 : 96009741 : ptr->x_flag_finite_math_only = opts->x_flag_finite_math_only;
613 : 96009741 : ptr->x_flag_float_store = opts->x_flag_float_store;
614 : 96009741 : ptr->x_flag_fold_mem_offsets = opts->x_flag_fold_mem_offsets;
615 : 96009741 : ptr->x_flag_fold_simple_inlines = opts->x_flag_fold_simple_inlines;
616 : 96009741 : ptr->x_flag_forward_propagate = opts->x_flag_forward_propagate;
617 : 96009741 : ptr->x_flag_fp_int_builtin_inexact = opts->x_flag_fp_int_builtin_inexact;
618 : 96009741 : ptr->x_flag_no_function_cse = opts->x_flag_no_function_cse;
619 : 96009741 : ptr->x_flag_gcse = opts->x_flag_gcse;
620 : 96009741 : ptr->x_flag_gcse_after_reload = opts->x_flag_gcse_after_reload;
621 : 96009741 : ptr->x_flag_gcse_las = opts->x_flag_gcse_las;
622 : 96009741 : ptr->x_flag_gcse_lm = opts->x_flag_gcse_lm;
623 : 96009741 : ptr->x_flag_gcse_sm = opts->x_flag_gcse_sm;
624 : 96009741 : ptr->x_flag_graphite = opts->x_flag_graphite;
625 : 96009741 : ptr->x_flag_graphite_identity = opts->x_flag_graphite_identity;
626 : 96009741 : ptr->x_flag_guess_branch_prob = opts->x_flag_guess_branch_prob;
627 : 96009741 : ptr->x_flag_harden_control_flow_redundancy_check_exceptions = opts->x_flag_harden_control_flow_redundancy_check_exceptions;
628 : 96009741 : ptr->x_flag_harden_control_flow_redundancy_check_returning_calls = opts->x_flag_harden_control_flow_redundancy_check_returning_calls;
629 : 96009741 : ptr->x_flag_harden_control_flow_redundancy_skip_leaf = opts->x_flag_harden_control_flow_redundancy_skip_leaf;
630 : 96009741 : ptr->x_flag_harden_compares = opts->x_flag_harden_compares;
631 : 96009741 : ptr->x_flag_harden_conditional_branches = opts->x_flag_harden_conditional_branches;
632 : 96009741 : ptr->x_flag_harden_control_flow_redundancy = opts->x_flag_harden_control_flow_redundancy;
633 : 96009741 : ptr->x_flag_hoist_adjacent_loads = opts->x_flag_hoist_adjacent_loads;
634 : 96009741 : ptr->x_flag_if_conversion = opts->x_flag_if_conversion;
635 : 96009741 : ptr->x_flag_if_conversion2 = opts->x_flag_if_conversion2;
636 : 96009741 : ptr->x_flag_indirect_inlining = opts->x_flag_indirect_inlining;
637 : 96009741 : ptr->x_flag_no_inline = opts->x_flag_no_inline;
638 : 96009741 : ptr->x_flag_inline_atomics = opts->x_flag_inline_atomics;
639 : 96009741 : ptr->x_flag_inline_functions = opts->x_flag_inline_functions;
640 : 96009741 : ptr->x_flag_inline_functions_called_once = opts->x_flag_inline_functions_called_once;
641 : 96009741 : ptr->x_flag_inline_small_functions = opts->x_flag_inline_small_functions;
642 : 96009741 : ptr->x_flag_ipa_bit_cp = opts->x_flag_ipa_bit_cp;
643 : 96009741 : ptr->x_flag_ipa_cp = opts->x_flag_ipa_cp;
644 : 96009741 : ptr->x_flag_ipa_cp_clone = opts->x_flag_ipa_cp_clone;
645 : 96009741 : ptr->x_flag_ipa_icf = opts->x_flag_ipa_icf;
646 : 96009741 : ptr->x_flag_ipa_icf_functions = opts->x_flag_ipa_icf_functions;
647 : 96009741 : ptr->x_flag_ipa_icf_variables = opts->x_flag_ipa_icf_variables;
648 : 96009741 : ptr->x_flag_ipa_modref = opts->x_flag_ipa_modref;
649 : 96009741 : ptr->x_flag_ipa_profile = opts->x_flag_ipa_profile;
650 : 96009741 : ptr->x_flag_ipa_pta = opts->x_flag_ipa_pta;
651 : 96009741 : ptr->x_flag_ipa_pure_const = opts->x_flag_ipa_pure_const;
652 : 96009741 : ptr->x_flag_ipa_ra = opts->x_flag_ipa_ra;
653 : 96009741 : ptr->x_flag_ipa_reference = opts->x_flag_ipa_reference;
654 : 96009741 : ptr->x_flag_ipa_reference_addressable = opts->x_flag_ipa_reference_addressable;
655 : 96009741 : ptr->x_flag_ipa_reorder_for_locality = opts->x_flag_ipa_reorder_for_locality;
656 : 96009741 : ptr->x_flag_ipa_sra = opts->x_flag_ipa_sra;
657 : 96009741 : ptr->x_flag_ipa_stack_alignment = opts->x_flag_ipa_stack_alignment;
658 : 96009741 : ptr->x_flag_ipa_strict_aliasing = opts->x_flag_ipa_strict_aliasing;
659 : 96009741 : ptr->x_flag_ipa_vrp = opts->x_flag_ipa_vrp;
660 : 96009741 : ptr->x_flag_ira_hoist_pressure = opts->x_flag_ira_hoist_pressure;
661 : 96009741 : ptr->x_flag_ira_loop_pressure = opts->x_flag_ira_loop_pressure;
662 : 96009741 : ptr->x_flag_ira_share_save_slots = opts->x_flag_ira_share_save_slots;
663 : 96009741 : ptr->x_flag_ira_share_spill_slots = opts->x_flag_ira_share_spill_slots;
664 : 96009741 : ptr->x_flag_isolate_erroneous_paths_attribute = opts->x_flag_isolate_erroneous_paths_attribute;
665 : 96009741 : ptr->x_flag_isolate_erroneous_paths_dereference = opts->x_flag_isolate_erroneous_paths_dereference;
666 : 96009741 : ptr->x_flag_ivopts = opts->x_flag_ivopts;
667 : 96009741 : ptr->x_flag_jump_tables = opts->x_flag_jump_tables;
668 : 96009741 : ptr->x_flag_keep_gc_roots_live = opts->x_flag_keep_gc_roots_live;
669 : 96009741 : ptr->x_flag_late_combine_instructions = opts->x_flag_late_combine_instructions;
670 : 96009741 : ptr->x_flag_lifetime_dse = opts->x_flag_lifetime_dse;
671 : 96009741 : ptr->x_flag_limit_function_alignment = opts->x_flag_limit_function_alignment;
672 : 96009741 : ptr->x_flag_live_range_shrinkage = opts->x_flag_live_range_shrinkage;
673 : 96009741 : ptr->x_flag_loop_interchange = opts->x_flag_loop_interchange;
674 : 96009741 : ptr->x_flag_loop_nest_optimize = opts->x_flag_loop_nest_optimize;
675 : 96009741 : ptr->x_flag_loop_parallelize_all = opts->x_flag_loop_parallelize_all;
676 : 96009741 : ptr->x_flag_unroll_jam = opts->x_flag_unroll_jam;
677 : 96009741 : ptr->x_flag_lra_remat = opts->x_flag_lra_remat;
678 : 96009741 : ptr->x_flag_malloc_dce = opts->x_flag_malloc_dce;
679 : 96009741 : ptr->x_flag_errno_math = opts->x_flag_errno_math;
680 : 96009741 : ptr->x_flag_modulo_sched = opts->x_flag_modulo_sched;
681 : 96009741 : ptr->x_flag_modulo_sched_allow_regmoves = opts->x_flag_modulo_sched_allow_regmoves;
682 : 96009741 : ptr->x_flag_move_loop_invariants = opts->x_flag_move_loop_invariants;
683 : 96009741 : ptr->x_flag_move_loop_stores = opts->x_flag_move_loop_stores;
684 : 96009741 : ptr->x_flag_non_call_exceptions = opts->x_flag_non_call_exceptions;
685 : 96009741 : ptr->x_flag_nothrow_opt = opts->x_flag_nothrow_opt;
686 : 96009741 : ptr->x_flag_omit_frame_pointer = opts->x_flag_omit_frame_pointer;
687 : 96009741 : ptr->x_flag_opt_info = opts->x_flag_opt_info;
688 : 96009741 : ptr->x_flag_optimize_crc = opts->x_flag_optimize_crc;
689 : 96009741 : ptr->x_flag_optimize_sibling_calls = opts->x_flag_optimize_sibling_calls;
690 : 96009741 : ptr->x_flag_optimize_strlen = opts->x_flag_optimize_strlen;
691 : 96009741 : ptr->x_flag_pack_struct = opts->x_flag_pack_struct;
692 : 96009741 : ptr->x_flag_partial_inlining = opts->x_flag_partial_inlining;
693 : 96009741 : ptr->x_flag_pcc_struct_return = opts->x_flag_pcc_struct_return;
694 : 96009741 : ptr->x_flag_peel_loops = opts->x_flag_peel_loops;
695 : 96009741 : ptr->x_flag_no_peephole = opts->x_flag_no_peephole;
696 : 96009741 : ptr->x_flag_peephole2 = opts->x_flag_peephole2;
697 : 96009741 : ptr->x_flag_plt = opts->x_flag_plt;
698 : 96009741 : ptr->x_flag_predictive_commoning = opts->x_flag_predictive_commoning;
699 : 96009741 : ptr->x_flag_prefetch_loop_arrays = opts->x_flag_prefetch_loop_arrays;
700 : 96009741 : ptr->x_flag_printf_return_value = opts->x_flag_printf_return_value;
701 : 96009741 : ptr->x_flag_profile_partial_training = opts->x_flag_profile_partial_training;
702 : 96009741 : ptr->x_flag_profile_reorder_functions = opts->x_flag_profile_reorder_functions;
703 : 96009741 : ptr->x_flag_reciprocal_math = opts->x_flag_reciprocal_math;
704 : 96009741 : ptr->x_flag_ree = opts->x_flag_ree;
705 : 96009741 : ptr->x_flag_rename_registers = opts->x_flag_rename_registers;
706 : 96009741 : ptr->x_flag_reorder_blocks = opts->x_flag_reorder_blocks;
707 : 96009741 : ptr->x_flag_reorder_blocks_and_partition = opts->x_flag_reorder_blocks_and_partition;
708 : 96009741 : ptr->x_flag_reorder_functions = opts->x_flag_reorder_functions;
709 : 96009741 : ptr->x_flag_rerun_cse_after_loop = opts->x_flag_rerun_cse_after_loop;
710 : 96009741 : ptr->x_flag_resched_modulo_sched = opts->x_flag_resched_modulo_sched;
711 : 96009741 : ptr->x_flag_rounding_math = opts->x_flag_rounding_math;
712 : 96009741 : ptr->x_flag_rtti = opts->x_flag_rtti;
713 : 96009741 : ptr->x_flag_save_optimization_record = opts->x_flag_save_optimization_record;
714 : 96009741 : ptr->x_flag_sched_critical_path_heuristic = opts->x_flag_sched_critical_path_heuristic;
715 : 96009741 : ptr->x_flag_sched_dep_count_heuristic = opts->x_flag_sched_dep_count_heuristic;
716 : 96009741 : ptr->x_flag_sched_group_heuristic = opts->x_flag_sched_group_heuristic;
717 : 96009741 : ptr->x_flag_schedule_interblock = opts->x_flag_schedule_interblock;
718 : 96009741 : ptr->x_flag_sched_last_insn_heuristic = opts->x_flag_sched_last_insn_heuristic;
719 : 96009741 : ptr->x_flag_sched_pressure = opts->x_flag_sched_pressure;
720 : 96009741 : ptr->x_flag_sched_rank_heuristic = opts->x_flag_sched_rank_heuristic;
721 : 96009741 : ptr->x_flag_schedule_speculative = opts->x_flag_schedule_speculative;
722 : 96009741 : ptr->x_flag_sched_spec_insn_heuristic = opts->x_flag_sched_spec_insn_heuristic;
723 : 96009741 : ptr->x_flag_schedule_speculative_load = opts->x_flag_schedule_speculative_load;
724 : 96009741 : ptr->x_flag_schedule_speculative_load_dangerous = opts->x_flag_schedule_speculative_load_dangerous;
725 : 96009741 : ptr->x_flag_sched2_use_superblocks = opts->x_flag_sched2_use_superblocks;
726 : 96009741 : ptr->x_flag_schedule_fusion = opts->x_flag_schedule_fusion;
727 : 96009741 : ptr->x_flag_schedule_insns = opts->x_flag_schedule_insns;
728 : 96009741 : ptr->x_flag_schedule_insns_after_reload = opts->x_flag_schedule_insns_after_reload;
729 : 96009741 : ptr->x_flag_section_anchors = opts->x_flag_section_anchors;
730 : 96009741 : ptr->x_flag_sel_sched_pipelining = opts->x_flag_sel_sched_pipelining;
731 : 96009741 : ptr->x_flag_sel_sched_pipelining_outer_loops = opts->x_flag_sel_sched_pipelining_outer_loops;
732 : 96009741 : ptr->x_flag_sel_sched_reschedule_pipelined = opts->x_flag_sel_sched_reschedule_pipelined;
733 : 96009741 : ptr->x_flag_selective_scheduling = opts->x_flag_selective_scheduling;
734 : 96009741 : ptr->x_flag_selective_scheduling2 = opts->x_flag_selective_scheduling2;
735 : 96009741 : ptr->x_flag_semantic_interposition = opts->x_flag_semantic_interposition;
736 : 96009741 : ptr->x_flag_short_enums = opts->x_flag_short_enums;
737 : 96009741 : ptr->x_flag_short_wchar = opts->x_flag_short_wchar;
738 : 96009741 : ptr->x_flag_shrink_wrap = opts->x_flag_shrink_wrap;
739 : 96009741 : ptr->x_flag_shrink_wrap_separate = opts->x_flag_shrink_wrap_separate;
740 : 96009741 : ptr->x_flag_signaling_nans = opts->x_flag_signaling_nans;
741 : 96009741 : ptr->x_flag_signed_zeros = opts->x_flag_signed_zeros;
742 : 96009741 : ptr->x_flag_single_precision_constant = opts->x_flag_single_precision_constant;
743 : 96009741 : ptr->x_flag_split_ivs_in_unroller = opts->x_flag_split_ivs_in_unroller;
744 : 96009741 : ptr->x_flag_split_loops = opts->x_flag_split_loops;
745 : 96009741 : ptr->x_flag_split_paths = opts->x_flag_split_paths;
746 : 96009741 : ptr->x_flag_split_wide_types = opts->x_flag_split_wide_types;
747 : 96009741 : ptr->x_flag_split_wide_types_early = opts->x_flag_split_wide_types_early;
748 : 96009741 : ptr->x_flag_ssa_backprop = opts->x_flag_ssa_backprop;
749 : 96009741 : ptr->x_flag_ssa_phiopt = opts->x_flag_ssa_phiopt;
750 : 96009741 : ptr->x_flag_stack_clash_protection = opts->x_flag_stack_clash_protection;
751 : 96009741 : ptr->x_flag_stack_protect = opts->x_flag_stack_protect;
752 : 96009741 : ptr->x_flag_stdarg_opt = opts->x_flag_stdarg_opt;
753 : 96009741 : ptr->x_flag_store_merging = opts->x_flag_store_merging;
754 : 96009741 : ptr->x_flag_strict_aliasing = opts->x_flag_strict_aliasing;
755 : 96009741 : ptr->x_flag_strict_enums = opts->x_flag_strict_enums;
756 : 96009741 : ptr->x_flag_strict_volatile_bitfields = opts->x_flag_strict_volatile_bitfields;
757 : 96009741 : ptr->x_flag_thread_jumps = opts->x_flag_thread_jumps;
758 : 96009741 : ptr->x_flag_threadsafe_statics = opts->x_flag_threadsafe_statics;
759 : 96009741 : ptr->x_flag_toplevel_reorder = opts->x_flag_toplevel_reorder;
760 : 96009741 : ptr->x_flag_tracer = opts->x_flag_tracer;
761 : 96009741 : ptr->x_flag_trapping_math = opts->x_flag_trapping_math;
762 : 96009741 : ptr->x_flag_trapv = opts->x_flag_trapv;
763 : 96009741 : ptr->x_flag_tree_bit_ccp = opts->x_flag_tree_bit_ccp;
764 : 96009741 : ptr->x_flag_tree_builtin_call_dce = opts->x_flag_tree_builtin_call_dce;
765 : 96009741 : ptr->x_flag_tree_ccp = opts->x_flag_tree_ccp;
766 : 96009741 : ptr->x_flag_tree_ch = opts->x_flag_tree_ch;
767 : 96009741 : ptr->x_flag_tree_coalesce_vars = opts->x_flag_tree_coalesce_vars;
768 : 96009741 : ptr->x_flag_tree_copy_prop = opts->x_flag_tree_copy_prop;
769 : 96009741 : ptr->x_flag_tree_cselim = opts->x_flag_tree_cselim;
770 : 96009741 : ptr->x_flag_tree_dce = opts->x_flag_tree_dce;
771 : 96009741 : ptr->x_flag_tree_dom = opts->x_flag_tree_dom;
772 : 96009741 : ptr->x_flag_tree_dse = opts->x_flag_tree_dse;
773 : 96009741 : ptr->x_flag_tree_forwprop = opts->x_flag_tree_forwprop;
774 : 96009741 : ptr->x_flag_tree_fre = opts->x_flag_tree_fre;
775 : 96009741 : ptr->x_flag_tree_loop_distribute_patterns = opts->x_flag_tree_loop_distribute_patterns;
776 : 96009741 : ptr->x_flag_tree_loop_distribution = opts->x_flag_tree_loop_distribution;
777 : 96009741 : ptr->x_flag_tree_loop_if_convert = opts->x_flag_tree_loop_if_convert;
778 : 96009741 : ptr->x_flag_tree_loop_im = opts->x_flag_tree_loop_im;
779 : 96009741 : ptr->x_flag_tree_loop_ivcanon = opts->x_flag_tree_loop_ivcanon;
780 : 96009741 : ptr->x_flag_tree_loop_optimize = opts->x_flag_tree_loop_optimize;
781 : 96009741 : ptr->x_flag_tree_loop_vectorize = opts->x_flag_tree_loop_vectorize;
782 : 96009741 : ptr->x_flag_tree_live_range_split = opts->x_flag_tree_live_range_split;
783 : 96009741 : ptr->x_flag_tree_partial_pre = opts->x_flag_tree_partial_pre;
784 : 96009741 : ptr->x_flag_tree_phiprop = opts->x_flag_tree_phiprop;
785 : 96009741 : ptr->x_flag_tree_pre = opts->x_flag_tree_pre;
786 : 96009741 : ptr->x_flag_tree_pta = opts->x_flag_tree_pta;
787 : 96009741 : ptr->x_flag_tree_reassoc = opts->x_flag_tree_reassoc;
788 : 96009741 : ptr->x_flag_tree_scev_cprop = opts->x_flag_tree_scev_cprop;
789 : 96009741 : ptr->x_flag_tree_sink = opts->x_flag_tree_sink;
790 : 96009741 : ptr->x_flag_tree_slp_vectorize = opts->x_flag_tree_slp_vectorize;
791 : 96009741 : ptr->x_flag_tree_slsr = opts->x_flag_tree_slsr;
792 : 96009741 : ptr->x_flag_tree_sra = opts->x_flag_tree_sra;
793 : 96009741 : ptr->x_flag_tree_switch_conversion = opts->x_flag_tree_switch_conversion;
794 : 96009741 : ptr->x_flag_tree_tail_merge = opts->x_flag_tree_tail_merge;
795 : 96009741 : ptr->x_flag_tree_ter = opts->x_flag_tree_ter;
796 : 96009741 : ptr->x_flag_tree_vectorize = opts->x_flag_tree_vectorize;
797 : 96009741 : ptr->x_flag_tree_vrp = opts->x_flag_tree_vrp;
798 : 96009741 : ptr->x_flag_unconstrained_commons = opts->x_flag_unconstrained_commons;
799 : 96009741 : ptr->x_flag_unreachable_traps = opts->x_flag_unreachable_traps;
800 : 96009741 : ptr->x_flag_unroll_all_loops = opts->x_flag_unroll_all_loops;
801 : 96009741 : ptr->x_flag_cunroll_grow_size = opts->x_flag_cunroll_grow_size;
802 : 96009741 : ptr->x_flag_unroll_loops = opts->x_flag_unroll_loops;
803 : 96009741 : ptr->x_flag_unsafe_math_optimizations = opts->x_flag_unsafe_math_optimizations;
804 : 96009741 : ptr->x_flag_unswitch_loops = opts->x_flag_unswitch_loops;
805 : 96009741 : ptr->x_flag_unwind_tables = opts->x_flag_unwind_tables;
806 : 96009741 : ptr->x_flag_var_tracking = opts->x_flag_var_tracking;
807 : 96009741 : ptr->x_flag_var_tracking_assignments = opts->x_flag_var_tracking_assignments;
808 : 96009741 : ptr->x_flag_var_tracking_assignments_toggle = opts->x_flag_var_tracking_assignments_toggle;
809 : 96009741 : ptr->x_flag_var_tracking_uninit = opts->x_flag_var_tracking_uninit;
810 : 96009741 : ptr->x_flag_variable_expansion_in_unroller = opts->x_flag_variable_expansion_in_unroller;
811 : 96009741 : ptr->x_flag_version_loops_for_strides = opts->x_flag_version_loops_for_strides;
812 : 96009741 : ptr->x_flag_value_profile_transformations = opts->x_flag_value_profile_transformations;
813 : 96009741 : ptr->x_flag_web = opts->x_flag_web;
814 : 96009741 : ptr->x_flag_wrapv = opts->x_flag_wrapv;
815 : 96009741 : ptr->x_flag_wrapv_pointer = opts->x_flag_wrapv_pointer;
816 : 96009741 : ptr->x_debug_nonbind_markers_p = opts->x_debug_nonbind_markers_p;
817 : 96009741 : ptr->x_ix86_unroll_only_small_loops = opts->x_ix86_unroll_only_small_loops;
818 : 96009741 : ptr->x_str_align_functions = opts->x_str_align_functions;
819 : 96009741 : ptr->x_str_align_jumps = opts->x_str_align_jumps;
820 : 96009741 : ptr->x_str_align_labels = opts->x_str_align_labels;
821 : 96009741 : ptr->x_str_align_loops = opts->x_str_align_loops;
822 : 96009741 : ptr->x_flag_patchable_function_entry = opts->x_flag_patchable_function_entry;
823 : :
824 : 96009741 : unsigned HOST_WIDE_INT mask = 0;
825 : 96009741 : if (opts_set->x_param_align_loop_iterations) mask |= HOST_WIDE_INT_1U << 0;
826 : 96009741 : if (opts_set->x_param_align_threshold) mask |= HOST_WIDE_INT_1U << 1;
827 : 96009741 : if (opts_set->x_param_asan_protect_allocas) mask |= HOST_WIDE_INT_1U << 2;
828 : 96009741 : if (opts_set->x_param_asan_instrument_reads) mask |= HOST_WIDE_INT_1U << 3;
829 : 96009741 : if (opts_set->x_param_asan_instrument_writes) mask |= HOST_WIDE_INT_1U << 4;
830 : 96009741 : if (opts_set->x_param_asan_instrumentation_with_call_threshold) mask |= HOST_WIDE_INT_1U << 5;
831 : 96009741 : if (opts_set->x_param_asan_kernel_mem_intrinsic_prefix) mask |= HOST_WIDE_INT_1U << 6;
832 : 96009741 : if (opts_set->x_param_asan_memintrin) mask |= HOST_WIDE_INT_1U << 7;
833 : 96009741 : if (opts_set->x_param_asan_stack) mask |= HOST_WIDE_INT_1U << 8;
834 : 96009741 : if (opts_set->x_param_asan_use_after_return) mask |= HOST_WIDE_INT_1U << 9;
835 : 96009741 : if (opts_set->x_param_avg_loop_niter) mask |= HOST_WIDE_INT_1U << 10;
836 : 96009741 : if (opts_set->x_param_avoid_fma_max_bits) mask |= HOST_WIDE_INT_1U << 11;
837 : 96009741 : if (opts_set->x_param_builtin_expect_probability) mask |= HOST_WIDE_INT_1U << 12;
838 : 96009741 : if (opts_set->x_param_builtin_string_cmp_inline_length) mask |= HOST_WIDE_INT_1U << 13;
839 : 96009741 : if (opts_set->x_param_case_values_threshold) mask |= HOST_WIDE_INT_1U << 14;
840 : 96009741 : if (opts_set->x_param_comdat_sharing_probability) mask |= HOST_WIDE_INT_1U << 15;
841 : 96009741 : if (opts_set->x_param_construct_interfere_size) mask |= HOST_WIDE_INT_1U << 16;
842 : 96009741 : if (opts_set->x_param_cycle_accurate_model) mask |= HOST_WIDE_INT_1U << 17;
843 : 96009741 : if (opts_set->x_param_destruct_interfere_size) mask |= HOST_WIDE_INT_1U << 18;
844 : 96009741 : if (opts_set->x_param_dse_max_alias_queries_per_store) mask |= HOST_WIDE_INT_1U << 19;
845 : 96009741 : if (opts_set->x_param_dse_max_object_size) mask |= HOST_WIDE_INT_1U << 20;
846 : 96009741 : if (opts_set->x_param_early_inlining_insns) mask |= HOST_WIDE_INT_1U << 21;
847 : 96009741 : if (opts_set->x_param_fsm_scale_path_stmts) mask |= HOST_WIDE_INT_1U << 22;
848 : 96009741 : if (opts_set->x_param_fully_pipelined_fma) mask |= HOST_WIDE_INT_1U << 23;
849 : 96009741 : if (opts_set->x_param_gcse_after_reload_critical_fraction) mask |= HOST_WIDE_INT_1U << 24;
850 : 96009741 : if (opts_set->x_param_gcse_after_reload_partial_fraction) mask |= HOST_WIDE_INT_1U << 25;
851 : 96009741 : if (opts_set->x_param_gcse_cost_distance_ratio) mask |= HOST_WIDE_INT_1U << 26;
852 : 96009741 : if (opts_set->x_param_gcse_unrestricted_cost) mask |= HOST_WIDE_INT_1U << 27;
853 : 96009741 : if (opts_set->x_param_graphite_max_arrays_per_scop) mask |= HOST_WIDE_INT_1U << 28;
854 : 96009741 : if (opts_set->x_param_graphite_max_nb_scop_params) mask |= HOST_WIDE_INT_1U << 29;
855 : 96009741 : if (opts_set->x_param_hardcfr_max_blocks) mask |= HOST_WIDE_INT_1U << 30;
856 : 96009741 : if (opts_set->x_param_hardcfr_max_inline_blocks) mask |= HOST_WIDE_INT_1U << 31;
857 : 96009741 : if (opts_set->x_param_hwasan_instrument_allocas) mask |= HOST_WIDE_INT_1U << 32;
858 : 96009741 : if (opts_set->x_param_hwasan_instrument_mem_intrinsics) mask |= HOST_WIDE_INT_1U << 33;
859 : 96009741 : if (opts_set->x_param_hwasan_instrument_reads) mask |= HOST_WIDE_INT_1U << 34;
860 : 96009741 : if (opts_set->x_param_hwasan_instrument_stack) mask |= HOST_WIDE_INT_1U << 35;
861 : 96009741 : if (opts_set->x_param_hwasan_instrument_writes) mask |= HOST_WIDE_INT_1U << 36;
862 : 96009741 : if (opts_set->x_param_hwasan_random_frame_tag) mask |= HOST_WIDE_INT_1U << 37;
863 : 96009741 : if (opts_set->x_param_inline_heuristics_hint_percent) mask |= HOST_WIDE_INT_1U << 38;
864 : 96009741 : if (opts_set->x_param_inline_min_speedup) mask |= HOST_WIDE_INT_1U << 39;
865 : 96009741 : if (opts_set->x_param_inline_unit_growth) mask |= HOST_WIDE_INT_1U << 40;
866 : 96009741 : if (opts_set->x_param_ipa_cp_eval_threshold) mask |= HOST_WIDE_INT_1U << 41;
867 : 96009741 : if (opts_set->x_param_ipa_cp_large_unit_insns) mask |= HOST_WIDE_INT_1U << 42;
868 : 96009741 : if (opts_set->x_param_ipa_cp_loop_hint_bonus) mask |= HOST_WIDE_INT_1U << 43;
869 : 96009741 : if (opts_set->x_param_ipa_cp_max_recursive_depth) mask |= HOST_WIDE_INT_1U << 44;
870 : 96009741 : if (opts_set->x_param_ipa_cp_min_recursive_probability) mask |= HOST_WIDE_INT_1U << 45;
871 : 96009741 : if (opts_set->x_param_ipa_cp_recursion_penalty) mask |= HOST_WIDE_INT_1U << 46;
872 : 96009741 : if (opts_set->x_param_ipa_cp_recursive_freq_factor) mask |= HOST_WIDE_INT_1U << 47;
873 : 96009741 : if (opts_set->x_param_ipa_cp_single_call_penalty) mask |= HOST_WIDE_INT_1U << 48;
874 : 96009741 : if (opts_set->x_param_ipa_cp_unit_growth) mask |= HOST_WIDE_INT_1U << 49;
875 : 96009741 : if (opts_set->x_param_ipa_cp_value_list_size) mask |= HOST_WIDE_INT_1U << 50;
876 : 96009741 : if (opts_set->x_param_ipa_jump_function_lookups) mask |= HOST_WIDE_INT_1U << 51;
877 : 96009741 : if (opts_set->x_param_ipa_max_aa_steps) mask |= HOST_WIDE_INT_1U << 52;
878 : 96009741 : if (opts_set->x_param_ipa_max_agg_items) mask |= HOST_WIDE_INT_1U << 53;
879 : 96009741 : if (opts_set->x_param_ipa_max_loop_predicates) mask |= HOST_WIDE_INT_1U << 54;
880 : 96009741 : if (opts_set->x_param_ipa_max_param_expr_ops) mask |= HOST_WIDE_INT_1U << 55;
881 : 96009741 : if (opts_set->x_param_ipa_max_switch_predicate_bounds) mask |= HOST_WIDE_INT_1U << 56;
882 : 96009741 : if (opts_set->x_param_ipa_sra_deref_prob_threshold) mask |= HOST_WIDE_INT_1U << 57;
883 : 96009741 : if (opts_set->x_param_ipa_sra_max_replacements) mask |= HOST_WIDE_INT_1U << 58;
884 : 96009741 : if (opts_set->x_param_ipa_sra_ptr_growth_factor) mask |= HOST_WIDE_INT_1U << 59;
885 : 96009741 : if (opts_set->x_param_ipa_sra_ptrwrap_growth_factor) mask |= HOST_WIDE_INT_1U << 60;
886 : 96009741 : if (opts_set->x_param_ira_consider_dup_in_all_alts) mask |= HOST_WIDE_INT_1U << 61;
887 : 96009741 : if (opts_set->x_param_ira_loop_reserved_regs) mask |= HOST_WIDE_INT_1U << 62;
888 : 96009741 : if (opts_set->x_param_ira_max_conflict_table_size) mask |= HOST_WIDE_INT_1U << 63;
889 : 96009741 : ptr->explicit_mask[0] = mask;
890 : 96009741 : mask = 0;
891 : 96009741 : if (opts_set->x_param_ira_max_loops_num) mask |= HOST_WIDE_INT_1U << 0;
892 : 96009741 : if (opts_set->x_param_ira_simple_lra_insn_threshold) mask |= HOST_WIDE_INT_1U << 1;
893 : 96009741 : if (opts_set->x_param_iv_always_prune_cand_set_bound) mask |= HOST_WIDE_INT_1U << 2;
894 : 96009741 : if (opts_set->x_param_iv_consider_all_candidates_bound) mask |= HOST_WIDE_INT_1U << 3;
895 : 96009741 : if (opts_set->x_param_iv_max_considered_uses) mask |= HOST_WIDE_INT_1U << 4;
896 : 96009741 : if (opts_set->x_param_jump_table_max_growth_ratio_for_size) mask |= HOST_WIDE_INT_1U << 5;
897 : 96009741 : if (opts_set->x_param_jump_table_max_growth_ratio_for_speed) mask |= HOST_WIDE_INT_1U << 6;
898 : 96009741 : if (opts_set->x_param_l1_cache_line_size) mask |= HOST_WIDE_INT_1U << 7;
899 : 96009741 : if (opts_set->x_param_l1_cache_size) mask |= HOST_WIDE_INT_1U << 8;
900 : 96009741 : if (opts_set->x_param_l2_cache_size) mask |= HOST_WIDE_INT_1U << 9;
901 : 96009741 : if (opts_set->x_param_large_function_growth) mask |= HOST_WIDE_INT_1U << 10;
902 : 96009741 : if (opts_set->x_param_large_function_insns) mask |= HOST_WIDE_INT_1U << 11;
903 : 96009741 : if (opts_set->x_param_stack_frame_growth) mask |= HOST_WIDE_INT_1U << 12;
904 : 96009741 : if (opts_set->x_param_large_stack_frame) mask |= HOST_WIDE_INT_1U << 13;
905 : 96009741 : if (opts_set->x_param_large_unit_insns) mask |= HOST_WIDE_INT_1U << 14;
906 : 96009741 : if (opts_set->x_param_lim_expensive) mask |= HOST_WIDE_INT_1U << 15;
907 : 96009741 : if (opts_set->x_param_loop_block_tile_size) mask |= HOST_WIDE_INT_1U << 16;
908 : 96009741 : if (opts_set->x_param_loop_interchange_max_num_stmts) mask |= HOST_WIDE_INT_1U << 17;
909 : 96009741 : if (opts_set->x_param_loop_interchange_stride_ratio) mask |= HOST_WIDE_INT_1U << 18;
910 : 96009741 : if (opts_set->x_param_loop_invariant_max_bbs_in_loop) mask |= HOST_WIDE_INT_1U << 19;
911 : 96009741 : if (opts_set->x_param_loop_max_datarefs_for_datadeps) mask |= HOST_WIDE_INT_1U << 20;
912 : 96009741 : if (opts_set->x_param_loop_versioning_max_inner_insns) mask |= HOST_WIDE_INT_1U << 21;
913 : 96009741 : if (opts_set->x_param_loop_versioning_max_outer_insns) mask |= HOST_WIDE_INT_1U << 22;
914 : 96009741 : if (opts_set->x_param_lra_inheritance_ebb_probability_cutoff) mask |= HOST_WIDE_INT_1U << 23;
915 : 96009741 : if (opts_set->x_param_lra_max_considered_reload_pseudos) mask |= HOST_WIDE_INT_1U << 24;
916 : 96009741 : if (opts_set->x_param_lto_locality_frequency) mask |= HOST_WIDE_INT_1U << 25;
917 : 96009741 : if (opts_set->x_param_lto_locality_size) mask |= HOST_WIDE_INT_1U << 26;
918 : 96009741 : if (opts_set->x_param_max_average_unrolled_insns) mask |= HOST_WIDE_INT_1U << 27;
919 : 96009741 : if (opts_set->x_param_max_combine_insns) mask |= HOST_WIDE_INT_1U << 28;
920 : 96009741 : if (opts_set->x_param_max_combine_search_insns) mask |= HOST_WIDE_INT_1U << 29;
921 : 96009741 : if (opts_set->x_param_max_unroll_iterations) mask |= HOST_WIDE_INT_1U << 30;
922 : 96009741 : if (opts_set->x_param_max_completely_peel_times) mask |= HOST_WIDE_INT_1U << 31;
923 : 96009741 : if (opts_set->x_param_max_completely_peeled_insns) mask |= HOST_WIDE_INT_1U << 32;
924 : 96009741 : if (opts_set->x_param_max_crossjump_edges) mask |= HOST_WIDE_INT_1U << 33;
925 : 96009741 : if (opts_set->x_param_max_cse_insns) mask |= HOST_WIDE_INT_1U << 34;
926 : 96009741 : if (opts_set->x_param_max_cse_path_length) mask |= HOST_WIDE_INT_1U << 35;
927 : 96009741 : if (opts_set->x_param_max_cselib_memory_locations) mask |= HOST_WIDE_INT_1U << 36;
928 : 96009741 : if (opts_set->x_param_max_debug_marker_count) mask |= HOST_WIDE_INT_1U << 37;
929 : 96009741 : if (opts_set->x_param_max_delay_slot_insn_search) mask |= HOST_WIDE_INT_1U << 38;
930 : 96009741 : if (opts_set->x_param_max_delay_slot_live_search) mask |= HOST_WIDE_INT_1U << 39;
931 : 96009741 : if (opts_set->x_param_max_dse_active_local_stores) mask |= HOST_WIDE_INT_1U << 40;
932 : 96009741 : if (opts_set->x_param_early_inliner_max_iterations) mask |= HOST_WIDE_INT_1U << 41;
933 : 96009741 : if (opts_set->x_param_max_find_base_term_values) mask |= HOST_WIDE_INT_1U << 42;
934 : 96009741 : if (opts_set->x_param_max_fsm_thread_path_insns) mask |= HOST_WIDE_INT_1U << 43;
935 : 96009741 : if (opts_set->x_param_max_gcse_insertion_ratio) mask |= HOST_WIDE_INT_1U << 44;
936 : 96009741 : if (opts_set->x_param_max_gcse_memory) mask |= HOST_WIDE_INT_1U << 45;
937 : 96009741 : if (opts_set->x_param_max_goto_duplication_insns) mask |= HOST_WIDE_INT_1U << 46;
938 : 96009741 : if (opts_set->x_param_max_grow_copy_bb_insns) mask |= HOST_WIDE_INT_1U << 47;
939 : 96009741 : if (opts_set->x_param_max_hoist_depth) mask |= HOST_WIDE_INT_1U << 48;
940 : 96009741 : if (opts_set->x_param_inline_functions_called_once_insns) mask |= HOST_WIDE_INT_1U << 49;
941 : 96009741 : if (opts_set->x_param_inline_functions_called_once_loop_depth) mask |= HOST_WIDE_INT_1U << 50;
942 : 96009741 : if (opts_set->x_param_max_inline_insns_auto) mask |= HOST_WIDE_INT_1U << 51;
943 : 96009741 : if (opts_set->x_param_max_inline_insns_recursive_auto) mask |= HOST_WIDE_INT_1U << 52;
944 : 96009741 : if (opts_set->x_param_max_inline_insns_recursive) mask |= HOST_WIDE_INT_1U << 53;
945 : 96009741 : if (opts_set->x_param_max_inline_insns_single) mask |= HOST_WIDE_INT_1U << 54;
946 : 96009741 : if (opts_set->x_param_max_inline_insns_size) mask |= HOST_WIDE_INT_1U << 55;
947 : 96009741 : if (opts_set->x_param_max_inline_insns_small) mask |= HOST_WIDE_INT_1U << 56;
948 : 96009741 : if (opts_set->x_param_max_inline_recursive_depth_auto) mask |= HOST_WIDE_INT_1U << 57;
949 : 96009741 : if (opts_set->x_param_max_inline_recursive_depth) mask |= HOST_WIDE_INT_1U << 58;
950 : 96009741 : if (opts_set->x_param_max_isl_operations) mask |= HOST_WIDE_INT_1U << 59;
951 : 96009741 : if (opts_set->x_param_max_iterations_computation_cost) mask |= HOST_WIDE_INT_1U << 60;
952 : 96009741 : if (opts_set->x_param_max_iterations_to_track) mask |= HOST_WIDE_INT_1U << 61;
953 : 96009741 : if (opts_set->x_param_max_jump_thread_duplication_stmts) mask |= HOST_WIDE_INT_1U << 62;
954 : 96009741 : if (opts_set->x_param_max_jump_thread_paths) mask |= HOST_WIDE_INT_1U << 63;
955 : 96009741 : ptr->explicit_mask[1] = mask;
956 : 96009741 : mask = 0;
957 : 96009741 : if (opts_set->x_param_max_last_value_rtl) mask |= HOST_WIDE_INT_1U << 0;
958 : 96009741 : if (opts_set->x_param_max_loop_header_insns) mask |= HOST_WIDE_INT_1U << 1;
959 : 96009741 : if (opts_set->x_param_max_modulo_backtrack_attempts) mask |= HOST_WIDE_INT_1U << 2;
960 : 96009741 : if (opts_set->x_param_max_partial_antic_length) mask |= HOST_WIDE_INT_1U << 3;
961 : 96009741 : if (opts_set->x_param_max_peel_branches) mask |= HOST_WIDE_INT_1U << 4;
962 : 96009741 : if (opts_set->x_param_max_peel_times) mask |= HOST_WIDE_INT_1U << 5;
963 : 96009741 : if (opts_set->x_param_max_peeled_insns) mask |= HOST_WIDE_INT_1U << 6;
964 : 96009741 : if (opts_set->x_param_max_pending_list_length) mask |= HOST_WIDE_INT_1U << 7;
965 : 96009741 : if (opts_set->x_param_max_pipeline_region_blocks) mask |= HOST_WIDE_INT_1U << 8;
966 : 96009741 : if (opts_set->x_param_max_pipeline_region_insns) mask |= HOST_WIDE_INT_1U << 9;
967 : 96009741 : if (opts_set->x_param_max_pow_sqrt_depth) mask |= HOST_WIDE_INT_1U << 10;
968 : 96009741 : if (opts_set->x_param_max_predicted_iterations) mask |= HOST_WIDE_INT_1U << 11;
969 : 96009741 : if (opts_set->x_param_max_reload_search_insns) mask |= HOST_WIDE_INT_1U << 12;
970 : 96009741 : if (opts_set->x_param_max_rtl_if_conversion_insns) mask |= HOST_WIDE_INT_1U << 13;
971 : 96009741 : if (opts_set->x_param_max_rtl_if_conversion_predictable_cost) mask |= HOST_WIDE_INT_1U << 14;
972 : 96009741 : if (opts_set->x_param_max_rtl_if_conversion_unpredictable_cost) mask |= HOST_WIDE_INT_1U << 15;
973 : 96009741 : if (opts_set->x_param_max_sched_extend_regions_iters) mask |= HOST_WIDE_INT_1U << 16;
974 : 96009741 : if (opts_set->x_param_max_sched_insn_conflict_delay) mask |= HOST_WIDE_INT_1U << 17;
975 : 96009741 : if (opts_set->x_param_max_sched_ready_insns) mask |= HOST_WIDE_INT_1U << 18;
976 : 96009741 : if (opts_set->x_param_max_sched_region_blocks) mask |= HOST_WIDE_INT_1U << 19;
977 : 96009741 : if (opts_set->x_param_max_sched_region_insns) mask |= HOST_WIDE_INT_1U << 20;
978 : 96009741 : if (opts_set->x_param_max_slsr_candidate_scan) mask |= HOST_WIDE_INT_1U << 21;
979 : 96009741 : if (opts_set->x_param_max_speculative_devirt_maydefs) mask |= HOST_WIDE_INT_1U << 22;
980 : 96009741 : if (opts_set->x_param_max_stores_to_merge) mask |= HOST_WIDE_INT_1U << 23;
981 : 96009741 : if (opts_set->x_param_max_stores_to_sink) mask |= HOST_WIDE_INT_1U << 24;
982 : 96009741 : if (opts_set->x_param_max_tail_merge_comparisons) mask |= HOST_WIDE_INT_1U << 25;
983 : 96009741 : if (opts_set->x_param_max_tail_merge_iterations) mask |= HOST_WIDE_INT_1U << 26;
984 : 96009741 : if (opts_set->x_param_max_tracked_strlens) mask |= HOST_WIDE_INT_1U << 27;
985 : 96009741 : if (opts_set->x_param_max_tree_if_conversion_phi_args) mask |= HOST_WIDE_INT_1U << 28;
986 : 96009741 : if (opts_set->x_param_max_unroll_times) mask |= HOST_WIDE_INT_1U << 29;
987 : 96009741 : if (opts_set->x_param_max_unrolled_insns) mask |= HOST_WIDE_INT_1U << 30;
988 : 96009741 : if (opts_set->x_param_max_unswitch_depth) mask |= HOST_WIDE_INT_1U << 31;
989 : 96009741 : if (opts_set->x_param_max_unswitch_insns) mask |= HOST_WIDE_INT_1U << 32;
990 : 96009741 : if (opts_set->x_param_max_variable_expansions) mask |= HOST_WIDE_INT_1U << 33;
991 : 96009741 : if (opts_set->x_param_max_vartrack_expr_depth) mask |= HOST_WIDE_INT_1U << 34;
992 : 96009741 : if (opts_set->x_param_max_vartrack_reverse_op_size) mask |= HOST_WIDE_INT_1U << 35;
993 : 96009741 : if (opts_set->x_param_max_vartrack_size) mask |= HOST_WIDE_INT_1U << 36;
994 : 96009741 : if (opts_set->x_param_min_crossjump_insns) mask |= HOST_WIDE_INT_1U << 37;
995 : 96009741 : if (opts_set->x_param_min_inline_recursive_probability) mask |= HOST_WIDE_INT_1U << 38;
996 : 96009741 : if (opts_set->x_param_min_insn_to_prefetch_ratio) mask |= HOST_WIDE_INT_1U << 39;
997 : 96009741 : if (opts_set->x_param_min_loop_cond_split_prob) mask |= HOST_WIDE_INT_1U << 40;
998 : 96009741 : if (opts_set->x_param_min_pagesize) mask |= HOST_WIDE_INT_1U << 41;
999 : 96009741 : if (opts_set->x_param_min_size_for_stack_sharing) mask |= HOST_WIDE_INT_1U << 42;
1000 : 96009741 : if (opts_set->x_param_min_spec_prob) mask |= HOST_WIDE_INT_1U << 43;
1001 : 96009741 : if (opts_set->x_param_min_vect_loop_bound) mask |= HOST_WIDE_INT_1U << 44;
1002 : 96009741 : if (opts_set->x_param_modref_max_accesses) mask |= HOST_WIDE_INT_1U << 45;
1003 : 96009741 : if (opts_set->x_param_modref_max_adjustments) mask |= HOST_WIDE_INT_1U << 46;
1004 : 96009741 : if (opts_set->x_param_modref_max_bases) mask |= HOST_WIDE_INT_1U << 47;
1005 : 96009741 : if (opts_set->x_param_modref_max_depth) mask |= HOST_WIDE_INT_1U << 48;
1006 : 96009741 : if (opts_set->x_param_modref_max_escape_points) mask |= HOST_WIDE_INT_1U << 49;
1007 : 96009741 : if (opts_set->x_param_modref_max_refs) mask |= HOST_WIDE_INT_1U << 50;
1008 : 96009741 : if (opts_set->x_param_modref_max_tests) mask |= HOST_WIDE_INT_1U << 51;
1009 : 96009741 : if (opts_set->x_param_parloops_chunk_size) mask |= HOST_WIDE_INT_1U << 52;
1010 : 96009741 : if (opts_set->x_param_parloops_min_per_thread) mask |= HOST_WIDE_INT_1U << 53;
1011 : 96009741 : if (opts_set->x_param_parloops_schedule) mask |= HOST_WIDE_INT_1U << 54;
1012 : 96009741 : if (opts_set->x_param_partial_inlining_entry_probability) mask |= HOST_WIDE_INT_1U << 55;
1013 : 96009741 : if (opts_set->x_param_phiopt_factor_max_stmts_live) mask |= HOST_WIDE_INT_1U << 56;
1014 : 96009741 : if (opts_set->x_param_predictable_branch_outcome) mask |= HOST_WIDE_INT_1U << 57;
1015 : 96009741 : if (opts_set->x_param_prefetch_dynamic_strides) mask |= HOST_WIDE_INT_1U << 58;
1016 : 96009741 : if (opts_set->x_param_prefetch_latency) mask |= HOST_WIDE_INT_1U << 59;
1017 : 96009741 : if (opts_set->x_param_prefetch_min_insn_to_mem_ratio) mask |= HOST_WIDE_INT_1U << 60;
1018 : 96009741 : if (opts_set->x_param_prefetch_minimum_stride) mask |= HOST_WIDE_INT_1U << 61;
1019 : 96009741 : if (opts_set->x_param_ranger_logical_depth) mask |= HOST_WIDE_INT_1U << 62;
1020 : 96009741 : if (opts_set->x_param_ranger_recompute_depth) mask |= HOST_WIDE_INT_1U << 63;
1021 : 96009741 : ptr->explicit_mask[2] = mask;
1022 : 96009741 : mask = 0;
1023 : 96009741 : if (opts_set->x_param_relation_block_limit) mask |= HOST_WIDE_INT_1U << 0;
1024 : 96009741 : if (opts_set->x_param_rpo_vn_max_loop_depth) mask |= HOST_WIDE_INT_1U << 1;
1025 : 96009741 : if (opts_set->x_param_sccvn_max_alias_queries_per_access) mask |= HOST_WIDE_INT_1U << 2;
1026 : 96009741 : if (opts_set->x_param_scev_max_expr_complexity) mask |= HOST_WIDE_INT_1U << 3;
1027 : 96009741 : if (opts_set->x_param_scev_max_expr_size) mask |= HOST_WIDE_INT_1U << 4;
1028 : 96009741 : if (opts_set->x_param_sched_autopref_queue_depth) mask |= HOST_WIDE_INT_1U << 5;
1029 : 96009741 : if (opts_set->x_param_sched_mem_true_dep_cost) mask |= HOST_WIDE_INT_1U << 6;
1030 : 96009741 : if (opts_set->x_param_sched_pressure_algorithm) mask |= HOST_WIDE_INT_1U << 7;
1031 : 96009741 : if (opts_set->x_param_sched_spec_prob_cutoff) mask |= HOST_WIDE_INT_1U << 8;
1032 : 96009741 : if (opts_set->x_param_sched_state_edge_prob_cutoff) mask |= HOST_WIDE_INT_1U << 9;
1033 : 96009741 : if (opts_set->x_param_selsched_insns_to_rename) mask |= HOST_WIDE_INT_1U << 10;
1034 : 96009741 : if (opts_set->x_param_selsched_max_lookahead) mask |= HOST_WIDE_INT_1U << 11;
1035 : 96009741 : if (opts_set->x_param_selsched_max_sched_times) mask |= HOST_WIDE_INT_1U << 12;
1036 : 96009741 : if (opts_set->x_param_simultaneous_prefetches) mask |= HOST_WIDE_INT_1U << 13;
1037 : 96009741 : if (opts_set->x_param_sink_frequency_threshold) mask |= HOST_WIDE_INT_1U << 14;
1038 : 96009741 : if (opts_set->x_param_sms_dfa_history) mask |= HOST_WIDE_INT_1U << 15;
1039 : 96009741 : if (opts_set->x_param_sms_loop_average_count_threshold) mask |= HOST_WIDE_INT_1U << 16;
1040 : 96009741 : if (opts_set->x_param_sms_max_ii_factor) mask |= HOST_WIDE_INT_1U << 17;
1041 : 96009741 : if (opts_set->x_param_sms_min_sc) mask |= HOST_WIDE_INT_1U << 18;
1042 : 96009741 : if (opts_set->x_param_sra_max_propagations) mask |= HOST_WIDE_INT_1U << 19;
1043 : 96009741 : if (opts_set->x_param_sra_max_scalarization_size_size) mask |= HOST_WIDE_INT_1U << 20;
1044 : 96009741 : if (opts_set->x_param_sra_max_scalarization_size_speed) mask |= HOST_WIDE_INT_1U << 21;
1045 : 96009741 : if (opts_set->x_param_ssa_name_def_chain_limit) mask |= HOST_WIDE_INT_1U << 22;
1046 : 96009741 : if (opts_set->x_param_ssp_buffer_size) mask |= HOST_WIDE_INT_1U << 23;
1047 : 96009741 : if (opts_set->x_param_stack_clash_protection_guard_size) mask |= HOST_WIDE_INT_1U << 24;
1048 : 96009741 : if (opts_set->x_param_stack_clash_protection_probe_interval) mask |= HOST_WIDE_INT_1U << 25;
1049 : 96009741 : if (opts_set->x_param_store_forwarding_max_distance) mask |= HOST_WIDE_INT_1U << 26;
1050 : 96009741 : if (opts_set->x_param_store_merging_allow_unaligned) mask |= HOST_WIDE_INT_1U << 27;
1051 : 96009741 : if (opts_set->x_param_store_merging_max_size) mask |= HOST_WIDE_INT_1U << 28;
1052 : 96009741 : if (opts_set->x_param_switch_conversion_branch_ratio) mask |= HOST_WIDE_INT_1U << 29;
1053 : 96009741 : if (opts_set->x_param_switch_lower_slow_alg_max_cases) mask |= HOST_WIDE_INT_1U << 30;
1054 : 96009741 : if (opts_set->x_param_tm_max_aggregate_size) mask |= HOST_WIDE_INT_1U << 31;
1055 : 96009741 : if (opts_set->x_param_tracer_dynamic_coverage_feedback) mask |= HOST_WIDE_INT_1U << 32;
1056 : 96009741 : if (opts_set->x_param_tracer_dynamic_coverage) mask |= HOST_WIDE_INT_1U << 33;
1057 : 96009741 : if (opts_set->x_param_tracer_max_code_growth) mask |= HOST_WIDE_INT_1U << 34;
1058 : 96009741 : if (opts_set->x_param_tracer_min_branch_probability_feedback) mask |= HOST_WIDE_INT_1U << 35;
1059 : 96009741 : if (opts_set->x_param_tracer_min_branch_probability) mask |= HOST_WIDE_INT_1U << 36;
1060 : 96009741 : if (opts_set->x_param_tracer_min_branch_ratio) mask |= HOST_WIDE_INT_1U << 37;
1061 : 96009741 : if (opts_set->x_param_transitive_relations_work_bound) mask |= HOST_WIDE_INT_1U << 38;
1062 : 96009741 : if (opts_set->x_param_tree_reassoc_width) mask |= HOST_WIDE_INT_1U << 39;
1063 : 96009741 : if (opts_set->x_param_uninit_control_dep_attempts) mask |= HOST_WIDE_INT_1U << 40;
1064 : 96009741 : if (opts_set->x_param_uninit_max_chain_len) mask |= HOST_WIDE_INT_1U << 41;
1065 : 96009741 : if (opts_set->x_param_uninit_max_num_chains) mask |= HOST_WIDE_INT_1U << 42;
1066 : 96009741 : if (opts_set->x_param_uninlined_function_insns) mask |= HOST_WIDE_INT_1U << 43;
1067 : 96009741 : if (opts_set->x_param_uninlined_function_time) mask |= HOST_WIDE_INT_1U << 44;
1068 : 96009741 : if (opts_set->x_param_uninlined_function_thunk_insns) mask |= HOST_WIDE_INT_1U << 45;
1069 : 96009741 : if (opts_set->x_param_uninlined_function_thunk_time) mask |= HOST_WIDE_INT_1U << 46;
1070 : 96009741 : if (opts_set->x_param_unlikely_bb_count_fraction) mask |= HOST_WIDE_INT_1U << 47;
1071 : 96009741 : if (opts_set->x_param_unroll_jam_max_unroll) mask |= HOST_WIDE_INT_1U << 48;
1072 : 96009741 : if (opts_set->x_param_unroll_jam_min_percent) mask |= HOST_WIDE_INT_1U << 49;
1073 : 96009741 : if (opts_set->x_param_use_after_scope_direct_emission_threshold) mask |= HOST_WIDE_INT_1U << 50;
1074 : 96009741 : if (opts_set->x_param_vect_epilogues_nomask) mask |= HOST_WIDE_INT_1U << 51;
1075 : 96009741 : if (opts_set->x_param_vect_induction_float) mask |= HOST_WIDE_INT_1U << 52;
1076 : 96009741 : if (opts_set->x_param_vect_inner_loop_cost_factor) mask |= HOST_WIDE_INT_1U << 53;
1077 : 96009741 : if (opts_set->x_param_vect_max_layout_candidates) mask |= HOST_WIDE_INT_1U << 54;
1078 : 96009741 : if (opts_set->x_param_vect_max_peeling_for_alignment) mask |= HOST_WIDE_INT_1U << 55;
1079 : 96009741 : if (opts_set->x_param_vect_max_version_for_alias_checks) mask |= HOST_WIDE_INT_1U << 56;
1080 : 96009741 : if (opts_set->x_param_vect_max_version_for_alignment_checks) mask |= HOST_WIDE_INT_1U << 57;
1081 : 96009741 : if (opts_set->x_param_vect_partial_vector_usage) mask |= HOST_WIDE_INT_1U << 58;
1082 : 96009741 : if (opts_set->x_param_vect_scalar_cost_multiplier) mask |= HOST_WIDE_INT_1U << 59;
1083 : 96009741 : if (opts_set->x_param_vrp_block_limit) mask |= HOST_WIDE_INT_1U << 60;
1084 : 96009741 : if (opts_set->x_param_vrp_sparse_threshold) mask |= HOST_WIDE_INT_1U << 61;
1085 : 96009741 : if (opts_set->x_param_vrp_switch_limit) mask |= HOST_WIDE_INT_1U << 62;
1086 : 96009741 : if (opts_set->x_param_vrp_vector_threshold) mask |= HOST_WIDE_INT_1U << 63;
1087 : 96009741 : ptr->explicit_mask[3] = mask;
1088 : 96009741 : mask = 0;
1089 : 96009741 : if (opts_set->x_flag_complex_method) mask |= HOST_WIDE_INT_1U << 0;
1090 : 96009741 : if (opts_set->x_flag_malloc_dse) mask |= HOST_WIDE_INT_1U << 1;
1091 : 96009741 : if (opts_set->x_flag_min_function_alignment) mask |= HOST_WIDE_INT_1U << 2;
1092 : 96009741 : if (opts_set->x_flag_openmp_target_simd_clone) mask |= HOST_WIDE_INT_1U << 3;
1093 : 96009741 : if (opts_set->x_flag_sched_stalled_insns) mask |= HOST_WIDE_INT_1U << 4;
1094 : 96009741 : if (opts_set->x_flag_sched_stalled_insns_dep) mask |= HOST_WIDE_INT_1U << 5;
1095 : 96009741 : if (opts_set->x_flag_tree_parallelize_loops) mask |= HOST_WIDE_INT_1U << 6;
1096 : 96009741 : if (opts_set->x_flag_lto_locality_cloning) mask |= HOST_WIDE_INT_1U << 7;
1097 : 96009741 : if (opts_set->x_param_ranger_debug) mask |= HOST_WIDE_INT_1U << 8;
1098 : 96009741 : if (opts_set->x_param_threader_debug) mask |= HOST_WIDE_INT_1U << 9;
1099 : 96009741 : if (opts_set->x_flag_excess_precision) mask |= HOST_WIDE_INT_1U << 10;
1100 : 96009741 : if (opts_set->x_flag_fp_contract_mode) mask |= HOST_WIDE_INT_1U << 11;
1101 : 96009741 : if (opts_set->x_flag_harden_control_flow_redundancy_check_noreturn) mask |= HOST_WIDE_INT_1U << 12;
1102 : 96009741 : if (opts_set->x_flag_inline_stringops) mask |= HOST_WIDE_INT_1U << 13;
1103 : 96009741 : if (opts_set->x_flag_ira_algorithm) mask |= HOST_WIDE_INT_1U << 14;
1104 : 96009741 : if (opts_set->x_flag_ira_region) mask |= HOST_WIDE_INT_1U << 15;
1105 : 96009741 : if (opts_set->x_flag_live_patching) mask |= HOST_WIDE_INT_1U << 16;
1106 : 96009741 : if (opts_set->x_flag_reorder_blocks_algorithm) mask |= HOST_WIDE_INT_1U << 17;
1107 : 96009741 : if (opts_set->x_flag_simd_cost_model) mask |= HOST_WIDE_INT_1U << 18;
1108 : 96009741 : if (opts_set->x_flag_stack_reuse) mask |= HOST_WIDE_INT_1U << 19;
1109 : 96009741 : if (opts_set->x_flag_auto_var_init) mask |= HOST_WIDE_INT_1U << 20;
1110 : 96009741 : if (opts_set->x_flag_vect_cost_model) mask |= HOST_WIDE_INT_1U << 21;
1111 : 96009741 : if (opts_set->x_optimize) mask |= HOST_WIDE_INT_1U << 22;
1112 : 96009741 : if (opts_set->x_optimize_size) mask |= HOST_WIDE_INT_1U << 23;
1113 : 96009741 : if (opts_set->x_optimize_debug) mask |= HOST_WIDE_INT_1U << 24;
1114 : 96009741 : if (opts_set->x_optimize_fast) mask |= HOST_WIDE_INT_1U << 25;
1115 : 96009741 : if (opts_set->x_warn_inline) mask |= HOST_WIDE_INT_1U << 26;
1116 : 96009741 : if (opts_set->x_flag_aggressive_loop_optimizations) mask |= HOST_WIDE_INT_1U << 27;
1117 : 96009741 : if (opts_set->x_flag_align_functions) mask |= HOST_WIDE_INT_1U << 28;
1118 : 96009741 : if (opts_set->x_flag_align_jumps) mask |= HOST_WIDE_INT_1U << 29;
1119 : 96009741 : if (opts_set->x_flag_align_labels) mask |= HOST_WIDE_INT_1U << 30;
1120 : 96009741 : if (opts_set->x_flag_align_loops) mask |= HOST_WIDE_INT_1U << 31;
1121 : 96009741 : if (opts_set->x_flag_allocation_dce) mask |= HOST_WIDE_INT_1U << 32;
1122 : 96009741 : if (opts_set->x_flag_store_data_races) mask |= HOST_WIDE_INT_1U << 33;
1123 : 96009741 : if (opts_set->x_flag_associative_math) mask |= HOST_WIDE_INT_1U << 34;
1124 : 96009741 : if (opts_set->x_flag_assume_sane_operators_new_delete) mask |= HOST_WIDE_INT_1U << 35;
1125 : 96009741 : if (opts_set->x_flag_asynchronous_unwind_tables) mask |= HOST_WIDE_INT_1U << 36;
1126 : 96009741 : if (opts_set->x_flag_auto_inc_dec) mask |= HOST_WIDE_INT_1U << 37;
1127 : 96009741 : if (opts_set->x_flag_avoid_store_forwarding) mask |= HOST_WIDE_INT_1U << 38;
1128 : 96009741 : if (opts_set->x_flag_bit_tests) mask |= HOST_WIDE_INT_1U << 39;
1129 : 96009741 : if (opts_set->x_flag_branch_on_count_reg) mask |= HOST_WIDE_INT_1U << 40;
1130 : 96009741 : if (opts_set->x_flag_branch_probabilities) mask |= HOST_WIDE_INT_1U << 41;
1131 : 96009741 : if (opts_set->x_flag_caller_saves) mask |= HOST_WIDE_INT_1U << 42;
1132 : 96009741 : if (opts_set->x_flag_code_hoisting) mask |= HOST_WIDE_INT_1U << 43;
1133 : 96009741 : if (opts_set->x_flag_combine_stack_adjustments) mask |= HOST_WIDE_INT_1U << 44;
1134 : 96009741 : if (opts_set->x_flag_compare_elim_after_reload) mask |= HOST_WIDE_INT_1U << 45;
1135 : 96009741 : if (opts_set->x_flag_conserve_stack) mask |= HOST_WIDE_INT_1U << 46;
1136 : 96009741 : if (opts_set->x_flag_cprop_registers) mask |= HOST_WIDE_INT_1U << 47;
1137 : 96009741 : if (opts_set->x_flag_crossjumping) mask |= HOST_WIDE_INT_1U << 48;
1138 : 96009741 : if (opts_set->x_flag_cse_follow_jumps) mask |= HOST_WIDE_INT_1U << 49;
1139 : 96009741 : if (opts_set->x_flag_dce) mask |= HOST_WIDE_INT_1U << 50;
1140 : 96009741 : if (opts_set->x_flag_defer_pop) mask |= HOST_WIDE_INT_1U << 51;
1141 : 96009741 : if (opts_set->x_flag_delayed_branch) mask |= HOST_WIDE_INT_1U << 52;
1142 : 96009741 : if (opts_set->x_flag_delete_dead_exceptions) mask |= HOST_WIDE_INT_1U << 53;
1143 : 96009741 : if (opts_set->x_flag_delete_null_pointer_checks) mask |= HOST_WIDE_INT_1U << 54;
1144 : 96009741 : if (opts_set->x_flag_devirtualize) mask |= HOST_WIDE_INT_1U << 55;
1145 : 96009741 : if (opts_set->x_flag_devirtualize_speculatively) mask |= HOST_WIDE_INT_1U << 56;
1146 : 96009741 : if (opts_set->x_flag_dse) mask |= HOST_WIDE_INT_1U << 57;
1147 : 96009741 : if (opts_set->x_flag_early_inlining) mask |= HOST_WIDE_INT_1U << 58;
1148 : 96009741 : if (opts_set->x_flag_exceptions) mask |= HOST_WIDE_INT_1U << 59;
1149 : 96009741 : if (opts_set->x_flag_expensive_optimizations) mask |= HOST_WIDE_INT_1U << 60;
1150 : 96009741 : if (opts_set->x_flag_ext_dce) mask |= HOST_WIDE_INT_1U << 61;
1151 : 96009741 : if (opts_set->x_flag_finite_loops) mask |= HOST_WIDE_INT_1U << 62;
1152 : 96009741 : if (opts_set->x_flag_finite_math_only) mask |= HOST_WIDE_INT_1U << 63;
1153 : 96009741 : ptr->explicit_mask[4] = mask;
1154 : 96009741 : mask = 0;
1155 : 96009741 : if (opts_set->x_flag_float_store) mask |= HOST_WIDE_INT_1U << 0;
1156 : 96009741 : if (opts_set->x_flag_fold_mem_offsets) mask |= HOST_WIDE_INT_1U << 1;
1157 : 96009741 : if (opts_set->x_flag_fold_simple_inlines) mask |= HOST_WIDE_INT_1U << 2;
1158 : 96009741 : if (opts_set->x_flag_forward_propagate) mask |= HOST_WIDE_INT_1U << 3;
1159 : 96009741 : if (opts_set->x_flag_fp_int_builtin_inexact) mask |= HOST_WIDE_INT_1U << 4;
1160 : 96009741 : if (opts_set->x_flag_no_function_cse) mask |= HOST_WIDE_INT_1U << 5;
1161 : 96009741 : if (opts_set->x_flag_gcse) mask |= HOST_WIDE_INT_1U << 6;
1162 : 96009741 : if (opts_set->x_flag_gcse_after_reload) mask |= HOST_WIDE_INT_1U << 7;
1163 : 96009741 : if (opts_set->x_flag_gcse_las) mask |= HOST_WIDE_INT_1U << 8;
1164 : 96009741 : if (opts_set->x_flag_gcse_lm) mask |= HOST_WIDE_INT_1U << 9;
1165 : 96009741 : if (opts_set->x_flag_gcse_sm) mask |= HOST_WIDE_INT_1U << 10;
1166 : 96009741 : if (opts_set->x_flag_graphite) mask |= HOST_WIDE_INT_1U << 11;
1167 : 96009741 : if (opts_set->x_flag_graphite_identity) mask |= HOST_WIDE_INT_1U << 12;
1168 : 96009741 : if (opts_set->x_flag_guess_branch_prob) mask |= HOST_WIDE_INT_1U << 13;
1169 : 96009741 : if (opts_set->x_flag_harden_control_flow_redundancy_check_exceptions) mask |= HOST_WIDE_INT_1U << 14;
1170 : 96009741 : if (opts_set->x_flag_harden_control_flow_redundancy_check_returning_calls) mask |= HOST_WIDE_INT_1U << 15;
1171 : 96009741 : if (opts_set->x_flag_harden_control_flow_redundancy_skip_leaf) mask |= HOST_WIDE_INT_1U << 16;
1172 : 96009741 : if (opts_set->x_flag_harden_compares) mask |= HOST_WIDE_INT_1U << 17;
1173 : 96009741 : if (opts_set->x_flag_harden_conditional_branches) mask |= HOST_WIDE_INT_1U << 18;
1174 : 96009741 : if (opts_set->x_flag_harden_control_flow_redundancy) mask |= HOST_WIDE_INT_1U << 19;
1175 : 96009741 : if (opts_set->x_flag_hoist_adjacent_loads) mask |= HOST_WIDE_INT_1U << 20;
1176 : 96009741 : if (opts_set->x_flag_if_conversion) mask |= HOST_WIDE_INT_1U << 21;
1177 : 96009741 : if (opts_set->x_flag_if_conversion2) mask |= HOST_WIDE_INT_1U << 22;
1178 : 96009741 : if (opts_set->x_flag_indirect_inlining) mask |= HOST_WIDE_INT_1U << 23;
1179 : 96009741 : if (opts_set->x_flag_no_inline) mask |= HOST_WIDE_INT_1U << 24;
1180 : 96009741 : if (opts_set->x_flag_inline_atomics) mask |= HOST_WIDE_INT_1U << 25;
1181 : 96009741 : if (opts_set->x_flag_inline_functions) mask |= HOST_WIDE_INT_1U << 26;
1182 : 96009741 : if (opts_set->x_flag_inline_functions_called_once) mask |= HOST_WIDE_INT_1U << 27;
1183 : 96009741 : if (opts_set->x_flag_inline_small_functions) mask |= HOST_WIDE_INT_1U << 28;
1184 : 96009741 : if (opts_set->x_flag_ipa_bit_cp) mask |= HOST_WIDE_INT_1U << 29;
1185 : 96009741 : if (opts_set->x_flag_ipa_cp) mask |= HOST_WIDE_INT_1U << 30;
1186 : 96009741 : if (opts_set->x_flag_ipa_cp_clone) mask |= HOST_WIDE_INT_1U << 31;
1187 : 96009741 : if (opts_set->x_flag_ipa_icf) mask |= HOST_WIDE_INT_1U << 32;
1188 : 96009741 : if (opts_set->x_flag_ipa_icf_functions) mask |= HOST_WIDE_INT_1U << 33;
1189 : 96009741 : if (opts_set->x_flag_ipa_icf_variables) mask |= HOST_WIDE_INT_1U << 34;
1190 : 96009741 : if (opts_set->x_flag_ipa_modref) mask |= HOST_WIDE_INT_1U << 35;
1191 : 96009741 : if (opts_set->x_flag_ipa_profile) mask |= HOST_WIDE_INT_1U << 36;
1192 : 96009741 : if (opts_set->x_flag_ipa_pta) mask |= HOST_WIDE_INT_1U << 37;
1193 : 96009741 : if (opts_set->x_flag_ipa_pure_const) mask |= HOST_WIDE_INT_1U << 38;
1194 : 96009741 : if (opts_set->x_flag_ipa_ra) mask |= HOST_WIDE_INT_1U << 39;
1195 : 96009741 : if (opts_set->x_flag_ipa_reference) mask |= HOST_WIDE_INT_1U << 40;
1196 : 96009741 : if (opts_set->x_flag_ipa_reference_addressable) mask |= HOST_WIDE_INT_1U << 41;
1197 : 96009741 : if (opts_set->x_flag_ipa_reorder_for_locality) mask |= HOST_WIDE_INT_1U << 42;
1198 : 96009741 : if (opts_set->x_flag_ipa_sra) mask |= HOST_WIDE_INT_1U << 43;
1199 : 96009741 : if (opts_set->x_flag_ipa_stack_alignment) mask |= HOST_WIDE_INT_1U << 44;
1200 : 96009741 : if (opts_set->x_flag_ipa_strict_aliasing) mask |= HOST_WIDE_INT_1U << 45;
1201 : 96009741 : if (opts_set->x_flag_ipa_vrp) mask |= HOST_WIDE_INT_1U << 46;
1202 : 96009741 : if (opts_set->x_flag_ira_hoist_pressure) mask |= HOST_WIDE_INT_1U << 47;
1203 : 96009741 : if (opts_set->x_flag_ira_loop_pressure) mask |= HOST_WIDE_INT_1U << 48;
1204 : 96009741 : if (opts_set->x_flag_ira_share_save_slots) mask |= HOST_WIDE_INT_1U << 49;
1205 : 96009741 : if (opts_set->x_flag_ira_share_spill_slots) mask |= HOST_WIDE_INT_1U << 50;
1206 : 96009741 : if (opts_set->x_flag_isolate_erroneous_paths_attribute) mask |= HOST_WIDE_INT_1U << 51;
1207 : 96009741 : if (opts_set->x_flag_isolate_erroneous_paths_dereference) mask |= HOST_WIDE_INT_1U << 52;
1208 : 96009741 : if (opts_set->x_flag_ivopts) mask |= HOST_WIDE_INT_1U << 53;
1209 : 96009741 : if (opts_set->x_flag_jump_tables) mask |= HOST_WIDE_INT_1U << 54;
1210 : 96009741 : if (opts_set->x_flag_keep_gc_roots_live) mask |= HOST_WIDE_INT_1U << 55;
1211 : 96009741 : if (opts_set->x_flag_late_combine_instructions) mask |= HOST_WIDE_INT_1U << 56;
1212 : 96009741 : if (opts_set->x_flag_lifetime_dse) mask |= HOST_WIDE_INT_1U << 57;
1213 : 96009741 : if (opts_set->x_flag_limit_function_alignment) mask |= HOST_WIDE_INT_1U << 58;
1214 : 96009741 : if (opts_set->x_flag_live_range_shrinkage) mask |= HOST_WIDE_INT_1U << 59;
1215 : 96009741 : if (opts_set->x_flag_loop_interchange) mask |= HOST_WIDE_INT_1U << 60;
1216 : 96009741 : if (opts_set->x_flag_loop_nest_optimize) mask |= HOST_WIDE_INT_1U << 61;
1217 : 96009741 : if (opts_set->x_flag_loop_parallelize_all) mask |= HOST_WIDE_INT_1U << 62;
1218 : 96009741 : if (opts_set->x_flag_unroll_jam) mask |= HOST_WIDE_INT_1U << 63;
1219 : 96009741 : ptr->explicit_mask[5] = mask;
1220 : 96009741 : mask = 0;
1221 : 96009741 : if (opts_set->x_flag_lra_remat) mask |= HOST_WIDE_INT_1U << 0;
1222 : 96009741 : if (opts_set->x_flag_malloc_dce) mask |= HOST_WIDE_INT_1U << 1;
1223 : 96009741 : if (opts_set->x_flag_errno_math) mask |= HOST_WIDE_INT_1U << 2;
1224 : 96009741 : if (opts_set->x_flag_modulo_sched) mask |= HOST_WIDE_INT_1U << 3;
1225 : 96009741 : if (opts_set->x_flag_modulo_sched_allow_regmoves) mask |= HOST_WIDE_INT_1U << 4;
1226 : 96009741 : if (opts_set->x_flag_move_loop_invariants) mask |= HOST_WIDE_INT_1U << 5;
1227 : 96009741 : if (opts_set->x_flag_move_loop_stores) mask |= HOST_WIDE_INT_1U << 6;
1228 : 96009741 : if (opts_set->x_flag_non_call_exceptions) mask |= HOST_WIDE_INT_1U << 7;
1229 : 96009741 : if (opts_set->x_flag_nothrow_opt) mask |= HOST_WIDE_INT_1U << 8;
1230 : 96009741 : if (opts_set->x_flag_omit_frame_pointer) mask |= HOST_WIDE_INT_1U << 9;
1231 : 96009741 : if (opts_set->x_flag_opt_info) mask |= HOST_WIDE_INT_1U << 10;
1232 : 96009741 : if (opts_set->x_flag_optimize_crc) mask |= HOST_WIDE_INT_1U << 11;
1233 : 96009741 : if (opts_set->x_flag_optimize_sibling_calls) mask |= HOST_WIDE_INT_1U << 12;
1234 : 96009741 : if (opts_set->x_flag_optimize_strlen) mask |= HOST_WIDE_INT_1U << 13;
1235 : 96009741 : if (opts_set->x_flag_pack_struct) mask |= HOST_WIDE_INT_1U << 14;
1236 : 96009741 : if (opts_set->x_flag_partial_inlining) mask |= HOST_WIDE_INT_1U << 15;
1237 : 96009741 : if (opts_set->x_flag_pcc_struct_return) mask |= HOST_WIDE_INT_1U << 16;
1238 : 96009741 : if (opts_set->x_flag_peel_loops) mask |= HOST_WIDE_INT_1U << 17;
1239 : 96009741 : if (opts_set->x_flag_no_peephole) mask |= HOST_WIDE_INT_1U << 18;
1240 : 96009741 : if (opts_set->x_flag_peephole2) mask |= HOST_WIDE_INT_1U << 19;
1241 : 96009741 : if (opts_set->x_flag_plt) mask |= HOST_WIDE_INT_1U << 20;
1242 : 96009741 : if (opts_set->x_flag_predictive_commoning) mask |= HOST_WIDE_INT_1U << 21;
1243 : 96009741 : if (opts_set->x_flag_prefetch_loop_arrays) mask |= HOST_WIDE_INT_1U << 22;
1244 : 96009741 : if (opts_set->x_flag_printf_return_value) mask |= HOST_WIDE_INT_1U << 23;
1245 : 96009741 : if (opts_set->x_flag_profile_partial_training) mask |= HOST_WIDE_INT_1U << 24;
1246 : 96009741 : if (opts_set->x_flag_profile_reorder_functions) mask |= HOST_WIDE_INT_1U << 25;
1247 : 96009741 : if (opts_set->x_flag_reciprocal_math) mask |= HOST_WIDE_INT_1U << 26;
1248 : 96009741 : if (opts_set->x_flag_ree) mask |= HOST_WIDE_INT_1U << 27;
1249 : 96009741 : if (opts_set->x_flag_rename_registers) mask |= HOST_WIDE_INT_1U << 28;
1250 : 96009741 : if (opts_set->x_flag_reorder_blocks) mask |= HOST_WIDE_INT_1U << 29;
1251 : 96009741 : if (opts_set->x_flag_reorder_blocks_and_partition) mask |= HOST_WIDE_INT_1U << 30;
1252 : 96009741 : if (opts_set->x_flag_reorder_functions) mask |= HOST_WIDE_INT_1U << 31;
1253 : 96009741 : if (opts_set->x_flag_rerun_cse_after_loop) mask |= HOST_WIDE_INT_1U << 32;
1254 : 96009741 : if (opts_set->x_flag_resched_modulo_sched) mask |= HOST_WIDE_INT_1U << 33;
1255 : 96009741 : if (opts_set->x_flag_rounding_math) mask |= HOST_WIDE_INT_1U << 34;
1256 : 96009741 : if (opts_set->x_flag_rtti) mask |= HOST_WIDE_INT_1U << 35;
1257 : 96009741 : if (opts_set->x_flag_save_optimization_record) mask |= HOST_WIDE_INT_1U << 36;
1258 : 96009741 : if (opts_set->x_flag_sched_critical_path_heuristic) mask |= HOST_WIDE_INT_1U << 37;
1259 : 96009741 : if (opts_set->x_flag_sched_dep_count_heuristic) mask |= HOST_WIDE_INT_1U << 38;
1260 : 96009741 : if (opts_set->x_flag_sched_group_heuristic) mask |= HOST_WIDE_INT_1U << 39;
1261 : 96009741 : if (opts_set->x_flag_schedule_interblock) mask |= HOST_WIDE_INT_1U << 40;
1262 : 96009741 : if (opts_set->x_flag_sched_last_insn_heuristic) mask |= HOST_WIDE_INT_1U << 41;
1263 : 96009741 : if (opts_set->x_flag_sched_pressure) mask |= HOST_WIDE_INT_1U << 42;
1264 : 96009741 : if (opts_set->x_flag_sched_rank_heuristic) mask |= HOST_WIDE_INT_1U << 43;
1265 : 96009741 : if (opts_set->x_flag_schedule_speculative) mask |= HOST_WIDE_INT_1U << 44;
1266 : 96009741 : if (opts_set->x_flag_sched_spec_insn_heuristic) mask |= HOST_WIDE_INT_1U << 45;
1267 : 96009741 : if (opts_set->x_flag_schedule_speculative_load) mask |= HOST_WIDE_INT_1U << 46;
1268 : 96009741 : if (opts_set->x_flag_schedule_speculative_load_dangerous) mask |= HOST_WIDE_INT_1U << 47;
1269 : 96009741 : if (opts_set->x_flag_sched2_use_superblocks) mask |= HOST_WIDE_INT_1U << 48;
1270 : 96009741 : if (opts_set->x_flag_schedule_fusion) mask |= HOST_WIDE_INT_1U << 49;
1271 : 96009741 : if (opts_set->x_flag_schedule_insns) mask |= HOST_WIDE_INT_1U << 50;
1272 : 96009741 : if (opts_set->x_flag_schedule_insns_after_reload) mask |= HOST_WIDE_INT_1U << 51;
1273 : 96009741 : if (opts_set->x_flag_section_anchors) mask |= HOST_WIDE_INT_1U << 52;
1274 : 96009741 : if (opts_set->x_flag_sel_sched_pipelining) mask |= HOST_WIDE_INT_1U << 53;
1275 : 96009741 : if (opts_set->x_flag_sel_sched_pipelining_outer_loops) mask |= HOST_WIDE_INT_1U << 54;
1276 : 96009741 : if (opts_set->x_flag_sel_sched_reschedule_pipelined) mask |= HOST_WIDE_INT_1U << 55;
1277 : 96009741 : if (opts_set->x_flag_selective_scheduling) mask |= HOST_WIDE_INT_1U << 56;
1278 : 96009741 : if (opts_set->x_flag_selective_scheduling2) mask |= HOST_WIDE_INT_1U << 57;
1279 : 96009741 : if (opts_set->x_flag_semantic_interposition) mask |= HOST_WIDE_INT_1U << 58;
1280 : 96009741 : if (opts_set->x_flag_short_enums) mask |= HOST_WIDE_INT_1U << 59;
1281 : 96009741 : if (opts_set->x_flag_short_wchar) mask |= HOST_WIDE_INT_1U << 60;
1282 : 96009741 : if (opts_set->x_flag_shrink_wrap) mask |= HOST_WIDE_INT_1U << 61;
1283 : 96009741 : if (opts_set->x_flag_shrink_wrap_separate) mask |= HOST_WIDE_INT_1U << 62;
1284 : 96009741 : if (opts_set->x_flag_signaling_nans) mask |= HOST_WIDE_INT_1U << 63;
1285 : 96009741 : ptr->explicit_mask[6] = mask;
1286 : 96009741 : mask = 0;
1287 : 96009741 : if (opts_set->x_flag_signed_zeros) mask |= HOST_WIDE_INT_1U << 0;
1288 : 96009741 : if (opts_set->x_flag_single_precision_constant) mask |= HOST_WIDE_INT_1U << 1;
1289 : 96009741 : if (opts_set->x_flag_split_ivs_in_unroller) mask |= HOST_WIDE_INT_1U << 2;
1290 : 96009741 : if (opts_set->x_flag_split_loops) mask |= HOST_WIDE_INT_1U << 3;
1291 : 96009741 : if (opts_set->x_flag_split_paths) mask |= HOST_WIDE_INT_1U << 4;
1292 : 96009741 : if (opts_set->x_flag_split_wide_types) mask |= HOST_WIDE_INT_1U << 5;
1293 : 96009741 : if (opts_set->x_flag_split_wide_types_early) mask |= HOST_WIDE_INT_1U << 6;
1294 : 96009741 : if (opts_set->x_flag_ssa_backprop) mask |= HOST_WIDE_INT_1U << 7;
1295 : 96009741 : if (opts_set->x_flag_ssa_phiopt) mask |= HOST_WIDE_INT_1U << 8;
1296 : 96009741 : if (opts_set->x_flag_stack_clash_protection) mask |= HOST_WIDE_INT_1U << 9;
1297 : 96009741 : if (opts_set->x_flag_stack_protect) mask |= HOST_WIDE_INT_1U << 10;
1298 : 96009741 : if (opts_set->x_flag_stdarg_opt) mask |= HOST_WIDE_INT_1U << 11;
1299 : 96009741 : if (opts_set->x_flag_store_merging) mask |= HOST_WIDE_INT_1U << 12;
1300 : 96009741 : if (opts_set->x_flag_strict_aliasing) mask |= HOST_WIDE_INT_1U << 13;
1301 : 96009741 : if (opts_set->x_flag_strict_enums) mask |= HOST_WIDE_INT_1U << 14;
1302 : 96009741 : if (opts_set->x_flag_strict_volatile_bitfields) mask |= HOST_WIDE_INT_1U << 15;
1303 : 96009741 : if (opts_set->x_flag_thread_jumps) mask |= HOST_WIDE_INT_1U << 16;
1304 : 96009741 : if (opts_set->x_flag_threadsafe_statics) mask |= HOST_WIDE_INT_1U << 17;
1305 : 96009741 : if (opts_set->x_flag_toplevel_reorder) mask |= HOST_WIDE_INT_1U << 18;
1306 : 96009741 : if (opts_set->x_flag_tracer) mask |= HOST_WIDE_INT_1U << 19;
1307 : 96009741 : if (opts_set->x_flag_trapping_math) mask |= HOST_WIDE_INT_1U << 20;
1308 : 96009741 : if (opts_set->x_flag_trapv) mask |= HOST_WIDE_INT_1U << 21;
1309 : 96009741 : if (opts_set->x_flag_tree_bit_ccp) mask |= HOST_WIDE_INT_1U << 22;
1310 : 96009741 : if (opts_set->x_flag_tree_builtin_call_dce) mask |= HOST_WIDE_INT_1U << 23;
1311 : 96009741 : if (opts_set->x_flag_tree_ccp) mask |= HOST_WIDE_INT_1U << 24;
1312 : 96009741 : if (opts_set->x_flag_tree_ch) mask |= HOST_WIDE_INT_1U << 25;
1313 : 96009741 : if (opts_set->x_flag_tree_coalesce_vars) mask |= HOST_WIDE_INT_1U << 26;
1314 : 96009741 : if (opts_set->x_flag_tree_copy_prop) mask |= HOST_WIDE_INT_1U << 27;
1315 : 96009741 : if (opts_set->x_flag_tree_cselim) mask |= HOST_WIDE_INT_1U << 28;
1316 : 96009741 : if (opts_set->x_flag_tree_dce) mask |= HOST_WIDE_INT_1U << 29;
1317 : 96009741 : if (opts_set->x_flag_tree_dom) mask |= HOST_WIDE_INT_1U << 30;
1318 : 96009741 : if (opts_set->x_flag_tree_dse) mask |= HOST_WIDE_INT_1U << 31;
1319 : 96009741 : if (opts_set->x_flag_tree_forwprop) mask |= HOST_WIDE_INT_1U << 32;
1320 : 96009741 : if (opts_set->x_flag_tree_fre) mask |= HOST_WIDE_INT_1U << 33;
1321 : 96009741 : if (opts_set->x_flag_tree_loop_distribute_patterns) mask |= HOST_WIDE_INT_1U << 34;
1322 : 96009741 : if (opts_set->x_flag_tree_loop_distribution) mask |= HOST_WIDE_INT_1U << 35;
1323 : 96009741 : if (opts_set->x_flag_tree_loop_if_convert) mask |= HOST_WIDE_INT_1U << 36;
1324 : 96009741 : if (opts_set->x_flag_tree_loop_im) mask |= HOST_WIDE_INT_1U << 37;
1325 : 96009741 : if (opts_set->x_flag_tree_loop_ivcanon) mask |= HOST_WIDE_INT_1U << 38;
1326 : 96009741 : if (opts_set->x_flag_tree_loop_optimize) mask |= HOST_WIDE_INT_1U << 39;
1327 : 96009741 : if (opts_set->x_flag_tree_loop_vectorize) mask |= HOST_WIDE_INT_1U << 40;
1328 : 96009741 : if (opts_set->x_flag_tree_live_range_split) mask |= HOST_WIDE_INT_1U << 41;
1329 : 96009741 : if (opts_set->x_flag_tree_partial_pre) mask |= HOST_WIDE_INT_1U << 42;
1330 : 96009741 : if (opts_set->x_flag_tree_phiprop) mask |= HOST_WIDE_INT_1U << 43;
1331 : 96009741 : if (opts_set->x_flag_tree_pre) mask |= HOST_WIDE_INT_1U << 44;
1332 : 96009741 : if (opts_set->x_flag_tree_pta) mask |= HOST_WIDE_INT_1U << 45;
1333 : 96009741 : if (opts_set->x_flag_tree_reassoc) mask |= HOST_WIDE_INT_1U << 46;
1334 : 96009741 : if (opts_set->x_flag_tree_scev_cprop) mask |= HOST_WIDE_INT_1U << 47;
1335 : 96009741 : if (opts_set->x_flag_tree_sink) mask |= HOST_WIDE_INT_1U << 48;
1336 : 96009741 : if (opts_set->x_flag_tree_slp_vectorize) mask |= HOST_WIDE_INT_1U << 49;
1337 : 96009741 : if (opts_set->x_flag_tree_slsr) mask |= HOST_WIDE_INT_1U << 50;
1338 : 96009741 : if (opts_set->x_flag_tree_sra) mask |= HOST_WIDE_INT_1U << 51;
1339 : 96009741 : if (opts_set->x_flag_tree_switch_conversion) mask |= HOST_WIDE_INT_1U << 52;
1340 : 96009741 : if (opts_set->x_flag_tree_tail_merge) mask |= HOST_WIDE_INT_1U << 53;
1341 : 96009741 : if (opts_set->x_flag_tree_ter) mask |= HOST_WIDE_INT_1U << 54;
1342 : 96009741 : if (opts_set->x_flag_tree_vectorize) mask |= HOST_WIDE_INT_1U << 55;
1343 : 96009741 : if (opts_set->x_flag_tree_vrp) mask |= HOST_WIDE_INT_1U << 56;
1344 : 96009741 : if (opts_set->x_flag_unconstrained_commons) mask |= HOST_WIDE_INT_1U << 57;
1345 : 96009741 : if (opts_set->x_flag_unreachable_traps) mask |= HOST_WIDE_INT_1U << 58;
1346 : 96009741 : if (opts_set->x_flag_unroll_all_loops) mask |= HOST_WIDE_INT_1U << 59;
1347 : 96009741 : if (opts_set->x_flag_cunroll_grow_size) mask |= HOST_WIDE_INT_1U << 60;
1348 : 96009741 : if (opts_set->x_flag_unroll_loops) mask |= HOST_WIDE_INT_1U << 61;
1349 : 96009741 : if (opts_set->x_flag_unsafe_math_optimizations) mask |= HOST_WIDE_INT_1U << 62;
1350 : 96009741 : if (opts_set->x_flag_unswitch_loops) mask |= HOST_WIDE_INT_1U << 63;
1351 : 96009741 : ptr->explicit_mask[7] = mask;
1352 : 96009741 : mask = 0;
1353 : 96009741 : if (opts_set->x_flag_unwind_tables) mask |= HOST_WIDE_INT_1U << 0;
1354 : 96009741 : if (opts_set->x_flag_var_tracking) mask |= HOST_WIDE_INT_1U << 1;
1355 : 96009741 : if (opts_set->x_flag_var_tracking_assignments) mask |= HOST_WIDE_INT_1U << 2;
1356 : 96009741 : if (opts_set->x_flag_var_tracking_assignments_toggle) mask |= HOST_WIDE_INT_1U << 3;
1357 : 96009741 : if (opts_set->x_flag_var_tracking_uninit) mask |= HOST_WIDE_INT_1U << 4;
1358 : 96009741 : if (opts_set->x_flag_variable_expansion_in_unroller) mask |= HOST_WIDE_INT_1U << 5;
1359 : 96009741 : if (opts_set->x_flag_version_loops_for_strides) mask |= HOST_WIDE_INT_1U << 6;
1360 : 96009741 : if (opts_set->x_flag_value_profile_transformations) mask |= HOST_WIDE_INT_1U << 7;
1361 : 96009741 : if (opts_set->x_flag_web) mask |= HOST_WIDE_INT_1U << 8;
1362 : 96009741 : if (opts_set->x_flag_wrapv) mask |= HOST_WIDE_INT_1U << 9;
1363 : 96009741 : if (opts_set->x_flag_wrapv_pointer) mask |= HOST_WIDE_INT_1U << 10;
1364 : 96009741 : if (opts_set->x_debug_nonbind_markers_p) mask |= HOST_WIDE_INT_1U << 11;
1365 : 96009741 : if (opts_set->x_ix86_unroll_only_small_loops) mask |= HOST_WIDE_INT_1U << 12;
1366 : 96009741 : if (opts_set->x_str_align_functions) mask |= HOST_WIDE_INT_1U << 13;
1367 : 96009741 : if (opts_set->x_str_align_jumps) mask |= HOST_WIDE_INT_1U << 14;
1368 : 96009741 : if (opts_set->x_str_align_labels) mask |= HOST_WIDE_INT_1U << 15;
1369 : 96009741 : if (opts_set->x_str_align_loops) mask |= HOST_WIDE_INT_1U << 16;
1370 : 96009741 : if (opts_set->x_flag_patchable_function_entry) mask |= HOST_WIDE_INT_1U << 17;
1371 : 96009741 : ptr->explicit_mask[8] = mask;
1372 : 96009741 : }
1373 : :
1374 : : /* Restore optimization options from a structure. */
1375 : : void
1376 : 51128715 : cl_optimization_restore (struct gcc_options *opts, struct gcc_options *opts_set,
1377 : : struct cl_optimization *ptr)
1378 : : {
1379 : 51128715 : opts->x_param_align_loop_iterations = ptr->x_param_align_loop_iterations;
1380 : 51128715 : opts->x_param_align_threshold = ptr->x_param_align_threshold;
1381 : 51128715 : opts->x_param_asan_protect_allocas = ptr->x_param_asan_protect_allocas;
1382 : 51128715 : opts->x_param_asan_instrument_reads = ptr->x_param_asan_instrument_reads;
1383 : 51128715 : opts->x_param_asan_instrument_writes = ptr->x_param_asan_instrument_writes;
1384 : 51128715 : opts->x_param_asan_instrumentation_with_call_threshold = ptr->x_param_asan_instrumentation_with_call_threshold;
1385 : 51128715 : opts->x_param_asan_kernel_mem_intrinsic_prefix = ptr->x_param_asan_kernel_mem_intrinsic_prefix;
1386 : 51128715 : opts->x_param_asan_memintrin = ptr->x_param_asan_memintrin;
1387 : 51128715 : opts->x_param_asan_stack = ptr->x_param_asan_stack;
1388 : 51128715 : opts->x_param_asan_use_after_return = ptr->x_param_asan_use_after_return;
1389 : 51128715 : opts->x_param_avg_loop_niter = ptr->x_param_avg_loop_niter;
1390 : 51128715 : opts->x_param_avoid_fma_max_bits = ptr->x_param_avoid_fma_max_bits;
1391 : 51128715 : opts->x_param_builtin_expect_probability = ptr->x_param_builtin_expect_probability;
1392 : 51128715 : opts->x_param_builtin_string_cmp_inline_length = ptr->x_param_builtin_string_cmp_inline_length;
1393 : 51128715 : opts->x_param_case_values_threshold = ptr->x_param_case_values_threshold;
1394 : 51128715 : opts->x_param_comdat_sharing_probability = ptr->x_param_comdat_sharing_probability;
1395 : 51128715 : opts->x_param_construct_interfere_size = ptr->x_param_construct_interfere_size;
1396 : 51128715 : opts->x_param_cycle_accurate_model = ptr->x_param_cycle_accurate_model;
1397 : 51128715 : opts->x_param_destruct_interfere_size = ptr->x_param_destruct_interfere_size;
1398 : 51128715 : opts->x_param_dse_max_alias_queries_per_store = ptr->x_param_dse_max_alias_queries_per_store;
1399 : 51128715 : opts->x_param_dse_max_object_size = ptr->x_param_dse_max_object_size;
1400 : 51128715 : opts->x_param_early_inlining_insns = ptr->x_param_early_inlining_insns;
1401 : 51128715 : opts->x_param_fsm_scale_path_stmts = ptr->x_param_fsm_scale_path_stmts;
1402 : 51128715 : opts->x_param_fully_pipelined_fma = ptr->x_param_fully_pipelined_fma;
1403 : 51128715 : opts->x_param_gcse_after_reload_critical_fraction = ptr->x_param_gcse_after_reload_critical_fraction;
1404 : 51128715 : opts->x_param_gcse_after_reload_partial_fraction = ptr->x_param_gcse_after_reload_partial_fraction;
1405 : 51128715 : opts->x_param_gcse_cost_distance_ratio = ptr->x_param_gcse_cost_distance_ratio;
1406 : 51128715 : opts->x_param_gcse_unrestricted_cost = ptr->x_param_gcse_unrestricted_cost;
1407 : 51128715 : opts->x_param_graphite_max_arrays_per_scop = ptr->x_param_graphite_max_arrays_per_scop;
1408 : 51128715 : opts->x_param_graphite_max_nb_scop_params = ptr->x_param_graphite_max_nb_scop_params;
1409 : 51128715 : opts->x_param_hardcfr_max_blocks = ptr->x_param_hardcfr_max_blocks;
1410 : 51128715 : opts->x_param_hardcfr_max_inline_blocks = ptr->x_param_hardcfr_max_inline_blocks;
1411 : 51128715 : opts->x_param_hwasan_instrument_allocas = ptr->x_param_hwasan_instrument_allocas;
1412 : 51128715 : opts->x_param_hwasan_instrument_mem_intrinsics = ptr->x_param_hwasan_instrument_mem_intrinsics;
1413 : 51128715 : opts->x_param_hwasan_instrument_reads = ptr->x_param_hwasan_instrument_reads;
1414 : 51128715 : opts->x_param_hwasan_instrument_stack = ptr->x_param_hwasan_instrument_stack;
1415 : 51128715 : opts->x_param_hwasan_instrument_writes = ptr->x_param_hwasan_instrument_writes;
1416 : 51128715 : opts->x_param_hwasan_random_frame_tag = ptr->x_param_hwasan_random_frame_tag;
1417 : 51128715 : opts->x_param_inline_heuristics_hint_percent = ptr->x_param_inline_heuristics_hint_percent;
1418 : 51128715 : opts->x_param_inline_min_speedup = ptr->x_param_inline_min_speedup;
1419 : 51128715 : opts->x_param_inline_unit_growth = ptr->x_param_inline_unit_growth;
1420 : 51128715 : opts->x_param_ipa_cp_eval_threshold = ptr->x_param_ipa_cp_eval_threshold;
1421 : 51128715 : opts->x_param_ipa_cp_large_unit_insns = ptr->x_param_ipa_cp_large_unit_insns;
1422 : 51128715 : opts->x_param_ipa_cp_loop_hint_bonus = ptr->x_param_ipa_cp_loop_hint_bonus;
1423 : 51128715 : opts->x_param_ipa_cp_max_recursive_depth = ptr->x_param_ipa_cp_max_recursive_depth;
1424 : 51128715 : opts->x_param_ipa_cp_min_recursive_probability = ptr->x_param_ipa_cp_min_recursive_probability;
1425 : 51128715 : opts->x_param_ipa_cp_recursion_penalty = ptr->x_param_ipa_cp_recursion_penalty;
1426 : 51128715 : opts->x_param_ipa_cp_recursive_freq_factor = ptr->x_param_ipa_cp_recursive_freq_factor;
1427 : 51128715 : opts->x_param_ipa_cp_single_call_penalty = ptr->x_param_ipa_cp_single_call_penalty;
1428 : 51128715 : opts->x_param_ipa_cp_unit_growth = ptr->x_param_ipa_cp_unit_growth;
1429 : 51128715 : opts->x_param_ipa_cp_value_list_size = ptr->x_param_ipa_cp_value_list_size;
1430 : 51128715 : opts->x_param_ipa_jump_function_lookups = ptr->x_param_ipa_jump_function_lookups;
1431 : 51128715 : opts->x_param_ipa_max_aa_steps = ptr->x_param_ipa_max_aa_steps;
1432 : 51128715 : opts->x_param_ipa_max_agg_items = ptr->x_param_ipa_max_agg_items;
1433 : 51128715 : opts->x_param_ipa_max_loop_predicates = ptr->x_param_ipa_max_loop_predicates;
1434 : 51128715 : opts->x_param_ipa_max_param_expr_ops = ptr->x_param_ipa_max_param_expr_ops;
1435 : 51128715 : opts->x_param_ipa_max_switch_predicate_bounds = ptr->x_param_ipa_max_switch_predicate_bounds;
1436 : 51128715 : opts->x_param_ipa_sra_deref_prob_threshold = ptr->x_param_ipa_sra_deref_prob_threshold;
1437 : 51128715 : opts->x_param_ipa_sra_max_replacements = ptr->x_param_ipa_sra_max_replacements;
1438 : 51128715 : opts->x_param_ipa_sra_ptr_growth_factor = ptr->x_param_ipa_sra_ptr_growth_factor;
1439 : 51128715 : opts->x_param_ipa_sra_ptrwrap_growth_factor = ptr->x_param_ipa_sra_ptrwrap_growth_factor;
1440 : 51128715 : opts->x_param_ira_consider_dup_in_all_alts = ptr->x_param_ira_consider_dup_in_all_alts;
1441 : 51128715 : opts->x_param_ira_loop_reserved_regs = ptr->x_param_ira_loop_reserved_regs;
1442 : 51128715 : opts->x_param_ira_max_conflict_table_size = ptr->x_param_ira_max_conflict_table_size;
1443 : 51128715 : opts->x_param_ira_max_loops_num = ptr->x_param_ira_max_loops_num;
1444 : 51128715 : opts->x_param_ira_simple_lra_insn_threshold = ptr->x_param_ira_simple_lra_insn_threshold;
1445 : 51128715 : opts->x_param_iv_always_prune_cand_set_bound = ptr->x_param_iv_always_prune_cand_set_bound;
1446 : 51128715 : opts->x_param_iv_consider_all_candidates_bound = ptr->x_param_iv_consider_all_candidates_bound;
1447 : 51128715 : opts->x_param_iv_max_considered_uses = ptr->x_param_iv_max_considered_uses;
1448 : 51128715 : opts->x_param_jump_table_max_growth_ratio_for_size = ptr->x_param_jump_table_max_growth_ratio_for_size;
1449 : 51128715 : opts->x_param_jump_table_max_growth_ratio_for_speed = ptr->x_param_jump_table_max_growth_ratio_for_speed;
1450 : 51128715 : opts->x_param_l1_cache_line_size = ptr->x_param_l1_cache_line_size;
1451 : 51128715 : opts->x_param_l1_cache_size = ptr->x_param_l1_cache_size;
1452 : 51128715 : opts->x_param_l2_cache_size = ptr->x_param_l2_cache_size;
1453 : 51128715 : opts->x_param_large_function_growth = ptr->x_param_large_function_growth;
1454 : 51128715 : opts->x_param_large_function_insns = ptr->x_param_large_function_insns;
1455 : 51128715 : opts->x_param_stack_frame_growth = ptr->x_param_stack_frame_growth;
1456 : 51128715 : opts->x_param_large_stack_frame = ptr->x_param_large_stack_frame;
1457 : 51128715 : opts->x_param_large_unit_insns = ptr->x_param_large_unit_insns;
1458 : 51128715 : opts->x_param_lim_expensive = ptr->x_param_lim_expensive;
1459 : 51128715 : opts->x_param_loop_block_tile_size = ptr->x_param_loop_block_tile_size;
1460 : 51128715 : opts->x_param_loop_interchange_max_num_stmts = ptr->x_param_loop_interchange_max_num_stmts;
1461 : 51128715 : opts->x_param_loop_interchange_stride_ratio = ptr->x_param_loop_interchange_stride_ratio;
1462 : 51128715 : opts->x_param_loop_invariant_max_bbs_in_loop = ptr->x_param_loop_invariant_max_bbs_in_loop;
1463 : 51128715 : opts->x_param_loop_max_datarefs_for_datadeps = ptr->x_param_loop_max_datarefs_for_datadeps;
1464 : 51128715 : opts->x_param_loop_versioning_max_inner_insns = ptr->x_param_loop_versioning_max_inner_insns;
1465 : 51128715 : opts->x_param_loop_versioning_max_outer_insns = ptr->x_param_loop_versioning_max_outer_insns;
1466 : 51128715 : opts->x_param_lra_inheritance_ebb_probability_cutoff = ptr->x_param_lra_inheritance_ebb_probability_cutoff;
1467 : 51128715 : opts->x_param_lra_max_considered_reload_pseudos = ptr->x_param_lra_max_considered_reload_pseudos;
1468 : 51128715 : opts->x_param_lto_locality_frequency = ptr->x_param_lto_locality_frequency;
1469 : 51128715 : opts->x_param_lto_locality_size = ptr->x_param_lto_locality_size;
1470 : 51128715 : opts->x_param_max_average_unrolled_insns = ptr->x_param_max_average_unrolled_insns;
1471 : 51128715 : opts->x_param_max_combine_insns = ptr->x_param_max_combine_insns;
1472 : 51128715 : opts->x_param_max_combine_search_insns = ptr->x_param_max_combine_search_insns;
1473 : 51128715 : opts->x_param_max_unroll_iterations = ptr->x_param_max_unroll_iterations;
1474 : 51128715 : opts->x_param_max_completely_peel_times = ptr->x_param_max_completely_peel_times;
1475 : 51128715 : opts->x_param_max_completely_peeled_insns = ptr->x_param_max_completely_peeled_insns;
1476 : 51128715 : opts->x_param_max_crossjump_edges = ptr->x_param_max_crossjump_edges;
1477 : 51128715 : opts->x_param_max_cse_insns = ptr->x_param_max_cse_insns;
1478 : 51128715 : opts->x_param_max_cse_path_length = ptr->x_param_max_cse_path_length;
1479 : 51128715 : opts->x_param_max_cselib_memory_locations = ptr->x_param_max_cselib_memory_locations;
1480 : 51128715 : opts->x_param_max_debug_marker_count = ptr->x_param_max_debug_marker_count;
1481 : 51128715 : opts->x_param_max_delay_slot_insn_search = ptr->x_param_max_delay_slot_insn_search;
1482 : 51128715 : opts->x_param_max_delay_slot_live_search = ptr->x_param_max_delay_slot_live_search;
1483 : 51128715 : opts->x_param_max_dse_active_local_stores = ptr->x_param_max_dse_active_local_stores;
1484 : 51128715 : opts->x_param_early_inliner_max_iterations = ptr->x_param_early_inliner_max_iterations;
1485 : 51128715 : opts->x_param_max_find_base_term_values = ptr->x_param_max_find_base_term_values;
1486 : 51128715 : opts->x_param_max_fsm_thread_path_insns = ptr->x_param_max_fsm_thread_path_insns;
1487 : 51128715 : opts->x_param_max_gcse_insertion_ratio = ptr->x_param_max_gcse_insertion_ratio;
1488 : 51128715 : opts->x_param_max_gcse_memory = ptr->x_param_max_gcse_memory;
1489 : 51128715 : opts->x_param_max_goto_duplication_insns = ptr->x_param_max_goto_duplication_insns;
1490 : 51128715 : opts->x_param_max_grow_copy_bb_insns = ptr->x_param_max_grow_copy_bb_insns;
1491 : 51128715 : opts->x_param_max_hoist_depth = ptr->x_param_max_hoist_depth;
1492 : 51128715 : opts->x_param_inline_functions_called_once_insns = ptr->x_param_inline_functions_called_once_insns;
1493 : 51128715 : opts->x_param_inline_functions_called_once_loop_depth = ptr->x_param_inline_functions_called_once_loop_depth;
1494 : 51128715 : opts->x_param_max_inline_insns_auto = ptr->x_param_max_inline_insns_auto;
1495 : 51128715 : opts->x_param_max_inline_insns_recursive_auto = ptr->x_param_max_inline_insns_recursive_auto;
1496 : 51128715 : opts->x_param_max_inline_insns_recursive = ptr->x_param_max_inline_insns_recursive;
1497 : 51128715 : opts->x_param_max_inline_insns_single = ptr->x_param_max_inline_insns_single;
1498 : 51128715 : opts->x_param_max_inline_insns_size = ptr->x_param_max_inline_insns_size;
1499 : 51128715 : opts->x_param_max_inline_insns_small = ptr->x_param_max_inline_insns_small;
1500 : 51128715 : opts->x_param_max_inline_recursive_depth_auto = ptr->x_param_max_inline_recursive_depth_auto;
1501 : 51128715 : opts->x_param_max_inline_recursive_depth = ptr->x_param_max_inline_recursive_depth;
1502 : 51128715 : opts->x_param_max_isl_operations = ptr->x_param_max_isl_operations;
1503 : 51128715 : opts->x_param_max_iterations_computation_cost = ptr->x_param_max_iterations_computation_cost;
1504 : 51128715 : opts->x_param_max_iterations_to_track = ptr->x_param_max_iterations_to_track;
1505 : 51128715 : opts->x_param_max_jump_thread_duplication_stmts = ptr->x_param_max_jump_thread_duplication_stmts;
1506 : 51128715 : opts->x_param_max_jump_thread_paths = ptr->x_param_max_jump_thread_paths;
1507 : 51128715 : opts->x_param_max_last_value_rtl = ptr->x_param_max_last_value_rtl;
1508 : 51128715 : opts->x_param_max_loop_header_insns = ptr->x_param_max_loop_header_insns;
1509 : 51128715 : opts->x_param_max_modulo_backtrack_attempts = ptr->x_param_max_modulo_backtrack_attempts;
1510 : 51128715 : opts->x_param_max_partial_antic_length = ptr->x_param_max_partial_antic_length;
1511 : 51128715 : opts->x_param_max_peel_branches = ptr->x_param_max_peel_branches;
1512 : 51128715 : opts->x_param_max_peel_times = ptr->x_param_max_peel_times;
1513 : 51128715 : opts->x_param_max_peeled_insns = ptr->x_param_max_peeled_insns;
1514 : 51128715 : opts->x_param_max_pending_list_length = ptr->x_param_max_pending_list_length;
1515 : 51128715 : opts->x_param_max_pipeline_region_blocks = ptr->x_param_max_pipeline_region_blocks;
1516 : 51128715 : opts->x_param_max_pipeline_region_insns = ptr->x_param_max_pipeline_region_insns;
1517 : 51128715 : opts->x_param_max_pow_sqrt_depth = ptr->x_param_max_pow_sqrt_depth;
1518 : 51128715 : opts->x_param_max_predicted_iterations = ptr->x_param_max_predicted_iterations;
1519 : 51128715 : opts->x_param_max_reload_search_insns = ptr->x_param_max_reload_search_insns;
1520 : 51128715 : opts->x_param_max_rtl_if_conversion_insns = ptr->x_param_max_rtl_if_conversion_insns;
1521 : 51128715 : opts->x_param_max_rtl_if_conversion_predictable_cost = ptr->x_param_max_rtl_if_conversion_predictable_cost;
1522 : 51128715 : opts->x_param_max_rtl_if_conversion_unpredictable_cost = ptr->x_param_max_rtl_if_conversion_unpredictable_cost;
1523 : 51128715 : opts->x_param_max_sched_extend_regions_iters = ptr->x_param_max_sched_extend_regions_iters;
1524 : 51128715 : opts->x_param_max_sched_insn_conflict_delay = ptr->x_param_max_sched_insn_conflict_delay;
1525 : 51128715 : opts->x_param_max_sched_ready_insns = ptr->x_param_max_sched_ready_insns;
1526 : 51128715 : opts->x_param_max_sched_region_blocks = ptr->x_param_max_sched_region_blocks;
1527 : 51128715 : opts->x_param_max_sched_region_insns = ptr->x_param_max_sched_region_insns;
1528 : 51128715 : opts->x_param_max_slsr_candidate_scan = ptr->x_param_max_slsr_candidate_scan;
1529 : 51128715 : opts->x_param_max_speculative_devirt_maydefs = ptr->x_param_max_speculative_devirt_maydefs;
1530 : 51128715 : opts->x_param_max_stores_to_merge = ptr->x_param_max_stores_to_merge;
1531 : 51128715 : opts->x_param_max_stores_to_sink = ptr->x_param_max_stores_to_sink;
1532 : 51128715 : opts->x_param_max_tail_merge_comparisons = ptr->x_param_max_tail_merge_comparisons;
1533 : 51128715 : opts->x_param_max_tail_merge_iterations = ptr->x_param_max_tail_merge_iterations;
1534 : 51128715 : opts->x_param_max_tracked_strlens = ptr->x_param_max_tracked_strlens;
1535 : 51128715 : opts->x_param_max_tree_if_conversion_phi_args = ptr->x_param_max_tree_if_conversion_phi_args;
1536 : 51128715 : opts->x_param_max_unroll_times = ptr->x_param_max_unroll_times;
1537 : 51128715 : opts->x_param_max_unrolled_insns = ptr->x_param_max_unrolled_insns;
1538 : 51128715 : opts->x_param_max_unswitch_depth = ptr->x_param_max_unswitch_depth;
1539 : 51128715 : opts->x_param_max_unswitch_insns = ptr->x_param_max_unswitch_insns;
1540 : 51128715 : opts->x_param_max_variable_expansions = ptr->x_param_max_variable_expansions;
1541 : 51128715 : opts->x_param_max_vartrack_expr_depth = ptr->x_param_max_vartrack_expr_depth;
1542 : 51128715 : opts->x_param_max_vartrack_reverse_op_size = ptr->x_param_max_vartrack_reverse_op_size;
1543 : 51128715 : opts->x_param_max_vartrack_size = ptr->x_param_max_vartrack_size;
1544 : 51128715 : opts->x_param_min_crossjump_insns = ptr->x_param_min_crossjump_insns;
1545 : 51128715 : opts->x_param_min_inline_recursive_probability = ptr->x_param_min_inline_recursive_probability;
1546 : 51128715 : opts->x_param_min_insn_to_prefetch_ratio = ptr->x_param_min_insn_to_prefetch_ratio;
1547 : 51128715 : opts->x_param_min_loop_cond_split_prob = ptr->x_param_min_loop_cond_split_prob;
1548 : 51128715 : opts->x_param_min_pagesize = ptr->x_param_min_pagesize;
1549 : 51128715 : opts->x_param_min_size_for_stack_sharing = ptr->x_param_min_size_for_stack_sharing;
1550 : 51128715 : opts->x_param_min_spec_prob = ptr->x_param_min_spec_prob;
1551 : 51128715 : opts->x_param_min_vect_loop_bound = ptr->x_param_min_vect_loop_bound;
1552 : 51128715 : opts->x_param_modref_max_accesses = ptr->x_param_modref_max_accesses;
1553 : 51128715 : opts->x_param_modref_max_adjustments = ptr->x_param_modref_max_adjustments;
1554 : 51128715 : opts->x_param_modref_max_bases = ptr->x_param_modref_max_bases;
1555 : 51128715 : opts->x_param_modref_max_depth = ptr->x_param_modref_max_depth;
1556 : 51128715 : opts->x_param_modref_max_escape_points = ptr->x_param_modref_max_escape_points;
1557 : 51128715 : opts->x_param_modref_max_refs = ptr->x_param_modref_max_refs;
1558 : 51128715 : opts->x_param_modref_max_tests = ptr->x_param_modref_max_tests;
1559 : 51128715 : opts->x_param_parloops_chunk_size = ptr->x_param_parloops_chunk_size;
1560 : 51128715 : opts->x_param_parloops_min_per_thread = ptr->x_param_parloops_min_per_thread;
1561 : 51128715 : opts->x_param_parloops_schedule = ptr->x_param_parloops_schedule;
1562 : 51128715 : opts->x_param_partial_inlining_entry_probability = ptr->x_param_partial_inlining_entry_probability;
1563 : 51128715 : opts->x_param_phiopt_factor_max_stmts_live = ptr->x_param_phiopt_factor_max_stmts_live;
1564 : 51128715 : opts->x_param_predictable_branch_outcome = ptr->x_param_predictable_branch_outcome;
1565 : 51128715 : opts->x_param_prefetch_dynamic_strides = ptr->x_param_prefetch_dynamic_strides;
1566 : 51128715 : opts->x_param_prefetch_latency = ptr->x_param_prefetch_latency;
1567 : 51128715 : opts->x_param_prefetch_min_insn_to_mem_ratio = ptr->x_param_prefetch_min_insn_to_mem_ratio;
1568 : 51128715 : opts->x_param_prefetch_minimum_stride = ptr->x_param_prefetch_minimum_stride;
1569 : 51128715 : opts->x_param_ranger_logical_depth = ptr->x_param_ranger_logical_depth;
1570 : 51128715 : opts->x_param_ranger_recompute_depth = ptr->x_param_ranger_recompute_depth;
1571 : 51128715 : opts->x_param_relation_block_limit = ptr->x_param_relation_block_limit;
1572 : 51128715 : opts->x_param_rpo_vn_max_loop_depth = ptr->x_param_rpo_vn_max_loop_depth;
1573 : 51128715 : opts->x_param_sccvn_max_alias_queries_per_access = ptr->x_param_sccvn_max_alias_queries_per_access;
1574 : 51128715 : opts->x_param_scev_max_expr_complexity = ptr->x_param_scev_max_expr_complexity;
1575 : 51128715 : opts->x_param_scev_max_expr_size = ptr->x_param_scev_max_expr_size;
1576 : 51128715 : opts->x_param_sched_autopref_queue_depth = ptr->x_param_sched_autopref_queue_depth;
1577 : 51128715 : opts->x_param_sched_mem_true_dep_cost = ptr->x_param_sched_mem_true_dep_cost;
1578 : 51128715 : opts->x_param_sched_pressure_algorithm = ptr->x_param_sched_pressure_algorithm;
1579 : 51128715 : opts->x_param_sched_spec_prob_cutoff = ptr->x_param_sched_spec_prob_cutoff;
1580 : 51128715 : opts->x_param_sched_state_edge_prob_cutoff = ptr->x_param_sched_state_edge_prob_cutoff;
1581 : 51128715 : opts->x_param_selsched_insns_to_rename = ptr->x_param_selsched_insns_to_rename;
1582 : 51128715 : opts->x_param_selsched_max_lookahead = ptr->x_param_selsched_max_lookahead;
1583 : 51128715 : opts->x_param_selsched_max_sched_times = ptr->x_param_selsched_max_sched_times;
1584 : 51128715 : opts->x_param_simultaneous_prefetches = ptr->x_param_simultaneous_prefetches;
1585 : 51128715 : opts->x_param_sink_frequency_threshold = ptr->x_param_sink_frequency_threshold;
1586 : 51128715 : opts->x_param_sms_dfa_history = ptr->x_param_sms_dfa_history;
1587 : 51128715 : opts->x_param_sms_loop_average_count_threshold = ptr->x_param_sms_loop_average_count_threshold;
1588 : 51128715 : opts->x_param_sms_max_ii_factor = ptr->x_param_sms_max_ii_factor;
1589 : 51128715 : opts->x_param_sms_min_sc = ptr->x_param_sms_min_sc;
1590 : 51128715 : opts->x_param_sra_max_propagations = ptr->x_param_sra_max_propagations;
1591 : 51128715 : opts->x_param_sra_max_scalarization_size_size = ptr->x_param_sra_max_scalarization_size_size;
1592 : 51128715 : opts->x_param_sra_max_scalarization_size_speed = ptr->x_param_sra_max_scalarization_size_speed;
1593 : 51128715 : opts->x_param_ssa_name_def_chain_limit = ptr->x_param_ssa_name_def_chain_limit;
1594 : 51128715 : opts->x_param_ssp_buffer_size = ptr->x_param_ssp_buffer_size;
1595 : 51128715 : opts->x_param_stack_clash_protection_guard_size = ptr->x_param_stack_clash_protection_guard_size;
1596 : 51128715 : opts->x_param_stack_clash_protection_probe_interval = ptr->x_param_stack_clash_protection_probe_interval;
1597 : 51128715 : opts->x_param_store_forwarding_max_distance = ptr->x_param_store_forwarding_max_distance;
1598 : 51128715 : opts->x_param_store_merging_allow_unaligned = ptr->x_param_store_merging_allow_unaligned;
1599 : 51128715 : opts->x_param_store_merging_max_size = ptr->x_param_store_merging_max_size;
1600 : 51128715 : opts->x_param_switch_conversion_branch_ratio = ptr->x_param_switch_conversion_branch_ratio;
1601 : 51128715 : opts->x_param_switch_lower_slow_alg_max_cases = ptr->x_param_switch_lower_slow_alg_max_cases;
1602 : 51128715 : opts->x_param_tm_max_aggregate_size = ptr->x_param_tm_max_aggregate_size;
1603 : 51128715 : opts->x_param_tracer_dynamic_coverage_feedback = ptr->x_param_tracer_dynamic_coverage_feedback;
1604 : 51128715 : opts->x_param_tracer_dynamic_coverage = ptr->x_param_tracer_dynamic_coverage;
1605 : 51128715 : opts->x_param_tracer_max_code_growth = ptr->x_param_tracer_max_code_growth;
1606 : 51128715 : opts->x_param_tracer_min_branch_probability_feedback = ptr->x_param_tracer_min_branch_probability_feedback;
1607 : 51128715 : opts->x_param_tracer_min_branch_probability = ptr->x_param_tracer_min_branch_probability;
1608 : 51128715 : opts->x_param_tracer_min_branch_ratio = ptr->x_param_tracer_min_branch_ratio;
1609 : 51128715 : opts->x_param_transitive_relations_work_bound = ptr->x_param_transitive_relations_work_bound;
1610 : 51128715 : opts->x_param_tree_reassoc_width = ptr->x_param_tree_reassoc_width;
1611 : 51128715 : opts->x_param_uninit_control_dep_attempts = ptr->x_param_uninit_control_dep_attempts;
1612 : 51128715 : opts->x_param_uninit_max_chain_len = ptr->x_param_uninit_max_chain_len;
1613 : 51128715 : opts->x_param_uninit_max_num_chains = ptr->x_param_uninit_max_num_chains;
1614 : 51128715 : opts->x_param_uninlined_function_insns = ptr->x_param_uninlined_function_insns;
1615 : 51128715 : opts->x_param_uninlined_function_time = ptr->x_param_uninlined_function_time;
1616 : 51128715 : opts->x_param_uninlined_function_thunk_insns = ptr->x_param_uninlined_function_thunk_insns;
1617 : 51128715 : opts->x_param_uninlined_function_thunk_time = ptr->x_param_uninlined_function_thunk_time;
1618 : 51128715 : opts->x_param_unlikely_bb_count_fraction = ptr->x_param_unlikely_bb_count_fraction;
1619 : 51128715 : opts->x_param_unroll_jam_max_unroll = ptr->x_param_unroll_jam_max_unroll;
1620 : 51128715 : opts->x_param_unroll_jam_min_percent = ptr->x_param_unroll_jam_min_percent;
1621 : 51128715 : opts->x_param_use_after_scope_direct_emission_threshold = ptr->x_param_use_after_scope_direct_emission_threshold;
1622 : 51128715 : opts->x_param_vect_epilogues_nomask = ptr->x_param_vect_epilogues_nomask;
1623 : 51128715 : opts->x_param_vect_induction_float = ptr->x_param_vect_induction_float;
1624 : 51128715 : opts->x_param_vect_inner_loop_cost_factor = ptr->x_param_vect_inner_loop_cost_factor;
1625 : 51128715 : opts->x_param_vect_max_layout_candidates = ptr->x_param_vect_max_layout_candidates;
1626 : 51128715 : opts->x_param_vect_max_peeling_for_alignment = ptr->x_param_vect_max_peeling_for_alignment;
1627 : 51128715 : opts->x_param_vect_max_version_for_alias_checks = ptr->x_param_vect_max_version_for_alias_checks;
1628 : 51128715 : opts->x_param_vect_max_version_for_alignment_checks = ptr->x_param_vect_max_version_for_alignment_checks;
1629 : 51128715 : opts->x_param_vect_partial_vector_usage = ptr->x_param_vect_partial_vector_usage;
1630 : 51128715 : opts->x_param_vect_scalar_cost_multiplier = ptr->x_param_vect_scalar_cost_multiplier;
1631 : 51128715 : opts->x_param_vrp_block_limit = ptr->x_param_vrp_block_limit;
1632 : 51128715 : opts->x_param_vrp_sparse_threshold = ptr->x_param_vrp_sparse_threshold;
1633 : 51128715 : opts->x_param_vrp_switch_limit = ptr->x_param_vrp_switch_limit;
1634 : 51128715 : opts->x_param_vrp_vector_threshold = ptr->x_param_vrp_vector_threshold;
1635 : 51128715 : opts->x_flag_complex_method = ptr->x_flag_complex_method;
1636 : 51128715 : opts->x_flag_malloc_dse = ptr->x_flag_malloc_dse;
1637 : 51128715 : opts->x_flag_min_function_alignment = ptr->x_flag_min_function_alignment;
1638 : 51128715 : opts->x_flag_openmp_target_simd_clone = ptr->x_flag_openmp_target_simd_clone;
1639 : 51128715 : opts->x_flag_sched_stalled_insns = ptr->x_flag_sched_stalled_insns;
1640 : 51128715 : opts->x_flag_sched_stalled_insns_dep = ptr->x_flag_sched_stalled_insns_dep;
1641 : 51128715 : opts->x_flag_tree_parallelize_loops = ptr->x_flag_tree_parallelize_loops;
1642 : 51128715 : opts->x_flag_lto_locality_cloning = ptr->x_flag_lto_locality_cloning;
1643 : 51128715 : opts->x_param_ranger_debug = ptr->x_param_ranger_debug;
1644 : 51128715 : opts->x_param_threader_debug = ptr->x_param_threader_debug;
1645 : 51128715 : opts->x_flag_excess_precision = ptr->x_flag_excess_precision;
1646 : 51128715 : opts->x_flag_fp_contract_mode = ptr->x_flag_fp_contract_mode;
1647 : 51128715 : opts->x_flag_harden_control_flow_redundancy_check_noreturn = ptr->x_flag_harden_control_flow_redundancy_check_noreturn;
1648 : 51128715 : opts->x_flag_inline_stringops = ptr->x_flag_inline_stringops;
1649 : 51128715 : opts->x_flag_ira_algorithm = ptr->x_flag_ira_algorithm;
1650 : 51128715 : opts->x_flag_ira_region = ptr->x_flag_ira_region;
1651 : 51128715 : opts->x_flag_live_patching = ptr->x_flag_live_patching;
1652 : 51128715 : opts->x_flag_reorder_blocks_algorithm = ptr->x_flag_reorder_blocks_algorithm;
1653 : 51128715 : opts->x_flag_simd_cost_model = ptr->x_flag_simd_cost_model;
1654 : 51128715 : opts->x_flag_stack_reuse = ptr->x_flag_stack_reuse;
1655 : 51128715 : opts->x_flag_auto_var_init = ptr->x_flag_auto_var_init;
1656 : 51128715 : opts->x_flag_vect_cost_model = ptr->x_flag_vect_cost_model;
1657 : 51128715 : opts->x_optimize = ptr->x_optimize;
1658 : 51128715 : opts->x_optimize_size = ptr->x_optimize_size;
1659 : 51128715 : opts->x_optimize_debug = ptr->x_optimize_debug;
1660 : 51128715 : opts->x_optimize_fast = ptr->x_optimize_fast;
1661 : 51128715 : opts->x_warn_inline = ptr->x_warn_inline;
1662 : 51128715 : opts->x_flag_aggressive_loop_optimizations = ptr->x_flag_aggressive_loop_optimizations;
1663 : 51128715 : opts->x_flag_align_functions = ptr->x_flag_align_functions;
1664 : 51128715 : opts->x_flag_align_jumps = ptr->x_flag_align_jumps;
1665 : 51128715 : opts->x_flag_align_labels = ptr->x_flag_align_labels;
1666 : 51128715 : opts->x_flag_align_loops = ptr->x_flag_align_loops;
1667 : 51128715 : opts->x_flag_allocation_dce = ptr->x_flag_allocation_dce;
1668 : 51128715 : opts->x_flag_store_data_races = ptr->x_flag_store_data_races;
1669 : 51128715 : opts->x_flag_associative_math = ptr->x_flag_associative_math;
1670 : 51128715 : opts->x_flag_assume_sane_operators_new_delete = ptr->x_flag_assume_sane_operators_new_delete;
1671 : 51128715 : opts->x_flag_asynchronous_unwind_tables = ptr->x_flag_asynchronous_unwind_tables;
1672 : 51128715 : opts->x_flag_auto_inc_dec = ptr->x_flag_auto_inc_dec;
1673 : 51128715 : opts->x_flag_avoid_store_forwarding = ptr->x_flag_avoid_store_forwarding;
1674 : 51128715 : opts->x_flag_bit_tests = ptr->x_flag_bit_tests;
1675 : 51128715 : opts->x_flag_branch_on_count_reg = ptr->x_flag_branch_on_count_reg;
1676 : 51128715 : opts->x_flag_branch_probabilities = ptr->x_flag_branch_probabilities;
1677 : 51128715 : opts->x_flag_caller_saves = ptr->x_flag_caller_saves;
1678 : 51128715 : opts->x_flag_code_hoisting = ptr->x_flag_code_hoisting;
1679 : 51128715 : opts->x_flag_combine_stack_adjustments = ptr->x_flag_combine_stack_adjustments;
1680 : 51128715 : opts->x_flag_compare_elim_after_reload = ptr->x_flag_compare_elim_after_reload;
1681 : 51128715 : opts->x_flag_conserve_stack = ptr->x_flag_conserve_stack;
1682 : 51128715 : opts->x_flag_cprop_registers = ptr->x_flag_cprop_registers;
1683 : 51128715 : opts->x_flag_crossjumping = ptr->x_flag_crossjumping;
1684 : 51128715 : opts->x_flag_cse_follow_jumps = ptr->x_flag_cse_follow_jumps;
1685 : 51128715 : opts->x_flag_dce = ptr->x_flag_dce;
1686 : 51128715 : opts->x_flag_defer_pop = ptr->x_flag_defer_pop;
1687 : 51128715 : opts->x_flag_delayed_branch = ptr->x_flag_delayed_branch;
1688 : 51128715 : opts->x_flag_delete_dead_exceptions = ptr->x_flag_delete_dead_exceptions;
1689 : 51128715 : opts->x_flag_delete_null_pointer_checks = ptr->x_flag_delete_null_pointer_checks;
1690 : 51128715 : opts->x_flag_devirtualize = ptr->x_flag_devirtualize;
1691 : 51128715 : opts->x_flag_devirtualize_speculatively = ptr->x_flag_devirtualize_speculatively;
1692 : 51128715 : opts->x_flag_dse = ptr->x_flag_dse;
1693 : 51128715 : opts->x_flag_early_inlining = ptr->x_flag_early_inlining;
1694 : 51128715 : opts->x_flag_exceptions = ptr->x_flag_exceptions;
1695 : 51128715 : opts->x_flag_expensive_optimizations = ptr->x_flag_expensive_optimizations;
1696 : 51128715 : opts->x_flag_ext_dce = ptr->x_flag_ext_dce;
1697 : 51128715 : opts->x_flag_finite_loops = ptr->x_flag_finite_loops;
1698 : 51128715 : opts->x_flag_finite_math_only = ptr->x_flag_finite_math_only;
1699 : 51128715 : opts->x_flag_float_store = ptr->x_flag_float_store;
1700 : 51128715 : opts->x_flag_fold_mem_offsets = ptr->x_flag_fold_mem_offsets;
1701 : 51128715 : opts->x_flag_fold_simple_inlines = ptr->x_flag_fold_simple_inlines;
1702 : 51128715 : opts->x_flag_forward_propagate = ptr->x_flag_forward_propagate;
1703 : 51128715 : opts->x_flag_fp_int_builtin_inexact = ptr->x_flag_fp_int_builtin_inexact;
1704 : 51128715 : opts->x_flag_no_function_cse = ptr->x_flag_no_function_cse;
1705 : 51128715 : opts->x_flag_gcse = ptr->x_flag_gcse;
1706 : 51128715 : opts->x_flag_gcse_after_reload = ptr->x_flag_gcse_after_reload;
1707 : 51128715 : opts->x_flag_gcse_las = ptr->x_flag_gcse_las;
1708 : 51128715 : opts->x_flag_gcse_lm = ptr->x_flag_gcse_lm;
1709 : 51128715 : opts->x_flag_gcse_sm = ptr->x_flag_gcse_sm;
1710 : 51128715 : opts->x_flag_graphite = ptr->x_flag_graphite;
1711 : 51128715 : opts->x_flag_graphite_identity = ptr->x_flag_graphite_identity;
1712 : 51128715 : opts->x_flag_guess_branch_prob = ptr->x_flag_guess_branch_prob;
1713 : 51128715 : opts->x_flag_harden_control_flow_redundancy_check_exceptions = ptr->x_flag_harden_control_flow_redundancy_check_exceptions;
1714 : 51128715 : opts->x_flag_harden_control_flow_redundancy_check_returning_calls = ptr->x_flag_harden_control_flow_redundancy_check_returning_calls;
1715 : 51128715 : opts->x_flag_harden_control_flow_redundancy_skip_leaf = ptr->x_flag_harden_control_flow_redundancy_skip_leaf;
1716 : 51128715 : opts->x_flag_harden_compares = ptr->x_flag_harden_compares;
1717 : 51128715 : opts->x_flag_harden_conditional_branches = ptr->x_flag_harden_conditional_branches;
1718 : 51128715 : opts->x_flag_harden_control_flow_redundancy = ptr->x_flag_harden_control_flow_redundancy;
1719 : 51128715 : opts->x_flag_hoist_adjacent_loads = ptr->x_flag_hoist_adjacent_loads;
1720 : 51128715 : opts->x_flag_if_conversion = ptr->x_flag_if_conversion;
1721 : 51128715 : opts->x_flag_if_conversion2 = ptr->x_flag_if_conversion2;
1722 : 51128715 : opts->x_flag_indirect_inlining = ptr->x_flag_indirect_inlining;
1723 : 51128715 : opts->x_flag_no_inline = ptr->x_flag_no_inline;
1724 : 51128715 : opts->x_flag_inline_atomics = ptr->x_flag_inline_atomics;
1725 : 51128715 : opts->x_flag_inline_functions = ptr->x_flag_inline_functions;
1726 : 51128715 : opts->x_flag_inline_functions_called_once = ptr->x_flag_inline_functions_called_once;
1727 : 51128715 : opts->x_flag_inline_small_functions = ptr->x_flag_inline_small_functions;
1728 : 51128715 : opts->x_flag_ipa_bit_cp = ptr->x_flag_ipa_bit_cp;
1729 : 51128715 : opts->x_flag_ipa_cp = ptr->x_flag_ipa_cp;
1730 : 51128715 : opts->x_flag_ipa_cp_clone = ptr->x_flag_ipa_cp_clone;
1731 : 51128715 : opts->x_flag_ipa_icf = ptr->x_flag_ipa_icf;
1732 : 51128715 : opts->x_flag_ipa_icf_functions = ptr->x_flag_ipa_icf_functions;
1733 : 51128715 : opts->x_flag_ipa_icf_variables = ptr->x_flag_ipa_icf_variables;
1734 : 51128715 : opts->x_flag_ipa_modref = ptr->x_flag_ipa_modref;
1735 : 51128715 : opts->x_flag_ipa_profile = ptr->x_flag_ipa_profile;
1736 : 51128715 : opts->x_flag_ipa_pta = ptr->x_flag_ipa_pta;
1737 : 51128715 : opts->x_flag_ipa_pure_const = ptr->x_flag_ipa_pure_const;
1738 : 51128715 : opts->x_flag_ipa_ra = ptr->x_flag_ipa_ra;
1739 : 51128715 : opts->x_flag_ipa_reference = ptr->x_flag_ipa_reference;
1740 : 51128715 : opts->x_flag_ipa_reference_addressable = ptr->x_flag_ipa_reference_addressable;
1741 : 51128715 : opts->x_flag_ipa_reorder_for_locality = ptr->x_flag_ipa_reorder_for_locality;
1742 : 51128715 : opts->x_flag_ipa_sra = ptr->x_flag_ipa_sra;
1743 : 51128715 : opts->x_flag_ipa_stack_alignment = ptr->x_flag_ipa_stack_alignment;
1744 : 51128715 : opts->x_flag_ipa_strict_aliasing = ptr->x_flag_ipa_strict_aliasing;
1745 : 51128715 : opts->x_flag_ipa_vrp = ptr->x_flag_ipa_vrp;
1746 : 51128715 : opts->x_flag_ira_hoist_pressure = ptr->x_flag_ira_hoist_pressure;
1747 : 51128715 : opts->x_flag_ira_loop_pressure = ptr->x_flag_ira_loop_pressure;
1748 : 51128715 : opts->x_flag_ira_share_save_slots = ptr->x_flag_ira_share_save_slots;
1749 : 51128715 : opts->x_flag_ira_share_spill_slots = ptr->x_flag_ira_share_spill_slots;
1750 : 51128715 : opts->x_flag_isolate_erroneous_paths_attribute = ptr->x_flag_isolate_erroneous_paths_attribute;
1751 : 51128715 : opts->x_flag_isolate_erroneous_paths_dereference = ptr->x_flag_isolate_erroneous_paths_dereference;
1752 : 51128715 : opts->x_flag_ivopts = ptr->x_flag_ivopts;
1753 : 51128715 : opts->x_flag_jump_tables = ptr->x_flag_jump_tables;
1754 : 51128715 : opts->x_flag_keep_gc_roots_live = ptr->x_flag_keep_gc_roots_live;
1755 : 51128715 : opts->x_flag_late_combine_instructions = ptr->x_flag_late_combine_instructions;
1756 : 51128715 : opts->x_flag_lifetime_dse = ptr->x_flag_lifetime_dse;
1757 : 51128715 : opts->x_flag_limit_function_alignment = ptr->x_flag_limit_function_alignment;
1758 : 51128715 : opts->x_flag_live_range_shrinkage = ptr->x_flag_live_range_shrinkage;
1759 : 51128715 : opts->x_flag_loop_interchange = ptr->x_flag_loop_interchange;
1760 : 51128715 : opts->x_flag_loop_nest_optimize = ptr->x_flag_loop_nest_optimize;
1761 : 51128715 : opts->x_flag_loop_parallelize_all = ptr->x_flag_loop_parallelize_all;
1762 : 51128715 : opts->x_flag_unroll_jam = ptr->x_flag_unroll_jam;
1763 : 51128715 : opts->x_flag_lra_remat = ptr->x_flag_lra_remat;
1764 : 51128715 : opts->x_flag_malloc_dce = ptr->x_flag_malloc_dce;
1765 : 51128715 : opts->x_flag_errno_math = ptr->x_flag_errno_math;
1766 : 51128715 : opts->x_flag_modulo_sched = ptr->x_flag_modulo_sched;
1767 : 51128715 : opts->x_flag_modulo_sched_allow_regmoves = ptr->x_flag_modulo_sched_allow_regmoves;
1768 : 51128715 : opts->x_flag_move_loop_invariants = ptr->x_flag_move_loop_invariants;
1769 : 51128715 : opts->x_flag_move_loop_stores = ptr->x_flag_move_loop_stores;
1770 : 51128715 : opts->x_flag_non_call_exceptions = ptr->x_flag_non_call_exceptions;
1771 : 51128715 : opts->x_flag_nothrow_opt = ptr->x_flag_nothrow_opt;
1772 : 51128715 : opts->x_flag_omit_frame_pointer = ptr->x_flag_omit_frame_pointer;
1773 : 51128715 : opts->x_flag_opt_info = ptr->x_flag_opt_info;
1774 : 51128715 : opts->x_flag_optimize_crc = ptr->x_flag_optimize_crc;
1775 : 51128715 : opts->x_flag_optimize_sibling_calls = ptr->x_flag_optimize_sibling_calls;
1776 : 51128715 : opts->x_flag_optimize_strlen = ptr->x_flag_optimize_strlen;
1777 : 51128715 : opts->x_flag_pack_struct = ptr->x_flag_pack_struct;
1778 : 51128715 : opts->x_flag_partial_inlining = ptr->x_flag_partial_inlining;
1779 : 51128715 : opts->x_flag_pcc_struct_return = ptr->x_flag_pcc_struct_return;
1780 : 51128715 : opts->x_flag_peel_loops = ptr->x_flag_peel_loops;
1781 : 51128715 : opts->x_flag_no_peephole = ptr->x_flag_no_peephole;
1782 : 51128715 : opts->x_flag_peephole2 = ptr->x_flag_peephole2;
1783 : 51128715 : opts->x_flag_plt = ptr->x_flag_plt;
1784 : 51128715 : opts->x_flag_predictive_commoning = ptr->x_flag_predictive_commoning;
1785 : 51128715 : opts->x_flag_prefetch_loop_arrays = ptr->x_flag_prefetch_loop_arrays;
1786 : 51128715 : opts->x_flag_printf_return_value = ptr->x_flag_printf_return_value;
1787 : 51128715 : opts->x_flag_profile_partial_training = ptr->x_flag_profile_partial_training;
1788 : 51128715 : opts->x_flag_profile_reorder_functions = ptr->x_flag_profile_reorder_functions;
1789 : 51128715 : opts->x_flag_reciprocal_math = ptr->x_flag_reciprocal_math;
1790 : 51128715 : opts->x_flag_ree = ptr->x_flag_ree;
1791 : 51128715 : opts->x_flag_rename_registers = ptr->x_flag_rename_registers;
1792 : 51128715 : opts->x_flag_reorder_blocks = ptr->x_flag_reorder_blocks;
1793 : 51128715 : opts->x_flag_reorder_blocks_and_partition = ptr->x_flag_reorder_blocks_and_partition;
1794 : 51128715 : opts->x_flag_reorder_functions = ptr->x_flag_reorder_functions;
1795 : 51128715 : opts->x_flag_rerun_cse_after_loop = ptr->x_flag_rerun_cse_after_loop;
1796 : 51128715 : opts->x_flag_resched_modulo_sched = ptr->x_flag_resched_modulo_sched;
1797 : 51128715 : opts->x_flag_rounding_math = ptr->x_flag_rounding_math;
1798 : 51128715 : opts->x_flag_rtti = ptr->x_flag_rtti;
1799 : 51128715 : opts->x_flag_save_optimization_record = ptr->x_flag_save_optimization_record;
1800 : 51128715 : opts->x_flag_sched_critical_path_heuristic = ptr->x_flag_sched_critical_path_heuristic;
1801 : 51128715 : opts->x_flag_sched_dep_count_heuristic = ptr->x_flag_sched_dep_count_heuristic;
1802 : 51128715 : opts->x_flag_sched_group_heuristic = ptr->x_flag_sched_group_heuristic;
1803 : 51128715 : opts->x_flag_schedule_interblock = ptr->x_flag_schedule_interblock;
1804 : 51128715 : opts->x_flag_sched_last_insn_heuristic = ptr->x_flag_sched_last_insn_heuristic;
1805 : 51128715 : opts->x_flag_sched_pressure = ptr->x_flag_sched_pressure;
1806 : 51128715 : opts->x_flag_sched_rank_heuristic = ptr->x_flag_sched_rank_heuristic;
1807 : 51128715 : opts->x_flag_schedule_speculative = ptr->x_flag_schedule_speculative;
1808 : 51128715 : opts->x_flag_sched_spec_insn_heuristic = ptr->x_flag_sched_spec_insn_heuristic;
1809 : 51128715 : opts->x_flag_schedule_speculative_load = ptr->x_flag_schedule_speculative_load;
1810 : 51128715 : opts->x_flag_schedule_speculative_load_dangerous = ptr->x_flag_schedule_speculative_load_dangerous;
1811 : 51128715 : opts->x_flag_sched2_use_superblocks = ptr->x_flag_sched2_use_superblocks;
1812 : 51128715 : opts->x_flag_schedule_fusion = ptr->x_flag_schedule_fusion;
1813 : 51128715 : opts->x_flag_schedule_insns = ptr->x_flag_schedule_insns;
1814 : 51128715 : opts->x_flag_schedule_insns_after_reload = ptr->x_flag_schedule_insns_after_reload;
1815 : 51128715 : opts->x_flag_section_anchors = ptr->x_flag_section_anchors;
1816 : 51128715 : opts->x_flag_sel_sched_pipelining = ptr->x_flag_sel_sched_pipelining;
1817 : 51128715 : opts->x_flag_sel_sched_pipelining_outer_loops = ptr->x_flag_sel_sched_pipelining_outer_loops;
1818 : 51128715 : opts->x_flag_sel_sched_reschedule_pipelined = ptr->x_flag_sel_sched_reschedule_pipelined;
1819 : 51128715 : opts->x_flag_selective_scheduling = ptr->x_flag_selective_scheduling;
1820 : 51128715 : opts->x_flag_selective_scheduling2 = ptr->x_flag_selective_scheduling2;
1821 : 51128715 : opts->x_flag_semantic_interposition = ptr->x_flag_semantic_interposition;
1822 : 51128715 : opts->x_flag_short_enums = ptr->x_flag_short_enums;
1823 : 51128715 : opts->x_flag_short_wchar = ptr->x_flag_short_wchar;
1824 : 51128715 : opts->x_flag_shrink_wrap = ptr->x_flag_shrink_wrap;
1825 : 51128715 : opts->x_flag_shrink_wrap_separate = ptr->x_flag_shrink_wrap_separate;
1826 : 51128715 : opts->x_flag_signaling_nans = ptr->x_flag_signaling_nans;
1827 : 51128715 : opts->x_flag_signed_zeros = ptr->x_flag_signed_zeros;
1828 : 51128715 : opts->x_flag_single_precision_constant = ptr->x_flag_single_precision_constant;
1829 : 51128715 : opts->x_flag_split_ivs_in_unroller = ptr->x_flag_split_ivs_in_unroller;
1830 : 51128715 : opts->x_flag_split_loops = ptr->x_flag_split_loops;
1831 : 51128715 : opts->x_flag_split_paths = ptr->x_flag_split_paths;
1832 : 51128715 : opts->x_flag_split_wide_types = ptr->x_flag_split_wide_types;
1833 : 51128715 : opts->x_flag_split_wide_types_early = ptr->x_flag_split_wide_types_early;
1834 : 51128715 : opts->x_flag_ssa_backprop = ptr->x_flag_ssa_backprop;
1835 : 51128715 : opts->x_flag_ssa_phiopt = ptr->x_flag_ssa_phiopt;
1836 : 51128715 : opts->x_flag_stack_clash_protection = ptr->x_flag_stack_clash_protection;
1837 : 51128715 : opts->x_flag_stack_protect = ptr->x_flag_stack_protect;
1838 : 51128715 : opts->x_flag_stdarg_opt = ptr->x_flag_stdarg_opt;
1839 : 51128715 : opts->x_flag_store_merging = ptr->x_flag_store_merging;
1840 : 51128715 : opts->x_flag_strict_aliasing = ptr->x_flag_strict_aliasing;
1841 : 51128715 : opts->x_flag_strict_enums = ptr->x_flag_strict_enums;
1842 : 51128715 : opts->x_flag_strict_volatile_bitfields = ptr->x_flag_strict_volatile_bitfields;
1843 : 51128715 : opts->x_flag_thread_jumps = ptr->x_flag_thread_jumps;
1844 : 51128715 : opts->x_flag_threadsafe_statics = ptr->x_flag_threadsafe_statics;
1845 : 51128715 : opts->x_flag_toplevel_reorder = ptr->x_flag_toplevel_reorder;
1846 : 51128715 : opts->x_flag_tracer = ptr->x_flag_tracer;
1847 : 51128715 : opts->x_flag_trapping_math = ptr->x_flag_trapping_math;
1848 : 51128715 : opts->x_flag_trapv = ptr->x_flag_trapv;
1849 : 51128715 : opts->x_flag_tree_bit_ccp = ptr->x_flag_tree_bit_ccp;
1850 : 51128715 : opts->x_flag_tree_builtin_call_dce = ptr->x_flag_tree_builtin_call_dce;
1851 : 51128715 : opts->x_flag_tree_ccp = ptr->x_flag_tree_ccp;
1852 : 51128715 : opts->x_flag_tree_ch = ptr->x_flag_tree_ch;
1853 : 51128715 : opts->x_flag_tree_coalesce_vars = ptr->x_flag_tree_coalesce_vars;
1854 : 51128715 : opts->x_flag_tree_copy_prop = ptr->x_flag_tree_copy_prop;
1855 : 51128715 : opts->x_flag_tree_cselim = ptr->x_flag_tree_cselim;
1856 : 51128715 : opts->x_flag_tree_dce = ptr->x_flag_tree_dce;
1857 : 51128715 : opts->x_flag_tree_dom = ptr->x_flag_tree_dom;
1858 : 51128715 : opts->x_flag_tree_dse = ptr->x_flag_tree_dse;
1859 : 51128715 : opts->x_flag_tree_forwprop = ptr->x_flag_tree_forwprop;
1860 : 51128715 : opts->x_flag_tree_fre = ptr->x_flag_tree_fre;
1861 : 51128715 : opts->x_flag_tree_loop_distribute_patterns = ptr->x_flag_tree_loop_distribute_patterns;
1862 : 51128715 : opts->x_flag_tree_loop_distribution = ptr->x_flag_tree_loop_distribution;
1863 : 51128715 : opts->x_flag_tree_loop_if_convert = ptr->x_flag_tree_loop_if_convert;
1864 : 51128715 : opts->x_flag_tree_loop_im = ptr->x_flag_tree_loop_im;
1865 : 51128715 : opts->x_flag_tree_loop_ivcanon = ptr->x_flag_tree_loop_ivcanon;
1866 : 51128715 : opts->x_flag_tree_loop_optimize = ptr->x_flag_tree_loop_optimize;
1867 : 51128715 : opts->x_flag_tree_loop_vectorize = ptr->x_flag_tree_loop_vectorize;
1868 : 51128715 : opts->x_flag_tree_live_range_split = ptr->x_flag_tree_live_range_split;
1869 : 51128715 : opts->x_flag_tree_partial_pre = ptr->x_flag_tree_partial_pre;
1870 : 51128715 : opts->x_flag_tree_phiprop = ptr->x_flag_tree_phiprop;
1871 : 51128715 : opts->x_flag_tree_pre = ptr->x_flag_tree_pre;
1872 : 51128715 : opts->x_flag_tree_pta = ptr->x_flag_tree_pta;
1873 : 51128715 : opts->x_flag_tree_reassoc = ptr->x_flag_tree_reassoc;
1874 : 51128715 : opts->x_flag_tree_scev_cprop = ptr->x_flag_tree_scev_cprop;
1875 : 51128715 : opts->x_flag_tree_sink = ptr->x_flag_tree_sink;
1876 : 51128715 : opts->x_flag_tree_slp_vectorize = ptr->x_flag_tree_slp_vectorize;
1877 : 51128715 : opts->x_flag_tree_slsr = ptr->x_flag_tree_slsr;
1878 : 51128715 : opts->x_flag_tree_sra = ptr->x_flag_tree_sra;
1879 : 51128715 : opts->x_flag_tree_switch_conversion = ptr->x_flag_tree_switch_conversion;
1880 : 51128715 : opts->x_flag_tree_tail_merge = ptr->x_flag_tree_tail_merge;
1881 : 51128715 : opts->x_flag_tree_ter = ptr->x_flag_tree_ter;
1882 : 51128715 : opts->x_flag_tree_vectorize = ptr->x_flag_tree_vectorize;
1883 : 51128715 : opts->x_flag_tree_vrp = ptr->x_flag_tree_vrp;
1884 : 51128715 : opts->x_flag_unconstrained_commons = ptr->x_flag_unconstrained_commons;
1885 : 51128715 : opts->x_flag_unreachable_traps = ptr->x_flag_unreachable_traps;
1886 : 51128715 : opts->x_flag_unroll_all_loops = ptr->x_flag_unroll_all_loops;
1887 : 51128715 : opts->x_flag_cunroll_grow_size = ptr->x_flag_cunroll_grow_size;
1888 : 51128715 : opts->x_flag_unroll_loops = ptr->x_flag_unroll_loops;
1889 : 51128715 : opts->x_flag_unsafe_math_optimizations = ptr->x_flag_unsafe_math_optimizations;
1890 : 51128715 : opts->x_flag_unswitch_loops = ptr->x_flag_unswitch_loops;
1891 : 51128715 : opts->x_flag_unwind_tables = ptr->x_flag_unwind_tables;
1892 : 51128715 : opts->x_flag_var_tracking = ptr->x_flag_var_tracking;
1893 : 51128715 : opts->x_flag_var_tracking_assignments = ptr->x_flag_var_tracking_assignments;
1894 : 51128715 : opts->x_flag_var_tracking_assignments_toggle = ptr->x_flag_var_tracking_assignments_toggle;
1895 : 51128715 : opts->x_flag_var_tracking_uninit = ptr->x_flag_var_tracking_uninit;
1896 : 51128715 : opts->x_flag_variable_expansion_in_unroller = ptr->x_flag_variable_expansion_in_unroller;
1897 : 51128715 : opts->x_flag_version_loops_for_strides = ptr->x_flag_version_loops_for_strides;
1898 : 51128715 : opts->x_flag_value_profile_transformations = ptr->x_flag_value_profile_transformations;
1899 : 51128715 : opts->x_flag_web = ptr->x_flag_web;
1900 : 51128715 : opts->x_flag_wrapv = ptr->x_flag_wrapv;
1901 : 51128715 : opts->x_flag_wrapv_pointer = ptr->x_flag_wrapv_pointer;
1902 : 51128715 : opts->x_debug_nonbind_markers_p = ptr->x_debug_nonbind_markers_p;
1903 : 51128715 : opts->x_ix86_unroll_only_small_loops = ptr->x_ix86_unroll_only_small_loops;
1904 : 51128715 : opts->x_str_align_functions = ptr->x_str_align_functions;
1905 : 51128715 : opts->x_str_align_jumps = ptr->x_str_align_jumps;
1906 : 51128715 : opts->x_str_align_labels = ptr->x_str_align_labels;
1907 : 51128715 : opts->x_str_align_loops = ptr->x_str_align_loops;
1908 : 51128715 : opts->x_flag_patchable_function_entry = ptr->x_flag_patchable_function_entry;
1909 : :
1910 : 51128715 : unsigned HOST_WIDE_INT mask;
1911 : 51128715 : mask = ptr->explicit_mask[0];
1912 : 51128715 : opts_set->x_param_align_loop_iterations = (mask & 1) != 0;
1913 : 51128715 : mask >>= 1;
1914 : 51128715 : opts_set->x_param_align_threshold = (mask & 1) != 0;
1915 : 51128715 : mask >>= 1;
1916 : 51128715 : opts_set->x_param_asan_protect_allocas = (mask & 1) != 0;
1917 : 51128715 : mask >>= 1;
1918 : 51128715 : opts_set->x_param_asan_instrument_reads = (mask & 1) != 0;
1919 : 51128715 : mask >>= 1;
1920 : 51128715 : opts_set->x_param_asan_instrument_writes = (mask & 1) != 0;
1921 : 51128715 : mask >>= 1;
1922 : 51128715 : opts_set->x_param_asan_instrumentation_with_call_threshold = (mask & 1) != 0;
1923 : 51128715 : mask >>= 1;
1924 : 51128715 : opts_set->x_param_asan_kernel_mem_intrinsic_prefix = (mask & 1) != 0;
1925 : 51128715 : mask >>= 1;
1926 : 51128715 : opts_set->x_param_asan_memintrin = (mask & 1) != 0;
1927 : 51128715 : mask >>= 1;
1928 : 51128715 : opts_set->x_param_asan_stack = (mask & 1) != 0;
1929 : 51128715 : mask >>= 1;
1930 : 51128715 : opts_set->x_param_asan_use_after_return = (mask & 1) != 0;
1931 : 51128715 : mask >>= 1;
1932 : 51128715 : opts_set->x_param_avg_loop_niter = (mask & 1) != 0;
1933 : 51128715 : mask >>= 1;
1934 : 51128715 : opts_set->x_param_avoid_fma_max_bits = (mask & 1) != 0;
1935 : 51128715 : mask >>= 1;
1936 : 51128715 : opts_set->x_param_builtin_expect_probability = (mask & 1) != 0;
1937 : 51128715 : mask >>= 1;
1938 : 51128715 : opts_set->x_param_builtin_string_cmp_inline_length = (mask & 1) != 0;
1939 : 51128715 : mask >>= 1;
1940 : 51128715 : opts_set->x_param_case_values_threshold = (mask & 1) != 0;
1941 : 51128715 : mask >>= 1;
1942 : 51128715 : opts_set->x_param_comdat_sharing_probability = (mask & 1) != 0;
1943 : 51128715 : mask >>= 1;
1944 : 51128715 : opts_set->x_param_construct_interfere_size = (mask & 1) != 0;
1945 : 51128715 : mask >>= 1;
1946 : 51128715 : opts_set->x_param_cycle_accurate_model = (mask & 1) != 0;
1947 : 51128715 : mask >>= 1;
1948 : 51128715 : opts_set->x_param_destruct_interfere_size = (mask & 1) != 0;
1949 : 51128715 : mask >>= 1;
1950 : 51128715 : opts_set->x_param_dse_max_alias_queries_per_store = (mask & 1) != 0;
1951 : 51128715 : mask >>= 1;
1952 : 51128715 : opts_set->x_param_dse_max_object_size = (mask & 1) != 0;
1953 : 51128715 : mask >>= 1;
1954 : 51128715 : opts_set->x_param_early_inlining_insns = (mask & 1) != 0;
1955 : 51128715 : mask >>= 1;
1956 : 51128715 : opts_set->x_param_fsm_scale_path_stmts = (mask & 1) != 0;
1957 : 51128715 : mask >>= 1;
1958 : 51128715 : opts_set->x_param_fully_pipelined_fma = (mask & 1) != 0;
1959 : 51128715 : mask >>= 1;
1960 : 51128715 : opts_set->x_param_gcse_after_reload_critical_fraction = (mask & 1) != 0;
1961 : 51128715 : mask >>= 1;
1962 : 51128715 : opts_set->x_param_gcse_after_reload_partial_fraction = (mask & 1) != 0;
1963 : 51128715 : mask >>= 1;
1964 : 51128715 : opts_set->x_param_gcse_cost_distance_ratio = (mask & 1) != 0;
1965 : 51128715 : mask >>= 1;
1966 : 51128715 : opts_set->x_param_gcse_unrestricted_cost = (mask & 1) != 0;
1967 : 51128715 : mask >>= 1;
1968 : 51128715 : opts_set->x_param_graphite_max_arrays_per_scop = (mask & 1) != 0;
1969 : 51128715 : mask >>= 1;
1970 : 51128715 : opts_set->x_param_graphite_max_nb_scop_params = (mask & 1) != 0;
1971 : 51128715 : mask >>= 1;
1972 : 51128715 : opts_set->x_param_hardcfr_max_blocks = (mask & 1) != 0;
1973 : 51128715 : mask >>= 1;
1974 : 51128715 : opts_set->x_param_hardcfr_max_inline_blocks = (mask & 1) != 0;
1975 : 51128715 : mask >>= 1;
1976 : 51128715 : opts_set->x_param_hwasan_instrument_allocas = (mask & 1) != 0;
1977 : 51128715 : mask >>= 1;
1978 : 51128715 : opts_set->x_param_hwasan_instrument_mem_intrinsics = (mask & 1) != 0;
1979 : 51128715 : mask >>= 1;
1980 : 51128715 : opts_set->x_param_hwasan_instrument_reads = (mask & 1) != 0;
1981 : 51128715 : mask >>= 1;
1982 : 51128715 : opts_set->x_param_hwasan_instrument_stack = (mask & 1) != 0;
1983 : 51128715 : mask >>= 1;
1984 : 51128715 : opts_set->x_param_hwasan_instrument_writes = (mask & 1) != 0;
1985 : 51128715 : mask >>= 1;
1986 : 51128715 : opts_set->x_param_hwasan_random_frame_tag = (mask & 1) != 0;
1987 : 51128715 : mask >>= 1;
1988 : 51128715 : opts_set->x_param_inline_heuristics_hint_percent = (mask & 1) != 0;
1989 : 51128715 : mask >>= 1;
1990 : 51128715 : opts_set->x_param_inline_min_speedup = (mask & 1) != 0;
1991 : 51128715 : mask >>= 1;
1992 : 51128715 : opts_set->x_param_inline_unit_growth = (mask & 1) != 0;
1993 : 51128715 : mask >>= 1;
1994 : 51128715 : opts_set->x_param_ipa_cp_eval_threshold = (mask & 1) != 0;
1995 : 51128715 : mask >>= 1;
1996 : 51128715 : opts_set->x_param_ipa_cp_large_unit_insns = (mask & 1) != 0;
1997 : 51128715 : mask >>= 1;
1998 : 51128715 : opts_set->x_param_ipa_cp_loop_hint_bonus = (mask & 1) != 0;
1999 : 51128715 : mask >>= 1;
2000 : 51128715 : opts_set->x_param_ipa_cp_max_recursive_depth = (mask & 1) != 0;
2001 : 51128715 : mask >>= 1;
2002 : 51128715 : opts_set->x_param_ipa_cp_min_recursive_probability = (mask & 1) != 0;
2003 : 51128715 : mask >>= 1;
2004 : 51128715 : opts_set->x_param_ipa_cp_recursion_penalty = (mask & 1) != 0;
2005 : 51128715 : mask >>= 1;
2006 : 51128715 : opts_set->x_param_ipa_cp_recursive_freq_factor = (mask & 1) != 0;
2007 : 51128715 : mask >>= 1;
2008 : 51128715 : opts_set->x_param_ipa_cp_single_call_penalty = (mask & 1) != 0;
2009 : 51128715 : mask >>= 1;
2010 : 51128715 : opts_set->x_param_ipa_cp_unit_growth = (mask & 1) != 0;
2011 : 51128715 : mask >>= 1;
2012 : 51128715 : opts_set->x_param_ipa_cp_value_list_size = (mask & 1) != 0;
2013 : 51128715 : mask >>= 1;
2014 : 51128715 : opts_set->x_param_ipa_jump_function_lookups = (mask & 1) != 0;
2015 : 51128715 : mask >>= 1;
2016 : 51128715 : opts_set->x_param_ipa_max_aa_steps = (mask & 1) != 0;
2017 : 51128715 : mask >>= 1;
2018 : 51128715 : opts_set->x_param_ipa_max_agg_items = (mask & 1) != 0;
2019 : 51128715 : mask >>= 1;
2020 : 51128715 : opts_set->x_param_ipa_max_loop_predicates = (mask & 1) != 0;
2021 : 51128715 : mask >>= 1;
2022 : 51128715 : opts_set->x_param_ipa_max_param_expr_ops = (mask & 1) != 0;
2023 : 51128715 : mask >>= 1;
2024 : 51128715 : opts_set->x_param_ipa_max_switch_predicate_bounds = (mask & 1) != 0;
2025 : 51128715 : mask >>= 1;
2026 : 51128715 : opts_set->x_param_ipa_sra_deref_prob_threshold = (mask & 1) != 0;
2027 : 51128715 : mask >>= 1;
2028 : 51128715 : opts_set->x_param_ipa_sra_max_replacements = (mask & 1) != 0;
2029 : 51128715 : mask >>= 1;
2030 : 51128715 : opts_set->x_param_ipa_sra_ptr_growth_factor = (mask & 1) != 0;
2031 : 51128715 : mask >>= 1;
2032 : 51128715 : opts_set->x_param_ipa_sra_ptrwrap_growth_factor = (mask & 1) != 0;
2033 : 51128715 : mask >>= 1;
2034 : 51128715 : opts_set->x_param_ira_consider_dup_in_all_alts = (mask & 1) != 0;
2035 : 51128715 : mask >>= 1;
2036 : 51128715 : opts_set->x_param_ira_loop_reserved_regs = (mask & 1) != 0;
2037 : 51128715 : mask >>= 1;
2038 : 51128715 : opts_set->x_param_ira_max_conflict_table_size = (mask & 1) != 0;
2039 : 51128715 : mask >>= 1;
2040 : 51128715 : mask = ptr->explicit_mask[1];
2041 : 51128715 : opts_set->x_param_ira_max_loops_num = (mask & 1) != 0;
2042 : 51128715 : mask >>= 1;
2043 : 51128715 : opts_set->x_param_ira_simple_lra_insn_threshold = (mask & 1) != 0;
2044 : 51128715 : mask >>= 1;
2045 : 51128715 : opts_set->x_param_iv_always_prune_cand_set_bound = (mask & 1) != 0;
2046 : 51128715 : mask >>= 1;
2047 : 51128715 : opts_set->x_param_iv_consider_all_candidates_bound = (mask & 1) != 0;
2048 : 51128715 : mask >>= 1;
2049 : 51128715 : opts_set->x_param_iv_max_considered_uses = (mask & 1) != 0;
2050 : 51128715 : mask >>= 1;
2051 : 51128715 : opts_set->x_param_jump_table_max_growth_ratio_for_size = (mask & 1) != 0;
2052 : 51128715 : mask >>= 1;
2053 : 51128715 : opts_set->x_param_jump_table_max_growth_ratio_for_speed = (mask & 1) != 0;
2054 : 51128715 : mask >>= 1;
2055 : 51128715 : opts_set->x_param_l1_cache_line_size = (mask & 1) != 0;
2056 : 51128715 : mask >>= 1;
2057 : 51128715 : opts_set->x_param_l1_cache_size = (mask & 1) != 0;
2058 : 51128715 : mask >>= 1;
2059 : 51128715 : opts_set->x_param_l2_cache_size = (mask & 1) != 0;
2060 : 51128715 : mask >>= 1;
2061 : 51128715 : opts_set->x_param_large_function_growth = (mask & 1) != 0;
2062 : 51128715 : mask >>= 1;
2063 : 51128715 : opts_set->x_param_large_function_insns = (mask & 1) != 0;
2064 : 51128715 : mask >>= 1;
2065 : 51128715 : opts_set->x_param_stack_frame_growth = (mask & 1) != 0;
2066 : 51128715 : mask >>= 1;
2067 : 51128715 : opts_set->x_param_large_stack_frame = (mask & 1) != 0;
2068 : 51128715 : mask >>= 1;
2069 : 51128715 : opts_set->x_param_large_unit_insns = (mask & 1) != 0;
2070 : 51128715 : mask >>= 1;
2071 : 51128715 : opts_set->x_param_lim_expensive = (mask & 1) != 0;
2072 : 51128715 : mask >>= 1;
2073 : 51128715 : opts_set->x_param_loop_block_tile_size = (mask & 1) != 0;
2074 : 51128715 : mask >>= 1;
2075 : 51128715 : opts_set->x_param_loop_interchange_max_num_stmts = (mask & 1) != 0;
2076 : 51128715 : mask >>= 1;
2077 : 51128715 : opts_set->x_param_loop_interchange_stride_ratio = (mask & 1) != 0;
2078 : 51128715 : mask >>= 1;
2079 : 51128715 : opts_set->x_param_loop_invariant_max_bbs_in_loop = (mask & 1) != 0;
2080 : 51128715 : mask >>= 1;
2081 : 51128715 : opts_set->x_param_loop_max_datarefs_for_datadeps = (mask & 1) != 0;
2082 : 51128715 : mask >>= 1;
2083 : 51128715 : opts_set->x_param_loop_versioning_max_inner_insns = (mask & 1) != 0;
2084 : 51128715 : mask >>= 1;
2085 : 51128715 : opts_set->x_param_loop_versioning_max_outer_insns = (mask & 1) != 0;
2086 : 51128715 : mask >>= 1;
2087 : 51128715 : opts_set->x_param_lra_inheritance_ebb_probability_cutoff = (mask & 1) != 0;
2088 : 51128715 : mask >>= 1;
2089 : 51128715 : opts_set->x_param_lra_max_considered_reload_pseudos = (mask & 1) != 0;
2090 : 51128715 : mask >>= 1;
2091 : 51128715 : opts_set->x_param_lto_locality_frequency = (mask & 1) != 0;
2092 : 51128715 : mask >>= 1;
2093 : 51128715 : opts_set->x_param_lto_locality_size = (mask & 1) != 0;
2094 : 51128715 : mask >>= 1;
2095 : 51128715 : opts_set->x_param_max_average_unrolled_insns = (mask & 1) != 0;
2096 : 51128715 : mask >>= 1;
2097 : 51128715 : opts_set->x_param_max_combine_insns = (mask & 1) != 0;
2098 : 51128715 : mask >>= 1;
2099 : 51128715 : opts_set->x_param_max_combine_search_insns = (mask & 1) != 0;
2100 : 51128715 : mask >>= 1;
2101 : 51128715 : opts_set->x_param_max_unroll_iterations = (mask & 1) != 0;
2102 : 51128715 : mask >>= 1;
2103 : 51128715 : opts_set->x_param_max_completely_peel_times = (mask & 1) != 0;
2104 : 51128715 : mask >>= 1;
2105 : 51128715 : opts_set->x_param_max_completely_peeled_insns = (mask & 1) != 0;
2106 : 51128715 : mask >>= 1;
2107 : 51128715 : opts_set->x_param_max_crossjump_edges = (mask & 1) != 0;
2108 : 51128715 : mask >>= 1;
2109 : 51128715 : opts_set->x_param_max_cse_insns = (mask & 1) != 0;
2110 : 51128715 : mask >>= 1;
2111 : 51128715 : opts_set->x_param_max_cse_path_length = (mask & 1) != 0;
2112 : 51128715 : mask >>= 1;
2113 : 51128715 : opts_set->x_param_max_cselib_memory_locations = (mask & 1) != 0;
2114 : 51128715 : mask >>= 1;
2115 : 51128715 : opts_set->x_param_max_debug_marker_count = (mask & 1) != 0;
2116 : 51128715 : mask >>= 1;
2117 : 51128715 : opts_set->x_param_max_delay_slot_insn_search = (mask & 1) != 0;
2118 : 51128715 : mask >>= 1;
2119 : 51128715 : opts_set->x_param_max_delay_slot_live_search = (mask & 1) != 0;
2120 : 51128715 : mask >>= 1;
2121 : 51128715 : opts_set->x_param_max_dse_active_local_stores = (mask & 1) != 0;
2122 : 51128715 : mask >>= 1;
2123 : 51128715 : opts_set->x_param_early_inliner_max_iterations = (mask & 1) != 0;
2124 : 51128715 : mask >>= 1;
2125 : 51128715 : opts_set->x_param_max_find_base_term_values = (mask & 1) != 0;
2126 : 51128715 : mask >>= 1;
2127 : 51128715 : opts_set->x_param_max_fsm_thread_path_insns = (mask & 1) != 0;
2128 : 51128715 : mask >>= 1;
2129 : 51128715 : opts_set->x_param_max_gcse_insertion_ratio = (mask & 1) != 0;
2130 : 51128715 : mask >>= 1;
2131 : 51128715 : opts_set->x_param_max_gcse_memory = (mask & 1) != 0;
2132 : 51128715 : mask >>= 1;
2133 : 51128715 : opts_set->x_param_max_goto_duplication_insns = (mask & 1) != 0;
2134 : 51128715 : mask >>= 1;
2135 : 51128715 : opts_set->x_param_max_grow_copy_bb_insns = (mask & 1) != 0;
2136 : 51128715 : mask >>= 1;
2137 : 51128715 : opts_set->x_param_max_hoist_depth = (mask & 1) != 0;
2138 : 51128715 : mask >>= 1;
2139 : 51128715 : opts_set->x_param_inline_functions_called_once_insns = (mask & 1) != 0;
2140 : 51128715 : mask >>= 1;
2141 : 51128715 : opts_set->x_param_inline_functions_called_once_loop_depth = (mask & 1) != 0;
2142 : 51128715 : mask >>= 1;
2143 : 51128715 : opts_set->x_param_max_inline_insns_auto = (mask & 1) != 0;
2144 : 51128715 : mask >>= 1;
2145 : 51128715 : opts_set->x_param_max_inline_insns_recursive_auto = (mask & 1) != 0;
2146 : 51128715 : mask >>= 1;
2147 : 51128715 : opts_set->x_param_max_inline_insns_recursive = (mask & 1) != 0;
2148 : 51128715 : mask >>= 1;
2149 : 51128715 : opts_set->x_param_max_inline_insns_single = (mask & 1) != 0;
2150 : 51128715 : mask >>= 1;
2151 : 51128715 : opts_set->x_param_max_inline_insns_size = (mask & 1) != 0;
2152 : 51128715 : mask >>= 1;
2153 : 51128715 : opts_set->x_param_max_inline_insns_small = (mask & 1) != 0;
2154 : 51128715 : mask >>= 1;
2155 : 51128715 : opts_set->x_param_max_inline_recursive_depth_auto = (mask & 1) != 0;
2156 : 51128715 : mask >>= 1;
2157 : 51128715 : opts_set->x_param_max_inline_recursive_depth = (mask & 1) != 0;
2158 : 51128715 : mask >>= 1;
2159 : 51128715 : opts_set->x_param_max_isl_operations = (mask & 1) != 0;
2160 : 51128715 : mask >>= 1;
2161 : 51128715 : opts_set->x_param_max_iterations_computation_cost = (mask & 1) != 0;
2162 : 51128715 : mask >>= 1;
2163 : 51128715 : opts_set->x_param_max_iterations_to_track = (mask & 1) != 0;
2164 : 51128715 : mask >>= 1;
2165 : 51128715 : opts_set->x_param_max_jump_thread_duplication_stmts = (mask & 1) != 0;
2166 : 51128715 : mask >>= 1;
2167 : 51128715 : opts_set->x_param_max_jump_thread_paths = (mask & 1) != 0;
2168 : 51128715 : mask >>= 1;
2169 : 51128715 : mask = ptr->explicit_mask[2];
2170 : 51128715 : opts_set->x_param_max_last_value_rtl = (mask & 1) != 0;
2171 : 51128715 : mask >>= 1;
2172 : 51128715 : opts_set->x_param_max_loop_header_insns = (mask & 1) != 0;
2173 : 51128715 : mask >>= 1;
2174 : 51128715 : opts_set->x_param_max_modulo_backtrack_attempts = (mask & 1) != 0;
2175 : 51128715 : mask >>= 1;
2176 : 51128715 : opts_set->x_param_max_partial_antic_length = (mask & 1) != 0;
2177 : 51128715 : mask >>= 1;
2178 : 51128715 : opts_set->x_param_max_peel_branches = (mask & 1) != 0;
2179 : 51128715 : mask >>= 1;
2180 : 51128715 : opts_set->x_param_max_peel_times = (mask & 1) != 0;
2181 : 51128715 : mask >>= 1;
2182 : 51128715 : opts_set->x_param_max_peeled_insns = (mask & 1) != 0;
2183 : 51128715 : mask >>= 1;
2184 : 51128715 : opts_set->x_param_max_pending_list_length = (mask & 1) != 0;
2185 : 51128715 : mask >>= 1;
2186 : 51128715 : opts_set->x_param_max_pipeline_region_blocks = (mask & 1) != 0;
2187 : 51128715 : mask >>= 1;
2188 : 51128715 : opts_set->x_param_max_pipeline_region_insns = (mask & 1) != 0;
2189 : 51128715 : mask >>= 1;
2190 : 51128715 : opts_set->x_param_max_pow_sqrt_depth = (mask & 1) != 0;
2191 : 51128715 : mask >>= 1;
2192 : 51128715 : opts_set->x_param_max_predicted_iterations = (mask & 1) != 0;
2193 : 51128715 : mask >>= 1;
2194 : 51128715 : opts_set->x_param_max_reload_search_insns = (mask & 1) != 0;
2195 : 51128715 : mask >>= 1;
2196 : 51128715 : opts_set->x_param_max_rtl_if_conversion_insns = (mask & 1) != 0;
2197 : 51128715 : mask >>= 1;
2198 : 51128715 : opts_set->x_param_max_rtl_if_conversion_predictable_cost = (mask & 1) != 0;
2199 : 51128715 : mask >>= 1;
2200 : 51128715 : opts_set->x_param_max_rtl_if_conversion_unpredictable_cost = (mask & 1) != 0;
2201 : 51128715 : mask >>= 1;
2202 : 51128715 : opts_set->x_param_max_sched_extend_regions_iters = (mask & 1) != 0;
2203 : 51128715 : mask >>= 1;
2204 : 51128715 : opts_set->x_param_max_sched_insn_conflict_delay = (mask & 1) != 0;
2205 : 51128715 : mask >>= 1;
2206 : 51128715 : opts_set->x_param_max_sched_ready_insns = (mask & 1) != 0;
2207 : 51128715 : mask >>= 1;
2208 : 51128715 : opts_set->x_param_max_sched_region_blocks = (mask & 1) != 0;
2209 : 51128715 : mask >>= 1;
2210 : 51128715 : opts_set->x_param_max_sched_region_insns = (mask & 1) != 0;
2211 : 51128715 : mask >>= 1;
2212 : 51128715 : opts_set->x_param_max_slsr_candidate_scan = (mask & 1) != 0;
2213 : 51128715 : mask >>= 1;
2214 : 51128715 : opts_set->x_param_max_speculative_devirt_maydefs = (mask & 1) != 0;
2215 : 51128715 : mask >>= 1;
2216 : 51128715 : opts_set->x_param_max_stores_to_merge = (mask & 1) != 0;
2217 : 51128715 : mask >>= 1;
2218 : 51128715 : opts_set->x_param_max_stores_to_sink = (mask & 1) != 0;
2219 : 51128715 : mask >>= 1;
2220 : 51128715 : opts_set->x_param_max_tail_merge_comparisons = (mask & 1) != 0;
2221 : 51128715 : mask >>= 1;
2222 : 51128715 : opts_set->x_param_max_tail_merge_iterations = (mask & 1) != 0;
2223 : 51128715 : mask >>= 1;
2224 : 51128715 : opts_set->x_param_max_tracked_strlens = (mask & 1) != 0;
2225 : 51128715 : mask >>= 1;
2226 : 51128715 : opts_set->x_param_max_tree_if_conversion_phi_args = (mask & 1) != 0;
2227 : 51128715 : mask >>= 1;
2228 : 51128715 : opts_set->x_param_max_unroll_times = (mask & 1) != 0;
2229 : 51128715 : mask >>= 1;
2230 : 51128715 : opts_set->x_param_max_unrolled_insns = (mask & 1) != 0;
2231 : 51128715 : mask >>= 1;
2232 : 51128715 : opts_set->x_param_max_unswitch_depth = (mask & 1) != 0;
2233 : 51128715 : mask >>= 1;
2234 : 51128715 : opts_set->x_param_max_unswitch_insns = (mask & 1) != 0;
2235 : 51128715 : mask >>= 1;
2236 : 51128715 : opts_set->x_param_max_variable_expansions = (mask & 1) != 0;
2237 : 51128715 : mask >>= 1;
2238 : 51128715 : opts_set->x_param_max_vartrack_expr_depth = (mask & 1) != 0;
2239 : 51128715 : mask >>= 1;
2240 : 51128715 : opts_set->x_param_max_vartrack_reverse_op_size = (mask & 1) != 0;
2241 : 51128715 : mask >>= 1;
2242 : 51128715 : opts_set->x_param_max_vartrack_size = (mask & 1) != 0;
2243 : 51128715 : mask >>= 1;
2244 : 51128715 : opts_set->x_param_min_crossjump_insns = (mask & 1) != 0;
2245 : 51128715 : mask >>= 1;
2246 : 51128715 : opts_set->x_param_min_inline_recursive_probability = (mask & 1) != 0;
2247 : 51128715 : mask >>= 1;
2248 : 51128715 : opts_set->x_param_min_insn_to_prefetch_ratio = (mask & 1) != 0;
2249 : 51128715 : mask >>= 1;
2250 : 51128715 : opts_set->x_param_min_loop_cond_split_prob = (mask & 1) != 0;
2251 : 51128715 : mask >>= 1;
2252 : 51128715 : opts_set->x_param_min_pagesize = (mask & 1) != 0;
2253 : 51128715 : mask >>= 1;
2254 : 51128715 : opts_set->x_param_min_size_for_stack_sharing = (mask & 1) != 0;
2255 : 51128715 : mask >>= 1;
2256 : 51128715 : opts_set->x_param_min_spec_prob = (mask & 1) != 0;
2257 : 51128715 : mask >>= 1;
2258 : 51128715 : opts_set->x_param_min_vect_loop_bound = (mask & 1) != 0;
2259 : 51128715 : mask >>= 1;
2260 : 51128715 : opts_set->x_param_modref_max_accesses = (mask & 1) != 0;
2261 : 51128715 : mask >>= 1;
2262 : 51128715 : opts_set->x_param_modref_max_adjustments = (mask & 1) != 0;
2263 : 51128715 : mask >>= 1;
2264 : 51128715 : opts_set->x_param_modref_max_bases = (mask & 1) != 0;
2265 : 51128715 : mask >>= 1;
2266 : 51128715 : opts_set->x_param_modref_max_depth = (mask & 1) != 0;
2267 : 51128715 : mask >>= 1;
2268 : 51128715 : opts_set->x_param_modref_max_escape_points = (mask & 1) != 0;
2269 : 51128715 : mask >>= 1;
2270 : 51128715 : opts_set->x_param_modref_max_refs = (mask & 1) != 0;
2271 : 51128715 : mask >>= 1;
2272 : 51128715 : opts_set->x_param_modref_max_tests = (mask & 1) != 0;
2273 : 51128715 : mask >>= 1;
2274 : 51128715 : opts_set->x_param_parloops_chunk_size = (mask & 1) != 0;
2275 : 51128715 : mask >>= 1;
2276 : 51128715 : opts_set->x_param_parloops_min_per_thread = (mask & 1) != 0;
2277 : 51128715 : mask >>= 1;
2278 : 51128715 : opts_set->x_param_parloops_schedule = (mask & 1) != 0;
2279 : 51128715 : mask >>= 1;
2280 : 51128715 : opts_set->x_param_partial_inlining_entry_probability = (mask & 1) != 0;
2281 : 51128715 : mask >>= 1;
2282 : 51128715 : opts_set->x_param_phiopt_factor_max_stmts_live = (mask & 1) != 0;
2283 : 51128715 : mask >>= 1;
2284 : 51128715 : opts_set->x_param_predictable_branch_outcome = (mask & 1) != 0;
2285 : 51128715 : mask >>= 1;
2286 : 51128715 : opts_set->x_param_prefetch_dynamic_strides = (mask & 1) != 0;
2287 : 51128715 : mask >>= 1;
2288 : 51128715 : opts_set->x_param_prefetch_latency = (mask & 1) != 0;
2289 : 51128715 : mask >>= 1;
2290 : 51128715 : opts_set->x_param_prefetch_min_insn_to_mem_ratio = (mask & 1) != 0;
2291 : 51128715 : mask >>= 1;
2292 : 51128715 : opts_set->x_param_prefetch_minimum_stride = (mask & 1) != 0;
2293 : 51128715 : mask >>= 1;
2294 : 51128715 : opts_set->x_param_ranger_logical_depth = (mask & 1) != 0;
2295 : 51128715 : mask >>= 1;
2296 : 51128715 : opts_set->x_param_ranger_recompute_depth = (mask & 1) != 0;
2297 : 51128715 : mask >>= 1;
2298 : 51128715 : mask = ptr->explicit_mask[3];
2299 : 51128715 : opts_set->x_param_relation_block_limit = (mask & 1) != 0;
2300 : 51128715 : mask >>= 1;
2301 : 51128715 : opts_set->x_param_rpo_vn_max_loop_depth = (mask & 1) != 0;
2302 : 51128715 : mask >>= 1;
2303 : 51128715 : opts_set->x_param_sccvn_max_alias_queries_per_access = (mask & 1) != 0;
2304 : 51128715 : mask >>= 1;
2305 : 51128715 : opts_set->x_param_scev_max_expr_complexity = (mask & 1) != 0;
2306 : 51128715 : mask >>= 1;
2307 : 51128715 : opts_set->x_param_scev_max_expr_size = (mask & 1) != 0;
2308 : 51128715 : mask >>= 1;
2309 : 51128715 : opts_set->x_param_sched_autopref_queue_depth = (mask & 1) != 0;
2310 : 51128715 : mask >>= 1;
2311 : 51128715 : opts_set->x_param_sched_mem_true_dep_cost = (mask & 1) != 0;
2312 : 51128715 : mask >>= 1;
2313 : 51128715 : opts_set->x_param_sched_pressure_algorithm = (mask & 1) != 0;
2314 : 51128715 : mask >>= 1;
2315 : 51128715 : opts_set->x_param_sched_spec_prob_cutoff = (mask & 1) != 0;
2316 : 51128715 : mask >>= 1;
2317 : 51128715 : opts_set->x_param_sched_state_edge_prob_cutoff = (mask & 1) != 0;
2318 : 51128715 : mask >>= 1;
2319 : 51128715 : opts_set->x_param_selsched_insns_to_rename = (mask & 1) != 0;
2320 : 51128715 : mask >>= 1;
2321 : 51128715 : opts_set->x_param_selsched_max_lookahead = (mask & 1) != 0;
2322 : 51128715 : mask >>= 1;
2323 : 51128715 : opts_set->x_param_selsched_max_sched_times = (mask & 1) != 0;
2324 : 51128715 : mask >>= 1;
2325 : 51128715 : opts_set->x_param_simultaneous_prefetches = (mask & 1) != 0;
2326 : 51128715 : mask >>= 1;
2327 : 51128715 : opts_set->x_param_sink_frequency_threshold = (mask & 1) != 0;
2328 : 51128715 : mask >>= 1;
2329 : 51128715 : opts_set->x_param_sms_dfa_history = (mask & 1) != 0;
2330 : 51128715 : mask >>= 1;
2331 : 51128715 : opts_set->x_param_sms_loop_average_count_threshold = (mask & 1) != 0;
2332 : 51128715 : mask >>= 1;
2333 : 51128715 : opts_set->x_param_sms_max_ii_factor = (mask & 1) != 0;
2334 : 51128715 : mask >>= 1;
2335 : 51128715 : opts_set->x_param_sms_min_sc = (mask & 1) != 0;
2336 : 51128715 : mask >>= 1;
2337 : 51128715 : opts_set->x_param_sra_max_propagations = (mask & 1) != 0;
2338 : 51128715 : mask >>= 1;
2339 : 51128715 : opts_set->x_param_sra_max_scalarization_size_size = (mask & 1) != 0;
2340 : 51128715 : mask >>= 1;
2341 : 51128715 : opts_set->x_param_sra_max_scalarization_size_speed = (mask & 1) != 0;
2342 : 51128715 : mask >>= 1;
2343 : 51128715 : opts_set->x_param_ssa_name_def_chain_limit = (mask & 1) != 0;
2344 : 51128715 : mask >>= 1;
2345 : 51128715 : opts_set->x_param_ssp_buffer_size = (mask & 1) != 0;
2346 : 51128715 : mask >>= 1;
2347 : 51128715 : opts_set->x_param_stack_clash_protection_guard_size = (mask & 1) != 0;
2348 : 51128715 : mask >>= 1;
2349 : 51128715 : opts_set->x_param_stack_clash_protection_probe_interval = (mask & 1) != 0;
2350 : 51128715 : mask >>= 1;
2351 : 51128715 : opts_set->x_param_store_forwarding_max_distance = (mask & 1) != 0;
2352 : 51128715 : mask >>= 1;
2353 : 51128715 : opts_set->x_param_store_merging_allow_unaligned = (mask & 1) != 0;
2354 : 51128715 : mask >>= 1;
2355 : 51128715 : opts_set->x_param_store_merging_max_size = (mask & 1) != 0;
2356 : 51128715 : mask >>= 1;
2357 : 51128715 : opts_set->x_param_switch_conversion_branch_ratio = (mask & 1) != 0;
2358 : 51128715 : mask >>= 1;
2359 : 51128715 : opts_set->x_param_switch_lower_slow_alg_max_cases = (mask & 1) != 0;
2360 : 51128715 : mask >>= 1;
2361 : 51128715 : opts_set->x_param_tm_max_aggregate_size = (mask & 1) != 0;
2362 : 51128715 : mask >>= 1;
2363 : 51128715 : opts_set->x_param_tracer_dynamic_coverage_feedback = (mask & 1) != 0;
2364 : 51128715 : mask >>= 1;
2365 : 51128715 : opts_set->x_param_tracer_dynamic_coverage = (mask & 1) != 0;
2366 : 51128715 : mask >>= 1;
2367 : 51128715 : opts_set->x_param_tracer_max_code_growth = (mask & 1) != 0;
2368 : 51128715 : mask >>= 1;
2369 : 51128715 : opts_set->x_param_tracer_min_branch_probability_feedback = (mask & 1) != 0;
2370 : 51128715 : mask >>= 1;
2371 : 51128715 : opts_set->x_param_tracer_min_branch_probability = (mask & 1) != 0;
2372 : 51128715 : mask >>= 1;
2373 : 51128715 : opts_set->x_param_tracer_min_branch_ratio = (mask & 1) != 0;
2374 : 51128715 : mask >>= 1;
2375 : 51128715 : opts_set->x_param_transitive_relations_work_bound = (mask & 1) != 0;
2376 : 51128715 : mask >>= 1;
2377 : 51128715 : opts_set->x_param_tree_reassoc_width = (mask & 1) != 0;
2378 : 51128715 : mask >>= 1;
2379 : 51128715 : opts_set->x_param_uninit_control_dep_attempts = (mask & 1) != 0;
2380 : 51128715 : mask >>= 1;
2381 : 51128715 : opts_set->x_param_uninit_max_chain_len = (mask & 1) != 0;
2382 : 51128715 : mask >>= 1;
2383 : 51128715 : opts_set->x_param_uninit_max_num_chains = (mask & 1) != 0;
2384 : 51128715 : mask >>= 1;
2385 : 51128715 : opts_set->x_param_uninlined_function_insns = (mask & 1) != 0;
2386 : 51128715 : mask >>= 1;
2387 : 51128715 : opts_set->x_param_uninlined_function_time = (mask & 1) != 0;
2388 : 51128715 : mask >>= 1;
2389 : 51128715 : opts_set->x_param_uninlined_function_thunk_insns = (mask & 1) != 0;
2390 : 51128715 : mask >>= 1;
2391 : 51128715 : opts_set->x_param_uninlined_function_thunk_time = (mask & 1) != 0;
2392 : 51128715 : mask >>= 1;
2393 : 51128715 : opts_set->x_param_unlikely_bb_count_fraction = (mask & 1) != 0;
2394 : 51128715 : mask >>= 1;
2395 : 51128715 : opts_set->x_param_unroll_jam_max_unroll = (mask & 1) != 0;
2396 : 51128715 : mask >>= 1;
2397 : 51128715 : opts_set->x_param_unroll_jam_min_percent = (mask & 1) != 0;
2398 : 51128715 : mask >>= 1;
2399 : 51128715 : opts_set->x_param_use_after_scope_direct_emission_threshold = (mask & 1) != 0;
2400 : 51128715 : mask >>= 1;
2401 : 51128715 : opts_set->x_param_vect_epilogues_nomask = (mask & 1) != 0;
2402 : 51128715 : mask >>= 1;
2403 : 51128715 : opts_set->x_param_vect_induction_float = (mask & 1) != 0;
2404 : 51128715 : mask >>= 1;
2405 : 51128715 : opts_set->x_param_vect_inner_loop_cost_factor = (mask & 1) != 0;
2406 : 51128715 : mask >>= 1;
2407 : 51128715 : opts_set->x_param_vect_max_layout_candidates = (mask & 1) != 0;
2408 : 51128715 : mask >>= 1;
2409 : 51128715 : opts_set->x_param_vect_max_peeling_for_alignment = (mask & 1) != 0;
2410 : 51128715 : mask >>= 1;
2411 : 51128715 : opts_set->x_param_vect_max_version_for_alias_checks = (mask & 1) != 0;
2412 : 51128715 : mask >>= 1;
2413 : 51128715 : opts_set->x_param_vect_max_version_for_alignment_checks = (mask & 1) != 0;
2414 : 51128715 : mask >>= 1;
2415 : 51128715 : opts_set->x_param_vect_partial_vector_usage = (mask & 1) != 0;
2416 : 51128715 : mask >>= 1;
2417 : 51128715 : opts_set->x_param_vect_scalar_cost_multiplier = (mask & 1) != 0;
2418 : 51128715 : mask >>= 1;
2419 : 51128715 : opts_set->x_param_vrp_block_limit = (mask & 1) != 0;
2420 : 51128715 : mask >>= 1;
2421 : 51128715 : opts_set->x_param_vrp_sparse_threshold = (mask & 1) != 0;
2422 : 51128715 : mask >>= 1;
2423 : 51128715 : opts_set->x_param_vrp_switch_limit = (mask & 1) != 0;
2424 : 51128715 : mask >>= 1;
2425 : 51128715 : opts_set->x_param_vrp_vector_threshold = (mask & 1) != 0;
2426 : 51128715 : mask >>= 1;
2427 : 51128715 : mask = ptr->explicit_mask[4];
2428 : 51128715 : opts_set->x_flag_complex_method = (mask & 1) != 0;
2429 : 51128715 : mask >>= 1;
2430 : 51128715 : opts_set->x_flag_malloc_dse = (mask & 1) != 0;
2431 : 51128715 : mask >>= 1;
2432 : 51128715 : opts_set->x_flag_min_function_alignment = (mask & 1) != 0;
2433 : 51128715 : mask >>= 1;
2434 : 51128715 : opts_set->x_flag_openmp_target_simd_clone = (mask & 1) != 0;
2435 : 51128715 : mask >>= 1;
2436 : 51128715 : opts_set->x_flag_sched_stalled_insns = (mask & 1) != 0;
2437 : 51128715 : mask >>= 1;
2438 : 51128715 : opts_set->x_flag_sched_stalled_insns_dep = (mask & 1) != 0;
2439 : 51128715 : mask >>= 1;
2440 : 51128715 : opts_set->x_flag_tree_parallelize_loops = (mask & 1) != 0;
2441 : 51128715 : mask >>= 1;
2442 : 51128715 : opts_set->x_flag_lto_locality_cloning = static_cast<enum lto_locality_cloning_model >((mask & 1) != 0);
2443 : 51128715 : mask >>= 1;
2444 : 51128715 : opts_set->x_param_ranger_debug = static_cast<enum ranger_debug >((mask & 1) != 0);
2445 : 51128715 : mask >>= 1;
2446 : 51128715 : opts_set->x_param_threader_debug = static_cast<enum threader_debug >((mask & 1) != 0);
2447 : 51128715 : mask >>= 1;
2448 : 51128715 : opts_set->x_flag_excess_precision = static_cast<enum excess_precision >((mask & 1) != 0);
2449 : 51128715 : mask >>= 1;
2450 : 51128715 : opts_set->x_flag_fp_contract_mode = static_cast<enum fp_contract_mode >((mask & 1) != 0);
2451 : 51128715 : mask >>= 1;
2452 : 51128715 : opts_set->x_flag_harden_control_flow_redundancy_check_noreturn = static_cast<enum hardcfr_noret >((mask & 1) != 0);
2453 : 51128715 : mask >>= 1;
2454 : 51128715 : opts_set->x_flag_inline_stringops = static_cast<enum ilsop_fn >((mask & 1) != 0);
2455 : 51128715 : mask >>= 1;
2456 : 51128715 : opts_set->x_flag_ira_algorithm = static_cast<enum ira_algorithm >((mask & 1) != 0);
2457 : 51128715 : mask >>= 1;
2458 : 51128715 : opts_set->x_flag_ira_region = static_cast<enum ira_region >((mask & 1) != 0);
2459 : 51128715 : mask >>= 1;
2460 : 51128715 : opts_set->x_flag_live_patching = static_cast<enum live_patching_level >((mask & 1) != 0);
2461 : 51128715 : mask >>= 1;
2462 : 51128715 : opts_set->x_flag_reorder_blocks_algorithm = static_cast<enum reorder_blocks_algorithm >((mask & 1) != 0);
2463 : 51128715 : mask >>= 1;
2464 : 51128715 : opts_set->x_flag_simd_cost_model = static_cast<enum vect_cost_model >((mask & 1) != 0);
2465 : 51128715 : mask >>= 1;
2466 : 51128715 : opts_set->x_flag_stack_reuse = static_cast<enum stack_reuse_level >((mask & 1) != 0);
2467 : 51128715 : mask >>= 1;
2468 : 51128715 : opts_set->x_flag_auto_var_init = static_cast<enum auto_init_type >((mask & 1) != 0);
2469 : 51128715 : mask >>= 1;
2470 : 51128715 : opts_set->x_flag_vect_cost_model = static_cast<enum vect_cost_model >((mask & 1) != 0);
2471 : 51128715 : mask >>= 1;
2472 : 51128715 : opts_set->x_optimize = (mask & 1) != 0;
2473 : 51128715 : mask >>= 1;
2474 : 51128715 : opts_set->x_optimize_size = (mask & 1) != 0;
2475 : 51128715 : mask >>= 1;
2476 : 51128715 : opts_set->x_optimize_debug = (mask & 1) != 0;
2477 : 51128715 : mask >>= 1;
2478 : 51128715 : opts_set->x_optimize_fast = (mask & 1) != 0;
2479 : 51128715 : mask >>= 1;
2480 : 51128715 : opts_set->x_warn_inline = (mask & 1) != 0;
2481 : 51128715 : mask >>= 1;
2482 : 51128715 : opts_set->x_flag_aggressive_loop_optimizations = (mask & 1) != 0;
2483 : 51128715 : mask >>= 1;
2484 : 51128715 : opts_set->x_flag_align_functions = (mask & 1) != 0;
2485 : 51128715 : mask >>= 1;
2486 : 51128715 : opts_set->x_flag_align_jumps = (mask & 1) != 0;
2487 : 51128715 : mask >>= 1;
2488 : 51128715 : opts_set->x_flag_align_labels = (mask & 1) != 0;
2489 : 51128715 : mask >>= 1;
2490 : 51128715 : opts_set->x_flag_align_loops = (mask & 1) != 0;
2491 : 51128715 : mask >>= 1;
2492 : 51128715 : opts_set->x_flag_allocation_dce = (mask & 1) != 0;
2493 : 51128715 : mask >>= 1;
2494 : 51128715 : opts_set->x_flag_store_data_races = (mask & 1) != 0;
2495 : 51128715 : mask >>= 1;
2496 : 51128715 : opts_set->x_flag_associative_math = (mask & 1) != 0;
2497 : 51128715 : mask >>= 1;
2498 : 51128715 : opts_set->x_flag_assume_sane_operators_new_delete = (mask & 1) != 0;
2499 : 51128715 : mask >>= 1;
2500 : 51128715 : opts_set->x_flag_asynchronous_unwind_tables = (mask & 1) != 0;
2501 : 51128715 : mask >>= 1;
2502 : 51128715 : opts_set->x_flag_auto_inc_dec = (mask & 1) != 0;
2503 : 51128715 : mask >>= 1;
2504 : 51128715 : opts_set->x_flag_avoid_store_forwarding = (mask & 1) != 0;
2505 : 51128715 : mask >>= 1;
2506 : 51128715 : opts_set->x_flag_bit_tests = (mask & 1) != 0;
2507 : 51128715 : mask >>= 1;
2508 : 51128715 : opts_set->x_flag_branch_on_count_reg = (mask & 1) != 0;
2509 : 51128715 : mask >>= 1;
2510 : 51128715 : opts_set->x_flag_branch_probabilities = (mask & 1) != 0;
2511 : 51128715 : mask >>= 1;
2512 : 51128715 : opts_set->x_flag_caller_saves = (mask & 1) != 0;
2513 : 51128715 : mask >>= 1;
2514 : 51128715 : opts_set->x_flag_code_hoisting = (mask & 1) != 0;
2515 : 51128715 : mask >>= 1;
2516 : 51128715 : opts_set->x_flag_combine_stack_adjustments = (mask & 1) != 0;
2517 : 51128715 : mask >>= 1;
2518 : 51128715 : opts_set->x_flag_compare_elim_after_reload = (mask & 1) != 0;
2519 : 51128715 : mask >>= 1;
2520 : 51128715 : opts_set->x_flag_conserve_stack = (mask & 1) != 0;
2521 : 51128715 : mask >>= 1;
2522 : 51128715 : opts_set->x_flag_cprop_registers = (mask & 1) != 0;
2523 : 51128715 : mask >>= 1;
2524 : 51128715 : opts_set->x_flag_crossjumping = (mask & 1) != 0;
2525 : 51128715 : mask >>= 1;
2526 : 51128715 : opts_set->x_flag_cse_follow_jumps = (mask & 1) != 0;
2527 : 51128715 : mask >>= 1;
2528 : 51128715 : opts_set->x_flag_dce = (mask & 1) != 0;
2529 : 51128715 : mask >>= 1;
2530 : 51128715 : opts_set->x_flag_defer_pop = (mask & 1) != 0;
2531 : 51128715 : mask >>= 1;
2532 : 51128715 : opts_set->x_flag_delayed_branch = (mask & 1) != 0;
2533 : 51128715 : mask >>= 1;
2534 : 51128715 : opts_set->x_flag_delete_dead_exceptions = (mask & 1) != 0;
2535 : 51128715 : mask >>= 1;
2536 : 51128715 : opts_set->x_flag_delete_null_pointer_checks = (mask & 1) != 0;
2537 : 51128715 : mask >>= 1;
2538 : 51128715 : opts_set->x_flag_devirtualize = (mask & 1) != 0;
2539 : 51128715 : mask >>= 1;
2540 : 51128715 : opts_set->x_flag_devirtualize_speculatively = (mask & 1) != 0;
2541 : 51128715 : mask >>= 1;
2542 : 51128715 : opts_set->x_flag_dse = (mask & 1) != 0;
2543 : 51128715 : mask >>= 1;
2544 : 51128715 : opts_set->x_flag_early_inlining = (mask & 1) != 0;
2545 : 51128715 : mask >>= 1;
2546 : 51128715 : opts_set->x_flag_exceptions = (mask & 1) != 0;
2547 : 51128715 : mask >>= 1;
2548 : 51128715 : opts_set->x_flag_expensive_optimizations = (mask & 1) != 0;
2549 : 51128715 : mask >>= 1;
2550 : 51128715 : opts_set->x_flag_ext_dce = (mask & 1) != 0;
2551 : 51128715 : mask >>= 1;
2552 : 51128715 : opts_set->x_flag_finite_loops = (mask & 1) != 0;
2553 : 51128715 : mask >>= 1;
2554 : 51128715 : opts_set->x_flag_finite_math_only = (mask & 1) != 0;
2555 : 51128715 : mask >>= 1;
2556 : 51128715 : mask = ptr->explicit_mask[5];
2557 : 51128715 : opts_set->x_flag_float_store = (mask & 1) != 0;
2558 : 51128715 : mask >>= 1;
2559 : 51128715 : opts_set->x_flag_fold_mem_offsets = (mask & 1) != 0;
2560 : 51128715 : mask >>= 1;
2561 : 51128715 : opts_set->x_flag_fold_simple_inlines = (mask & 1) != 0;
2562 : 51128715 : mask >>= 1;
2563 : 51128715 : opts_set->x_flag_forward_propagate = (mask & 1) != 0;
2564 : 51128715 : mask >>= 1;
2565 : 51128715 : opts_set->x_flag_fp_int_builtin_inexact = (mask & 1) != 0;
2566 : 51128715 : mask >>= 1;
2567 : 51128715 : opts_set->x_flag_no_function_cse = (mask & 1) != 0;
2568 : 51128715 : mask >>= 1;
2569 : 51128715 : opts_set->x_flag_gcse = (mask & 1) != 0;
2570 : 51128715 : mask >>= 1;
2571 : 51128715 : opts_set->x_flag_gcse_after_reload = (mask & 1) != 0;
2572 : 51128715 : mask >>= 1;
2573 : 51128715 : opts_set->x_flag_gcse_las = (mask & 1) != 0;
2574 : 51128715 : mask >>= 1;
2575 : 51128715 : opts_set->x_flag_gcse_lm = (mask & 1) != 0;
2576 : 51128715 : mask >>= 1;
2577 : 51128715 : opts_set->x_flag_gcse_sm = (mask & 1) != 0;
2578 : 51128715 : mask >>= 1;
2579 : 51128715 : opts_set->x_flag_graphite = (mask & 1) != 0;
2580 : 51128715 : mask >>= 1;
2581 : 51128715 : opts_set->x_flag_graphite_identity = (mask & 1) != 0;
2582 : 51128715 : mask >>= 1;
2583 : 51128715 : opts_set->x_flag_guess_branch_prob = (mask & 1) != 0;
2584 : 51128715 : mask >>= 1;
2585 : 51128715 : opts_set->x_flag_harden_control_flow_redundancy_check_exceptions = (mask & 1) != 0;
2586 : 51128715 : mask >>= 1;
2587 : 51128715 : opts_set->x_flag_harden_control_flow_redundancy_check_returning_calls = (mask & 1) != 0;
2588 : 51128715 : mask >>= 1;
2589 : 51128715 : opts_set->x_flag_harden_control_flow_redundancy_skip_leaf = (mask & 1) != 0;
2590 : 51128715 : mask >>= 1;
2591 : 51128715 : opts_set->x_flag_harden_compares = (mask & 1) != 0;
2592 : 51128715 : mask >>= 1;
2593 : 51128715 : opts_set->x_flag_harden_conditional_branches = (mask & 1) != 0;
2594 : 51128715 : mask >>= 1;
2595 : 51128715 : opts_set->x_flag_harden_control_flow_redundancy = (mask & 1) != 0;
2596 : 51128715 : mask >>= 1;
2597 : 51128715 : opts_set->x_flag_hoist_adjacent_loads = (mask & 1) != 0;
2598 : 51128715 : mask >>= 1;
2599 : 51128715 : opts_set->x_flag_if_conversion = (mask & 1) != 0;
2600 : 51128715 : mask >>= 1;
2601 : 51128715 : opts_set->x_flag_if_conversion2 = (mask & 1) != 0;
2602 : 51128715 : mask >>= 1;
2603 : 51128715 : opts_set->x_flag_indirect_inlining = (mask & 1) != 0;
2604 : 51128715 : mask >>= 1;
2605 : 51128715 : opts_set->x_flag_no_inline = (mask & 1) != 0;
2606 : 51128715 : mask >>= 1;
2607 : 51128715 : opts_set->x_flag_inline_atomics = (mask & 1) != 0;
2608 : 51128715 : mask >>= 1;
2609 : 51128715 : opts_set->x_flag_inline_functions = (mask & 1) != 0;
2610 : 51128715 : mask >>= 1;
2611 : 51128715 : opts_set->x_flag_inline_functions_called_once = (mask & 1) != 0;
2612 : 51128715 : mask >>= 1;
2613 : 51128715 : opts_set->x_flag_inline_small_functions = (mask & 1) != 0;
2614 : 51128715 : mask >>= 1;
2615 : 51128715 : opts_set->x_flag_ipa_bit_cp = (mask & 1) != 0;
2616 : 51128715 : mask >>= 1;
2617 : 51128715 : opts_set->x_flag_ipa_cp = (mask & 1) != 0;
2618 : 51128715 : mask >>= 1;
2619 : 51128715 : opts_set->x_flag_ipa_cp_clone = (mask & 1) != 0;
2620 : 51128715 : mask >>= 1;
2621 : 51128715 : opts_set->x_flag_ipa_icf = (mask & 1) != 0;
2622 : 51128715 : mask >>= 1;
2623 : 51128715 : opts_set->x_flag_ipa_icf_functions = (mask & 1) != 0;
2624 : 51128715 : mask >>= 1;
2625 : 51128715 : opts_set->x_flag_ipa_icf_variables = (mask & 1) != 0;
2626 : 51128715 : mask >>= 1;
2627 : 51128715 : opts_set->x_flag_ipa_modref = (mask & 1) != 0;
2628 : 51128715 : mask >>= 1;
2629 : 51128715 : opts_set->x_flag_ipa_profile = (mask & 1) != 0;
2630 : 51128715 : mask >>= 1;
2631 : 51128715 : opts_set->x_flag_ipa_pta = (mask & 1) != 0;
2632 : 51128715 : mask >>= 1;
2633 : 51128715 : opts_set->x_flag_ipa_pure_const = (mask & 1) != 0;
2634 : 51128715 : mask >>= 1;
2635 : 51128715 : opts_set->x_flag_ipa_ra = (mask & 1) != 0;
2636 : 51128715 : mask >>= 1;
2637 : 51128715 : opts_set->x_flag_ipa_reference = (mask & 1) != 0;
2638 : 51128715 : mask >>= 1;
2639 : 51128715 : opts_set->x_flag_ipa_reference_addressable = (mask & 1) != 0;
2640 : 51128715 : mask >>= 1;
2641 : 51128715 : opts_set->x_flag_ipa_reorder_for_locality = (mask & 1) != 0;
2642 : 51128715 : mask >>= 1;
2643 : 51128715 : opts_set->x_flag_ipa_sra = (mask & 1) != 0;
2644 : 51128715 : mask >>= 1;
2645 : 51128715 : opts_set->x_flag_ipa_stack_alignment = (mask & 1) != 0;
2646 : 51128715 : mask >>= 1;
2647 : 51128715 : opts_set->x_flag_ipa_strict_aliasing = (mask & 1) != 0;
2648 : 51128715 : mask >>= 1;
2649 : 51128715 : opts_set->x_flag_ipa_vrp = (mask & 1) != 0;
2650 : 51128715 : mask >>= 1;
2651 : 51128715 : opts_set->x_flag_ira_hoist_pressure = (mask & 1) != 0;
2652 : 51128715 : mask >>= 1;
2653 : 51128715 : opts_set->x_flag_ira_loop_pressure = (mask & 1) != 0;
2654 : 51128715 : mask >>= 1;
2655 : 51128715 : opts_set->x_flag_ira_share_save_slots = (mask & 1) != 0;
2656 : 51128715 : mask >>= 1;
2657 : 51128715 : opts_set->x_flag_ira_share_spill_slots = (mask & 1) != 0;
2658 : 51128715 : mask >>= 1;
2659 : 51128715 : opts_set->x_flag_isolate_erroneous_paths_attribute = (mask & 1) != 0;
2660 : 51128715 : mask >>= 1;
2661 : 51128715 : opts_set->x_flag_isolate_erroneous_paths_dereference = (mask & 1) != 0;
2662 : 51128715 : mask >>= 1;
2663 : 51128715 : opts_set->x_flag_ivopts = (mask & 1) != 0;
2664 : 51128715 : mask >>= 1;
2665 : 51128715 : opts_set->x_flag_jump_tables = (mask & 1) != 0;
2666 : 51128715 : mask >>= 1;
2667 : 51128715 : opts_set->x_flag_keep_gc_roots_live = (mask & 1) != 0;
2668 : 51128715 : mask >>= 1;
2669 : 51128715 : opts_set->x_flag_late_combine_instructions = (mask & 1) != 0;
2670 : 51128715 : mask >>= 1;
2671 : 51128715 : opts_set->x_flag_lifetime_dse = (mask & 1) != 0;
2672 : 51128715 : mask >>= 1;
2673 : 51128715 : opts_set->x_flag_limit_function_alignment = (mask & 1) != 0;
2674 : 51128715 : mask >>= 1;
2675 : 51128715 : opts_set->x_flag_live_range_shrinkage = (mask & 1) != 0;
2676 : 51128715 : mask >>= 1;
2677 : 51128715 : opts_set->x_flag_loop_interchange = (mask & 1) != 0;
2678 : 51128715 : mask >>= 1;
2679 : 51128715 : opts_set->x_flag_loop_nest_optimize = (mask & 1) != 0;
2680 : 51128715 : mask >>= 1;
2681 : 51128715 : opts_set->x_flag_loop_parallelize_all = (mask & 1) != 0;
2682 : 51128715 : mask >>= 1;
2683 : 51128715 : opts_set->x_flag_unroll_jam = (mask & 1) != 0;
2684 : 51128715 : mask >>= 1;
2685 : 51128715 : mask = ptr->explicit_mask[6];
2686 : 51128715 : opts_set->x_flag_lra_remat = (mask & 1) != 0;
2687 : 51128715 : mask >>= 1;
2688 : 51128715 : opts_set->x_flag_malloc_dce = (mask & 1) != 0;
2689 : 51128715 : mask >>= 1;
2690 : 51128715 : opts_set->x_flag_errno_math = (mask & 1) != 0;
2691 : 51128715 : mask >>= 1;
2692 : 51128715 : opts_set->x_flag_modulo_sched = (mask & 1) != 0;
2693 : 51128715 : mask >>= 1;
2694 : 51128715 : opts_set->x_flag_modulo_sched_allow_regmoves = (mask & 1) != 0;
2695 : 51128715 : mask >>= 1;
2696 : 51128715 : opts_set->x_flag_move_loop_invariants = (mask & 1) != 0;
2697 : 51128715 : mask >>= 1;
2698 : 51128715 : opts_set->x_flag_move_loop_stores = (mask & 1) != 0;
2699 : 51128715 : mask >>= 1;
2700 : 51128715 : opts_set->x_flag_non_call_exceptions = (mask & 1) != 0;
2701 : 51128715 : mask >>= 1;
2702 : 51128715 : opts_set->x_flag_nothrow_opt = (mask & 1) != 0;
2703 : 51128715 : mask >>= 1;
2704 : 51128715 : opts_set->x_flag_omit_frame_pointer = (mask & 1) != 0;
2705 : 51128715 : mask >>= 1;
2706 : 51128715 : opts_set->x_flag_opt_info = (mask & 1) != 0;
2707 : 51128715 : mask >>= 1;
2708 : 51128715 : opts_set->x_flag_optimize_crc = (mask & 1) != 0;
2709 : 51128715 : mask >>= 1;
2710 : 51128715 : opts_set->x_flag_optimize_sibling_calls = (mask & 1) != 0;
2711 : 51128715 : mask >>= 1;
2712 : 51128715 : opts_set->x_flag_optimize_strlen = (mask & 1) != 0;
2713 : 51128715 : mask >>= 1;
2714 : 51128715 : opts_set->x_flag_pack_struct = (mask & 1) != 0;
2715 : 51128715 : mask >>= 1;
2716 : 51128715 : opts_set->x_flag_partial_inlining = (mask & 1) != 0;
2717 : 51128715 : mask >>= 1;
2718 : 51128715 : opts_set->x_flag_pcc_struct_return = (mask & 1) != 0;
2719 : 51128715 : mask >>= 1;
2720 : 51128715 : opts_set->x_flag_peel_loops = (mask & 1) != 0;
2721 : 51128715 : mask >>= 1;
2722 : 51128715 : opts_set->x_flag_no_peephole = (mask & 1) != 0;
2723 : 51128715 : mask >>= 1;
2724 : 51128715 : opts_set->x_flag_peephole2 = (mask & 1) != 0;
2725 : 51128715 : mask >>= 1;
2726 : 51128715 : opts_set->x_flag_plt = (mask & 1) != 0;
2727 : 51128715 : mask >>= 1;
2728 : 51128715 : opts_set->x_flag_predictive_commoning = (mask & 1) != 0;
2729 : 51128715 : mask >>= 1;
2730 : 51128715 : opts_set->x_flag_prefetch_loop_arrays = (mask & 1) != 0;
2731 : 51128715 : mask >>= 1;
2732 : 51128715 : opts_set->x_flag_printf_return_value = (mask & 1) != 0;
2733 : 51128715 : mask >>= 1;
2734 : 51128715 : opts_set->x_flag_profile_partial_training = (mask & 1) != 0;
2735 : 51128715 : mask >>= 1;
2736 : 51128715 : opts_set->x_flag_profile_reorder_functions = (mask & 1) != 0;
2737 : 51128715 : mask >>= 1;
2738 : 51128715 : opts_set->x_flag_reciprocal_math = (mask & 1) != 0;
2739 : 51128715 : mask >>= 1;
2740 : 51128715 : opts_set->x_flag_ree = (mask & 1) != 0;
2741 : 51128715 : mask >>= 1;
2742 : 51128715 : opts_set->x_flag_rename_registers = (mask & 1) != 0;
2743 : 51128715 : mask >>= 1;
2744 : 51128715 : opts_set->x_flag_reorder_blocks = (mask & 1) != 0;
2745 : 51128715 : mask >>= 1;
2746 : 51128715 : opts_set->x_flag_reorder_blocks_and_partition = (mask & 1) != 0;
2747 : 51128715 : mask >>= 1;
2748 : 51128715 : opts_set->x_flag_reorder_functions = (mask & 1) != 0;
2749 : 51128715 : mask >>= 1;
2750 : 51128715 : opts_set->x_flag_rerun_cse_after_loop = (mask & 1) != 0;
2751 : 51128715 : mask >>= 1;
2752 : 51128715 : opts_set->x_flag_resched_modulo_sched = (mask & 1) != 0;
2753 : 51128715 : mask >>= 1;
2754 : 51128715 : opts_set->x_flag_rounding_math = (mask & 1) != 0;
2755 : 51128715 : mask >>= 1;
2756 : 51128715 : opts_set->x_flag_rtti = (mask & 1) != 0;
2757 : 51128715 : mask >>= 1;
2758 : 51128715 : opts_set->x_flag_save_optimization_record = (mask & 1) != 0;
2759 : 51128715 : mask >>= 1;
2760 : 51128715 : opts_set->x_flag_sched_critical_path_heuristic = (mask & 1) != 0;
2761 : 51128715 : mask >>= 1;
2762 : 51128715 : opts_set->x_flag_sched_dep_count_heuristic = (mask & 1) != 0;
2763 : 51128715 : mask >>= 1;
2764 : 51128715 : opts_set->x_flag_sched_group_heuristic = (mask & 1) != 0;
2765 : 51128715 : mask >>= 1;
2766 : 51128715 : opts_set->x_flag_schedule_interblock = (mask & 1) != 0;
2767 : 51128715 : mask >>= 1;
2768 : 51128715 : opts_set->x_flag_sched_last_insn_heuristic = (mask & 1) != 0;
2769 : 51128715 : mask >>= 1;
2770 : 51128715 : opts_set->x_flag_sched_pressure = (mask & 1) != 0;
2771 : 51128715 : mask >>= 1;
2772 : 51128715 : opts_set->x_flag_sched_rank_heuristic = (mask & 1) != 0;
2773 : 51128715 : mask >>= 1;
2774 : 51128715 : opts_set->x_flag_schedule_speculative = (mask & 1) != 0;
2775 : 51128715 : mask >>= 1;
2776 : 51128715 : opts_set->x_flag_sched_spec_insn_heuristic = (mask & 1) != 0;
2777 : 51128715 : mask >>= 1;
2778 : 51128715 : opts_set->x_flag_schedule_speculative_load = (mask & 1) != 0;
2779 : 51128715 : mask >>= 1;
2780 : 51128715 : opts_set->x_flag_schedule_speculative_load_dangerous = (mask & 1) != 0;
2781 : 51128715 : mask >>= 1;
2782 : 51128715 : opts_set->x_flag_sched2_use_superblocks = (mask & 1) != 0;
2783 : 51128715 : mask >>= 1;
2784 : 51128715 : opts_set->x_flag_schedule_fusion = (mask & 1) != 0;
2785 : 51128715 : mask >>= 1;
2786 : 51128715 : opts_set->x_flag_schedule_insns = (mask & 1) != 0;
2787 : 51128715 : mask >>= 1;
2788 : 51128715 : opts_set->x_flag_schedule_insns_after_reload = (mask & 1) != 0;
2789 : 51128715 : mask >>= 1;
2790 : 51128715 : opts_set->x_flag_section_anchors = (mask & 1) != 0;
2791 : 51128715 : mask >>= 1;
2792 : 51128715 : opts_set->x_flag_sel_sched_pipelining = (mask & 1) != 0;
2793 : 51128715 : mask >>= 1;
2794 : 51128715 : opts_set->x_flag_sel_sched_pipelining_outer_loops = (mask & 1) != 0;
2795 : 51128715 : mask >>= 1;
2796 : 51128715 : opts_set->x_flag_sel_sched_reschedule_pipelined = (mask & 1) != 0;
2797 : 51128715 : mask >>= 1;
2798 : 51128715 : opts_set->x_flag_selective_scheduling = (mask & 1) != 0;
2799 : 51128715 : mask >>= 1;
2800 : 51128715 : opts_set->x_flag_selective_scheduling2 = (mask & 1) != 0;
2801 : 51128715 : mask >>= 1;
2802 : 51128715 : opts_set->x_flag_semantic_interposition = (mask & 1) != 0;
2803 : 51128715 : mask >>= 1;
2804 : 51128715 : opts_set->x_flag_short_enums = (mask & 1) != 0;
2805 : 51128715 : mask >>= 1;
2806 : 51128715 : opts_set->x_flag_short_wchar = (mask & 1) != 0;
2807 : 51128715 : mask >>= 1;
2808 : 51128715 : opts_set->x_flag_shrink_wrap = (mask & 1) != 0;
2809 : 51128715 : mask >>= 1;
2810 : 51128715 : opts_set->x_flag_shrink_wrap_separate = (mask & 1) != 0;
2811 : 51128715 : mask >>= 1;
2812 : 51128715 : opts_set->x_flag_signaling_nans = (mask & 1) != 0;
2813 : 51128715 : mask >>= 1;
2814 : 51128715 : mask = ptr->explicit_mask[7];
2815 : 51128715 : opts_set->x_flag_signed_zeros = (mask & 1) != 0;
2816 : 51128715 : mask >>= 1;
2817 : 51128715 : opts_set->x_flag_single_precision_constant = (mask & 1) != 0;
2818 : 51128715 : mask >>= 1;
2819 : 51128715 : opts_set->x_flag_split_ivs_in_unroller = (mask & 1) != 0;
2820 : 51128715 : mask >>= 1;
2821 : 51128715 : opts_set->x_flag_split_loops = (mask & 1) != 0;
2822 : 51128715 : mask >>= 1;
2823 : 51128715 : opts_set->x_flag_split_paths = (mask & 1) != 0;
2824 : 51128715 : mask >>= 1;
2825 : 51128715 : opts_set->x_flag_split_wide_types = (mask & 1) != 0;
2826 : 51128715 : mask >>= 1;
2827 : 51128715 : opts_set->x_flag_split_wide_types_early = (mask & 1) != 0;
2828 : 51128715 : mask >>= 1;
2829 : 51128715 : opts_set->x_flag_ssa_backprop = (mask & 1) != 0;
2830 : 51128715 : mask >>= 1;
2831 : 51128715 : opts_set->x_flag_ssa_phiopt = (mask & 1) != 0;
2832 : 51128715 : mask >>= 1;
2833 : 51128715 : opts_set->x_flag_stack_clash_protection = (mask & 1) != 0;
2834 : 51128715 : mask >>= 1;
2835 : 51128715 : opts_set->x_flag_stack_protect = (mask & 1) != 0;
2836 : 51128715 : mask >>= 1;
2837 : 51128715 : opts_set->x_flag_stdarg_opt = (mask & 1) != 0;
2838 : 51128715 : mask >>= 1;
2839 : 51128715 : opts_set->x_flag_store_merging = (mask & 1) != 0;
2840 : 51128715 : mask >>= 1;
2841 : 51128715 : opts_set->x_flag_strict_aliasing = (mask & 1) != 0;
2842 : 51128715 : mask >>= 1;
2843 : 51128715 : opts_set->x_flag_strict_enums = (mask & 1) != 0;
2844 : 51128715 : mask >>= 1;
2845 : 51128715 : opts_set->x_flag_strict_volatile_bitfields = (mask & 1) != 0;
2846 : 51128715 : mask >>= 1;
2847 : 51128715 : opts_set->x_flag_thread_jumps = (mask & 1) != 0;
2848 : 51128715 : mask >>= 1;
2849 : 51128715 : opts_set->x_flag_threadsafe_statics = (mask & 1) != 0;
2850 : 51128715 : mask >>= 1;
2851 : 51128715 : opts_set->x_flag_toplevel_reorder = (mask & 1) != 0;
2852 : 51128715 : mask >>= 1;
2853 : 51128715 : opts_set->x_flag_tracer = (mask & 1) != 0;
2854 : 51128715 : mask >>= 1;
2855 : 51128715 : opts_set->x_flag_trapping_math = (mask & 1) != 0;
2856 : 51128715 : mask >>= 1;
2857 : 51128715 : opts_set->x_flag_trapv = (mask & 1) != 0;
2858 : 51128715 : mask >>= 1;
2859 : 51128715 : opts_set->x_flag_tree_bit_ccp = (mask & 1) != 0;
2860 : 51128715 : mask >>= 1;
2861 : 51128715 : opts_set->x_flag_tree_builtin_call_dce = (mask & 1) != 0;
2862 : 51128715 : mask >>= 1;
2863 : 51128715 : opts_set->x_flag_tree_ccp = (mask & 1) != 0;
2864 : 51128715 : mask >>= 1;
2865 : 51128715 : opts_set->x_flag_tree_ch = (mask & 1) != 0;
2866 : 51128715 : mask >>= 1;
2867 : 51128715 : opts_set->x_flag_tree_coalesce_vars = (mask & 1) != 0;
2868 : 51128715 : mask >>= 1;
2869 : 51128715 : opts_set->x_flag_tree_copy_prop = (mask & 1) != 0;
2870 : 51128715 : mask >>= 1;
2871 : 51128715 : opts_set->x_flag_tree_cselim = (mask & 1) != 0;
2872 : 51128715 : mask >>= 1;
2873 : 51128715 : opts_set->x_flag_tree_dce = (mask & 1) != 0;
2874 : 51128715 : mask >>= 1;
2875 : 51128715 : opts_set->x_flag_tree_dom = (mask & 1) != 0;
2876 : 51128715 : mask >>= 1;
2877 : 51128715 : opts_set->x_flag_tree_dse = (mask & 1) != 0;
2878 : 51128715 : mask >>= 1;
2879 : 51128715 : opts_set->x_flag_tree_forwprop = (mask & 1) != 0;
2880 : 51128715 : mask >>= 1;
2881 : 51128715 : opts_set->x_flag_tree_fre = (mask & 1) != 0;
2882 : 51128715 : mask >>= 1;
2883 : 51128715 : opts_set->x_flag_tree_loop_distribute_patterns = (mask & 1) != 0;
2884 : 51128715 : mask >>= 1;
2885 : 51128715 : opts_set->x_flag_tree_loop_distribution = (mask & 1) != 0;
2886 : 51128715 : mask >>= 1;
2887 : 51128715 : opts_set->x_flag_tree_loop_if_convert = (mask & 1) != 0;
2888 : 51128715 : mask >>= 1;
2889 : 51128715 : opts_set->x_flag_tree_loop_im = (mask & 1) != 0;
2890 : 51128715 : mask >>= 1;
2891 : 51128715 : opts_set->x_flag_tree_loop_ivcanon = (mask & 1) != 0;
2892 : 51128715 : mask >>= 1;
2893 : 51128715 : opts_set->x_flag_tree_loop_optimize = (mask & 1) != 0;
2894 : 51128715 : mask >>= 1;
2895 : 51128715 : opts_set->x_flag_tree_loop_vectorize = (mask & 1) != 0;
2896 : 51128715 : mask >>= 1;
2897 : 51128715 : opts_set->x_flag_tree_live_range_split = (mask & 1) != 0;
2898 : 51128715 : mask >>= 1;
2899 : 51128715 : opts_set->x_flag_tree_partial_pre = (mask & 1) != 0;
2900 : 51128715 : mask >>= 1;
2901 : 51128715 : opts_set->x_flag_tree_phiprop = (mask & 1) != 0;
2902 : 51128715 : mask >>= 1;
2903 : 51128715 : opts_set->x_flag_tree_pre = (mask & 1) != 0;
2904 : 51128715 : mask >>= 1;
2905 : 51128715 : opts_set->x_flag_tree_pta = (mask & 1) != 0;
2906 : 51128715 : mask >>= 1;
2907 : 51128715 : opts_set->x_flag_tree_reassoc = (mask & 1) != 0;
2908 : 51128715 : mask >>= 1;
2909 : 51128715 : opts_set->x_flag_tree_scev_cprop = (mask & 1) != 0;
2910 : 51128715 : mask >>= 1;
2911 : 51128715 : opts_set->x_flag_tree_sink = (mask & 1) != 0;
2912 : 51128715 : mask >>= 1;
2913 : 51128715 : opts_set->x_flag_tree_slp_vectorize = (mask & 1) != 0;
2914 : 51128715 : mask >>= 1;
2915 : 51128715 : opts_set->x_flag_tree_slsr = (mask & 1) != 0;
2916 : 51128715 : mask >>= 1;
2917 : 51128715 : opts_set->x_flag_tree_sra = (mask & 1) != 0;
2918 : 51128715 : mask >>= 1;
2919 : 51128715 : opts_set->x_flag_tree_switch_conversion = (mask & 1) != 0;
2920 : 51128715 : mask >>= 1;
2921 : 51128715 : opts_set->x_flag_tree_tail_merge = (mask & 1) != 0;
2922 : 51128715 : mask >>= 1;
2923 : 51128715 : opts_set->x_flag_tree_ter = (mask & 1) != 0;
2924 : 51128715 : mask >>= 1;
2925 : 51128715 : opts_set->x_flag_tree_vectorize = (mask & 1) != 0;
2926 : 51128715 : mask >>= 1;
2927 : 51128715 : opts_set->x_flag_tree_vrp = (mask & 1) != 0;
2928 : 51128715 : mask >>= 1;
2929 : 51128715 : opts_set->x_flag_unconstrained_commons = (mask & 1) != 0;
2930 : 51128715 : mask >>= 1;
2931 : 51128715 : opts_set->x_flag_unreachable_traps = (mask & 1) != 0;
2932 : 51128715 : mask >>= 1;
2933 : 51128715 : opts_set->x_flag_unroll_all_loops = (mask & 1) != 0;
2934 : 51128715 : mask >>= 1;
2935 : 51128715 : opts_set->x_flag_cunroll_grow_size = (mask & 1) != 0;
2936 : 51128715 : mask >>= 1;
2937 : 51128715 : opts_set->x_flag_unroll_loops = (mask & 1) != 0;
2938 : 51128715 : mask >>= 1;
2939 : 51128715 : opts_set->x_flag_unsafe_math_optimizations = (mask & 1) != 0;
2940 : 51128715 : mask >>= 1;
2941 : 51128715 : opts_set->x_flag_unswitch_loops = (mask & 1) != 0;
2942 : 51128715 : mask >>= 1;
2943 : 51128715 : mask = ptr->explicit_mask[8];
2944 : 51128715 : opts_set->x_flag_unwind_tables = (mask & 1) != 0;
2945 : 51128715 : mask >>= 1;
2946 : 51128715 : opts_set->x_flag_var_tracking = (mask & 1) != 0;
2947 : 51128715 : mask >>= 1;
2948 : 51128715 : opts_set->x_flag_var_tracking_assignments = (mask & 1) != 0;
2949 : 51128715 : mask >>= 1;
2950 : 51128715 : opts_set->x_flag_var_tracking_assignments_toggle = (mask & 1) != 0;
2951 : 51128715 : mask >>= 1;
2952 : 51128715 : opts_set->x_flag_var_tracking_uninit = (mask & 1) != 0;
2953 : 51128715 : mask >>= 1;
2954 : 51128715 : opts_set->x_flag_variable_expansion_in_unroller = (mask & 1) != 0;
2955 : 51128715 : mask >>= 1;
2956 : 51128715 : opts_set->x_flag_version_loops_for_strides = (mask & 1) != 0;
2957 : 51128715 : mask >>= 1;
2958 : 51128715 : opts_set->x_flag_value_profile_transformations = (mask & 1) != 0;
2959 : 51128715 : mask >>= 1;
2960 : 51128715 : opts_set->x_flag_web = (mask & 1) != 0;
2961 : 51128715 : mask >>= 1;
2962 : 51128715 : opts_set->x_flag_wrapv = (mask & 1) != 0;
2963 : 51128715 : mask >>= 1;
2964 : 51128715 : opts_set->x_flag_wrapv_pointer = (mask & 1) != 0;
2965 : 51128715 : mask >>= 1;
2966 : 51128715 : opts_set->x_debug_nonbind_markers_p = (mask & 1) != 0;
2967 : 51128715 : mask >>= 1;
2968 : 51128715 : opts_set->x_ix86_unroll_only_small_loops = (mask & 1) != 0;
2969 : 51128715 : mask >>= 1;
2970 : 51128715 : opts_set->x_str_align_functions = (mask & 1) ? "" : nullptr;
2971 : 51128715 : mask >>= 1;
2972 : 51128715 : opts_set->x_str_align_jumps = (mask & 1) ? "" : nullptr;
2973 : 51128715 : mask >>= 1;
2974 : 51128715 : opts_set->x_str_align_labels = (mask & 1) ? "" : nullptr;
2975 : 51128715 : mask >>= 1;
2976 : 51128715 : opts_set->x_str_align_loops = (mask & 1) ? "" : nullptr;
2977 : 51128715 : mask >>= 1;
2978 : 51128715 : opts_set->x_flag_patchable_function_entry = (mask & 1) ? "" : nullptr;
2979 : 51128715 : mask >>= 1;
2980 : 51128715 : targetm.override_options_after_change ();
2981 : 51128715 : }
2982 : :
2983 : : /* Print optimization options from a structure. */
2984 : : void
2985 : 0 : cl_optimization_print (FILE *file,
2986 : : int indent_to,
2987 : : struct cl_optimization *ptr)
2988 : : {
2989 : 0 : fputs ("\n", file);
2990 : 0 : if (ptr->x_param_align_loop_iterations)
2991 : 0 : fprintf (file, "%*s%s (%#x)\n",
2992 : : indent_to, "",
2993 : : "param_align_loop_iterations",
2994 : : ptr->x_param_align_loop_iterations);
2995 : :
2996 : 0 : if (ptr->x_param_align_threshold)
2997 : 0 : fprintf (file, "%*s%s (%#x)\n",
2998 : : indent_to, "",
2999 : : "param_align_threshold",
3000 : : ptr->x_param_align_threshold);
3001 : :
3002 : 0 : if (ptr->x_param_asan_protect_allocas)
3003 : 0 : fprintf (file, "%*s%s (%#x)\n",
3004 : : indent_to, "",
3005 : : "param_asan_protect_allocas",
3006 : : ptr->x_param_asan_protect_allocas);
3007 : :
3008 : 0 : if (ptr->x_param_asan_instrument_reads)
3009 : 0 : fprintf (file, "%*s%s (%#x)\n",
3010 : : indent_to, "",
3011 : : "param_asan_instrument_reads",
3012 : : ptr->x_param_asan_instrument_reads);
3013 : :
3014 : 0 : if (ptr->x_param_asan_instrument_writes)
3015 : 0 : fprintf (file, "%*s%s (%#x)\n",
3016 : : indent_to, "",
3017 : : "param_asan_instrument_writes",
3018 : : ptr->x_param_asan_instrument_writes);
3019 : :
3020 : 0 : if (ptr->x_param_asan_instrumentation_with_call_threshold)
3021 : 0 : fprintf (file, "%*s%s (%#x)\n",
3022 : : indent_to, "",
3023 : : "param_asan_instrumentation_with_call_threshold",
3024 : : ptr->x_param_asan_instrumentation_with_call_threshold);
3025 : :
3026 : 0 : if (ptr->x_param_asan_kernel_mem_intrinsic_prefix)
3027 : 0 : fprintf (file, "%*s%s (%#x)\n",
3028 : : indent_to, "",
3029 : : "param_asan_kernel_mem_intrinsic_prefix",
3030 : : ptr->x_param_asan_kernel_mem_intrinsic_prefix);
3031 : :
3032 : 0 : if (ptr->x_param_asan_memintrin)
3033 : 0 : fprintf (file, "%*s%s (%#x)\n",
3034 : : indent_to, "",
3035 : : "param_asan_memintrin",
3036 : : ptr->x_param_asan_memintrin);
3037 : :
3038 : 0 : if (ptr->x_param_asan_stack)
3039 : 0 : fprintf (file, "%*s%s (%#x)\n",
3040 : : indent_to, "",
3041 : : "param_asan_stack",
3042 : : ptr->x_param_asan_stack);
3043 : :
3044 : 0 : if (ptr->x_param_asan_use_after_return)
3045 : 0 : fprintf (file, "%*s%s (%#x)\n",
3046 : : indent_to, "",
3047 : : "param_asan_use_after_return",
3048 : : ptr->x_param_asan_use_after_return);
3049 : :
3050 : 0 : if (ptr->x_param_avg_loop_niter)
3051 : 0 : fprintf (file, "%*s%s (%#x)\n",
3052 : : indent_to, "",
3053 : : "param_avg_loop_niter",
3054 : : ptr->x_param_avg_loop_niter);
3055 : :
3056 : 0 : if (ptr->x_param_avoid_fma_max_bits)
3057 : 0 : fprintf (file, "%*s%s (%#x)\n",
3058 : : indent_to, "",
3059 : : "param_avoid_fma_max_bits",
3060 : : ptr->x_param_avoid_fma_max_bits);
3061 : :
3062 : 0 : if (ptr->x_param_builtin_expect_probability)
3063 : 0 : fprintf (file, "%*s%s (%#x)\n",
3064 : : indent_to, "",
3065 : : "param_builtin_expect_probability",
3066 : : ptr->x_param_builtin_expect_probability);
3067 : :
3068 : 0 : if (ptr->x_param_builtin_string_cmp_inline_length)
3069 : 0 : fprintf (file, "%*s%s (%#x)\n",
3070 : : indent_to, "",
3071 : : "param_builtin_string_cmp_inline_length",
3072 : : ptr->x_param_builtin_string_cmp_inline_length);
3073 : :
3074 : 0 : if (ptr->x_param_case_values_threshold)
3075 : 0 : fprintf (file, "%*s%s (%#x)\n",
3076 : : indent_to, "",
3077 : : "param_case_values_threshold",
3078 : : ptr->x_param_case_values_threshold);
3079 : :
3080 : 0 : if (ptr->x_param_comdat_sharing_probability)
3081 : 0 : fprintf (file, "%*s%s (%#x)\n",
3082 : : indent_to, "",
3083 : : "param_comdat_sharing_probability",
3084 : : ptr->x_param_comdat_sharing_probability);
3085 : :
3086 : 0 : if (ptr->x_param_construct_interfere_size)
3087 : 0 : fprintf (file, "%*s%s (%#x)\n",
3088 : : indent_to, "",
3089 : : "param_construct_interfere_size",
3090 : : ptr->x_param_construct_interfere_size);
3091 : :
3092 : 0 : if (ptr->x_param_cycle_accurate_model)
3093 : 0 : fprintf (file, "%*s%s (%#x)\n",
3094 : : indent_to, "",
3095 : : "param_cycle_accurate_model",
3096 : : ptr->x_param_cycle_accurate_model);
3097 : :
3098 : 0 : if (ptr->x_param_destruct_interfere_size)
3099 : 0 : fprintf (file, "%*s%s (%#x)\n",
3100 : : indent_to, "",
3101 : : "param_destruct_interfere_size",
3102 : : ptr->x_param_destruct_interfere_size);
3103 : :
3104 : 0 : if (ptr->x_param_dse_max_alias_queries_per_store)
3105 : 0 : fprintf (file, "%*s%s (%#x)\n",
3106 : : indent_to, "",
3107 : : "param_dse_max_alias_queries_per_store",
3108 : : ptr->x_param_dse_max_alias_queries_per_store);
3109 : :
3110 : 0 : if (ptr->x_param_dse_max_object_size)
3111 : 0 : fprintf (file, "%*s%s (%#x)\n",
3112 : : indent_to, "",
3113 : : "param_dse_max_object_size",
3114 : : ptr->x_param_dse_max_object_size);
3115 : :
3116 : 0 : if (ptr->x_param_early_inlining_insns)
3117 : 0 : fprintf (file, "%*s%s (%#x)\n",
3118 : : indent_to, "",
3119 : : "param_early_inlining_insns",
3120 : : ptr->x_param_early_inlining_insns);
3121 : :
3122 : 0 : if (ptr->x_param_fsm_scale_path_stmts)
3123 : 0 : fprintf (file, "%*s%s (%#x)\n",
3124 : : indent_to, "",
3125 : : "param_fsm_scale_path_stmts",
3126 : : ptr->x_param_fsm_scale_path_stmts);
3127 : :
3128 : 0 : if (ptr->x_param_fully_pipelined_fma)
3129 : 0 : fprintf (file, "%*s%s (%#x)\n",
3130 : : indent_to, "",
3131 : : "param_fully_pipelined_fma",
3132 : : ptr->x_param_fully_pipelined_fma);
3133 : :
3134 : 0 : if (ptr->x_param_gcse_after_reload_critical_fraction)
3135 : 0 : fprintf (file, "%*s%s (%#x)\n",
3136 : : indent_to, "",
3137 : : "param_gcse_after_reload_critical_fraction",
3138 : : ptr->x_param_gcse_after_reload_critical_fraction);
3139 : :
3140 : 0 : if (ptr->x_param_gcse_after_reload_partial_fraction)
3141 : 0 : fprintf (file, "%*s%s (%#x)\n",
3142 : : indent_to, "",
3143 : : "param_gcse_after_reload_partial_fraction",
3144 : : ptr->x_param_gcse_after_reload_partial_fraction);
3145 : :
3146 : 0 : if (ptr->x_param_gcse_cost_distance_ratio)
3147 : 0 : fprintf (file, "%*s%s (%#x)\n",
3148 : : indent_to, "",
3149 : : "param_gcse_cost_distance_ratio",
3150 : : ptr->x_param_gcse_cost_distance_ratio);
3151 : :
3152 : 0 : if (ptr->x_param_gcse_unrestricted_cost)
3153 : 0 : fprintf (file, "%*s%s (%#x)\n",
3154 : : indent_to, "",
3155 : : "param_gcse_unrestricted_cost",
3156 : : ptr->x_param_gcse_unrestricted_cost);
3157 : :
3158 : 0 : if (ptr->x_param_graphite_max_arrays_per_scop)
3159 : 0 : fprintf (file, "%*s%s (%#x)\n",
3160 : : indent_to, "",
3161 : : "param_graphite_max_arrays_per_scop",
3162 : : ptr->x_param_graphite_max_arrays_per_scop);
3163 : :
3164 : 0 : if (ptr->x_param_graphite_max_nb_scop_params)
3165 : 0 : fprintf (file, "%*s%s (%#x)\n",
3166 : : indent_to, "",
3167 : : "param_graphite_max_nb_scop_params",
3168 : : ptr->x_param_graphite_max_nb_scop_params);
3169 : :
3170 : 0 : if (ptr->x_param_hardcfr_max_blocks)
3171 : 0 : fprintf (file, "%*s%s (%#x)\n",
3172 : : indent_to, "",
3173 : : "param_hardcfr_max_blocks",
3174 : : ptr->x_param_hardcfr_max_blocks);
3175 : :
3176 : 0 : if (ptr->x_param_hardcfr_max_inline_blocks)
3177 : 0 : fprintf (file, "%*s%s (%#x)\n",
3178 : : indent_to, "",
3179 : : "param_hardcfr_max_inline_blocks",
3180 : : ptr->x_param_hardcfr_max_inline_blocks);
3181 : :
3182 : 0 : if (ptr->x_param_hwasan_instrument_allocas)
3183 : 0 : fprintf (file, "%*s%s (%#x)\n",
3184 : : indent_to, "",
3185 : : "param_hwasan_instrument_allocas",
3186 : : ptr->x_param_hwasan_instrument_allocas);
3187 : :
3188 : 0 : if (ptr->x_param_hwasan_instrument_mem_intrinsics)
3189 : 0 : fprintf (file, "%*s%s (%#x)\n",
3190 : : indent_to, "",
3191 : : "param_hwasan_instrument_mem_intrinsics",
3192 : : ptr->x_param_hwasan_instrument_mem_intrinsics);
3193 : :
3194 : 0 : if (ptr->x_param_hwasan_instrument_reads)
3195 : 0 : fprintf (file, "%*s%s (%#x)\n",
3196 : : indent_to, "",
3197 : : "param_hwasan_instrument_reads",
3198 : : ptr->x_param_hwasan_instrument_reads);
3199 : :
3200 : 0 : if (ptr->x_param_hwasan_instrument_stack)
3201 : 0 : fprintf (file, "%*s%s (%#x)\n",
3202 : : indent_to, "",
3203 : : "param_hwasan_instrument_stack",
3204 : : ptr->x_param_hwasan_instrument_stack);
3205 : :
3206 : 0 : if (ptr->x_param_hwasan_instrument_writes)
3207 : 0 : fprintf (file, "%*s%s (%#x)\n",
3208 : : indent_to, "",
3209 : : "param_hwasan_instrument_writes",
3210 : : ptr->x_param_hwasan_instrument_writes);
3211 : :
3212 : 0 : if (ptr->x_param_hwasan_random_frame_tag)
3213 : 0 : fprintf (file, "%*s%s (%#x)\n",
3214 : : indent_to, "",
3215 : : "param_hwasan_random_frame_tag",
3216 : : ptr->x_param_hwasan_random_frame_tag);
3217 : :
3218 : 0 : if (ptr->x_param_inline_heuristics_hint_percent)
3219 : 0 : fprintf (file, "%*s%s (%#x)\n",
3220 : : indent_to, "",
3221 : : "param_inline_heuristics_hint_percent",
3222 : : ptr->x_param_inline_heuristics_hint_percent);
3223 : :
3224 : 0 : if (ptr->x_param_inline_min_speedup)
3225 : 0 : fprintf (file, "%*s%s (%#x)\n",
3226 : : indent_to, "",
3227 : : "param_inline_min_speedup",
3228 : : ptr->x_param_inline_min_speedup);
3229 : :
3230 : 0 : if (ptr->x_param_inline_unit_growth)
3231 : 0 : fprintf (file, "%*s%s (%#x)\n",
3232 : : indent_to, "",
3233 : : "param_inline_unit_growth",
3234 : : ptr->x_param_inline_unit_growth);
3235 : :
3236 : 0 : if (ptr->x_param_ipa_cp_eval_threshold)
3237 : 0 : fprintf (file, "%*s%s (%#x)\n",
3238 : : indent_to, "",
3239 : : "param_ipa_cp_eval_threshold",
3240 : : ptr->x_param_ipa_cp_eval_threshold);
3241 : :
3242 : 0 : if (ptr->x_param_ipa_cp_large_unit_insns)
3243 : 0 : fprintf (file, "%*s%s (%#x)\n",
3244 : : indent_to, "",
3245 : : "param_ipa_cp_large_unit_insns",
3246 : : ptr->x_param_ipa_cp_large_unit_insns);
3247 : :
3248 : 0 : if (ptr->x_param_ipa_cp_loop_hint_bonus)
3249 : 0 : fprintf (file, "%*s%s (%#x)\n",
3250 : : indent_to, "",
3251 : : "param_ipa_cp_loop_hint_bonus",
3252 : : ptr->x_param_ipa_cp_loop_hint_bonus);
3253 : :
3254 : 0 : if (ptr->x_param_ipa_cp_max_recursive_depth)
3255 : 0 : fprintf (file, "%*s%s (%#x)\n",
3256 : : indent_to, "",
3257 : : "param_ipa_cp_max_recursive_depth",
3258 : : ptr->x_param_ipa_cp_max_recursive_depth);
3259 : :
3260 : 0 : if (ptr->x_param_ipa_cp_min_recursive_probability)
3261 : 0 : fprintf (file, "%*s%s (%#x)\n",
3262 : : indent_to, "",
3263 : : "param_ipa_cp_min_recursive_probability",
3264 : : ptr->x_param_ipa_cp_min_recursive_probability);
3265 : :
3266 : 0 : if (ptr->x_param_ipa_cp_recursion_penalty)
3267 : 0 : fprintf (file, "%*s%s (%#x)\n",
3268 : : indent_to, "",
3269 : : "param_ipa_cp_recursion_penalty",
3270 : : ptr->x_param_ipa_cp_recursion_penalty);
3271 : :
3272 : 0 : if (ptr->x_param_ipa_cp_recursive_freq_factor)
3273 : 0 : fprintf (file, "%*s%s (%#x)\n",
3274 : : indent_to, "",
3275 : : "param_ipa_cp_recursive_freq_factor",
3276 : : ptr->x_param_ipa_cp_recursive_freq_factor);
3277 : :
3278 : 0 : if (ptr->x_param_ipa_cp_single_call_penalty)
3279 : 0 : fprintf (file, "%*s%s (%#x)\n",
3280 : : indent_to, "",
3281 : : "param_ipa_cp_single_call_penalty",
3282 : : ptr->x_param_ipa_cp_single_call_penalty);
3283 : :
3284 : 0 : if (ptr->x_param_ipa_cp_unit_growth)
3285 : 0 : fprintf (file, "%*s%s (%#x)\n",
3286 : : indent_to, "",
3287 : : "param_ipa_cp_unit_growth",
3288 : : ptr->x_param_ipa_cp_unit_growth);
3289 : :
3290 : 0 : if (ptr->x_param_ipa_cp_value_list_size)
3291 : 0 : fprintf (file, "%*s%s (%#x)\n",
3292 : : indent_to, "",
3293 : : "param_ipa_cp_value_list_size",
3294 : : ptr->x_param_ipa_cp_value_list_size);
3295 : :
3296 : 0 : if (ptr->x_param_ipa_jump_function_lookups)
3297 : 0 : fprintf (file, "%*s%s (%#x)\n",
3298 : : indent_to, "",
3299 : : "param_ipa_jump_function_lookups",
3300 : : ptr->x_param_ipa_jump_function_lookups);
3301 : :
3302 : 0 : if (ptr->x_param_ipa_max_aa_steps)
3303 : 0 : fprintf (file, "%*s%s (%#x)\n",
3304 : : indent_to, "",
3305 : : "param_ipa_max_aa_steps",
3306 : : ptr->x_param_ipa_max_aa_steps);
3307 : :
3308 : 0 : if (ptr->x_param_ipa_max_agg_items)
3309 : 0 : fprintf (file, "%*s%s (%#x)\n",
3310 : : indent_to, "",
3311 : : "param_ipa_max_agg_items",
3312 : : ptr->x_param_ipa_max_agg_items);
3313 : :
3314 : 0 : if (ptr->x_param_ipa_max_loop_predicates)
3315 : 0 : fprintf (file, "%*s%s (%#x)\n",
3316 : : indent_to, "",
3317 : : "param_ipa_max_loop_predicates",
3318 : : ptr->x_param_ipa_max_loop_predicates);
3319 : :
3320 : 0 : if (ptr->x_param_ipa_max_param_expr_ops)
3321 : 0 : fprintf (file, "%*s%s (%#x)\n",
3322 : : indent_to, "",
3323 : : "param_ipa_max_param_expr_ops",
3324 : : ptr->x_param_ipa_max_param_expr_ops);
3325 : :
3326 : 0 : if (ptr->x_param_ipa_max_switch_predicate_bounds)
3327 : 0 : fprintf (file, "%*s%s (%#x)\n",
3328 : : indent_to, "",
3329 : : "param_ipa_max_switch_predicate_bounds",
3330 : : ptr->x_param_ipa_max_switch_predicate_bounds);
3331 : :
3332 : 0 : if (ptr->x_param_ipa_sra_deref_prob_threshold)
3333 : 0 : fprintf (file, "%*s%s (%#x)\n",
3334 : : indent_to, "",
3335 : : "param_ipa_sra_deref_prob_threshold",
3336 : : ptr->x_param_ipa_sra_deref_prob_threshold);
3337 : :
3338 : 0 : if (ptr->x_param_ipa_sra_max_replacements)
3339 : 0 : fprintf (file, "%*s%s (%#x)\n",
3340 : : indent_to, "",
3341 : : "param_ipa_sra_max_replacements",
3342 : : ptr->x_param_ipa_sra_max_replacements);
3343 : :
3344 : 0 : if (ptr->x_param_ipa_sra_ptr_growth_factor)
3345 : 0 : fprintf (file, "%*s%s (%#x)\n",
3346 : : indent_to, "",
3347 : : "param_ipa_sra_ptr_growth_factor",
3348 : : ptr->x_param_ipa_sra_ptr_growth_factor);
3349 : :
3350 : 0 : if (ptr->x_param_ipa_sra_ptrwrap_growth_factor)
3351 : 0 : fprintf (file, "%*s%s (%#x)\n",
3352 : : indent_to, "",
3353 : : "param_ipa_sra_ptrwrap_growth_factor",
3354 : : ptr->x_param_ipa_sra_ptrwrap_growth_factor);
3355 : :
3356 : 0 : if (ptr->x_param_ira_consider_dup_in_all_alts)
3357 : 0 : fprintf (file, "%*s%s (%#x)\n",
3358 : : indent_to, "",
3359 : : "param_ira_consider_dup_in_all_alts",
3360 : : ptr->x_param_ira_consider_dup_in_all_alts);
3361 : :
3362 : 0 : if (ptr->x_param_ira_loop_reserved_regs)
3363 : 0 : fprintf (file, "%*s%s (%#x)\n",
3364 : : indent_to, "",
3365 : : "param_ira_loop_reserved_regs",
3366 : : ptr->x_param_ira_loop_reserved_regs);
3367 : :
3368 : 0 : if (ptr->x_param_ira_max_conflict_table_size)
3369 : 0 : fprintf (file, "%*s%s (%#x)\n",
3370 : : indent_to, "",
3371 : : "param_ira_max_conflict_table_size",
3372 : : ptr->x_param_ira_max_conflict_table_size);
3373 : :
3374 : 0 : if (ptr->x_param_ira_max_loops_num)
3375 : 0 : fprintf (file, "%*s%s (%#x)\n",
3376 : : indent_to, "",
3377 : : "param_ira_max_loops_num",
3378 : : ptr->x_param_ira_max_loops_num);
3379 : :
3380 : 0 : if (ptr->x_param_ira_simple_lra_insn_threshold)
3381 : 0 : fprintf (file, "%*s%s (%#x)\n",
3382 : : indent_to, "",
3383 : : "param_ira_simple_lra_insn_threshold",
3384 : : ptr->x_param_ira_simple_lra_insn_threshold);
3385 : :
3386 : 0 : if (ptr->x_param_iv_always_prune_cand_set_bound)
3387 : 0 : fprintf (file, "%*s%s (%#x)\n",
3388 : : indent_to, "",
3389 : : "param_iv_always_prune_cand_set_bound",
3390 : : ptr->x_param_iv_always_prune_cand_set_bound);
3391 : :
3392 : 0 : if (ptr->x_param_iv_consider_all_candidates_bound)
3393 : 0 : fprintf (file, "%*s%s (%#x)\n",
3394 : : indent_to, "",
3395 : : "param_iv_consider_all_candidates_bound",
3396 : : ptr->x_param_iv_consider_all_candidates_bound);
3397 : :
3398 : 0 : if (ptr->x_param_iv_max_considered_uses)
3399 : 0 : fprintf (file, "%*s%s (%#x)\n",
3400 : : indent_to, "",
3401 : : "param_iv_max_considered_uses",
3402 : : ptr->x_param_iv_max_considered_uses);
3403 : :
3404 : 0 : if (ptr->x_param_jump_table_max_growth_ratio_for_size)
3405 : 0 : fprintf (file, "%*s%s (%#x)\n",
3406 : : indent_to, "",
3407 : : "param_jump_table_max_growth_ratio_for_size",
3408 : : ptr->x_param_jump_table_max_growth_ratio_for_size);
3409 : :
3410 : 0 : if (ptr->x_param_jump_table_max_growth_ratio_for_speed)
3411 : 0 : fprintf (file, "%*s%s (%#x)\n",
3412 : : indent_to, "",
3413 : : "param_jump_table_max_growth_ratio_for_speed",
3414 : : ptr->x_param_jump_table_max_growth_ratio_for_speed);
3415 : :
3416 : 0 : if (ptr->x_param_l1_cache_line_size)
3417 : 0 : fprintf (file, "%*s%s (%#x)\n",
3418 : : indent_to, "",
3419 : : "param_l1_cache_line_size",
3420 : : ptr->x_param_l1_cache_line_size);
3421 : :
3422 : 0 : if (ptr->x_param_l1_cache_size)
3423 : 0 : fprintf (file, "%*s%s (%#x)\n",
3424 : : indent_to, "",
3425 : : "param_l1_cache_size",
3426 : : ptr->x_param_l1_cache_size);
3427 : :
3428 : 0 : if (ptr->x_param_l2_cache_size)
3429 : 0 : fprintf (file, "%*s%s (%#x)\n",
3430 : : indent_to, "",
3431 : : "param_l2_cache_size",
3432 : : ptr->x_param_l2_cache_size);
3433 : :
3434 : 0 : if (ptr->x_param_large_function_growth)
3435 : 0 : fprintf (file, "%*s%s (%#x)\n",
3436 : : indent_to, "",
3437 : : "param_large_function_growth",
3438 : : ptr->x_param_large_function_growth);
3439 : :
3440 : 0 : if (ptr->x_param_large_function_insns)
3441 : 0 : fprintf (file, "%*s%s (%#x)\n",
3442 : : indent_to, "",
3443 : : "param_large_function_insns",
3444 : : ptr->x_param_large_function_insns);
3445 : :
3446 : 0 : if (ptr->x_param_stack_frame_growth)
3447 : 0 : fprintf (file, "%*s%s (%#x)\n",
3448 : : indent_to, "",
3449 : : "param_stack_frame_growth",
3450 : : ptr->x_param_stack_frame_growth);
3451 : :
3452 : 0 : if (ptr->x_param_large_stack_frame)
3453 : 0 : fprintf (file, "%*s%s (%#x)\n",
3454 : : indent_to, "",
3455 : : "param_large_stack_frame",
3456 : : ptr->x_param_large_stack_frame);
3457 : :
3458 : 0 : if (ptr->x_param_large_unit_insns)
3459 : 0 : fprintf (file, "%*s%s (%#x)\n",
3460 : : indent_to, "",
3461 : : "param_large_unit_insns",
3462 : : ptr->x_param_large_unit_insns);
3463 : :
3464 : 0 : if (ptr->x_param_lim_expensive)
3465 : 0 : fprintf (file, "%*s%s (%#x)\n",
3466 : : indent_to, "",
3467 : : "param_lim_expensive",
3468 : : ptr->x_param_lim_expensive);
3469 : :
3470 : 0 : if (ptr->x_param_loop_block_tile_size)
3471 : 0 : fprintf (file, "%*s%s (%#x)\n",
3472 : : indent_to, "",
3473 : : "param_loop_block_tile_size",
3474 : : ptr->x_param_loop_block_tile_size);
3475 : :
3476 : 0 : if (ptr->x_param_loop_interchange_max_num_stmts)
3477 : 0 : fprintf (file, "%*s%s (%#x)\n",
3478 : : indent_to, "",
3479 : : "param_loop_interchange_max_num_stmts",
3480 : : ptr->x_param_loop_interchange_max_num_stmts);
3481 : :
3482 : 0 : if (ptr->x_param_loop_interchange_stride_ratio)
3483 : 0 : fprintf (file, "%*s%s (%#x)\n",
3484 : : indent_to, "",
3485 : : "param_loop_interchange_stride_ratio",
3486 : : ptr->x_param_loop_interchange_stride_ratio);
3487 : :
3488 : 0 : if (ptr->x_param_loop_invariant_max_bbs_in_loop)
3489 : 0 : fprintf (file, "%*s%s (%#x)\n",
3490 : : indent_to, "",
3491 : : "param_loop_invariant_max_bbs_in_loop",
3492 : : ptr->x_param_loop_invariant_max_bbs_in_loop);
3493 : :
3494 : 0 : if (ptr->x_param_loop_max_datarefs_for_datadeps)
3495 : 0 : fprintf (file, "%*s%s (%#x)\n",
3496 : : indent_to, "",
3497 : : "param_loop_max_datarefs_for_datadeps",
3498 : : ptr->x_param_loop_max_datarefs_for_datadeps);
3499 : :
3500 : 0 : if (ptr->x_param_loop_versioning_max_inner_insns)
3501 : 0 : fprintf (file, "%*s%s (%#x)\n",
3502 : : indent_to, "",
3503 : : "param_loop_versioning_max_inner_insns",
3504 : : ptr->x_param_loop_versioning_max_inner_insns);
3505 : :
3506 : 0 : if (ptr->x_param_loop_versioning_max_outer_insns)
3507 : 0 : fprintf (file, "%*s%s (%#x)\n",
3508 : : indent_to, "",
3509 : : "param_loop_versioning_max_outer_insns",
3510 : : ptr->x_param_loop_versioning_max_outer_insns);
3511 : :
3512 : 0 : if (ptr->x_param_lra_inheritance_ebb_probability_cutoff)
3513 : 0 : fprintf (file, "%*s%s (%#x)\n",
3514 : : indent_to, "",
3515 : : "param_lra_inheritance_ebb_probability_cutoff",
3516 : : ptr->x_param_lra_inheritance_ebb_probability_cutoff);
3517 : :
3518 : 0 : if (ptr->x_param_lra_max_considered_reload_pseudos)
3519 : 0 : fprintf (file, "%*s%s (%#x)\n",
3520 : : indent_to, "",
3521 : : "param_lra_max_considered_reload_pseudos",
3522 : : ptr->x_param_lra_max_considered_reload_pseudos);
3523 : :
3524 : 0 : if (ptr->x_param_lto_locality_frequency)
3525 : 0 : fprintf (file, "%*s%s (%#x)\n",
3526 : : indent_to, "",
3527 : : "param_lto_locality_frequency",
3528 : : ptr->x_param_lto_locality_frequency);
3529 : :
3530 : 0 : if (ptr->x_param_lto_locality_size)
3531 : 0 : fprintf (file, "%*s%s (%#x)\n",
3532 : : indent_to, "",
3533 : : "param_lto_locality_size",
3534 : : ptr->x_param_lto_locality_size);
3535 : :
3536 : 0 : if (ptr->x_param_max_average_unrolled_insns)
3537 : 0 : fprintf (file, "%*s%s (%#x)\n",
3538 : : indent_to, "",
3539 : : "param_max_average_unrolled_insns",
3540 : : ptr->x_param_max_average_unrolled_insns);
3541 : :
3542 : 0 : if (ptr->x_param_max_combine_insns)
3543 : 0 : fprintf (file, "%*s%s (%#x)\n",
3544 : : indent_to, "",
3545 : : "param_max_combine_insns",
3546 : : ptr->x_param_max_combine_insns);
3547 : :
3548 : 0 : if (ptr->x_param_max_combine_search_insns)
3549 : 0 : fprintf (file, "%*s%s (%#x)\n",
3550 : : indent_to, "",
3551 : : "param_max_combine_search_insns",
3552 : : ptr->x_param_max_combine_search_insns);
3553 : :
3554 : 0 : if (ptr->x_param_max_unroll_iterations)
3555 : 0 : fprintf (file, "%*s%s (%#x)\n",
3556 : : indent_to, "",
3557 : : "param_max_unroll_iterations",
3558 : : ptr->x_param_max_unroll_iterations);
3559 : :
3560 : 0 : if (ptr->x_param_max_completely_peel_times)
3561 : 0 : fprintf (file, "%*s%s (%#x)\n",
3562 : : indent_to, "",
3563 : : "param_max_completely_peel_times",
3564 : : ptr->x_param_max_completely_peel_times);
3565 : :
3566 : 0 : if (ptr->x_param_max_completely_peeled_insns)
3567 : 0 : fprintf (file, "%*s%s (%#x)\n",
3568 : : indent_to, "",
3569 : : "param_max_completely_peeled_insns",
3570 : : ptr->x_param_max_completely_peeled_insns);
3571 : :
3572 : 0 : if (ptr->x_param_max_crossjump_edges)
3573 : 0 : fprintf (file, "%*s%s (%#x)\n",
3574 : : indent_to, "",
3575 : : "param_max_crossjump_edges",
3576 : : ptr->x_param_max_crossjump_edges);
3577 : :
3578 : 0 : if (ptr->x_param_max_cse_insns)
3579 : 0 : fprintf (file, "%*s%s (%#x)\n",
3580 : : indent_to, "",
3581 : : "param_max_cse_insns",
3582 : : ptr->x_param_max_cse_insns);
3583 : :
3584 : 0 : if (ptr->x_param_max_cse_path_length)
3585 : 0 : fprintf (file, "%*s%s (%#x)\n",
3586 : : indent_to, "",
3587 : : "param_max_cse_path_length",
3588 : : ptr->x_param_max_cse_path_length);
3589 : :
3590 : 0 : if (ptr->x_param_max_cselib_memory_locations)
3591 : 0 : fprintf (file, "%*s%s (%#x)\n",
3592 : : indent_to, "",
3593 : : "param_max_cselib_memory_locations",
3594 : : ptr->x_param_max_cselib_memory_locations);
3595 : :
3596 : 0 : if (ptr->x_param_max_debug_marker_count)
3597 : 0 : fprintf (file, "%*s%s (%#x)\n",
3598 : : indent_to, "",
3599 : : "param_max_debug_marker_count",
3600 : : ptr->x_param_max_debug_marker_count);
3601 : :
3602 : 0 : if (ptr->x_param_max_delay_slot_insn_search)
3603 : 0 : fprintf (file, "%*s%s (%#x)\n",
3604 : : indent_to, "",
3605 : : "param_max_delay_slot_insn_search",
3606 : : ptr->x_param_max_delay_slot_insn_search);
3607 : :
3608 : 0 : if (ptr->x_param_max_delay_slot_live_search)
3609 : 0 : fprintf (file, "%*s%s (%#x)\n",
3610 : : indent_to, "",
3611 : : "param_max_delay_slot_live_search",
3612 : : ptr->x_param_max_delay_slot_live_search);
3613 : :
3614 : 0 : if (ptr->x_param_max_dse_active_local_stores)
3615 : 0 : fprintf (file, "%*s%s (%#x)\n",
3616 : : indent_to, "",
3617 : : "param_max_dse_active_local_stores",
3618 : : ptr->x_param_max_dse_active_local_stores);
3619 : :
3620 : 0 : if (ptr->x_param_early_inliner_max_iterations)
3621 : 0 : fprintf (file, "%*s%s (%#x)\n",
3622 : : indent_to, "",
3623 : : "param_early_inliner_max_iterations",
3624 : : ptr->x_param_early_inliner_max_iterations);
3625 : :
3626 : 0 : if (ptr->x_param_max_find_base_term_values)
3627 : 0 : fprintf (file, "%*s%s (%#x)\n",
3628 : : indent_to, "",
3629 : : "param_max_find_base_term_values",
3630 : : ptr->x_param_max_find_base_term_values);
3631 : :
3632 : 0 : if (ptr->x_param_max_fsm_thread_path_insns)
3633 : 0 : fprintf (file, "%*s%s (%#x)\n",
3634 : : indent_to, "",
3635 : : "param_max_fsm_thread_path_insns",
3636 : : ptr->x_param_max_fsm_thread_path_insns);
3637 : :
3638 : 0 : if (ptr->x_param_max_gcse_insertion_ratio)
3639 : 0 : fprintf (file, "%*s%s (%#x)\n",
3640 : : indent_to, "",
3641 : : "param_max_gcse_insertion_ratio",
3642 : : ptr->x_param_max_gcse_insertion_ratio);
3643 : :
3644 : 0 : if (ptr->x_param_max_gcse_memory)
3645 : 0 : fprintf (file, "%*s%s (%#x)\n",
3646 : : indent_to, "",
3647 : : "param_max_gcse_memory",
3648 : : ptr->x_param_max_gcse_memory);
3649 : :
3650 : 0 : if (ptr->x_param_max_goto_duplication_insns)
3651 : 0 : fprintf (file, "%*s%s (%#x)\n",
3652 : : indent_to, "",
3653 : : "param_max_goto_duplication_insns",
3654 : : ptr->x_param_max_goto_duplication_insns);
3655 : :
3656 : 0 : if (ptr->x_param_max_grow_copy_bb_insns)
3657 : 0 : fprintf (file, "%*s%s (%#x)\n",
3658 : : indent_to, "",
3659 : : "param_max_grow_copy_bb_insns",
3660 : : ptr->x_param_max_grow_copy_bb_insns);
3661 : :
3662 : 0 : if (ptr->x_param_max_hoist_depth)
3663 : 0 : fprintf (file, "%*s%s (%#x)\n",
3664 : : indent_to, "",
3665 : : "param_max_hoist_depth",
3666 : : ptr->x_param_max_hoist_depth);
3667 : :
3668 : 0 : if (ptr->x_param_inline_functions_called_once_insns)
3669 : 0 : fprintf (file, "%*s%s (%#x)\n",
3670 : : indent_to, "",
3671 : : "param_inline_functions_called_once_insns",
3672 : : ptr->x_param_inline_functions_called_once_insns);
3673 : :
3674 : 0 : if (ptr->x_param_inline_functions_called_once_loop_depth)
3675 : 0 : fprintf (file, "%*s%s (%#x)\n",
3676 : : indent_to, "",
3677 : : "param_inline_functions_called_once_loop_depth",
3678 : : ptr->x_param_inline_functions_called_once_loop_depth);
3679 : :
3680 : 0 : if (ptr->x_param_max_inline_insns_auto)
3681 : 0 : fprintf (file, "%*s%s (%#x)\n",
3682 : : indent_to, "",
3683 : : "param_max_inline_insns_auto",
3684 : : ptr->x_param_max_inline_insns_auto);
3685 : :
3686 : 0 : if (ptr->x_param_max_inline_insns_recursive_auto)
3687 : 0 : fprintf (file, "%*s%s (%#x)\n",
3688 : : indent_to, "",
3689 : : "param_max_inline_insns_recursive_auto",
3690 : : ptr->x_param_max_inline_insns_recursive_auto);
3691 : :
3692 : 0 : if (ptr->x_param_max_inline_insns_recursive)
3693 : 0 : fprintf (file, "%*s%s (%#x)\n",
3694 : : indent_to, "",
3695 : : "param_max_inline_insns_recursive",
3696 : : ptr->x_param_max_inline_insns_recursive);
3697 : :
3698 : 0 : if (ptr->x_param_max_inline_insns_single)
3699 : 0 : fprintf (file, "%*s%s (%#x)\n",
3700 : : indent_to, "",
3701 : : "param_max_inline_insns_single",
3702 : : ptr->x_param_max_inline_insns_single);
3703 : :
3704 : 0 : if (ptr->x_param_max_inline_insns_size)
3705 : 0 : fprintf (file, "%*s%s (%#x)\n",
3706 : : indent_to, "",
3707 : : "param_max_inline_insns_size",
3708 : : ptr->x_param_max_inline_insns_size);
3709 : :
3710 : 0 : if (ptr->x_param_max_inline_insns_small)
3711 : 0 : fprintf (file, "%*s%s (%#x)\n",
3712 : : indent_to, "",
3713 : : "param_max_inline_insns_small",
3714 : : ptr->x_param_max_inline_insns_small);
3715 : :
3716 : 0 : if (ptr->x_param_max_inline_recursive_depth_auto)
3717 : 0 : fprintf (file, "%*s%s (%#x)\n",
3718 : : indent_to, "",
3719 : : "param_max_inline_recursive_depth_auto",
3720 : : ptr->x_param_max_inline_recursive_depth_auto);
3721 : :
3722 : 0 : if (ptr->x_param_max_inline_recursive_depth)
3723 : 0 : fprintf (file, "%*s%s (%#x)\n",
3724 : : indent_to, "",
3725 : : "param_max_inline_recursive_depth",
3726 : : ptr->x_param_max_inline_recursive_depth);
3727 : :
3728 : 0 : if (ptr->x_param_max_isl_operations)
3729 : 0 : fprintf (file, "%*s%s (%#x)\n",
3730 : : indent_to, "",
3731 : : "param_max_isl_operations",
3732 : : ptr->x_param_max_isl_operations);
3733 : :
3734 : 0 : if (ptr->x_param_max_iterations_computation_cost)
3735 : 0 : fprintf (file, "%*s%s (%#x)\n",
3736 : : indent_to, "",
3737 : : "param_max_iterations_computation_cost",
3738 : : ptr->x_param_max_iterations_computation_cost);
3739 : :
3740 : 0 : if (ptr->x_param_max_iterations_to_track)
3741 : 0 : fprintf (file, "%*s%s (%#x)\n",
3742 : : indent_to, "",
3743 : : "param_max_iterations_to_track",
3744 : : ptr->x_param_max_iterations_to_track);
3745 : :
3746 : 0 : if (ptr->x_param_max_jump_thread_duplication_stmts)
3747 : 0 : fprintf (file, "%*s%s (%#x)\n",
3748 : : indent_to, "",
3749 : : "param_max_jump_thread_duplication_stmts",
3750 : : ptr->x_param_max_jump_thread_duplication_stmts);
3751 : :
3752 : 0 : if (ptr->x_param_max_jump_thread_paths)
3753 : 0 : fprintf (file, "%*s%s (%#x)\n",
3754 : : indent_to, "",
3755 : : "param_max_jump_thread_paths",
3756 : : ptr->x_param_max_jump_thread_paths);
3757 : :
3758 : 0 : if (ptr->x_param_max_last_value_rtl)
3759 : 0 : fprintf (file, "%*s%s (%#x)\n",
3760 : : indent_to, "",
3761 : : "param_max_last_value_rtl",
3762 : : ptr->x_param_max_last_value_rtl);
3763 : :
3764 : 0 : if (ptr->x_param_max_loop_header_insns)
3765 : 0 : fprintf (file, "%*s%s (%#x)\n",
3766 : : indent_to, "",
3767 : : "param_max_loop_header_insns",
3768 : : ptr->x_param_max_loop_header_insns);
3769 : :
3770 : 0 : if (ptr->x_param_max_modulo_backtrack_attempts)
3771 : 0 : fprintf (file, "%*s%s (%#x)\n",
3772 : : indent_to, "",
3773 : : "param_max_modulo_backtrack_attempts",
3774 : : ptr->x_param_max_modulo_backtrack_attempts);
3775 : :
3776 : 0 : if (ptr->x_param_max_partial_antic_length)
3777 : 0 : fprintf (file, "%*s%s (%#x)\n",
3778 : : indent_to, "",
3779 : : "param_max_partial_antic_length",
3780 : : ptr->x_param_max_partial_antic_length);
3781 : :
3782 : 0 : if (ptr->x_param_max_peel_branches)
3783 : 0 : fprintf (file, "%*s%s (%#x)\n",
3784 : : indent_to, "",
3785 : : "param_max_peel_branches",
3786 : : ptr->x_param_max_peel_branches);
3787 : :
3788 : 0 : if (ptr->x_param_max_peel_times)
3789 : 0 : fprintf (file, "%*s%s (%#x)\n",
3790 : : indent_to, "",
3791 : : "param_max_peel_times",
3792 : : ptr->x_param_max_peel_times);
3793 : :
3794 : 0 : if (ptr->x_param_max_peeled_insns)
3795 : 0 : fprintf (file, "%*s%s (%#x)\n",
3796 : : indent_to, "",
3797 : : "param_max_peeled_insns",
3798 : : ptr->x_param_max_peeled_insns);
3799 : :
3800 : 0 : if (ptr->x_param_max_pending_list_length)
3801 : 0 : fprintf (file, "%*s%s (%#x)\n",
3802 : : indent_to, "",
3803 : : "param_max_pending_list_length",
3804 : : ptr->x_param_max_pending_list_length);
3805 : :
3806 : 0 : if (ptr->x_param_max_pipeline_region_blocks)
3807 : 0 : fprintf (file, "%*s%s (%#x)\n",
3808 : : indent_to, "",
3809 : : "param_max_pipeline_region_blocks",
3810 : : ptr->x_param_max_pipeline_region_blocks);
3811 : :
3812 : 0 : if (ptr->x_param_max_pipeline_region_insns)
3813 : 0 : fprintf (file, "%*s%s (%#x)\n",
3814 : : indent_to, "",
3815 : : "param_max_pipeline_region_insns",
3816 : : ptr->x_param_max_pipeline_region_insns);
3817 : :
3818 : 0 : if (ptr->x_param_max_pow_sqrt_depth)
3819 : 0 : fprintf (file, "%*s%s (%#x)\n",
3820 : : indent_to, "",
3821 : : "param_max_pow_sqrt_depth",
3822 : : ptr->x_param_max_pow_sqrt_depth);
3823 : :
3824 : 0 : if (ptr->x_param_max_predicted_iterations)
3825 : 0 : fprintf (file, "%*s%s (%#x)\n",
3826 : : indent_to, "",
3827 : : "param_max_predicted_iterations",
3828 : : ptr->x_param_max_predicted_iterations);
3829 : :
3830 : 0 : if (ptr->x_param_max_reload_search_insns)
3831 : 0 : fprintf (file, "%*s%s (%#x)\n",
3832 : : indent_to, "",
3833 : : "param_max_reload_search_insns",
3834 : : ptr->x_param_max_reload_search_insns);
3835 : :
3836 : 0 : if (ptr->x_param_max_rtl_if_conversion_insns)
3837 : 0 : fprintf (file, "%*s%s (%#x)\n",
3838 : : indent_to, "",
3839 : : "param_max_rtl_if_conversion_insns",
3840 : : ptr->x_param_max_rtl_if_conversion_insns);
3841 : :
3842 : 0 : if (ptr->x_param_max_rtl_if_conversion_predictable_cost)
3843 : 0 : fprintf (file, "%*s%s (%#x)\n",
3844 : : indent_to, "",
3845 : : "param_max_rtl_if_conversion_predictable_cost",
3846 : : ptr->x_param_max_rtl_if_conversion_predictable_cost);
3847 : :
3848 : 0 : if (ptr->x_param_max_rtl_if_conversion_unpredictable_cost)
3849 : 0 : fprintf (file, "%*s%s (%#x)\n",
3850 : : indent_to, "",
3851 : : "param_max_rtl_if_conversion_unpredictable_cost",
3852 : : ptr->x_param_max_rtl_if_conversion_unpredictable_cost);
3853 : :
3854 : 0 : if (ptr->x_param_max_sched_extend_regions_iters)
3855 : 0 : fprintf (file, "%*s%s (%#x)\n",
3856 : : indent_to, "",
3857 : : "param_max_sched_extend_regions_iters",
3858 : : ptr->x_param_max_sched_extend_regions_iters);
3859 : :
3860 : 0 : if (ptr->x_param_max_sched_insn_conflict_delay)
3861 : 0 : fprintf (file, "%*s%s (%#x)\n",
3862 : : indent_to, "",
3863 : : "param_max_sched_insn_conflict_delay",
3864 : : ptr->x_param_max_sched_insn_conflict_delay);
3865 : :
3866 : 0 : if (ptr->x_param_max_sched_ready_insns)
3867 : 0 : fprintf (file, "%*s%s (%#x)\n",
3868 : : indent_to, "",
3869 : : "param_max_sched_ready_insns",
3870 : : ptr->x_param_max_sched_ready_insns);
3871 : :
3872 : 0 : if (ptr->x_param_max_sched_region_blocks)
3873 : 0 : fprintf (file, "%*s%s (%#x)\n",
3874 : : indent_to, "",
3875 : : "param_max_sched_region_blocks",
3876 : : ptr->x_param_max_sched_region_blocks);
3877 : :
3878 : 0 : if (ptr->x_param_max_sched_region_insns)
3879 : 0 : fprintf (file, "%*s%s (%#x)\n",
3880 : : indent_to, "",
3881 : : "param_max_sched_region_insns",
3882 : : ptr->x_param_max_sched_region_insns);
3883 : :
3884 : 0 : if (ptr->x_param_max_slsr_candidate_scan)
3885 : 0 : fprintf (file, "%*s%s (%#x)\n",
3886 : : indent_to, "",
3887 : : "param_max_slsr_candidate_scan",
3888 : : ptr->x_param_max_slsr_candidate_scan);
3889 : :
3890 : 0 : if (ptr->x_param_max_speculative_devirt_maydefs)
3891 : 0 : fprintf (file, "%*s%s (%#x)\n",
3892 : : indent_to, "",
3893 : : "param_max_speculative_devirt_maydefs",
3894 : : ptr->x_param_max_speculative_devirt_maydefs);
3895 : :
3896 : 0 : if (ptr->x_param_max_stores_to_merge)
3897 : 0 : fprintf (file, "%*s%s (%#x)\n",
3898 : : indent_to, "",
3899 : : "param_max_stores_to_merge",
3900 : : ptr->x_param_max_stores_to_merge);
3901 : :
3902 : 0 : if (ptr->x_param_max_stores_to_sink)
3903 : 0 : fprintf (file, "%*s%s (%#x)\n",
3904 : : indent_to, "",
3905 : : "param_max_stores_to_sink",
3906 : : ptr->x_param_max_stores_to_sink);
3907 : :
3908 : 0 : if (ptr->x_param_max_tail_merge_comparisons)
3909 : 0 : fprintf (file, "%*s%s (%#x)\n",
3910 : : indent_to, "",
3911 : : "param_max_tail_merge_comparisons",
3912 : : ptr->x_param_max_tail_merge_comparisons);
3913 : :
3914 : 0 : if (ptr->x_param_max_tail_merge_iterations)
3915 : 0 : fprintf (file, "%*s%s (%#x)\n",
3916 : : indent_to, "",
3917 : : "param_max_tail_merge_iterations",
3918 : : ptr->x_param_max_tail_merge_iterations);
3919 : :
3920 : 0 : if (ptr->x_param_max_tracked_strlens)
3921 : 0 : fprintf (file, "%*s%s (%#x)\n",
3922 : : indent_to, "",
3923 : : "param_max_tracked_strlens",
3924 : : ptr->x_param_max_tracked_strlens);
3925 : :
3926 : 0 : if (ptr->x_param_max_tree_if_conversion_phi_args)
3927 : 0 : fprintf (file, "%*s%s (%#x)\n",
3928 : : indent_to, "",
3929 : : "param_max_tree_if_conversion_phi_args",
3930 : : ptr->x_param_max_tree_if_conversion_phi_args);
3931 : :
3932 : 0 : if (ptr->x_param_max_unroll_times)
3933 : 0 : fprintf (file, "%*s%s (%#x)\n",
3934 : : indent_to, "",
3935 : : "param_max_unroll_times",
3936 : : ptr->x_param_max_unroll_times);
3937 : :
3938 : 0 : if (ptr->x_param_max_unrolled_insns)
3939 : 0 : fprintf (file, "%*s%s (%#x)\n",
3940 : : indent_to, "",
3941 : : "param_max_unrolled_insns",
3942 : : ptr->x_param_max_unrolled_insns);
3943 : :
3944 : 0 : if (ptr->x_param_max_unswitch_depth)
3945 : 0 : fprintf (file, "%*s%s (%#x)\n",
3946 : : indent_to, "",
3947 : : "param_max_unswitch_depth",
3948 : : ptr->x_param_max_unswitch_depth);
3949 : :
3950 : 0 : if (ptr->x_param_max_unswitch_insns)
3951 : 0 : fprintf (file, "%*s%s (%#x)\n",
3952 : : indent_to, "",
3953 : : "param_max_unswitch_insns",
3954 : : ptr->x_param_max_unswitch_insns);
3955 : :
3956 : 0 : if (ptr->x_param_max_variable_expansions)
3957 : 0 : fprintf (file, "%*s%s (%#x)\n",
3958 : : indent_to, "",
3959 : : "param_max_variable_expansions",
3960 : : ptr->x_param_max_variable_expansions);
3961 : :
3962 : 0 : if (ptr->x_param_max_vartrack_expr_depth)
3963 : 0 : fprintf (file, "%*s%s (%#x)\n",
3964 : : indent_to, "",
3965 : : "param_max_vartrack_expr_depth",
3966 : : ptr->x_param_max_vartrack_expr_depth);
3967 : :
3968 : 0 : if (ptr->x_param_max_vartrack_reverse_op_size)
3969 : 0 : fprintf (file, "%*s%s (%#x)\n",
3970 : : indent_to, "",
3971 : : "param_max_vartrack_reverse_op_size",
3972 : : ptr->x_param_max_vartrack_reverse_op_size);
3973 : :
3974 : 0 : if (ptr->x_param_max_vartrack_size)
3975 : 0 : fprintf (file, "%*s%s (%#x)\n",
3976 : : indent_to, "",
3977 : : "param_max_vartrack_size",
3978 : : ptr->x_param_max_vartrack_size);
3979 : :
3980 : 0 : if (ptr->x_param_min_crossjump_insns)
3981 : 0 : fprintf (file, "%*s%s (%#x)\n",
3982 : : indent_to, "",
3983 : : "param_min_crossjump_insns",
3984 : : ptr->x_param_min_crossjump_insns);
3985 : :
3986 : 0 : if (ptr->x_param_min_inline_recursive_probability)
3987 : 0 : fprintf (file, "%*s%s (%#x)\n",
3988 : : indent_to, "",
3989 : : "param_min_inline_recursive_probability",
3990 : : ptr->x_param_min_inline_recursive_probability);
3991 : :
3992 : 0 : if (ptr->x_param_min_insn_to_prefetch_ratio)
3993 : 0 : fprintf (file, "%*s%s (%#x)\n",
3994 : : indent_to, "",
3995 : : "param_min_insn_to_prefetch_ratio",
3996 : : ptr->x_param_min_insn_to_prefetch_ratio);
3997 : :
3998 : 0 : if (ptr->x_param_min_loop_cond_split_prob)
3999 : 0 : fprintf (file, "%*s%s (%#x)\n",
4000 : : indent_to, "",
4001 : : "param_min_loop_cond_split_prob",
4002 : : ptr->x_param_min_loop_cond_split_prob);
4003 : :
4004 : 0 : if (ptr->x_param_min_pagesize)
4005 : 0 : fprintf (file, "%*s%s (%#x)\n",
4006 : : indent_to, "",
4007 : : "param_min_pagesize",
4008 : : ptr->x_param_min_pagesize);
4009 : :
4010 : 0 : if (ptr->x_param_min_size_for_stack_sharing)
4011 : 0 : fprintf (file, "%*s%s (%#x)\n",
4012 : : indent_to, "",
4013 : : "param_min_size_for_stack_sharing",
4014 : : ptr->x_param_min_size_for_stack_sharing);
4015 : :
4016 : 0 : if (ptr->x_param_min_spec_prob)
4017 : 0 : fprintf (file, "%*s%s (%#x)\n",
4018 : : indent_to, "",
4019 : : "param_min_spec_prob",
4020 : : ptr->x_param_min_spec_prob);
4021 : :
4022 : 0 : if (ptr->x_param_min_vect_loop_bound)
4023 : 0 : fprintf (file, "%*s%s (%#x)\n",
4024 : : indent_to, "",
4025 : : "param_min_vect_loop_bound",
4026 : : ptr->x_param_min_vect_loop_bound);
4027 : :
4028 : 0 : if (ptr->x_param_modref_max_accesses)
4029 : 0 : fprintf (file, "%*s%s (%#x)\n",
4030 : : indent_to, "",
4031 : : "param_modref_max_accesses",
4032 : : ptr->x_param_modref_max_accesses);
4033 : :
4034 : 0 : if (ptr->x_param_modref_max_adjustments)
4035 : 0 : fprintf (file, "%*s%s (%#x)\n",
4036 : : indent_to, "",
4037 : : "param_modref_max_adjustments",
4038 : : ptr->x_param_modref_max_adjustments);
4039 : :
4040 : 0 : if (ptr->x_param_modref_max_bases)
4041 : 0 : fprintf (file, "%*s%s (%#x)\n",
4042 : : indent_to, "",
4043 : : "param_modref_max_bases",
4044 : : ptr->x_param_modref_max_bases);
4045 : :
4046 : 0 : if (ptr->x_param_modref_max_depth)
4047 : 0 : fprintf (file, "%*s%s (%#x)\n",
4048 : : indent_to, "",
4049 : : "param_modref_max_depth",
4050 : : ptr->x_param_modref_max_depth);
4051 : :
4052 : 0 : if (ptr->x_param_modref_max_escape_points)
4053 : 0 : fprintf (file, "%*s%s (%#x)\n",
4054 : : indent_to, "",
4055 : : "param_modref_max_escape_points",
4056 : : ptr->x_param_modref_max_escape_points);
4057 : :
4058 : 0 : if (ptr->x_param_modref_max_refs)
4059 : 0 : fprintf (file, "%*s%s (%#x)\n",
4060 : : indent_to, "",
4061 : : "param_modref_max_refs",
4062 : : ptr->x_param_modref_max_refs);
4063 : :
4064 : 0 : if (ptr->x_param_modref_max_tests)
4065 : 0 : fprintf (file, "%*s%s (%#x)\n",
4066 : : indent_to, "",
4067 : : "param_modref_max_tests",
4068 : : ptr->x_param_modref_max_tests);
4069 : :
4070 : 0 : if (ptr->x_param_parloops_chunk_size)
4071 : 0 : fprintf (file, "%*s%s (%#x)\n",
4072 : : indent_to, "",
4073 : : "param_parloops_chunk_size",
4074 : : ptr->x_param_parloops_chunk_size);
4075 : :
4076 : 0 : if (ptr->x_param_parloops_min_per_thread)
4077 : 0 : fprintf (file, "%*s%s (%#x)\n",
4078 : : indent_to, "",
4079 : : "param_parloops_min_per_thread",
4080 : : ptr->x_param_parloops_min_per_thread);
4081 : :
4082 : 0 : if (ptr->x_param_parloops_schedule)
4083 : 0 : fprintf (file, "%*s%s (%#x)\n",
4084 : : indent_to, "",
4085 : : "param_parloops_schedule",
4086 : : ptr->x_param_parloops_schedule);
4087 : :
4088 : 0 : if (ptr->x_param_partial_inlining_entry_probability)
4089 : 0 : fprintf (file, "%*s%s (%#x)\n",
4090 : : indent_to, "",
4091 : : "param_partial_inlining_entry_probability",
4092 : : ptr->x_param_partial_inlining_entry_probability);
4093 : :
4094 : 0 : if (ptr->x_param_phiopt_factor_max_stmts_live)
4095 : 0 : fprintf (file, "%*s%s (%#x)\n",
4096 : : indent_to, "",
4097 : : "param_phiopt_factor_max_stmts_live",
4098 : : ptr->x_param_phiopt_factor_max_stmts_live);
4099 : :
4100 : 0 : if (ptr->x_param_predictable_branch_outcome)
4101 : 0 : fprintf (file, "%*s%s (%#x)\n",
4102 : : indent_to, "",
4103 : : "param_predictable_branch_outcome",
4104 : : ptr->x_param_predictable_branch_outcome);
4105 : :
4106 : 0 : if (ptr->x_param_prefetch_dynamic_strides)
4107 : 0 : fprintf (file, "%*s%s (%#x)\n",
4108 : : indent_to, "",
4109 : : "param_prefetch_dynamic_strides",
4110 : : ptr->x_param_prefetch_dynamic_strides);
4111 : :
4112 : 0 : if (ptr->x_param_prefetch_latency)
4113 : 0 : fprintf (file, "%*s%s (%#x)\n",
4114 : : indent_to, "",
4115 : : "param_prefetch_latency",
4116 : : ptr->x_param_prefetch_latency);
4117 : :
4118 : 0 : if (ptr->x_param_prefetch_min_insn_to_mem_ratio)
4119 : 0 : fprintf (file, "%*s%s (%#x)\n",
4120 : : indent_to, "",
4121 : : "param_prefetch_min_insn_to_mem_ratio",
4122 : : ptr->x_param_prefetch_min_insn_to_mem_ratio);
4123 : :
4124 : 0 : if (ptr->x_param_prefetch_minimum_stride)
4125 : 0 : fprintf (file, "%*s%s (%#x)\n",
4126 : : indent_to, "",
4127 : : "param_prefetch_minimum_stride",
4128 : : ptr->x_param_prefetch_minimum_stride);
4129 : :
4130 : 0 : if (ptr->x_param_ranger_logical_depth)
4131 : 0 : fprintf (file, "%*s%s (%#x)\n",
4132 : : indent_to, "",
4133 : : "param_ranger_logical_depth",
4134 : : ptr->x_param_ranger_logical_depth);
4135 : :
4136 : 0 : if (ptr->x_param_ranger_recompute_depth)
4137 : 0 : fprintf (file, "%*s%s (%#x)\n",
4138 : : indent_to, "",
4139 : : "param_ranger_recompute_depth",
4140 : : ptr->x_param_ranger_recompute_depth);
4141 : :
4142 : 0 : if (ptr->x_param_relation_block_limit)
4143 : 0 : fprintf (file, "%*s%s (%#x)\n",
4144 : : indent_to, "",
4145 : : "param_relation_block_limit",
4146 : : ptr->x_param_relation_block_limit);
4147 : :
4148 : 0 : if (ptr->x_param_rpo_vn_max_loop_depth)
4149 : 0 : fprintf (file, "%*s%s (%#x)\n",
4150 : : indent_to, "",
4151 : : "param_rpo_vn_max_loop_depth",
4152 : : ptr->x_param_rpo_vn_max_loop_depth);
4153 : :
4154 : 0 : if (ptr->x_param_sccvn_max_alias_queries_per_access)
4155 : 0 : fprintf (file, "%*s%s (%#x)\n",
4156 : : indent_to, "",
4157 : : "param_sccvn_max_alias_queries_per_access",
4158 : : ptr->x_param_sccvn_max_alias_queries_per_access);
4159 : :
4160 : 0 : if (ptr->x_param_scev_max_expr_complexity)
4161 : 0 : fprintf (file, "%*s%s (%#x)\n",
4162 : : indent_to, "",
4163 : : "param_scev_max_expr_complexity",
4164 : : ptr->x_param_scev_max_expr_complexity);
4165 : :
4166 : 0 : if (ptr->x_param_scev_max_expr_size)
4167 : 0 : fprintf (file, "%*s%s (%#x)\n",
4168 : : indent_to, "",
4169 : : "param_scev_max_expr_size",
4170 : : ptr->x_param_scev_max_expr_size);
4171 : :
4172 : 0 : if (ptr->x_param_sched_autopref_queue_depth)
4173 : 0 : fprintf (file, "%*s%s (%#x)\n",
4174 : : indent_to, "",
4175 : : "param_sched_autopref_queue_depth",
4176 : : ptr->x_param_sched_autopref_queue_depth);
4177 : :
4178 : 0 : if (ptr->x_param_sched_mem_true_dep_cost)
4179 : 0 : fprintf (file, "%*s%s (%#x)\n",
4180 : : indent_to, "",
4181 : : "param_sched_mem_true_dep_cost",
4182 : : ptr->x_param_sched_mem_true_dep_cost);
4183 : :
4184 : 0 : if (ptr->x_param_sched_pressure_algorithm)
4185 : 0 : fprintf (file, "%*s%s (%#x)\n",
4186 : : indent_to, "",
4187 : : "param_sched_pressure_algorithm",
4188 : : ptr->x_param_sched_pressure_algorithm);
4189 : :
4190 : 0 : if (ptr->x_param_sched_spec_prob_cutoff)
4191 : 0 : fprintf (file, "%*s%s (%#x)\n",
4192 : : indent_to, "",
4193 : : "param_sched_spec_prob_cutoff",
4194 : : ptr->x_param_sched_spec_prob_cutoff);
4195 : :
4196 : 0 : if (ptr->x_param_sched_state_edge_prob_cutoff)
4197 : 0 : fprintf (file, "%*s%s (%#x)\n",
4198 : : indent_to, "",
4199 : : "param_sched_state_edge_prob_cutoff",
4200 : : ptr->x_param_sched_state_edge_prob_cutoff);
4201 : :
4202 : 0 : if (ptr->x_param_selsched_insns_to_rename)
4203 : 0 : fprintf (file, "%*s%s (%#x)\n",
4204 : : indent_to, "",
4205 : : "param_selsched_insns_to_rename",
4206 : : ptr->x_param_selsched_insns_to_rename);
4207 : :
4208 : 0 : if (ptr->x_param_selsched_max_lookahead)
4209 : 0 : fprintf (file, "%*s%s (%#x)\n",
4210 : : indent_to, "",
4211 : : "param_selsched_max_lookahead",
4212 : : ptr->x_param_selsched_max_lookahead);
4213 : :
4214 : 0 : if (ptr->x_param_selsched_max_sched_times)
4215 : 0 : fprintf (file, "%*s%s (%#x)\n",
4216 : : indent_to, "",
4217 : : "param_selsched_max_sched_times",
4218 : : ptr->x_param_selsched_max_sched_times);
4219 : :
4220 : 0 : if (ptr->x_param_simultaneous_prefetches)
4221 : 0 : fprintf (file, "%*s%s (%#x)\n",
4222 : : indent_to, "",
4223 : : "param_simultaneous_prefetches",
4224 : : ptr->x_param_simultaneous_prefetches);
4225 : :
4226 : 0 : if (ptr->x_param_sink_frequency_threshold)
4227 : 0 : fprintf (file, "%*s%s (%#x)\n",
4228 : : indent_to, "",
4229 : : "param_sink_frequency_threshold",
4230 : : ptr->x_param_sink_frequency_threshold);
4231 : :
4232 : 0 : if (ptr->x_param_sms_dfa_history)
4233 : 0 : fprintf (file, "%*s%s (%#x)\n",
4234 : : indent_to, "",
4235 : : "param_sms_dfa_history",
4236 : : ptr->x_param_sms_dfa_history);
4237 : :
4238 : 0 : if (ptr->x_param_sms_loop_average_count_threshold)
4239 : 0 : fprintf (file, "%*s%s (%#x)\n",
4240 : : indent_to, "",
4241 : : "param_sms_loop_average_count_threshold",
4242 : : ptr->x_param_sms_loop_average_count_threshold);
4243 : :
4244 : 0 : if (ptr->x_param_sms_max_ii_factor)
4245 : 0 : fprintf (file, "%*s%s (%#x)\n",
4246 : : indent_to, "",
4247 : : "param_sms_max_ii_factor",
4248 : : ptr->x_param_sms_max_ii_factor);
4249 : :
4250 : 0 : if (ptr->x_param_sms_min_sc)
4251 : 0 : fprintf (file, "%*s%s (%#x)\n",
4252 : : indent_to, "",
4253 : : "param_sms_min_sc",
4254 : : ptr->x_param_sms_min_sc);
4255 : :
4256 : 0 : if (ptr->x_param_sra_max_propagations)
4257 : 0 : fprintf (file, "%*s%s (%#x)\n",
4258 : : indent_to, "",
4259 : : "param_sra_max_propagations",
4260 : : ptr->x_param_sra_max_propagations);
4261 : :
4262 : 0 : if (ptr->x_param_sra_max_scalarization_size_size)
4263 : 0 : fprintf (file, "%*s%s (%#x)\n",
4264 : : indent_to, "",
4265 : : "param_sra_max_scalarization_size_size",
4266 : : ptr->x_param_sra_max_scalarization_size_size);
4267 : :
4268 : 0 : if (ptr->x_param_sra_max_scalarization_size_speed)
4269 : 0 : fprintf (file, "%*s%s (%#x)\n",
4270 : : indent_to, "",
4271 : : "param_sra_max_scalarization_size_speed",
4272 : : ptr->x_param_sra_max_scalarization_size_speed);
4273 : :
4274 : 0 : if (ptr->x_param_ssa_name_def_chain_limit)
4275 : 0 : fprintf (file, "%*s%s (%#x)\n",
4276 : : indent_to, "",
4277 : : "param_ssa_name_def_chain_limit",
4278 : : ptr->x_param_ssa_name_def_chain_limit);
4279 : :
4280 : 0 : if (ptr->x_param_ssp_buffer_size)
4281 : 0 : fprintf (file, "%*s%s (%#x)\n",
4282 : : indent_to, "",
4283 : : "param_ssp_buffer_size",
4284 : : ptr->x_param_ssp_buffer_size);
4285 : :
4286 : 0 : if (ptr->x_param_stack_clash_protection_guard_size)
4287 : 0 : fprintf (file, "%*s%s (%#x)\n",
4288 : : indent_to, "",
4289 : : "param_stack_clash_protection_guard_size",
4290 : : ptr->x_param_stack_clash_protection_guard_size);
4291 : :
4292 : 0 : if (ptr->x_param_stack_clash_protection_probe_interval)
4293 : 0 : fprintf (file, "%*s%s (%#x)\n",
4294 : : indent_to, "",
4295 : : "param_stack_clash_protection_probe_interval",
4296 : : ptr->x_param_stack_clash_protection_probe_interval);
4297 : :
4298 : 0 : if (ptr->x_param_store_forwarding_max_distance)
4299 : 0 : fprintf (file, "%*s%s (%#x)\n",
4300 : : indent_to, "",
4301 : : "param_store_forwarding_max_distance",
4302 : : ptr->x_param_store_forwarding_max_distance);
4303 : :
4304 : 0 : if (ptr->x_param_store_merging_allow_unaligned)
4305 : 0 : fprintf (file, "%*s%s (%#x)\n",
4306 : : indent_to, "",
4307 : : "param_store_merging_allow_unaligned",
4308 : : ptr->x_param_store_merging_allow_unaligned);
4309 : :
4310 : 0 : if (ptr->x_param_store_merging_max_size)
4311 : 0 : fprintf (file, "%*s%s (%#x)\n",
4312 : : indent_to, "",
4313 : : "param_store_merging_max_size",
4314 : : ptr->x_param_store_merging_max_size);
4315 : :
4316 : 0 : if (ptr->x_param_switch_conversion_branch_ratio)
4317 : 0 : fprintf (file, "%*s%s (%#x)\n",
4318 : : indent_to, "",
4319 : : "param_switch_conversion_branch_ratio",
4320 : : ptr->x_param_switch_conversion_branch_ratio);
4321 : :
4322 : 0 : if (ptr->x_param_switch_lower_slow_alg_max_cases)
4323 : 0 : fprintf (file, "%*s%s (%#x)\n",
4324 : : indent_to, "",
4325 : : "param_switch_lower_slow_alg_max_cases",
4326 : : ptr->x_param_switch_lower_slow_alg_max_cases);
4327 : :
4328 : 0 : if (ptr->x_param_tm_max_aggregate_size)
4329 : 0 : fprintf (file, "%*s%s (%#x)\n",
4330 : : indent_to, "",
4331 : : "param_tm_max_aggregate_size",
4332 : : ptr->x_param_tm_max_aggregate_size);
4333 : :
4334 : 0 : if (ptr->x_param_tracer_dynamic_coverage_feedback)
4335 : 0 : fprintf (file, "%*s%s (%#x)\n",
4336 : : indent_to, "",
4337 : : "param_tracer_dynamic_coverage_feedback",
4338 : : ptr->x_param_tracer_dynamic_coverage_feedback);
4339 : :
4340 : 0 : if (ptr->x_param_tracer_dynamic_coverage)
4341 : 0 : fprintf (file, "%*s%s (%#x)\n",
4342 : : indent_to, "",
4343 : : "param_tracer_dynamic_coverage",
4344 : : ptr->x_param_tracer_dynamic_coverage);
4345 : :
4346 : 0 : if (ptr->x_param_tracer_max_code_growth)
4347 : 0 : fprintf (file, "%*s%s (%#x)\n",
4348 : : indent_to, "",
4349 : : "param_tracer_max_code_growth",
4350 : : ptr->x_param_tracer_max_code_growth);
4351 : :
4352 : 0 : if (ptr->x_param_tracer_min_branch_probability_feedback)
4353 : 0 : fprintf (file, "%*s%s (%#x)\n",
4354 : : indent_to, "",
4355 : : "param_tracer_min_branch_probability_feedback",
4356 : : ptr->x_param_tracer_min_branch_probability_feedback);
4357 : :
4358 : 0 : if (ptr->x_param_tracer_min_branch_probability)
4359 : 0 : fprintf (file, "%*s%s (%#x)\n",
4360 : : indent_to, "",
4361 : : "param_tracer_min_branch_probability",
4362 : : ptr->x_param_tracer_min_branch_probability);
4363 : :
4364 : 0 : if (ptr->x_param_tracer_min_branch_ratio)
4365 : 0 : fprintf (file, "%*s%s (%#x)\n",
4366 : : indent_to, "",
4367 : : "param_tracer_min_branch_ratio",
4368 : : ptr->x_param_tracer_min_branch_ratio);
4369 : :
4370 : 0 : if (ptr->x_param_transitive_relations_work_bound)
4371 : 0 : fprintf (file, "%*s%s (%#x)\n",
4372 : : indent_to, "",
4373 : : "param_transitive_relations_work_bound",
4374 : : ptr->x_param_transitive_relations_work_bound);
4375 : :
4376 : 0 : if (ptr->x_param_tree_reassoc_width)
4377 : 0 : fprintf (file, "%*s%s (%#x)\n",
4378 : : indent_to, "",
4379 : : "param_tree_reassoc_width",
4380 : : ptr->x_param_tree_reassoc_width);
4381 : :
4382 : 0 : if (ptr->x_param_uninit_control_dep_attempts)
4383 : 0 : fprintf (file, "%*s%s (%#x)\n",
4384 : : indent_to, "",
4385 : : "param_uninit_control_dep_attempts",
4386 : : ptr->x_param_uninit_control_dep_attempts);
4387 : :
4388 : 0 : if (ptr->x_param_uninit_max_chain_len)
4389 : 0 : fprintf (file, "%*s%s (%#x)\n",
4390 : : indent_to, "",
4391 : : "param_uninit_max_chain_len",
4392 : : ptr->x_param_uninit_max_chain_len);
4393 : :
4394 : 0 : if (ptr->x_param_uninit_max_num_chains)
4395 : 0 : fprintf (file, "%*s%s (%#x)\n",
4396 : : indent_to, "",
4397 : : "param_uninit_max_num_chains",
4398 : : ptr->x_param_uninit_max_num_chains);
4399 : :
4400 : 0 : if (ptr->x_param_uninlined_function_insns)
4401 : 0 : fprintf (file, "%*s%s (%#x)\n",
4402 : : indent_to, "",
4403 : : "param_uninlined_function_insns",
4404 : : ptr->x_param_uninlined_function_insns);
4405 : :
4406 : 0 : if (ptr->x_param_uninlined_function_time)
4407 : 0 : fprintf (file, "%*s%s (%#x)\n",
4408 : : indent_to, "",
4409 : : "param_uninlined_function_time",
4410 : : ptr->x_param_uninlined_function_time);
4411 : :
4412 : 0 : if (ptr->x_param_uninlined_function_thunk_insns)
4413 : 0 : fprintf (file, "%*s%s (%#x)\n",
4414 : : indent_to, "",
4415 : : "param_uninlined_function_thunk_insns",
4416 : : ptr->x_param_uninlined_function_thunk_insns);
4417 : :
4418 : 0 : if (ptr->x_param_uninlined_function_thunk_time)
4419 : 0 : fprintf (file, "%*s%s (%#x)\n",
4420 : : indent_to, "",
4421 : : "param_uninlined_function_thunk_time",
4422 : : ptr->x_param_uninlined_function_thunk_time);
4423 : :
4424 : 0 : if (ptr->x_param_unlikely_bb_count_fraction)
4425 : 0 : fprintf (file, "%*s%s (%#x)\n",
4426 : : indent_to, "",
4427 : : "param_unlikely_bb_count_fraction",
4428 : : ptr->x_param_unlikely_bb_count_fraction);
4429 : :
4430 : 0 : if (ptr->x_param_unroll_jam_max_unroll)
4431 : 0 : fprintf (file, "%*s%s (%#x)\n",
4432 : : indent_to, "",
4433 : : "param_unroll_jam_max_unroll",
4434 : : ptr->x_param_unroll_jam_max_unroll);
4435 : :
4436 : 0 : if (ptr->x_param_unroll_jam_min_percent)
4437 : 0 : fprintf (file, "%*s%s (%#x)\n",
4438 : : indent_to, "",
4439 : : "param_unroll_jam_min_percent",
4440 : : ptr->x_param_unroll_jam_min_percent);
4441 : :
4442 : 0 : if (ptr->x_param_use_after_scope_direct_emission_threshold)
4443 : 0 : fprintf (file, "%*s%s (%#x)\n",
4444 : : indent_to, "",
4445 : : "param_use_after_scope_direct_emission_threshold",
4446 : : ptr->x_param_use_after_scope_direct_emission_threshold);
4447 : :
4448 : 0 : if (ptr->x_param_vect_epilogues_nomask)
4449 : 0 : fprintf (file, "%*s%s (%#x)\n",
4450 : : indent_to, "",
4451 : : "param_vect_epilogues_nomask",
4452 : : ptr->x_param_vect_epilogues_nomask);
4453 : :
4454 : 0 : if (ptr->x_param_vect_induction_float)
4455 : 0 : fprintf (file, "%*s%s (%#x)\n",
4456 : : indent_to, "",
4457 : : "param_vect_induction_float",
4458 : : ptr->x_param_vect_induction_float);
4459 : :
4460 : 0 : if (ptr->x_param_vect_inner_loop_cost_factor)
4461 : 0 : fprintf (file, "%*s%s (%#x)\n",
4462 : : indent_to, "",
4463 : : "param_vect_inner_loop_cost_factor",
4464 : : ptr->x_param_vect_inner_loop_cost_factor);
4465 : :
4466 : 0 : if (ptr->x_param_vect_max_layout_candidates)
4467 : 0 : fprintf (file, "%*s%s (%#x)\n",
4468 : : indent_to, "",
4469 : : "param_vect_max_layout_candidates",
4470 : : ptr->x_param_vect_max_layout_candidates);
4471 : :
4472 : 0 : if (ptr->x_param_vect_max_peeling_for_alignment)
4473 : 0 : fprintf (file, "%*s%s (%#x)\n",
4474 : : indent_to, "",
4475 : : "param_vect_max_peeling_for_alignment",
4476 : : ptr->x_param_vect_max_peeling_for_alignment);
4477 : :
4478 : 0 : if (ptr->x_param_vect_max_version_for_alias_checks)
4479 : 0 : fprintf (file, "%*s%s (%#x)\n",
4480 : : indent_to, "",
4481 : : "param_vect_max_version_for_alias_checks",
4482 : : ptr->x_param_vect_max_version_for_alias_checks);
4483 : :
4484 : 0 : if (ptr->x_param_vect_max_version_for_alignment_checks)
4485 : 0 : fprintf (file, "%*s%s (%#x)\n",
4486 : : indent_to, "",
4487 : : "param_vect_max_version_for_alignment_checks",
4488 : : ptr->x_param_vect_max_version_for_alignment_checks);
4489 : :
4490 : 0 : if (ptr->x_param_vect_partial_vector_usage)
4491 : 0 : fprintf (file, "%*s%s (%#x)\n",
4492 : : indent_to, "",
4493 : : "param_vect_partial_vector_usage",
4494 : : ptr->x_param_vect_partial_vector_usage);
4495 : :
4496 : 0 : if (ptr->x_param_vect_scalar_cost_multiplier)
4497 : 0 : fprintf (file, "%*s%s (%#x)\n",
4498 : : indent_to, "",
4499 : : "param_vect_scalar_cost_multiplier",
4500 : : ptr->x_param_vect_scalar_cost_multiplier);
4501 : :
4502 : 0 : if (ptr->x_param_vrp_block_limit)
4503 : 0 : fprintf (file, "%*s%s (%#x)\n",
4504 : : indent_to, "",
4505 : : "param_vrp_block_limit",
4506 : : ptr->x_param_vrp_block_limit);
4507 : :
4508 : 0 : if (ptr->x_param_vrp_sparse_threshold)
4509 : 0 : fprintf (file, "%*s%s (%#x)\n",
4510 : : indent_to, "",
4511 : : "param_vrp_sparse_threshold",
4512 : : ptr->x_param_vrp_sparse_threshold);
4513 : :
4514 : 0 : if (ptr->x_param_vrp_switch_limit)
4515 : 0 : fprintf (file, "%*s%s (%#x)\n",
4516 : : indent_to, "",
4517 : : "param_vrp_switch_limit",
4518 : : ptr->x_param_vrp_switch_limit);
4519 : :
4520 : 0 : if (ptr->x_param_vrp_vector_threshold)
4521 : 0 : fprintf (file, "%*s%s (%#x)\n",
4522 : : indent_to, "",
4523 : : "param_vrp_vector_threshold",
4524 : : ptr->x_param_vrp_vector_threshold);
4525 : :
4526 : 0 : if (ptr->x_flag_complex_method)
4527 : 0 : fprintf (file, "%*s%s (%#x)\n",
4528 : : indent_to, "",
4529 : : "flag_complex_method",
4530 : : ptr->x_flag_complex_method);
4531 : :
4532 : 0 : if (ptr->x_flag_malloc_dse)
4533 : 0 : fprintf (file, "%*s%s (%#x)\n",
4534 : : indent_to, "",
4535 : : "flag_malloc_dse",
4536 : : ptr->x_flag_malloc_dse);
4537 : :
4538 : 0 : if (ptr->x_flag_min_function_alignment)
4539 : 0 : fprintf (file, "%*s%s (%#x)\n",
4540 : : indent_to, "",
4541 : : "flag_min_function_alignment",
4542 : : ptr->x_flag_min_function_alignment);
4543 : :
4544 : 0 : if (ptr->x_flag_openmp_target_simd_clone)
4545 : 0 : fprintf (file, "%*s%s (%#x)\n",
4546 : : indent_to, "",
4547 : : "flag_openmp_target_simd_clone",
4548 : : ptr->x_flag_openmp_target_simd_clone);
4549 : :
4550 : 0 : if (ptr->x_flag_sched_stalled_insns)
4551 : 0 : fprintf (file, "%*s%s (%#x)\n",
4552 : : indent_to, "",
4553 : : "flag_sched_stalled_insns",
4554 : : ptr->x_flag_sched_stalled_insns);
4555 : :
4556 : 0 : if (ptr->x_flag_sched_stalled_insns_dep)
4557 : 0 : fprintf (file, "%*s%s (%#x)\n",
4558 : : indent_to, "",
4559 : : "flag_sched_stalled_insns_dep",
4560 : : ptr->x_flag_sched_stalled_insns_dep);
4561 : :
4562 : 0 : if (ptr->x_flag_tree_parallelize_loops)
4563 : 0 : fprintf (file, "%*s%s (%#x)\n",
4564 : : indent_to, "",
4565 : : "flag_tree_parallelize_loops",
4566 : : ptr->x_flag_tree_parallelize_loops);
4567 : :
4568 : 0 : fprintf (file, "%*s%s (%#x)\n",
4569 : : indent_to, "",
4570 : : "flag_lto_locality_cloning",
4571 : 0 : (int) ptr->x_flag_lto_locality_cloning);
4572 : :
4573 : 0 : fprintf (file, "%*s%s (%#x)\n",
4574 : : indent_to, "",
4575 : : "param_ranger_debug",
4576 : 0 : (int) ptr->x_param_ranger_debug);
4577 : :
4578 : 0 : fprintf (file, "%*s%s (%#x)\n",
4579 : : indent_to, "",
4580 : : "param_threader_debug",
4581 : 0 : (int) ptr->x_param_threader_debug);
4582 : :
4583 : 0 : fprintf (file, "%*s%s (%#x)\n",
4584 : : indent_to, "",
4585 : : "flag_excess_precision",
4586 : 0 : (int) ptr->x_flag_excess_precision);
4587 : :
4588 : 0 : fprintf (file, "%*s%s (%#x)\n",
4589 : : indent_to, "",
4590 : : "flag_fp_contract_mode",
4591 : 0 : (int) ptr->x_flag_fp_contract_mode);
4592 : :
4593 : 0 : fprintf (file, "%*s%s (%#x)\n",
4594 : : indent_to, "",
4595 : : "flag_harden_control_flow_redundancy_check_noreturn",
4596 : 0 : (int) ptr->x_flag_harden_control_flow_redundancy_check_noreturn);
4597 : :
4598 : 0 : fprintf (file, "%*s%s (%#x)\n",
4599 : : indent_to, "",
4600 : : "flag_inline_stringops",
4601 : 0 : (int) ptr->x_flag_inline_stringops);
4602 : :
4603 : 0 : fprintf (file, "%*s%s (%#x)\n",
4604 : : indent_to, "",
4605 : : "flag_ira_algorithm",
4606 : 0 : (int) ptr->x_flag_ira_algorithm);
4607 : :
4608 : 0 : fprintf (file, "%*s%s (%#x)\n",
4609 : : indent_to, "",
4610 : : "flag_ira_region",
4611 : 0 : (int) ptr->x_flag_ira_region);
4612 : :
4613 : 0 : fprintf (file, "%*s%s (%#x)\n",
4614 : : indent_to, "",
4615 : : "flag_live_patching",
4616 : 0 : (int) ptr->x_flag_live_patching);
4617 : :
4618 : 0 : fprintf (file, "%*s%s (%#x)\n",
4619 : : indent_to, "",
4620 : : "flag_reorder_blocks_algorithm",
4621 : 0 : (int) ptr->x_flag_reorder_blocks_algorithm);
4622 : :
4623 : 0 : fprintf (file, "%*s%s (%#x)\n",
4624 : : indent_to, "",
4625 : : "flag_simd_cost_model",
4626 : 0 : (int) ptr->x_flag_simd_cost_model);
4627 : :
4628 : 0 : fprintf (file, "%*s%s (%#x)\n",
4629 : : indent_to, "",
4630 : : "flag_stack_reuse",
4631 : 0 : (int) ptr->x_flag_stack_reuse);
4632 : :
4633 : 0 : fprintf (file, "%*s%s (%#x)\n",
4634 : : indent_to, "",
4635 : : "flag_auto_var_init",
4636 : 0 : (int) ptr->x_flag_auto_var_init);
4637 : :
4638 : 0 : fprintf (file, "%*s%s (%#x)\n",
4639 : : indent_to, "",
4640 : : "flag_vect_cost_model",
4641 : 0 : (int) ptr->x_flag_vect_cost_model);
4642 : :
4643 : 0 : if (ptr->x_optimize)
4644 : 0 : fprintf (file, "%*s%s (%#x)\n",
4645 : : indent_to, "",
4646 : : "optimize",
4647 : : ptr->x_optimize);
4648 : :
4649 : 0 : if (ptr->x_optimize_size)
4650 : 0 : fprintf (file, "%*s%s (%#x)\n",
4651 : : indent_to, "",
4652 : : "optimize_size",
4653 : : ptr->x_optimize_size);
4654 : :
4655 : 0 : if (ptr->x_optimize_debug)
4656 : 0 : fprintf (file, "%*s%s (%#x)\n",
4657 : : indent_to, "",
4658 : : "optimize_debug",
4659 : : ptr->x_optimize_debug);
4660 : :
4661 : 0 : if (ptr->x_optimize_fast)
4662 : 0 : fprintf (file, "%*s%s (%#x)\n",
4663 : : indent_to, "",
4664 : : "optimize_fast",
4665 : : ptr->x_optimize_fast);
4666 : :
4667 : 0 : if (ptr->x_warn_inline)
4668 : 0 : fprintf (file, "%*s%s (%#x)\n",
4669 : : indent_to, "",
4670 : : "warn_inline",
4671 : : ptr->x_warn_inline);
4672 : :
4673 : 0 : if (ptr->x_flag_aggressive_loop_optimizations)
4674 : 0 : fprintf (file, "%*s%s (%#x)\n",
4675 : : indent_to, "",
4676 : : "flag_aggressive_loop_optimizations",
4677 : : ptr->x_flag_aggressive_loop_optimizations);
4678 : :
4679 : 0 : if (ptr->x_flag_align_functions)
4680 : 0 : fprintf (file, "%*s%s (%#x)\n",
4681 : : indent_to, "",
4682 : : "flag_align_functions",
4683 : : ptr->x_flag_align_functions);
4684 : :
4685 : 0 : if (ptr->x_flag_align_jumps)
4686 : 0 : fprintf (file, "%*s%s (%#x)\n",
4687 : : indent_to, "",
4688 : : "flag_align_jumps",
4689 : : ptr->x_flag_align_jumps);
4690 : :
4691 : 0 : if (ptr->x_flag_align_labels)
4692 : 0 : fprintf (file, "%*s%s (%#x)\n",
4693 : : indent_to, "",
4694 : : "flag_align_labels",
4695 : : ptr->x_flag_align_labels);
4696 : :
4697 : 0 : if (ptr->x_flag_align_loops)
4698 : 0 : fprintf (file, "%*s%s (%#x)\n",
4699 : : indent_to, "",
4700 : : "flag_align_loops",
4701 : : ptr->x_flag_align_loops);
4702 : :
4703 : 0 : if (ptr->x_flag_allocation_dce)
4704 : 0 : fprintf (file, "%*s%s (%#x)\n",
4705 : : indent_to, "",
4706 : : "flag_allocation_dce",
4707 : : ptr->x_flag_allocation_dce);
4708 : :
4709 : 0 : if (ptr->x_flag_store_data_races)
4710 : 0 : fprintf (file, "%*s%s (%#x)\n",
4711 : : indent_to, "",
4712 : : "flag_store_data_races",
4713 : : ptr->x_flag_store_data_races);
4714 : :
4715 : 0 : if (ptr->x_flag_associative_math)
4716 : 0 : fprintf (file, "%*s%s (%#x)\n",
4717 : : indent_to, "",
4718 : : "flag_associative_math",
4719 : : ptr->x_flag_associative_math);
4720 : :
4721 : 0 : if (ptr->x_flag_assume_sane_operators_new_delete)
4722 : 0 : fprintf (file, "%*s%s (%#x)\n",
4723 : : indent_to, "",
4724 : : "flag_assume_sane_operators_new_delete",
4725 : : ptr->x_flag_assume_sane_operators_new_delete);
4726 : :
4727 : 0 : if (ptr->x_flag_asynchronous_unwind_tables)
4728 : 0 : fprintf (file, "%*s%s (%#x)\n",
4729 : : indent_to, "",
4730 : : "flag_asynchronous_unwind_tables",
4731 : : ptr->x_flag_asynchronous_unwind_tables);
4732 : :
4733 : 0 : if (ptr->x_flag_auto_inc_dec)
4734 : 0 : fprintf (file, "%*s%s (%#x)\n",
4735 : : indent_to, "",
4736 : : "flag_auto_inc_dec",
4737 : : ptr->x_flag_auto_inc_dec);
4738 : :
4739 : 0 : if (ptr->x_flag_avoid_store_forwarding)
4740 : 0 : fprintf (file, "%*s%s (%#x)\n",
4741 : : indent_to, "",
4742 : : "flag_avoid_store_forwarding",
4743 : : ptr->x_flag_avoid_store_forwarding);
4744 : :
4745 : 0 : if (ptr->x_flag_bit_tests)
4746 : 0 : fprintf (file, "%*s%s (%#x)\n",
4747 : : indent_to, "",
4748 : : "flag_bit_tests",
4749 : : ptr->x_flag_bit_tests);
4750 : :
4751 : 0 : if (ptr->x_flag_branch_on_count_reg)
4752 : 0 : fprintf (file, "%*s%s (%#x)\n",
4753 : : indent_to, "",
4754 : : "flag_branch_on_count_reg",
4755 : : ptr->x_flag_branch_on_count_reg);
4756 : :
4757 : 0 : if (ptr->x_flag_branch_probabilities)
4758 : 0 : fprintf (file, "%*s%s (%#x)\n",
4759 : : indent_to, "",
4760 : : "flag_branch_probabilities",
4761 : : ptr->x_flag_branch_probabilities);
4762 : :
4763 : 0 : if (ptr->x_flag_caller_saves)
4764 : 0 : fprintf (file, "%*s%s (%#x)\n",
4765 : : indent_to, "",
4766 : : "flag_caller_saves",
4767 : : ptr->x_flag_caller_saves);
4768 : :
4769 : 0 : if (ptr->x_flag_code_hoisting)
4770 : 0 : fprintf (file, "%*s%s (%#x)\n",
4771 : : indent_to, "",
4772 : : "flag_code_hoisting",
4773 : : ptr->x_flag_code_hoisting);
4774 : :
4775 : 0 : if (ptr->x_flag_combine_stack_adjustments)
4776 : 0 : fprintf (file, "%*s%s (%#x)\n",
4777 : : indent_to, "",
4778 : : "flag_combine_stack_adjustments",
4779 : : ptr->x_flag_combine_stack_adjustments);
4780 : :
4781 : 0 : if (ptr->x_flag_compare_elim_after_reload)
4782 : 0 : fprintf (file, "%*s%s (%#x)\n",
4783 : : indent_to, "",
4784 : : "flag_compare_elim_after_reload",
4785 : : ptr->x_flag_compare_elim_after_reload);
4786 : :
4787 : 0 : if (ptr->x_flag_conserve_stack)
4788 : 0 : fprintf (file, "%*s%s (%#x)\n",
4789 : : indent_to, "",
4790 : : "flag_conserve_stack",
4791 : : ptr->x_flag_conserve_stack);
4792 : :
4793 : 0 : if (ptr->x_flag_cprop_registers)
4794 : 0 : fprintf (file, "%*s%s (%#x)\n",
4795 : : indent_to, "",
4796 : : "flag_cprop_registers",
4797 : : ptr->x_flag_cprop_registers);
4798 : :
4799 : 0 : if (ptr->x_flag_crossjumping)
4800 : 0 : fprintf (file, "%*s%s (%#x)\n",
4801 : : indent_to, "",
4802 : : "flag_crossjumping",
4803 : : ptr->x_flag_crossjumping);
4804 : :
4805 : 0 : if (ptr->x_flag_cse_follow_jumps)
4806 : 0 : fprintf (file, "%*s%s (%#x)\n",
4807 : : indent_to, "",
4808 : : "flag_cse_follow_jumps",
4809 : : ptr->x_flag_cse_follow_jumps);
4810 : :
4811 : 0 : if (ptr->x_flag_dce)
4812 : 0 : fprintf (file, "%*s%s (%#x)\n",
4813 : : indent_to, "",
4814 : : "flag_dce",
4815 : : ptr->x_flag_dce);
4816 : :
4817 : 0 : if (ptr->x_flag_defer_pop)
4818 : 0 : fprintf (file, "%*s%s (%#x)\n",
4819 : : indent_to, "",
4820 : : "flag_defer_pop",
4821 : : ptr->x_flag_defer_pop);
4822 : :
4823 : 0 : if (ptr->x_flag_delayed_branch)
4824 : 0 : fprintf (file, "%*s%s (%#x)\n",
4825 : : indent_to, "",
4826 : : "flag_delayed_branch",
4827 : : ptr->x_flag_delayed_branch);
4828 : :
4829 : 0 : if (ptr->x_flag_delete_dead_exceptions)
4830 : 0 : fprintf (file, "%*s%s (%#x)\n",
4831 : : indent_to, "",
4832 : : "flag_delete_dead_exceptions",
4833 : : ptr->x_flag_delete_dead_exceptions);
4834 : :
4835 : 0 : if (ptr->x_flag_delete_null_pointer_checks)
4836 : 0 : fprintf (file, "%*s%s (%#x)\n",
4837 : : indent_to, "",
4838 : : "flag_delete_null_pointer_checks",
4839 : : ptr->x_flag_delete_null_pointer_checks);
4840 : :
4841 : 0 : if (ptr->x_flag_devirtualize)
4842 : 0 : fprintf (file, "%*s%s (%#x)\n",
4843 : : indent_to, "",
4844 : : "flag_devirtualize",
4845 : : ptr->x_flag_devirtualize);
4846 : :
4847 : 0 : if (ptr->x_flag_devirtualize_speculatively)
4848 : 0 : fprintf (file, "%*s%s (%#x)\n",
4849 : : indent_to, "",
4850 : : "flag_devirtualize_speculatively",
4851 : : ptr->x_flag_devirtualize_speculatively);
4852 : :
4853 : 0 : if (ptr->x_flag_dse)
4854 : 0 : fprintf (file, "%*s%s (%#x)\n",
4855 : : indent_to, "",
4856 : : "flag_dse",
4857 : : ptr->x_flag_dse);
4858 : :
4859 : 0 : if (ptr->x_flag_early_inlining)
4860 : 0 : fprintf (file, "%*s%s (%#x)\n",
4861 : : indent_to, "",
4862 : : "flag_early_inlining",
4863 : : ptr->x_flag_early_inlining);
4864 : :
4865 : 0 : if (ptr->x_flag_exceptions)
4866 : 0 : fprintf (file, "%*s%s (%#x)\n",
4867 : : indent_to, "",
4868 : : "flag_exceptions",
4869 : : ptr->x_flag_exceptions);
4870 : :
4871 : 0 : if (ptr->x_flag_expensive_optimizations)
4872 : 0 : fprintf (file, "%*s%s (%#x)\n",
4873 : : indent_to, "",
4874 : : "flag_expensive_optimizations",
4875 : : ptr->x_flag_expensive_optimizations);
4876 : :
4877 : 0 : if (ptr->x_flag_ext_dce)
4878 : 0 : fprintf (file, "%*s%s (%#x)\n",
4879 : : indent_to, "",
4880 : : "flag_ext_dce",
4881 : : ptr->x_flag_ext_dce);
4882 : :
4883 : 0 : if (ptr->x_flag_finite_loops)
4884 : 0 : fprintf (file, "%*s%s (%#x)\n",
4885 : : indent_to, "",
4886 : : "flag_finite_loops",
4887 : : ptr->x_flag_finite_loops);
4888 : :
4889 : 0 : if (ptr->x_flag_finite_math_only)
4890 : 0 : fprintf (file, "%*s%s (%#x)\n",
4891 : : indent_to, "",
4892 : : "flag_finite_math_only",
4893 : : ptr->x_flag_finite_math_only);
4894 : :
4895 : 0 : if (ptr->x_flag_float_store)
4896 : 0 : fprintf (file, "%*s%s (%#x)\n",
4897 : : indent_to, "",
4898 : : "flag_float_store",
4899 : : ptr->x_flag_float_store);
4900 : :
4901 : 0 : if (ptr->x_flag_fold_mem_offsets)
4902 : 0 : fprintf (file, "%*s%s (%#x)\n",
4903 : : indent_to, "",
4904 : : "flag_fold_mem_offsets",
4905 : : ptr->x_flag_fold_mem_offsets);
4906 : :
4907 : 0 : if (ptr->x_flag_fold_simple_inlines)
4908 : 0 : fprintf (file, "%*s%s (%#x)\n",
4909 : : indent_to, "",
4910 : : "flag_fold_simple_inlines",
4911 : : ptr->x_flag_fold_simple_inlines);
4912 : :
4913 : 0 : if (ptr->x_flag_forward_propagate)
4914 : 0 : fprintf (file, "%*s%s (%#x)\n",
4915 : : indent_to, "",
4916 : : "flag_forward_propagate",
4917 : : ptr->x_flag_forward_propagate);
4918 : :
4919 : 0 : if (ptr->x_flag_fp_int_builtin_inexact)
4920 : 0 : fprintf (file, "%*s%s (%#x)\n",
4921 : : indent_to, "",
4922 : : "flag_fp_int_builtin_inexact",
4923 : : ptr->x_flag_fp_int_builtin_inexact);
4924 : :
4925 : 0 : if (ptr->x_flag_no_function_cse)
4926 : 0 : fprintf (file, "%*s%s (%#x)\n",
4927 : : indent_to, "",
4928 : : "flag_no_function_cse",
4929 : : ptr->x_flag_no_function_cse);
4930 : :
4931 : 0 : if (ptr->x_flag_gcse)
4932 : 0 : fprintf (file, "%*s%s (%#x)\n",
4933 : : indent_to, "",
4934 : : "flag_gcse",
4935 : : ptr->x_flag_gcse);
4936 : :
4937 : 0 : if (ptr->x_flag_gcse_after_reload)
4938 : 0 : fprintf (file, "%*s%s (%#x)\n",
4939 : : indent_to, "",
4940 : : "flag_gcse_after_reload",
4941 : : ptr->x_flag_gcse_after_reload);
4942 : :
4943 : 0 : if (ptr->x_flag_gcse_las)
4944 : 0 : fprintf (file, "%*s%s (%#x)\n",
4945 : : indent_to, "",
4946 : : "flag_gcse_las",
4947 : : ptr->x_flag_gcse_las);
4948 : :
4949 : 0 : if (ptr->x_flag_gcse_lm)
4950 : 0 : fprintf (file, "%*s%s (%#x)\n",
4951 : : indent_to, "",
4952 : : "flag_gcse_lm",
4953 : : ptr->x_flag_gcse_lm);
4954 : :
4955 : 0 : if (ptr->x_flag_gcse_sm)
4956 : 0 : fprintf (file, "%*s%s (%#x)\n",
4957 : : indent_to, "",
4958 : : "flag_gcse_sm",
4959 : : ptr->x_flag_gcse_sm);
4960 : :
4961 : 0 : if (ptr->x_flag_graphite)
4962 : 0 : fprintf (file, "%*s%s (%#x)\n",
4963 : : indent_to, "",
4964 : : "flag_graphite",
4965 : : ptr->x_flag_graphite);
4966 : :
4967 : 0 : if (ptr->x_flag_graphite_identity)
4968 : 0 : fprintf (file, "%*s%s (%#x)\n",
4969 : : indent_to, "",
4970 : : "flag_graphite_identity",
4971 : : ptr->x_flag_graphite_identity);
4972 : :
4973 : 0 : if (ptr->x_flag_guess_branch_prob)
4974 : 0 : fprintf (file, "%*s%s (%#x)\n",
4975 : : indent_to, "",
4976 : : "flag_guess_branch_prob",
4977 : : ptr->x_flag_guess_branch_prob);
4978 : :
4979 : 0 : if (ptr->x_flag_harden_control_flow_redundancy_check_exceptions)
4980 : 0 : fprintf (file, "%*s%s (%#x)\n",
4981 : : indent_to, "",
4982 : : "flag_harden_control_flow_redundancy_check_exceptions",
4983 : : ptr->x_flag_harden_control_flow_redundancy_check_exceptions);
4984 : :
4985 : 0 : if (ptr->x_flag_harden_control_flow_redundancy_check_returning_calls)
4986 : 0 : fprintf (file, "%*s%s (%#x)\n",
4987 : : indent_to, "",
4988 : : "flag_harden_control_flow_redundancy_check_returning_calls",
4989 : : ptr->x_flag_harden_control_flow_redundancy_check_returning_calls);
4990 : :
4991 : 0 : if (ptr->x_flag_harden_control_flow_redundancy_skip_leaf)
4992 : 0 : fprintf (file, "%*s%s (%#x)\n",
4993 : : indent_to, "",
4994 : : "flag_harden_control_flow_redundancy_skip_leaf",
4995 : : ptr->x_flag_harden_control_flow_redundancy_skip_leaf);
4996 : :
4997 : 0 : if (ptr->x_flag_harden_compares)
4998 : 0 : fprintf (file, "%*s%s (%#x)\n",
4999 : : indent_to, "",
5000 : : "flag_harden_compares",
5001 : : ptr->x_flag_harden_compares);
5002 : :
5003 : 0 : if (ptr->x_flag_harden_conditional_branches)
5004 : 0 : fprintf (file, "%*s%s (%#x)\n",
5005 : : indent_to, "",
5006 : : "flag_harden_conditional_branches",
5007 : : ptr->x_flag_harden_conditional_branches);
5008 : :
5009 : 0 : if (ptr->x_flag_harden_control_flow_redundancy)
5010 : 0 : fprintf (file, "%*s%s (%#x)\n",
5011 : : indent_to, "",
5012 : : "flag_harden_control_flow_redundancy",
5013 : : ptr->x_flag_harden_control_flow_redundancy);
5014 : :
5015 : 0 : if (ptr->x_flag_hoist_adjacent_loads)
5016 : 0 : fprintf (file, "%*s%s (%#x)\n",
5017 : : indent_to, "",
5018 : : "flag_hoist_adjacent_loads",
5019 : : ptr->x_flag_hoist_adjacent_loads);
5020 : :
5021 : 0 : if (ptr->x_flag_if_conversion)
5022 : 0 : fprintf (file, "%*s%s (%#x)\n",
5023 : : indent_to, "",
5024 : : "flag_if_conversion",
5025 : : ptr->x_flag_if_conversion);
5026 : :
5027 : 0 : if (ptr->x_flag_if_conversion2)
5028 : 0 : fprintf (file, "%*s%s (%#x)\n",
5029 : : indent_to, "",
5030 : : "flag_if_conversion2",
5031 : : ptr->x_flag_if_conversion2);
5032 : :
5033 : 0 : if (ptr->x_flag_indirect_inlining)
5034 : 0 : fprintf (file, "%*s%s (%#x)\n",
5035 : : indent_to, "",
5036 : : "flag_indirect_inlining",
5037 : : ptr->x_flag_indirect_inlining);
5038 : :
5039 : 0 : if (ptr->x_flag_no_inline)
5040 : 0 : fprintf (file, "%*s%s (%#x)\n",
5041 : : indent_to, "",
5042 : : "flag_no_inline",
5043 : : ptr->x_flag_no_inline);
5044 : :
5045 : 0 : if (ptr->x_flag_inline_atomics)
5046 : 0 : fprintf (file, "%*s%s (%#x)\n",
5047 : : indent_to, "",
5048 : : "flag_inline_atomics",
5049 : : ptr->x_flag_inline_atomics);
5050 : :
5051 : 0 : if (ptr->x_flag_inline_functions)
5052 : 0 : fprintf (file, "%*s%s (%#x)\n",
5053 : : indent_to, "",
5054 : : "flag_inline_functions",
5055 : : ptr->x_flag_inline_functions);
5056 : :
5057 : 0 : if (ptr->x_flag_inline_functions_called_once)
5058 : 0 : fprintf (file, "%*s%s (%#x)\n",
5059 : : indent_to, "",
5060 : : "flag_inline_functions_called_once",
5061 : : ptr->x_flag_inline_functions_called_once);
5062 : :
5063 : 0 : if (ptr->x_flag_inline_small_functions)
5064 : 0 : fprintf (file, "%*s%s (%#x)\n",
5065 : : indent_to, "",
5066 : : "flag_inline_small_functions",
5067 : : ptr->x_flag_inline_small_functions);
5068 : :
5069 : 0 : if (ptr->x_flag_ipa_bit_cp)
5070 : 0 : fprintf (file, "%*s%s (%#x)\n",
5071 : : indent_to, "",
5072 : : "flag_ipa_bit_cp",
5073 : : ptr->x_flag_ipa_bit_cp);
5074 : :
5075 : 0 : if (ptr->x_flag_ipa_cp)
5076 : 0 : fprintf (file, "%*s%s (%#x)\n",
5077 : : indent_to, "",
5078 : : "flag_ipa_cp",
5079 : : ptr->x_flag_ipa_cp);
5080 : :
5081 : 0 : if (ptr->x_flag_ipa_cp_clone)
5082 : 0 : fprintf (file, "%*s%s (%#x)\n",
5083 : : indent_to, "",
5084 : : "flag_ipa_cp_clone",
5085 : : ptr->x_flag_ipa_cp_clone);
5086 : :
5087 : 0 : if (ptr->x_flag_ipa_icf)
5088 : 0 : fprintf (file, "%*s%s (%#x)\n",
5089 : : indent_to, "",
5090 : : "flag_ipa_icf",
5091 : : ptr->x_flag_ipa_icf);
5092 : :
5093 : 0 : if (ptr->x_flag_ipa_icf_functions)
5094 : 0 : fprintf (file, "%*s%s (%#x)\n",
5095 : : indent_to, "",
5096 : : "flag_ipa_icf_functions",
5097 : : ptr->x_flag_ipa_icf_functions);
5098 : :
5099 : 0 : if (ptr->x_flag_ipa_icf_variables)
5100 : 0 : fprintf (file, "%*s%s (%#x)\n",
5101 : : indent_to, "",
5102 : : "flag_ipa_icf_variables",
5103 : : ptr->x_flag_ipa_icf_variables);
5104 : :
5105 : 0 : if (ptr->x_flag_ipa_modref)
5106 : 0 : fprintf (file, "%*s%s (%#x)\n",
5107 : : indent_to, "",
5108 : : "flag_ipa_modref",
5109 : : ptr->x_flag_ipa_modref);
5110 : :
5111 : 0 : if (ptr->x_flag_ipa_profile)
5112 : 0 : fprintf (file, "%*s%s (%#x)\n",
5113 : : indent_to, "",
5114 : : "flag_ipa_profile",
5115 : : ptr->x_flag_ipa_profile);
5116 : :
5117 : 0 : if (ptr->x_flag_ipa_pta)
5118 : 0 : fprintf (file, "%*s%s (%#x)\n",
5119 : : indent_to, "",
5120 : : "flag_ipa_pta",
5121 : : ptr->x_flag_ipa_pta);
5122 : :
5123 : 0 : if (ptr->x_flag_ipa_pure_const)
5124 : 0 : fprintf (file, "%*s%s (%#x)\n",
5125 : : indent_to, "",
5126 : : "flag_ipa_pure_const",
5127 : : ptr->x_flag_ipa_pure_const);
5128 : :
5129 : 0 : if (ptr->x_flag_ipa_ra)
5130 : 0 : fprintf (file, "%*s%s (%#x)\n",
5131 : : indent_to, "",
5132 : : "flag_ipa_ra",
5133 : : ptr->x_flag_ipa_ra);
5134 : :
5135 : 0 : if (ptr->x_flag_ipa_reference)
5136 : 0 : fprintf (file, "%*s%s (%#x)\n",
5137 : : indent_to, "",
5138 : : "flag_ipa_reference",
5139 : : ptr->x_flag_ipa_reference);
5140 : :
5141 : 0 : if (ptr->x_flag_ipa_reference_addressable)
5142 : 0 : fprintf (file, "%*s%s (%#x)\n",
5143 : : indent_to, "",
5144 : : "flag_ipa_reference_addressable",
5145 : : ptr->x_flag_ipa_reference_addressable);
5146 : :
5147 : 0 : if (ptr->x_flag_ipa_reorder_for_locality)
5148 : 0 : fprintf (file, "%*s%s (%#x)\n",
5149 : : indent_to, "",
5150 : : "flag_ipa_reorder_for_locality",
5151 : : ptr->x_flag_ipa_reorder_for_locality);
5152 : :
5153 : 0 : if (ptr->x_flag_ipa_sra)
5154 : 0 : fprintf (file, "%*s%s (%#x)\n",
5155 : : indent_to, "",
5156 : : "flag_ipa_sra",
5157 : : ptr->x_flag_ipa_sra);
5158 : :
5159 : 0 : if (ptr->x_flag_ipa_stack_alignment)
5160 : 0 : fprintf (file, "%*s%s (%#x)\n",
5161 : : indent_to, "",
5162 : : "flag_ipa_stack_alignment",
5163 : : ptr->x_flag_ipa_stack_alignment);
5164 : :
5165 : 0 : if (ptr->x_flag_ipa_strict_aliasing)
5166 : 0 : fprintf (file, "%*s%s (%#x)\n",
5167 : : indent_to, "",
5168 : : "flag_ipa_strict_aliasing",
5169 : : ptr->x_flag_ipa_strict_aliasing);
5170 : :
5171 : 0 : if (ptr->x_flag_ipa_vrp)
5172 : 0 : fprintf (file, "%*s%s (%#x)\n",
5173 : : indent_to, "",
5174 : : "flag_ipa_vrp",
5175 : : ptr->x_flag_ipa_vrp);
5176 : :
5177 : 0 : if (ptr->x_flag_ira_hoist_pressure)
5178 : 0 : fprintf (file, "%*s%s (%#x)\n",
5179 : : indent_to, "",
5180 : : "flag_ira_hoist_pressure",
5181 : : ptr->x_flag_ira_hoist_pressure);
5182 : :
5183 : 0 : if (ptr->x_flag_ira_loop_pressure)
5184 : 0 : fprintf (file, "%*s%s (%#x)\n",
5185 : : indent_to, "",
5186 : : "flag_ira_loop_pressure",
5187 : : ptr->x_flag_ira_loop_pressure);
5188 : :
5189 : 0 : if (ptr->x_flag_ira_share_save_slots)
5190 : 0 : fprintf (file, "%*s%s (%#x)\n",
5191 : : indent_to, "",
5192 : : "flag_ira_share_save_slots",
5193 : : ptr->x_flag_ira_share_save_slots);
5194 : :
5195 : 0 : if (ptr->x_flag_ira_share_spill_slots)
5196 : 0 : fprintf (file, "%*s%s (%#x)\n",
5197 : : indent_to, "",
5198 : : "flag_ira_share_spill_slots",
5199 : : ptr->x_flag_ira_share_spill_slots);
5200 : :
5201 : 0 : if (ptr->x_flag_isolate_erroneous_paths_attribute)
5202 : 0 : fprintf (file, "%*s%s (%#x)\n",
5203 : : indent_to, "",
5204 : : "flag_isolate_erroneous_paths_attribute",
5205 : : ptr->x_flag_isolate_erroneous_paths_attribute);
5206 : :
5207 : 0 : if (ptr->x_flag_isolate_erroneous_paths_dereference)
5208 : 0 : fprintf (file, "%*s%s (%#x)\n",
5209 : : indent_to, "",
5210 : : "flag_isolate_erroneous_paths_dereference",
5211 : : ptr->x_flag_isolate_erroneous_paths_dereference);
5212 : :
5213 : 0 : if (ptr->x_flag_ivopts)
5214 : 0 : fprintf (file, "%*s%s (%#x)\n",
5215 : : indent_to, "",
5216 : : "flag_ivopts",
5217 : : ptr->x_flag_ivopts);
5218 : :
5219 : 0 : if (ptr->x_flag_jump_tables)
5220 : 0 : fprintf (file, "%*s%s (%#x)\n",
5221 : : indent_to, "",
5222 : : "flag_jump_tables",
5223 : : ptr->x_flag_jump_tables);
5224 : :
5225 : 0 : if (ptr->x_flag_keep_gc_roots_live)
5226 : 0 : fprintf (file, "%*s%s (%#x)\n",
5227 : : indent_to, "",
5228 : : "flag_keep_gc_roots_live",
5229 : : ptr->x_flag_keep_gc_roots_live);
5230 : :
5231 : 0 : if (ptr->x_flag_late_combine_instructions)
5232 : 0 : fprintf (file, "%*s%s (%#x)\n",
5233 : : indent_to, "",
5234 : : "flag_late_combine_instructions",
5235 : : ptr->x_flag_late_combine_instructions);
5236 : :
5237 : 0 : if (ptr->x_flag_lifetime_dse)
5238 : 0 : fprintf (file, "%*s%s (%#x)\n",
5239 : : indent_to, "",
5240 : : "flag_lifetime_dse",
5241 : : ptr->x_flag_lifetime_dse);
5242 : :
5243 : 0 : if (ptr->x_flag_limit_function_alignment)
5244 : 0 : fprintf (file, "%*s%s (%#x)\n",
5245 : : indent_to, "",
5246 : : "flag_limit_function_alignment",
5247 : : ptr->x_flag_limit_function_alignment);
5248 : :
5249 : 0 : if (ptr->x_flag_live_range_shrinkage)
5250 : 0 : fprintf (file, "%*s%s (%#x)\n",
5251 : : indent_to, "",
5252 : : "flag_live_range_shrinkage",
5253 : : ptr->x_flag_live_range_shrinkage);
5254 : :
5255 : 0 : if (ptr->x_flag_loop_interchange)
5256 : 0 : fprintf (file, "%*s%s (%#x)\n",
5257 : : indent_to, "",
5258 : : "flag_loop_interchange",
5259 : : ptr->x_flag_loop_interchange);
5260 : :
5261 : 0 : if (ptr->x_flag_loop_nest_optimize)
5262 : 0 : fprintf (file, "%*s%s (%#x)\n",
5263 : : indent_to, "",
5264 : : "flag_loop_nest_optimize",
5265 : : ptr->x_flag_loop_nest_optimize);
5266 : :
5267 : 0 : if (ptr->x_flag_loop_parallelize_all)
5268 : 0 : fprintf (file, "%*s%s (%#x)\n",
5269 : : indent_to, "",
5270 : : "flag_loop_parallelize_all",
5271 : : ptr->x_flag_loop_parallelize_all);
5272 : :
5273 : 0 : if (ptr->x_flag_unroll_jam)
5274 : 0 : fprintf (file, "%*s%s (%#x)\n",
5275 : : indent_to, "",
5276 : : "flag_unroll_jam",
5277 : : ptr->x_flag_unroll_jam);
5278 : :
5279 : 0 : if (ptr->x_flag_lra_remat)
5280 : 0 : fprintf (file, "%*s%s (%#x)\n",
5281 : : indent_to, "",
5282 : : "flag_lra_remat",
5283 : : ptr->x_flag_lra_remat);
5284 : :
5285 : 0 : if (ptr->x_flag_malloc_dce)
5286 : 0 : fprintf (file, "%*s%s (%#x)\n",
5287 : : indent_to, "",
5288 : : "flag_malloc_dce",
5289 : : ptr->x_flag_malloc_dce);
5290 : :
5291 : 0 : if (ptr->x_flag_errno_math)
5292 : 0 : fprintf (file, "%*s%s (%#x)\n",
5293 : : indent_to, "",
5294 : : "flag_errno_math",
5295 : : ptr->x_flag_errno_math);
5296 : :
5297 : 0 : if (ptr->x_flag_modulo_sched)
5298 : 0 : fprintf (file, "%*s%s (%#x)\n",
5299 : : indent_to, "",
5300 : : "flag_modulo_sched",
5301 : : ptr->x_flag_modulo_sched);
5302 : :
5303 : 0 : if (ptr->x_flag_modulo_sched_allow_regmoves)
5304 : 0 : fprintf (file, "%*s%s (%#x)\n",
5305 : : indent_to, "",
5306 : : "flag_modulo_sched_allow_regmoves",
5307 : : ptr->x_flag_modulo_sched_allow_regmoves);
5308 : :
5309 : 0 : if (ptr->x_flag_move_loop_invariants)
5310 : 0 : fprintf (file, "%*s%s (%#x)\n",
5311 : : indent_to, "",
5312 : : "flag_move_loop_invariants",
5313 : : ptr->x_flag_move_loop_invariants);
5314 : :
5315 : 0 : if (ptr->x_flag_move_loop_stores)
5316 : 0 : fprintf (file, "%*s%s (%#x)\n",
5317 : : indent_to, "",
5318 : : "flag_move_loop_stores",
5319 : : ptr->x_flag_move_loop_stores);
5320 : :
5321 : 0 : if (ptr->x_flag_non_call_exceptions)
5322 : 0 : fprintf (file, "%*s%s (%#x)\n",
5323 : : indent_to, "",
5324 : : "flag_non_call_exceptions",
5325 : : ptr->x_flag_non_call_exceptions);
5326 : :
5327 : 0 : if (ptr->x_flag_nothrow_opt)
5328 : 0 : fprintf (file, "%*s%s (%#x)\n",
5329 : : indent_to, "",
5330 : : "flag_nothrow_opt",
5331 : : ptr->x_flag_nothrow_opt);
5332 : :
5333 : 0 : if (ptr->x_flag_omit_frame_pointer)
5334 : 0 : fprintf (file, "%*s%s (%#x)\n",
5335 : : indent_to, "",
5336 : : "flag_omit_frame_pointer",
5337 : : ptr->x_flag_omit_frame_pointer);
5338 : :
5339 : 0 : if (ptr->x_flag_opt_info)
5340 : 0 : fprintf (file, "%*s%s (%#x)\n",
5341 : : indent_to, "",
5342 : : "flag_opt_info",
5343 : : ptr->x_flag_opt_info);
5344 : :
5345 : 0 : if (ptr->x_flag_optimize_crc)
5346 : 0 : fprintf (file, "%*s%s (%#x)\n",
5347 : : indent_to, "",
5348 : : "flag_optimize_crc",
5349 : : ptr->x_flag_optimize_crc);
5350 : :
5351 : 0 : if (ptr->x_flag_optimize_sibling_calls)
5352 : 0 : fprintf (file, "%*s%s (%#x)\n",
5353 : : indent_to, "",
5354 : : "flag_optimize_sibling_calls",
5355 : : ptr->x_flag_optimize_sibling_calls);
5356 : :
5357 : 0 : if (ptr->x_flag_optimize_strlen)
5358 : 0 : fprintf (file, "%*s%s (%#x)\n",
5359 : : indent_to, "",
5360 : : "flag_optimize_strlen",
5361 : : ptr->x_flag_optimize_strlen);
5362 : :
5363 : 0 : if (ptr->x_flag_pack_struct)
5364 : 0 : fprintf (file, "%*s%s (%#x)\n",
5365 : : indent_to, "",
5366 : : "flag_pack_struct",
5367 : : ptr->x_flag_pack_struct);
5368 : :
5369 : 0 : if (ptr->x_flag_partial_inlining)
5370 : 0 : fprintf (file, "%*s%s (%#x)\n",
5371 : : indent_to, "",
5372 : : "flag_partial_inlining",
5373 : : ptr->x_flag_partial_inlining);
5374 : :
5375 : 0 : if (ptr->x_flag_pcc_struct_return)
5376 : 0 : fprintf (file, "%*s%s (%#x)\n",
5377 : : indent_to, "",
5378 : : "flag_pcc_struct_return",
5379 : : ptr->x_flag_pcc_struct_return);
5380 : :
5381 : 0 : if (ptr->x_flag_peel_loops)
5382 : 0 : fprintf (file, "%*s%s (%#x)\n",
5383 : : indent_to, "",
5384 : : "flag_peel_loops",
5385 : : ptr->x_flag_peel_loops);
5386 : :
5387 : 0 : if (ptr->x_flag_no_peephole)
5388 : 0 : fprintf (file, "%*s%s (%#x)\n",
5389 : : indent_to, "",
5390 : : "flag_no_peephole",
5391 : : ptr->x_flag_no_peephole);
5392 : :
5393 : 0 : if (ptr->x_flag_peephole2)
5394 : 0 : fprintf (file, "%*s%s (%#x)\n",
5395 : : indent_to, "",
5396 : : "flag_peephole2",
5397 : : ptr->x_flag_peephole2);
5398 : :
5399 : 0 : if (ptr->x_flag_plt)
5400 : 0 : fprintf (file, "%*s%s (%#x)\n",
5401 : : indent_to, "",
5402 : : "flag_plt",
5403 : : ptr->x_flag_plt);
5404 : :
5405 : 0 : if (ptr->x_flag_predictive_commoning)
5406 : 0 : fprintf (file, "%*s%s (%#x)\n",
5407 : : indent_to, "",
5408 : : "flag_predictive_commoning",
5409 : : ptr->x_flag_predictive_commoning);
5410 : :
5411 : 0 : if (ptr->x_flag_prefetch_loop_arrays)
5412 : 0 : fprintf (file, "%*s%s (%#x)\n",
5413 : : indent_to, "",
5414 : : "flag_prefetch_loop_arrays",
5415 : : ptr->x_flag_prefetch_loop_arrays);
5416 : :
5417 : 0 : if (ptr->x_flag_printf_return_value)
5418 : 0 : fprintf (file, "%*s%s (%#x)\n",
5419 : : indent_to, "",
5420 : : "flag_printf_return_value",
5421 : : ptr->x_flag_printf_return_value);
5422 : :
5423 : 0 : if (ptr->x_flag_profile_partial_training)
5424 : 0 : fprintf (file, "%*s%s (%#x)\n",
5425 : : indent_to, "",
5426 : : "flag_profile_partial_training",
5427 : : ptr->x_flag_profile_partial_training);
5428 : :
5429 : 0 : if (ptr->x_flag_profile_reorder_functions)
5430 : 0 : fprintf (file, "%*s%s (%#x)\n",
5431 : : indent_to, "",
5432 : : "flag_profile_reorder_functions",
5433 : : ptr->x_flag_profile_reorder_functions);
5434 : :
5435 : 0 : if (ptr->x_flag_reciprocal_math)
5436 : 0 : fprintf (file, "%*s%s (%#x)\n",
5437 : : indent_to, "",
5438 : : "flag_reciprocal_math",
5439 : : ptr->x_flag_reciprocal_math);
5440 : :
5441 : 0 : if (ptr->x_flag_ree)
5442 : 0 : fprintf (file, "%*s%s (%#x)\n",
5443 : : indent_to, "",
5444 : : "flag_ree",
5445 : : ptr->x_flag_ree);
5446 : :
5447 : 0 : if (ptr->x_flag_rename_registers)
5448 : 0 : fprintf (file, "%*s%s (%#x)\n",
5449 : : indent_to, "",
5450 : : "flag_rename_registers",
5451 : : ptr->x_flag_rename_registers);
5452 : :
5453 : 0 : if (ptr->x_flag_reorder_blocks)
5454 : 0 : fprintf (file, "%*s%s (%#x)\n",
5455 : : indent_to, "",
5456 : : "flag_reorder_blocks",
5457 : : ptr->x_flag_reorder_blocks);
5458 : :
5459 : 0 : if (ptr->x_flag_reorder_blocks_and_partition)
5460 : 0 : fprintf (file, "%*s%s (%#x)\n",
5461 : : indent_to, "",
5462 : : "flag_reorder_blocks_and_partition",
5463 : : ptr->x_flag_reorder_blocks_and_partition);
5464 : :
5465 : 0 : if (ptr->x_flag_reorder_functions)
5466 : 0 : fprintf (file, "%*s%s (%#x)\n",
5467 : : indent_to, "",
5468 : : "flag_reorder_functions",
5469 : : ptr->x_flag_reorder_functions);
5470 : :
5471 : 0 : if (ptr->x_flag_rerun_cse_after_loop)
5472 : 0 : fprintf (file, "%*s%s (%#x)\n",
5473 : : indent_to, "",
5474 : : "flag_rerun_cse_after_loop",
5475 : : ptr->x_flag_rerun_cse_after_loop);
5476 : :
5477 : 0 : if (ptr->x_flag_resched_modulo_sched)
5478 : 0 : fprintf (file, "%*s%s (%#x)\n",
5479 : : indent_to, "",
5480 : : "flag_resched_modulo_sched",
5481 : : ptr->x_flag_resched_modulo_sched);
5482 : :
5483 : 0 : if (ptr->x_flag_rounding_math)
5484 : 0 : fprintf (file, "%*s%s (%#x)\n",
5485 : : indent_to, "",
5486 : : "flag_rounding_math",
5487 : : ptr->x_flag_rounding_math);
5488 : :
5489 : 0 : if (ptr->x_flag_rtti)
5490 : 0 : fprintf (file, "%*s%s (%#x)\n",
5491 : : indent_to, "",
5492 : : "flag_rtti",
5493 : : ptr->x_flag_rtti);
5494 : :
5495 : 0 : if (ptr->x_flag_save_optimization_record)
5496 : 0 : fprintf (file, "%*s%s (%#x)\n",
5497 : : indent_to, "",
5498 : : "flag_save_optimization_record",
5499 : : ptr->x_flag_save_optimization_record);
5500 : :
5501 : 0 : if (ptr->x_flag_sched_critical_path_heuristic)
5502 : 0 : fprintf (file, "%*s%s (%#x)\n",
5503 : : indent_to, "",
5504 : : "flag_sched_critical_path_heuristic",
5505 : : ptr->x_flag_sched_critical_path_heuristic);
5506 : :
5507 : 0 : if (ptr->x_flag_sched_dep_count_heuristic)
5508 : 0 : fprintf (file, "%*s%s (%#x)\n",
5509 : : indent_to, "",
5510 : : "flag_sched_dep_count_heuristic",
5511 : : ptr->x_flag_sched_dep_count_heuristic);
5512 : :
5513 : 0 : if (ptr->x_flag_sched_group_heuristic)
5514 : 0 : fprintf (file, "%*s%s (%#x)\n",
5515 : : indent_to, "",
5516 : : "flag_sched_group_heuristic",
5517 : : ptr->x_flag_sched_group_heuristic);
5518 : :
5519 : 0 : if (ptr->x_flag_schedule_interblock)
5520 : 0 : fprintf (file, "%*s%s (%#x)\n",
5521 : : indent_to, "",
5522 : : "flag_schedule_interblock",
5523 : : ptr->x_flag_schedule_interblock);
5524 : :
5525 : 0 : if (ptr->x_flag_sched_last_insn_heuristic)
5526 : 0 : fprintf (file, "%*s%s (%#x)\n",
5527 : : indent_to, "",
5528 : : "flag_sched_last_insn_heuristic",
5529 : : ptr->x_flag_sched_last_insn_heuristic);
5530 : :
5531 : 0 : if (ptr->x_flag_sched_pressure)
5532 : 0 : fprintf (file, "%*s%s (%#x)\n",
5533 : : indent_to, "",
5534 : : "flag_sched_pressure",
5535 : : ptr->x_flag_sched_pressure);
5536 : :
5537 : 0 : if (ptr->x_flag_sched_rank_heuristic)
5538 : 0 : fprintf (file, "%*s%s (%#x)\n",
5539 : : indent_to, "",
5540 : : "flag_sched_rank_heuristic",
5541 : : ptr->x_flag_sched_rank_heuristic);
5542 : :
5543 : 0 : if (ptr->x_flag_schedule_speculative)
5544 : 0 : fprintf (file, "%*s%s (%#x)\n",
5545 : : indent_to, "",
5546 : : "flag_schedule_speculative",
5547 : : ptr->x_flag_schedule_speculative);
5548 : :
5549 : 0 : if (ptr->x_flag_sched_spec_insn_heuristic)
5550 : 0 : fprintf (file, "%*s%s (%#x)\n",
5551 : : indent_to, "",
5552 : : "flag_sched_spec_insn_heuristic",
5553 : : ptr->x_flag_sched_spec_insn_heuristic);
5554 : :
5555 : 0 : if (ptr->x_flag_schedule_speculative_load)
5556 : 0 : fprintf (file, "%*s%s (%#x)\n",
5557 : : indent_to, "",
5558 : : "flag_schedule_speculative_load",
5559 : : ptr->x_flag_schedule_speculative_load);
5560 : :
5561 : 0 : if (ptr->x_flag_schedule_speculative_load_dangerous)
5562 : 0 : fprintf (file, "%*s%s (%#x)\n",
5563 : : indent_to, "",
5564 : : "flag_schedule_speculative_load_dangerous",
5565 : : ptr->x_flag_schedule_speculative_load_dangerous);
5566 : :
5567 : 0 : if (ptr->x_flag_sched2_use_superblocks)
5568 : 0 : fprintf (file, "%*s%s (%#x)\n",
5569 : : indent_to, "",
5570 : : "flag_sched2_use_superblocks",
5571 : : ptr->x_flag_sched2_use_superblocks);
5572 : :
5573 : 0 : if (ptr->x_flag_schedule_fusion)
5574 : 0 : fprintf (file, "%*s%s (%#x)\n",
5575 : : indent_to, "",
5576 : : "flag_schedule_fusion",
5577 : : ptr->x_flag_schedule_fusion);
5578 : :
5579 : 0 : if (ptr->x_flag_schedule_insns)
5580 : 0 : fprintf (file, "%*s%s (%#x)\n",
5581 : : indent_to, "",
5582 : : "flag_schedule_insns",
5583 : : ptr->x_flag_schedule_insns);
5584 : :
5585 : 0 : if (ptr->x_flag_schedule_insns_after_reload)
5586 : 0 : fprintf (file, "%*s%s (%#x)\n",
5587 : : indent_to, "",
5588 : : "flag_schedule_insns_after_reload",
5589 : : ptr->x_flag_schedule_insns_after_reload);
5590 : :
5591 : 0 : if (ptr->x_flag_section_anchors)
5592 : 0 : fprintf (file, "%*s%s (%#x)\n",
5593 : : indent_to, "",
5594 : : "flag_section_anchors",
5595 : : ptr->x_flag_section_anchors);
5596 : :
5597 : 0 : if (ptr->x_flag_sel_sched_pipelining)
5598 : 0 : fprintf (file, "%*s%s (%#x)\n",
5599 : : indent_to, "",
5600 : : "flag_sel_sched_pipelining",
5601 : : ptr->x_flag_sel_sched_pipelining);
5602 : :
5603 : 0 : if (ptr->x_flag_sel_sched_pipelining_outer_loops)
5604 : 0 : fprintf (file, "%*s%s (%#x)\n",
5605 : : indent_to, "",
5606 : : "flag_sel_sched_pipelining_outer_loops",
5607 : : ptr->x_flag_sel_sched_pipelining_outer_loops);
5608 : :
5609 : 0 : if (ptr->x_flag_sel_sched_reschedule_pipelined)
5610 : 0 : fprintf (file, "%*s%s (%#x)\n",
5611 : : indent_to, "",
5612 : : "flag_sel_sched_reschedule_pipelined",
5613 : : ptr->x_flag_sel_sched_reschedule_pipelined);
5614 : :
5615 : 0 : if (ptr->x_flag_selective_scheduling)
5616 : 0 : fprintf (file, "%*s%s (%#x)\n",
5617 : : indent_to, "",
5618 : : "flag_selective_scheduling",
5619 : : ptr->x_flag_selective_scheduling);
5620 : :
5621 : 0 : if (ptr->x_flag_selective_scheduling2)
5622 : 0 : fprintf (file, "%*s%s (%#x)\n",
5623 : : indent_to, "",
5624 : : "flag_selective_scheduling2",
5625 : : ptr->x_flag_selective_scheduling2);
5626 : :
5627 : 0 : if (ptr->x_flag_semantic_interposition)
5628 : 0 : fprintf (file, "%*s%s (%#x)\n",
5629 : : indent_to, "",
5630 : : "flag_semantic_interposition",
5631 : : ptr->x_flag_semantic_interposition);
5632 : :
5633 : 0 : if (ptr->x_flag_short_enums)
5634 : 0 : fprintf (file, "%*s%s (%#x)\n",
5635 : : indent_to, "",
5636 : : "flag_short_enums",
5637 : : ptr->x_flag_short_enums);
5638 : :
5639 : 0 : if (ptr->x_flag_short_wchar)
5640 : 0 : fprintf (file, "%*s%s (%#x)\n",
5641 : : indent_to, "",
5642 : : "flag_short_wchar",
5643 : : ptr->x_flag_short_wchar);
5644 : :
5645 : 0 : if (ptr->x_flag_shrink_wrap)
5646 : 0 : fprintf (file, "%*s%s (%#x)\n",
5647 : : indent_to, "",
5648 : : "flag_shrink_wrap",
5649 : : ptr->x_flag_shrink_wrap);
5650 : :
5651 : 0 : if (ptr->x_flag_shrink_wrap_separate)
5652 : 0 : fprintf (file, "%*s%s (%#x)\n",
5653 : : indent_to, "",
5654 : : "flag_shrink_wrap_separate",
5655 : : ptr->x_flag_shrink_wrap_separate);
5656 : :
5657 : 0 : if (ptr->x_flag_signaling_nans)
5658 : 0 : fprintf (file, "%*s%s (%#x)\n",
5659 : : indent_to, "",
5660 : : "flag_signaling_nans",
5661 : : ptr->x_flag_signaling_nans);
5662 : :
5663 : 0 : if (ptr->x_flag_signed_zeros)
5664 : 0 : fprintf (file, "%*s%s (%#x)\n",
5665 : : indent_to, "",
5666 : : "flag_signed_zeros",
5667 : : ptr->x_flag_signed_zeros);
5668 : :
5669 : 0 : if (ptr->x_flag_single_precision_constant)
5670 : 0 : fprintf (file, "%*s%s (%#x)\n",
5671 : : indent_to, "",
5672 : : "flag_single_precision_constant",
5673 : : ptr->x_flag_single_precision_constant);
5674 : :
5675 : 0 : if (ptr->x_flag_split_ivs_in_unroller)
5676 : 0 : fprintf (file, "%*s%s (%#x)\n",
5677 : : indent_to, "",
5678 : : "flag_split_ivs_in_unroller",
5679 : : ptr->x_flag_split_ivs_in_unroller);
5680 : :
5681 : 0 : if (ptr->x_flag_split_loops)
5682 : 0 : fprintf (file, "%*s%s (%#x)\n",
5683 : : indent_to, "",
5684 : : "flag_split_loops",
5685 : : ptr->x_flag_split_loops);
5686 : :
5687 : 0 : if (ptr->x_flag_split_paths)
5688 : 0 : fprintf (file, "%*s%s (%#x)\n",
5689 : : indent_to, "",
5690 : : "flag_split_paths",
5691 : : ptr->x_flag_split_paths);
5692 : :
5693 : 0 : if (ptr->x_flag_split_wide_types)
5694 : 0 : fprintf (file, "%*s%s (%#x)\n",
5695 : : indent_to, "",
5696 : : "flag_split_wide_types",
5697 : : ptr->x_flag_split_wide_types);
5698 : :
5699 : 0 : if (ptr->x_flag_split_wide_types_early)
5700 : 0 : fprintf (file, "%*s%s (%#x)\n",
5701 : : indent_to, "",
5702 : : "flag_split_wide_types_early",
5703 : : ptr->x_flag_split_wide_types_early);
5704 : :
5705 : 0 : if (ptr->x_flag_ssa_backprop)
5706 : 0 : fprintf (file, "%*s%s (%#x)\n",
5707 : : indent_to, "",
5708 : : "flag_ssa_backprop",
5709 : : ptr->x_flag_ssa_backprop);
5710 : :
5711 : 0 : if (ptr->x_flag_ssa_phiopt)
5712 : 0 : fprintf (file, "%*s%s (%#x)\n",
5713 : : indent_to, "",
5714 : : "flag_ssa_phiopt",
5715 : : ptr->x_flag_ssa_phiopt);
5716 : :
5717 : 0 : if (ptr->x_flag_stack_clash_protection)
5718 : 0 : fprintf (file, "%*s%s (%#x)\n",
5719 : : indent_to, "",
5720 : : "flag_stack_clash_protection",
5721 : : ptr->x_flag_stack_clash_protection);
5722 : :
5723 : 0 : if (ptr->x_flag_stack_protect)
5724 : 0 : fprintf (file, "%*s%s (%#x)\n",
5725 : : indent_to, "",
5726 : : "flag_stack_protect",
5727 : : ptr->x_flag_stack_protect);
5728 : :
5729 : 0 : if (ptr->x_flag_stdarg_opt)
5730 : 0 : fprintf (file, "%*s%s (%#x)\n",
5731 : : indent_to, "",
5732 : : "flag_stdarg_opt",
5733 : : ptr->x_flag_stdarg_opt);
5734 : :
5735 : 0 : if (ptr->x_flag_store_merging)
5736 : 0 : fprintf (file, "%*s%s (%#x)\n",
5737 : : indent_to, "",
5738 : : "flag_store_merging",
5739 : : ptr->x_flag_store_merging);
5740 : :
5741 : 0 : if (ptr->x_flag_strict_aliasing)
5742 : 0 : fprintf (file, "%*s%s (%#x)\n",
5743 : : indent_to, "",
5744 : : "flag_strict_aliasing",
5745 : : ptr->x_flag_strict_aliasing);
5746 : :
5747 : 0 : if (ptr->x_flag_strict_enums)
5748 : 0 : fprintf (file, "%*s%s (%#x)\n",
5749 : : indent_to, "",
5750 : : "flag_strict_enums",
5751 : : ptr->x_flag_strict_enums);
5752 : :
5753 : 0 : if (ptr->x_flag_strict_volatile_bitfields)
5754 : 0 : fprintf (file, "%*s%s (%#x)\n",
5755 : : indent_to, "",
5756 : : "flag_strict_volatile_bitfields",
5757 : : ptr->x_flag_strict_volatile_bitfields);
5758 : :
5759 : 0 : if (ptr->x_flag_thread_jumps)
5760 : 0 : fprintf (file, "%*s%s (%#x)\n",
5761 : : indent_to, "",
5762 : : "flag_thread_jumps",
5763 : : ptr->x_flag_thread_jumps);
5764 : :
5765 : 0 : if (ptr->x_flag_threadsafe_statics)
5766 : 0 : fprintf (file, "%*s%s (%#x)\n",
5767 : : indent_to, "",
5768 : : "flag_threadsafe_statics",
5769 : : ptr->x_flag_threadsafe_statics);
5770 : :
5771 : 0 : if (ptr->x_flag_toplevel_reorder)
5772 : 0 : fprintf (file, "%*s%s (%#x)\n",
5773 : : indent_to, "",
5774 : : "flag_toplevel_reorder",
5775 : : ptr->x_flag_toplevel_reorder);
5776 : :
5777 : 0 : if (ptr->x_flag_tracer)
5778 : 0 : fprintf (file, "%*s%s (%#x)\n",
5779 : : indent_to, "",
5780 : : "flag_tracer",
5781 : : ptr->x_flag_tracer);
5782 : :
5783 : 0 : if (ptr->x_flag_trapping_math)
5784 : 0 : fprintf (file, "%*s%s (%#x)\n",
5785 : : indent_to, "",
5786 : : "flag_trapping_math",
5787 : : ptr->x_flag_trapping_math);
5788 : :
5789 : 0 : if (ptr->x_flag_trapv)
5790 : 0 : fprintf (file, "%*s%s (%#x)\n",
5791 : : indent_to, "",
5792 : : "flag_trapv",
5793 : : ptr->x_flag_trapv);
5794 : :
5795 : 0 : if (ptr->x_flag_tree_bit_ccp)
5796 : 0 : fprintf (file, "%*s%s (%#x)\n",
5797 : : indent_to, "",
5798 : : "flag_tree_bit_ccp",
5799 : : ptr->x_flag_tree_bit_ccp);
5800 : :
5801 : 0 : if (ptr->x_flag_tree_builtin_call_dce)
5802 : 0 : fprintf (file, "%*s%s (%#x)\n",
5803 : : indent_to, "",
5804 : : "flag_tree_builtin_call_dce",
5805 : : ptr->x_flag_tree_builtin_call_dce);
5806 : :
5807 : 0 : if (ptr->x_flag_tree_ccp)
5808 : 0 : fprintf (file, "%*s%s (%#x)\n",
5809 : : indent_to, "",
5810 : : "flag_tree_ccp",
5811 : : ptr->x_flag_tree_ccp);
5812 : :
5813 : 0 : if (ptr->x_flag_tree_ch)
5814 : 0 : fprintf (file, "%*s%s (%#x)\n",
5815 : : indent_to, "",
5816 : : "flag_tree_ch",
5817 : : ptr->x_flag_tree_ch);
5818 : :
5819 : 0 : if (ptr->x_flag_tree_coalesce_vars)
5820 : 0 : fprintf (file, "%*s%s (%#x)\n",
5821 : : indent_to, "",
5822 : : "flag_tree_coalesce_vars",
5823 : : ptr->x_flag_tree_coalesce_vars);
5824 : :
5825 : 0 : if (ptr->x_flag_tree_copy_prop)
5826 : 0 : fprintf (file, "%*s%s (%#x)\n",
5827 : : indent_to, "",
5828 : : "flag_tree_copy_prop",
5829 : : ptr->x_flag_tree_copy_prop);
5830 : :
5831 : 0 : if (ptr->x_flag_tree_cselim)
5832 : 0 : fprintf (file, "%*s%s (%#x)\n",
5833 : : indent_to, "",
5834 : : "flag_tree_cselim",
5835 : : ptr->x_flag_tree_cselim);
5836 : :
5837 : 0 : if (ptr->x_flag_tree_dce)
5838 : 0 : fprintf (file, "%*s%s (%#x)\n",
5839 : : indent_to, "",
5840 : : "flag_tree_dce",
5841 : : ptr->x_flag_tree_dce);
5842 : :
5843 : 0 : if (ptr->x_flag_tree_dom)
5844 : 0 : fprintf (file, "%*s%s (%#x)\n",
5845 : : indent_to, "",
5846 : : "flag_tree_dom",
5847 : : ptr->x_flag_tree_dom);
5848 : :
5849 : 0 : if (ptr->x_flag_tree_dse)
5850 : 0 : fprintf (file, "%*s%s (%#x)\n",
5851 : : indent_to, "",
5852 : : "flag_tree_dse",
5853 : : ptr->x_flag_tree_dse);
5854 : :
5855 : 0 : if (ptr->x_flag_tree_forwprop)
5856 : 0 : fprintf (file, "%*s%s (%#x)\n",
5857 : : indent_to, "",
5858 : : "flag_tree_forwprop",
5859 : : ptr->x_flag_tree_forwprop);
5860 : :
5861 : 0 : if (ptr->x_flag_tree_fre)
5862 : 0 : fprintf (file, "%*s%s (%#x)\n",
5863 : : indent_to, "",
5864 : : "flag_tree_fre",
5865 : : ptr->x_flag_tree_fre);
5866 : :
5867 : 0 : if (ptr->x_flag_tree_loop_distribute_patterns)
5868 : 0 : fprintf (file, "%*s%s (%#x)\n",
5869 : : indent_to, "",
5870 : : "flag_tree_loop_distribute_patterns",
5871 : : ptr->x_flag_tree_loop_distribute_patterns);
5872 : :
5873 : 0 : if (ptr->x_flag_tree_loop_distribution)
5874 : 0 : fprintf (file, "%*s%s (%#x)\n",
5875 : : indent_to, "",
5876 : : "flag_tree_loop_distribution",
5877 : : ptr->x_flag_tree_loop_distribution);
5878 : :
5879 : 0 : if (ptr->x_flag_tree_loop_if_convert)
5880 : 0 : fprintf (file, "%*s%s (%#x)\n",
5881 : : indent_to, "",
5882 : : "flag_tree_loop_if_convert",
5883 : : ptr->x_flag_tree_loop_if_convert);
5884 : :
5885 : 0 : if (ptr->x_flag_tree_loop_im)
5886 : 0 : fprintf (file, "%*s%s (%#x)\n",
5887 : : indent_to, "",
5888 : : "flag_tree_loop_im",
5889 : : ptr->x_flag_tree_loop_im);
5890 : :
5891 : 0 : if (ptr->x_flag_tree_loop_ivcanon)
5892 : 0 : fprintf (file, "%*s%s (%#x)\n",
5893 : : indent_to, "",
5894 : : "flag_tree_loop_ivcanon",
5895 : : ptr->x_flag_tree_loop_ivcanon);
5896 : :
5897 : 0 : if (ptr->x_flag_tree_loop_optimize)
5898 : 0 : fprintf (file, "%*s%s (%#x)\n",
5899 : : indent_to, "",
5900 : : "flag_tree_loop_optimize",
5901 : : ptr->x_flag_tree_loop_optimize);
5902 : :
5903 : 0 : if (ptr->x_flag_tree_loop_vectorize)
5904 : 0 : fprintf (file, "%*s%s (%#x)\n",
5905 : : indent_to, "",
5906 : : "flag_tree_loop_vectorize",
5907 : : ptr->x_flag_tree_loop_vectorize);
5908 : :
5909 : 0 : if (ptr->x_flag_tree_live_range_split)
5910 : 0 : fprintf (file, "%*s%s (%#x)\n",
5911 : : indent_to, "",
5912 : : "flag_tree_live_range_split",
5913 : : ptr->x_flag_tree_live_range_split);
5914 : :
5915 : 0 : if (ptr->x_flag_tree_partial_pre)
5916 : 0 : fprintf (file, "%*s%s (%#x)\n",
5917 : : indent_to, "",
5918 : : "flag_tree_partial_pre",
5919 : : ptr->x_flag_tree_partial_pre);
5920 : :
5921 : 0 : if (ptr->x_flag_tree_phiprop)
5922 : 0 : fprintf (file, "%*s%s (%#x)\n",
5923 : : indent_to, "",
5924 : : "flag_tree_phiprop",
5925 : : ptr->x_flag_tree_phiprop);
5926 : :
5927 : 0 : if (ptr->x_flag_tree_pre)
5928 : 0 : fprintf (file, "%*s%s (%#x)\n",
5929 : : indent_to, "",
5930 : : "flag_tree_pre",
5931 : : ptr->x_flag_tree_pre);
5932 : :
5933 : 0 : if (ptr->x_flag_tree_pta)
5934 : 0 : fprintf (file, "%*s%s (%#x)\n",
5935 : : indent_to, "",
5936 : : "flag_tree_pta",
5937 : : ptr->x_flag_tree_pta);
5938 : :
5939 : 0 : if (ptr->x_flag_tree_reassoc)
5940 : 0 : fprintf (file, "%*s%s (%#x)\n",
5941 : : indent_to, "",
5942 : : "flag_tree_reassoc",
5943 : : ptr->x_flag_tree_reassoc);
5944 : :
5945 : 0 : if (ptr->x_flag_tree_scev_cprop)
5946 : 0 : fprintf (file, "%*s%s (%#x)\n",
5947 : : indent_to, "",
5948 : : "flag_tree_scev_cprop",
5949 : : ptr->x_flag_tree_scev_cprop);
5950 : :
5951 : 0 : if (ptr->x_flag_tree_sink)
5952 : 0 : fprintf (file, "%*s%s (%#x)\n",
5953 : : indent_to, "",
5954 : : "flag_tree_sink",
5955 : : ptr->x_flag_tree_sink);
5956 : :
5957 : 0 : if (ptr->x_flag_tree_slp_vectorize)
5958 : 0 : fprintf (file, "%*s%s (%#x)\n",
5959 : : indent_to, "",
5960 : : "flag_tree_slp_vectorize",
5961 : : ptr->x_flag_tree_slp_vectorize);
5962 : :
5963 : 0 : if (ptr->x_flag_tree_slsr)
5964 : 0 : fprintf (file, "%*s%s (%#x)\n",
5965 : : indent_to, "",
5966 : : "flag_tree_slsr",
5967 : : ptr->x_flag_tree_slsr);
5968 : :
5969 : 0 : if (ptr->x_flag_tree_sra)
5970 : 0 : fprintf (file, "%*s%s (%#x)\n",
5971 : : indent_to, "",
5972 : : "flag_tree_sra",
5973 : : ptr->x_flag_tree_sra);
5974 : :
5975 : 0 : if (ptr->x_flag_tree_switch_conversion)
5976 : 0 : fprintf (file, "%*s%s (%#x)\n",
5977 : : indent_to, "",
5978 : : "flag_tree_switch_conversion",
5979 : : ptr->x_flag_tree_switch_conversion);
5980 : :
5981 : 0 : if (ptr->x_flag_tree_tail_merge)
5982 : 0 : fprintf (file, "%*s%s (%#x)\n",
5983 : : indent_to, "",
5984 : : "flag_tree_tail_merge",
5985 : : ptr->x_flag_tree_tail_merge);
5986 : :
5987 : 0 : if (ptr->x_flag_tree_ter)
5988 : 0 : fprintf (file, "%*s%s (%#x)\n",
5989 : : indent_to, "",
5990 : : "flag_tree_ter",
5991 : : ptr->x_flag_tree_ter);
5992 : :
5993 : 0 : if (ptr->x_flag_tree_vectorize)
5994 : 0 : fprintf (file, "%*s%s (%#x)\n",
5995 : : indent_to, "",
5996 : : "flag_tree_vectorize",
5997 : : ptr->x_flag_tree_vectorize);
5998 : :
5999 : 0 : if (ptr->x_flag_tree_vrp)
6000 : 0 : fprintf (file, "%*s%s (%#x)\n",
6001 : : indent_to, "",
6002 : : "flag_tree_vrp",
6003 : : ptr->x_flag_tree_vrp);
6004 : :
6005 : 0 : if (ptr->x_flag_unconstrained_commons)
6006 : 0 : fprintf (file, "%*s%s (%#x)\n",
6007 : : indent_to, "",
6008 : : "flag_unconstrained_commons",
6009 : : ptr->x_flag_unconstrained_commons);
6010 : :
6011 : 0 : if (ptr->x_flag_unreachable_traps)
6012 : 0 : fprintf (file, "%*s%s (%#x)\n",
6013 : : indent_to, "",
6014 : : "flag_unreachable_traps",
6015 : : ptr->x_flag_unreachable_traps);
6016 : :
6017 : 0 : if (ptr->x_flag_unroll_all_loops)
6018 : 0 : fprintf (file, "%*s%s (%#x)\n",
6019 : : indent_to, "",
6020 : : "flag_unroll_all_loops",
6021 : : ptr->x_flag_unroll_all_loops);
6022 : :
6023 : 0 : if (ptr->x_flag_cunroll_grow_size)
6024 : 0 : fprintf (file, "%*s%s (%#x)\n",
6025 : : indent_to, "",
6026 : : "flag_cunroll_grow_size",
6027 : : ptr->x_flag_cunroll_grow_size);
6028 : :
6029 : 0 : if (ptr->x_flag_unroll_loops)
6030 : 0 : fprintf (file, "%*s%s (%#x)\n",
6031 : : indent_to, "",
6032 : : "flag_unroll_loops",
6033 : : ptr->x_flag_unroll_loops);
6034 : :
6035 : 0 : if (ptr->x_flag_unsafe_math_optimizations)
6036 : 0 : fprintf (file, "%*s%s (%#x)\n",
6037 : : indent_to, "",
6038 : : "flag_unsafe_math_optimizations",
6039 : : ptr->x_flag_unsafe_math_optimizations);
6040 : :
6041 : 0 : if (ptr->x_flag_unswitch_loops)
6042 : 0 : fprintf (file, "%*s%s (%#x)\n",
6043 : : indent_to, "",
6044 : : "flag_unswitch_loops",
6045 : : ptr->x_flag_unswitch_loops);
6046 : :
6047 : 0 : if (ptr->x_flag_unwind_tables)
6048 : 0 : fprintf (file, "%*s%s (%#x)\n",
6049 : : indent_to, "",
6050 : : "flag_unwind_tables",
6051 : : ptr->x_flag_unwind_tables);
6052 : :
6053 : 0 : if (ptr->x_flag_var_tracking)
6054 : 0 : fprintf (file, "%*s%s (%#x)\n",
6055 : : indent_to, "",
6056 : : "flag_var_tracking",
6057 : : ptr->x_flag_var_tracking);
6058 : :
6059 : 0 : if (ptr->x_flag_var_tracking_assignments)
6060 : 0 : fprintf (file, "%*s%s (%#x)\n",
6061 : : indent_to, "",
6062 : : "flag_var_tracking_assignments",
6063 : : ptr->x_flag_var_tracking_assignments);
6064 : :
6065 : 0 : if (ptr->x_flag_var_tracking_assignments_toggle)
6066 : 0 : fprintf (file, "%*s%s (%#x)\n",
6067 : : indent_to, "",
6068 : : "flag_var_tracking_assignments_toggle",
6069 : : ptr->x_flag_var_tracking_assignments_toggle);
6070 : :
6071 : 0 : if (ptr->x_flag_var_tracking_uninit)
6072 : 0 : fprintf (file, "%*s%s (%#x)\n",
6073 : : indent_to, "",
6074 : : "flag_var_tracking_uninit",
6075 : : ptr->x_flag_var_tracking_uninit);
6076 : :
6077 : 0 : if (ptr->x_flag_variable_expansion_in_unroller)
6078 : 0 : fprintf (file, "%*s%s (%#x)\n",
6079 : : indent_to, "",
6080 : : "flag_variable_expansion_in_unroller",
6081 : : ptr->x_flag_variable_expansion_in_unroller);
6082 : :
6083 : 0 : if (ptr->x_flag_version_loops_for_strides)
6084 : 0 : fprintf (file, "%*s%s (%#x)\n",
6085 : : indent_to, "",
6086 : : "flag_version_loops_for_strides",
6087 : : ptr->x_flag_version_loops_for_strides);
6088 : :
6089 : 0 : if (ptr->x_flag_value_profile_transformations)
6090 : 0 : fprintf (file, "%*s%s (%#x)\n",
6091 : : indent_to, "",
6092 : : "flag_value_profile_transformations",
6093 : : ptr->x_flag_value_profile_transformations);
6094 : :
6095 : 0 : if (ptr->x_flag_web)
6096 : 0 : fprintf (file, "%*s%s (%#x)\n",
6097 : : indent_to, "",
6098 : : "flag_web",
6099 : : ptr->x_flag_web);
6100 : :
6101 : 0 : if (ptr->x_flag_wrapv)
6102 : 0 : fprintf (file, "%*s%s (%#x)\n",
6103 : : indent_to, "",
6104 : : "flag_wrapv",
6105 : : ptr->x_flag_wrapv);
6106 : :
6107 : 0 : if (ptr->x_flag_wrapv_pointer)
6108 : 0 : fprintf (file, "%*s%s (%#x)\n",
6109 : : indent_to, "",
6110 : : "flag_wrapv_pointer",
6111 : : ptr->x_flag_wrapv_pointer);
6112 : :
6113 : 0 : if (ptr->x_debug_nonbind_markers_p)
6114 : 0 : fprintf (file, "%*s%s (%#x)\n",
6115 : : indent_to, "",
6116 : : "debug_nonbind_markers_p",
6117 : : ptr->x_debug_nonbind_markers_p);
6118 : :
6119 : 0 : if (ptr->x_ix86_unroll_only_small_loops)
6120 : 0 : fprintf (file, "%*s%s (%#x)\n",
6121 : : indent_to, "",
6122 : : "ix86_unroll_only_small_loops",
6123 : : ptr->x_ix86_unroll_only_small_loops);
6124 : :
6125 : 0 : if (ptr->x_str_align_functions)
6126 : 0 : fprintf (file, "%*s%s (%s)\n",
6127 : : indent_to, "",
6128 : : "str_align_functions",
6129 : : ptr->x_str_align_functions);
6130 : :
6131 : 0 : if (ptr->x_str_align_jumps)
6132 : 0 : fprintf (file, "%*s%s (%s)\n",
6133 : : indent_to, "",
6134 : : "str_align_jumps",
6135 : : ptr->x_str_align_jumps);
6136 : :
6137 : 0 : if (ptr->x_str_align_labels)
6138 : 0 : fprintf (file, "%*s%s (%s)\n",
6139 : : indent_to, "",
6140 : : "str_align_labels",
6141 : : ptr->x_str_align_labels);
6142 : :
6143 : 0 : if (ptr->x_str_align_loops)
6144 : 0 : fprintf (file, "%*s%s (%s)\n",
6145 : : indent_to, "",
6146 : : "str_align_loops",
6147 : : ptr->x_str_align_loops);
6148 : :
6149 : 0 : if (ptr->x_flag_patchable_function_entry)
6150 : 0 : fprintf (file, "%*s%s (%s)\n",
6151 : : indent_to, "",
6152 : : "flag_patchable_function_entry",
6153 : : ptr->x_flag_patchable_function_entry);
6154 : :
6155 : 0 : }
6156 : :
6157 : : /* Print different optimization variables from structures provided as arguments. */
6158 : : void
6159 : 0 : cl_optimization_print_diff (FILE *file,
6160 : : int indent_to,
6161 : : struct cl_optimization *ptr1,
6162 : : struct cl_optimization *ptr2)
6163 : : {
6164 : 0 : fputs ("\n", file);
6165 : 0 : if (ptr1->x_param_align_loop_iterations != ptr2->x_param_align_loop_iterations)
6166 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6167 : : indent_to, "",
6168 : : "param_align_loop_iterations",
6169 : : ptr1->x_param_align_loop_iterations,
6170 : : ptr2->x_param_align_loop_iterations);
6171 : :
6172 : 0 : if (ptr1->x_param_align_threshold != ptr2->x_param_align_threshold)
6173 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6174 : : indent_to, "",
6175 : : "param_align_threshold",
6176 : : ptr1->x_param_align_threshold,
6177 : : ptr2->x_param_align_threshold);
6178 : :
6179 : 0 : if (ptr1->x_param_asan_protect_allocas != ptr2->x_param_asan_protect_allocas)
6180 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6181 : : indent_to, "",
6182 : : "param_asan_protect_allocas",
6183 : : ptr1->x_param_asan_protect_allocas,
6184 : : ptr2->x_param_asan_protect_allocas);
6185 : :
6186 : 0 : if (ptr1->x_param_asan_instrument_reads != ptr2->x_param_asan_instrument_reads)
6187 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6188 : : indent_to, "",
6189 : : "param_asan_instrument_reads",
6190 : : ptr1->x_param_asan_instrument_reads,
6191 : : ptr2->x_param_asan_instrument_reads);
6192 : :
6193 : 0 : if (ptr1->x_param_asan_instrument_writes != ptr2->x_param_asan_instrument_writes)
6194 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6195 : : indent_to, "",
6196 : : "param_asan_instrument_writes",
6197 : : ptr1->x_param_asan_instrument_writes,
6198 : : ptr2->x_param_asan_instrument_writes);
6199 : :
6200 : 0 : if (ptr1->x_param_asan_instrumentation_with_call_threshold != ptr2->x_param_asan_instrumentation_with_call_threshold)
6201 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6202 : : indent_to, "",
6203 : : "param_asan_instrumentation_with_call_threshold",
6204 : : ptr1->x_param_asan_instrumentation_with_call_threshold,
6205 : : ptr2->x_param_asan_instrumentation_with_call_threshold);
6206 : :
6207 : 0 : if (ptr1->x_param_asan_kernel_mem_intrinsic_prefix != ptr2->x_param_asan_kernel_mem_intrinsic_prefix)
6208 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6209 : : indent_to, "",
6210 : : "param_asan_kernel_mem_intrinsic_prefix",
6211 : : ptr1->x_param_asan_kernel_mem_intrinsic_prefix,
6212 : : ptr2->x_param_asan_kernel_mem_intrinsic_prefix);
6213 : :
6214 : 0 : if (ptr1->x_param_asan_memintrin != ptr2->x_param_asan_memintrin)
6215 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6216 : : indent_to, "",
6217 : : "param_asan_memintrin",
6218 : : ptr1->x_param_asan_memintrin,
6219 : : ptr2->x_param_asan_memintrin);
6220 : :
6221 : 0 : if (ptr1->x_param_asan_stack != ptr2->x_param_asan_stack)
6222 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6223 : : indent_to, "",
6224 : : "param_asan_stack",
6225 : : ptr1->x_param_asan_stack,
6226 : : ptr2->x_param_asan_stack);
6227 : :
6228 : 0 : if (ptr1->x_param_asan_use_after_return != ptr2->x_param_asan_use_after_return)
6229 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6230 : : indent_to, "",
6231 : : "param_asan_use_after_return",
6232 : : ptr1->x_param_asan_use_after_return,
6233 : : ptr2->x_param_asan_use_after_return);
6234 : :
6235 : 0 : if (ptr1->x_param_avg_loop_niter != ptr2->x_param_avg_loop_niter)
6236 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6237 : : indent_to, "",
6238 : : "param_avg_loop_niter",
6239 : : ptr1->x_param_avg_loop_niter,
6240 : : ptr2->x_param_avg_loop_niter);
6241 : :
6242 : 0 : if (ptr1->x_param_avoid_fma_max_bits != ptr2->x_param_avoid_fma_max_bits)
6243 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6244 : : indent_to, "",
6245 : : "param_avoid_fma_max_bits",
6246 : : ptr1->x_param_avoid_fma_max_bits,
6247 : : ptr2->x_param_avoid_fma_max_bits);
6248 : :
6249 : 0 : if (ptr1->x_param_builtin_expect_probability != ptr2->x_param_builtin_expect_probability)
6250 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6251 : : indent_to, "",
6252 : : "param_builtin_expect_probability",
6253 : : ptr1->x_param_builtin_expect_probability,
6254 : : ptr2->x_param_builtin_expect_probability);
6255 : :
6256 : 0 : if (ptr1->x_param_builtin_string_cmp_inline_length != ptr2->x_param_builtin_string_cmp_inline_length)
6257 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6258 : : indent_to, "",
6259 : : "param_builtin_string_cmp_inline_length",
6260 : : ptr1->x_param_builtin_string_cmp_inline_length,
6261 : : ptr2->x_param_builtin_string_cmp_inline_length);
6262 : :
6263 : 0 : if (ptr1->x_param_case_values_threshold != ptr2->x_param_case_values_threshold)
6264 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6265 : : indent_to, "",
6266 : : "param_case_values_threshold",
6267 : : ptr1->x_param_case_values_threshold,
6268 : : ptr2->x_param_case_values_threshold);
6269 : :
6270 : 0 : if (ptr1->x_param_comdat_sharing_probability != ptr2->x_param_comdat_sharing_probability)
6271 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6272 : : indent_to, "",
6273 : : "param_comdat_sharing_probability",
6274 : : ptr1->x_param_comdat_sharing_probability,
6275 : : ptr2->x_param_comdat_sharing_probability);
6276 : :
6277 : 0 : if (ptr1->x_param_construct_interfere_size != ptr2->x_param_construct_interfere_size)
6278 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6279 : : indent_to, "",
6280 : : "param_construct_interfere_size",
6281 : : ptr1->x_param_construct_interfere_size,
6282 : : ptr2->x_param_construct_interfere_size);
6283 : :
6284 : 0 : if (ptr1->x_param_cycle_accurate_model != ptr2->x_param_cycle_accurate_model)
6285 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6286 : : indent_to, "",
6287 : : "param_cycle_accurate_model",
6288 : : ptr1->x_param_cycle_accurate_model,
6289 : : ptr2->x_param_cycle_accurate_model);
6290 : :
6291 : 0 : if (ptr1->x_param_destruct_interfere_size != ptr2->x_param_destruct_interfere_size)
6292 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6293 : : indent_to, "",
6294 : : "param_destruct_interfere_size",
6295 : : ptr1->x_param_destruct_interfere_size,
6296 : : ptr2->x_param_destruct_interfere_size);
6297 : :
6298 : 0 : if (ptr1->x_param_dse_max_alias_queries_per_store != ptr2->x_param_dse_max_alias_queries_per_store)
6299 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6300 : : indent_to, "",
6301 : : "param_dse_max_alias_queries_per_store",
6302 : : ptr1->x_param_dse_max_alias_queries_per_store,
6303 : : ptr2->x_param_dse_max_alias_queries_per_store);
6304 : :
6305 : 0 : if (ptr1->x_param_dse_max_object_size != ptr2->x_param_dse_max_object_size)
6306 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6307 : : indent_to, "",
6308 : : "param_dse_max_object_size",
6309 : : ptr1->x_param_dse_max_object_size,
6310 : : ptr2->x_param_dse_max_object_size);
6311 : :
6312 : 0 : if (ptr1->x_param_early_inlining_insns != ptr2->x_param_early_inlining_insns)
6313 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6314 : : indent_to, "",
6315 : : "param_early_inlining_insns",
6316 : : ptr1->x_param_early_inlining_insns,
6317 : : ptr2->x_param_early_inlining_insns);
6318 : :
6319 : 0 : if (ptr1->x_param_fsm_scale_path_stmts != ptr2->x_param_fsm_scale_path_stmts)
6320 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6321 : : indent_to, "",
6322 : : "param_fsm_scale_path_stmts",
6323 : : ptr1->x_param_fsm_scale_path_stmts,
6324 : : ptr2->x_param_fsm_scale_path_stmts);
6325 : :
6326 : 0 : if (ptr1->x_param_fully_pipelined_fma != ptr2->x_param_fully_pipelined_fma)
6327 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6328 : : indent_to, "",
6329 : : "param_fully_pipelined_fma",
6330 : : ptr1->x_param_fully_pipelined_fma,
6331 : : ptr2->x_param_fully_pipelined_fma);
6332 : :
6333 : 0 : if (ptr1->x_param_gcse_after_reload_critical_fraction != ptr2->x_param_gcse_after_reload_critical_fraction)
6334 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6335 : : indent_to, "",
6336 : : "param_gcse_after_reload_critical_fraction",
6337 : : ptr1->x_param_gcse_after_reload_critical_fraction,
6338 : : ptr2->x_param_gcse_after_reload_critical_fraction);
6339 : :
6340 : 0 : if (ptr1->x_param_gcse_after_reload_partial_fraction != ptr2->x_param_gcse_after_reload_partial_fraction)
6341 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6342 : : indent_to, "",
6343 : : "param_gcse_after_reload_partial_fraction",
6344 : : ptr1->x_param_gcse_after_reload_partial_fraction,
6345 : : ptr2->x_param_gcse_after_reload_partial_fraction);
6346 : :
6347 : 0 : if (ptr1->x_param_gcse_cost_distance_ratio != ptr2->x_param_gcse_cost_distance_ratio)
6348 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6349 : : indent_to, "",
6350 : : "param_gcse_cost_distance_ratio",
6351 : : ptr1->x_param_gcse_cost_distance_ratio,
6352 : : ptr2->x_param_gcse_cost_distance_ratio);
6353 : :
6354 : 0 : if (ptr1->x_param_gcse_unrestricted_cost != ptr2->x_param_gcse_unrestricted_cost)
6355 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6356 : : indent_to, "",
6357 : : "param_gcse_unrestricted_cost",
6358 : : ptr1->x_param_gcse_unrestricted_cost,
6359 : : ptr2->x_param_gcse_unrestricted_cost);
6360 : :
6361 : 0 : if (ptr1->x_param_graphite_max_arrays_per_scop != ptr2->x_param_graphite_max_arrays_per_scop)
6362 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6363 : : indent_to, "",
6364 : : "param_graphite_max_arrays_per_scop",
6365 : : ptr1->x_param_graphite_max_arrays_per_scop,
6366 : : ptr2->x_param_graphite_max_arrays_per_scop);
6367 : :
6368 : 0 : if (ptr1->x_param_graphite_max_nb_scop_params != ptr2->x_param_graphite_max_nb_scop_params)
6369 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6370 : : indent_to, "",
6371 : : "param_graphite_max_nb_scop_params",
6372 : : ptr1->x_param_graphite_max_nb_scop_params,
6373 : : ptr2->x_param_graphite_max_nb_scop_params);
6374 : :
6375 : 0 : if (ptr1->x_param_hardcfr_max_blocks != ptr2->x_param_hardcfr_max_blocks)
6376 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6377 : : indent_to, "",
6378 : : "param_hardcfr_max_blocks",
6379 : : ptr1->x_param_hardcfr_max_blocks,
6380 : : ptr2->x_param_hardcfr_max_blocks);
6381 : :
6382 : 0 : if (ptr1->x_param_hardcfr_max_inline_blocks != ptr2->x_param_hardcfr_max_inline_blocks)
6383 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6384 : : indent_to, "",
6385 : : "param_hardcfr_max_inline_blocks",
6386 : : ptr1->x_param_hardcfr_max_inline_blocks,
6387 : : ptr2->x_param_hardcfr_max_inline_blocks);
6388 : :
6389 : 0 : if (ptr1->x_param_hwasan_instrument_allocas != ptr2->x_param_hwasan_instrument_allocas)
6390 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6391 : : indent_to, "",
6392 : : "param_hwasan_instrument_allocas",
6393 : : ptr1->x_param_hwasan_instrument_allocas,
6394 : : ptr2->x_param_hwasan_instrument_allocas);
6395 : :
6396 : 0 : if (ptr1->x_param_hwasan_instrument_mem_intrinsics != ptr2->x_param_hwasan_instrument_mem_intrinsics)
6397 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6398 : : indent_to, "",
6399 : : "param_hwasan_instrument_mem_intrinsics",
6400 : : ptr1->x_param_hwasan_instrument_mem_intrinsics,
6401 : : ptr2->x_param_hwasan_instrument_mem_intrinsics);
6402 : :
6403 : 0 : if (ptr1->x_param_hwasan_instrument_reads != ptr2->x_param_hwasan_instrument_reads)
6404 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6405 : : indent_to, "",
6406 : : "param_hwasan_instrument_reads",
6407 : : ptr1->x_param_hwasan_instrument_reads,
6408 : : ptr2->x_param_hwasan_instrument_reads);
6409 : :
6410 : 0 : if (ptr1->x_param_hwasan_instrument_stack != ptr2->x_param_hwasan_instrument_stack)
6411 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6412 : : indent_to, "",
6413 : : "param_hwasan_instrument_stack",
6414 : : ptr1->x_param_hwasan_instrument_stack,
6415 : : ptr2->x_param_hwasan_instrument_stack);
6416 : :
6417 : 0 : if (ptr1->x_param_hwasan_instrument_writes != ptr2->x_param_hwasan_instrument_writes)
6418 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6419 : : indent_to, "",
6420 : : "param_hwasan_instrument_writes",
6421 : : ptr1->x_param_hwasan_instrument_writes,
6422 : : ptr2->x_param_hwasan_instrument_writes);
6423 : :
6424 : 0 : if (ptr1->x_param_hwasan_random_frame_tag != ptr2->x_param_hwasan_random_frame_tag)
6425 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6426 : : indent_to, "",
6427 : : "param_hwasan_random_frame_tag",
6428 : : ptr1->x_param_hwasan_random_frame_tag,
6429 : : ptr2->x_param_hwasan_random_frame_tag);
6430 : :
6431 : 0 : if (ptr1->x_param_inline_heuristics_hint_percent != ptr2->x_param_inline_heuristics_hint_percent)
6432 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6433 : : indent_to, "",
6434 : : "param_inline_heuristics_hint_percent",
6435 : : ptr1->x_param_inline_heuristics_hint_percent,
6436 : : ptr2->x_param_inline_heuristics_hint_percent);
6437 : :
6438 : 0 : if (ptr1->x_param_inline_min_speedup != ptr2->x_param_inline_min_speedup)
6439 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6440 : : indent_to, "",
6441 : : "param_inline_min_speedup",
6442 : : ptr1->x_param_inline_min_speedup,
6443 : : ptr2->x_param_inline_min_speedup);
6444 : :
6445 : 0 : if (ptr1->x_param_inline_unit_growth != ptr2->x_param_inline_unit_growth)
6446 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6447 : : indent_to, "",
6448 : : "param_inline_unit_growth",
6449 : : ptr1->x_param_inline_unit_growth,
6450 : : ptr2->x_param_inline_unit_growth);
6451 : :
6452 : 0 : if (ptr1->x_param_ipa_cp_eval_threshold != ptr2->x_param_ipa_cp_eval_threshold)
6453 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6454 : : indent_to, "",
6455 : : "param_ipa_cp_eval_threshold",
6456 : : ptr1->x_param_ipa_cp_eval_threshold,
6457 : : ptr2->x_param_ipa_cp_eval_threshold);
6458 : :
6459 : 0 : if (ptr1->x_param_ipa_cp_large_unit_insns != ptr2->x_param_ipa_cp_large_unit_insns)
6460 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6461 : : indent_to, "",
6462 : : "param_ipa_cp_large_unit_insns",
6463 : : ptr1->x_param_ipa_cp_large_unit_insns,
6464 : : ptr2->x_param_ipa_cp_large_unit_insns);
6465 : :
6466 : 0 : if (ptr1->x_param_ipa_cp_loop_hint_bonus != ptr2->x_param_ipa_cp_loop_hint_bonus)
6467 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6468 : : indent_to, "",
6469 : : "param_ipa_cp_loop_hint_bonus",
6470 : : ptr1->x_param_ipa_cp_loop_hint_bonus,
6471 : : ptr2->x_param_ipa_cp_loop_hint_bonus);
6472 : :
6473 : 0 : if (ptr1->x_param_ipa_cp_max_recursive_depth != ptr2->x_param_ipa_cp_max_recursive_depth)
6474 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6475 : : indent_to, "",
6476 : : "param_ipa_cp_max_recursive_depth",
6477 : : ptr1->x_param_ipa_cp_max_recursive_depth,
6478 : : ptr2->x_param_ipa_cp_max_recursive_depth);
6479 : :
6480 : 0 : if (ptr1->x_param_ipa_cp_min_recursive_probability != ptr2->x_param_ipa_cp_min_recursive_probability)
6481 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6482 : : indent_to, "",
6483 : : "param_ipa_cp_min_recursive_probability",
6484 : : ptr1->x_param_ipa_cp_min_recursive_probability,
6485 : : ptr2->x_param_ipa_cp_min_recursive_probability);
6486 : :
6487 : 0 : if (ptr1->x_param_ipa_cp_recursion_penalty != ptr2->x_param_ipa_cp_recursion_penalty)
6488 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6489 : : indent_to, "",
6490 : : "param_ipa_cp_recursion_penalty",
6491 : : ptr1->x_param_ipa_cp_recursion_penalty,
6492 : : ptr2->x_param_ipa_cp_recursion_penalty);
6493 : :
6494 : 0 : if (ptr1->x_param_ipa_cp_recursive_freq_factor != ptr2->x_param_ipa_cp_recursive_freq_factor)
6495 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6496 : : indent_to, "",
6497 : : "param_ipa_cp_recursive_freq_factor",
6498 : : ptr1->x_param_ipa_cp_recursive_freq_factor,
6499 : : ptr2->x_param_ipa_cp_recursive_freq_factor);
6500 : :
6501 : 0 : if (ptr1->x_param_ipa_cp_single_call_penalty != ptr2->x_param_ipa_cp_single_call_penalty)
6502 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6503 : : indent_to, "",
6504 : : "param_ipa_cp_single_call_penalty",
6505 : : ptr1->x_param_ipa_cp_single_call_penalty,
6506 : : ptr2->x_param_ipa_cp_single_call_penalty);
6507 : :
6508 : 0 : if (ptr1->x_param_ipa_cp_unit_growth != ptr2->x_param_ipa_cp_unit_growth)
6509 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6510 : : indent_to, "",
6511 : : "param_ipa_cp_unit_growth",
6512 : : ptr1->x_param_ipa_cp_unit_growth,
6513 : : ptr2->x_param_ipa_cp_unit_growth);
6514 : :
6515 : 0 : if (ptr1->x_param_ipa_cp_value_list_size != ptr2->x_param_ipa_cp_value_list_size)
6516 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6517 : : indent_to, "",
6518 : : "param_ipa_cp_value_list_size",
6519 : : ptr1->x_param_ipa_cp_value_list_size,
6520 : : ptr2->x_param_ipa_cp_value_list_size);
6521 : :
6522 : 0 : if (ptr1->x_param_ipa_jump_function_lookups != ptr2->x_param_ipa_jump_function_lookups)
6523 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6524 : : indent_to, "",
6525 : : "param_ipa_jump_function_lookups",
6526 : : ptr1->x_param_ipa_jump_function_lookups,
6527 : : ptr2->x_param_ipa_jump_function_lookups);
6528 : :
6529 : 0 : if (ptr1->x_param_ipa_max_aa_steps != ptr2->x_param_ipa_max_aa_steps)
6530 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6531 : : indent_to, "",
6532 : : "param_ipa_max_aa_steps",
6533 : : ptr1->x_param_ipa_max_aa_steps,
6534 : : ptr2->x_param_ipa_max_aa_steps);
6535 : :
6536 : 0 : if (ptr1->x_param_ipa_max_agg_items != ptr2->x_param_ipa_max_agg_items)
6537 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6538 : : indent_to, "",
6539 : : "param_ipa_max_agg_items",
6540 : : ptr1->x_param_ipa_max_agg_items,
6541 : : ptr2->x_param_ipa_max_agg_items);
6542 : :
6543 : 0 : if (ptr1->x_param_ipa_max_loop_predicates != ptr2->x_param_ipa_max_loop_predicates)
6544 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6545 : : indent_to, "",
6546 : : "param_ipa_max_loop_predicates",
6547 : : ptr1->x_param_ipa_max_loop_predicates,
6548 : : ptr2->x_param_ipa_max_loop_predicates);
6549 : :
6550 : 0 : if (ptr1->x_param_ipa_max_param_expr_ops != ptr2->x_param_ipa_max_param_expr_ops)
6551 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6552 : : indent_to, "",
6553 : : "param_ipa_max_param_expr_ops",
6554 : : ptr1->x_param_ipa_max_param_expr_ops,
6555 : : ptr2->x_param_ipa_max_param_expr_ops);
6556 : :
6557 : 0 : if (ptr1->x_param_ipa_max_switch_predicate_bounds != ptr2->x_param_ipa_max_switch_predicate_bounds)
6558 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6559 : : indent_to, "",
6560 : : "param_ipa_max_switch_predicate_bounds",
6561 : : ptr1->x_param_ipa_max_switch_predicate_bounds,
6562 : : ptr2->x_param_ipa_max_switch_predicate_bounds);
6563 : :
6564 : 0 : if (ptr1->x_param_ipa_sra_deref_prob_threshold != ptr2->x_param_ipa_sra_deref_prob_threshold)
6565 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6566 : : indent_to, "",
6567 : : "param_ipa_sra_deref_prob_threshold",
6568 : : ptr1->x_param_ipa_sra_deref_prob_threshold,
6569 : : ptr2->x_param_ipa_sra_deref_prob_threshold);
6570 : :
6571 : 0 : if (ptr1->x_param_ipa_sra_max_replacements != ptr2->x_param_ipa_sra_max_replacements)
6572 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6573 : : indent_to, "",
6574 : : "param_ipa_sra_max_replacements",
6575 : : ptr1->x_param_ipa_sra_max_replacements,
6576 : : ptr2->x_param_ipa_sra_max_replacements);
6577 : :
6578 : 0 : if (ptr1->x_param_ipa_sra_ptr_growth_factor != ptr2->x_param_ipa_sra_ptr_growth_factor)
6579 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6580 : : indent_to, "",
6581 : : "param_ipa_sra_ptr_growth_factor",
6582 : : ptr1->x_param_ipa_sra_ptr_growth_factor,
6583 : : ptr2->x_param_ipa_sra_ptr_growth_factor);
6584 : :
6585 : 0 : if (ptr1->x_param_ipa_sra_ptrwrap_growth_factor != ptr2->x_param_ipa_sra_ptrwrap_growth_factor)
6586 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6587 : : indent_to, "",
6588 : : "param_ipa_sra_ptrwrap_growth_factor",
6589 : : ptr1->x_param_ipa_sra_ptrwrap_growth_factor,
6590 : : ptr2->x_param_ipa_sra_ptrwrap_growth_factor);
6591 : :
6592 : 0 : if (ptr1->x_param_ira_consider_dup_in_all_alts != ptr2->x_param_ira_consider_dup_in_all_alts)
6593 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6594 : : indent_to, "",
6595 : : "param_ira_consider_dup_in_all_alts",
6596 : : ptr1->x_param_ira_consider_dup_in_all_alts,
6597 : : ptr2->x_param_ira_consider_dup_in_all_alts);
6598 : :
6599 : 0 : if (ptr1->x_param_ira_loop_reserved_regs != ptr2->x_param_ira_loop_reserved_regs)
6600 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6601 : : indent_to, "",
6602 : : "param_ira_loop_reserved_regs",
6603 : : ptr1->x_param_ira_loop_reserved_regs,
6604 : : ptr2->x_param_ira_loop_reserved_regs);
6605 : :
6606 : 0 : if (ptr1->x_param_ira_max_conflict_table_size != ptr2->x_param_ira_max_conflict_table_size)
6607 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6608 : : indent_to, "",
6609 : : "param_ira_max_conflict_table_size",
6610 : : ptr1->x_param_ira_max_conflict_table_size,
6611 : : ptr2->x_param_ira_max_conflict_table_size);
6612 : :
6613 : 0 : if (ptr1->x_param_ira_max_loops_num != ptr2->x_param_ira_max_loops_num)
6614 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6615 : : indent_to, "",
6616 : : "param_ira_max_loops_num",
6617 : : ptr1->x_param_ira_max_loops_num,
6618 : : ptr2->x_param_ira_max_loops_num);
6619 : :
6620 : 0 : if (ptr1->x_param_ira_simple_lra_insn_threshold != ptr2->x_param_ira_simple_lra_insn_threshold)
6621 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6622 : : indent_to, "",
6623 : : "param_ira_simple_lra_insn_threshold",
6624 : : ptr1->x_param_ira_simple_lra_insn_threshold,
6625 : : ptr2->x_param_ira_simple_lra_insn_threshold);
6626 : :
6627 : 0 : if (ptr1->x_param_iv_always_prune_cand_set_bound != ptr2->x_param_iv_always_prune_cand_set_bound)
6628 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6629 : : indent_to, "",
6630 : : "param_iv_always_prune_cand_set_bound",
6631 : : ptr1->x_param_iv_always_prune_cand_set_bound,
6632 : : ptr2->x_param_iv_always_prune_cand_set_bound);
6633 : :
6634 : 0 : if (ptr1->x_param_iv_consider_all_candidates_bound != ptr2->x_param_iv_consider_all_candidates_bound)
6635 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6636 : : indent_to, "",
6637 : : "param_iv_consider_all_candidates_bound",
6638 : : ptr1->x_param_iv_consider_all_candidates_bound,
6639 : : ptr2->x_param_iv_consider_all_candidates_bound);
6640 : :
6641 : 0 : if (ptr1->x_param_iv_max_considered_uses != ptr2->x_param_iv_max_considered_uses)
6642 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6643 : : indent_to, "",
6644 : : "param_iv_max_considered_uses",
6645 : : ptr1->x_param_iv_max_considered_uses,
6646 : : ptr2->x_param_iv_max_considered_uses);
6647 : :
6648 : 0 : if (ptr1->x_param_jump_table_max_growth_ratio_for_size != ptr2->x_param_jump_table_max_growth_ratio_for_size)
6649 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6650 : : indent_to, "",
6651 : : "param_jump_table_max_growth_ratio_for_size",
6652 : : ptr1->x_param_jump_table_max_growth_ratio_for_size,
6653 : : ptr2->x_param_jump_table_max_growth_ratio_for_size);
6654 : :
6655 : 0 : if (ptr1->x_param_jump_table_max_growth_ratio_for_speed != ptr2->x_param_jump_table_max_growth_ratio_for_speed)
6656 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6657 : : indent_to, "",
6658 : : "param_jump_table_max_growth_ratio_for_speed",
6659 : : ptr1->x_param_jump_table_max_growth_ratio_for_speed,
6660 : : ptr2->x_param_jump_table_max_growth_ratio_for_speed);
6661 : :
6662 : 0 : if (ptr1->x_param_l1_cache_line_size != ptr2->x_param_l1_cache_line_size)
6663 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6664 : : indent_to, "",
6665 : : "param_l1_cache_line_size",
6666 : : ptr1->x_param_l1_cache_line_size,
6667 : : ptr2->x_param_l1_cache_line_size);
6668 : :
6669 : 0 : if (ptr1->x_param_l1_cache_size != ptr2->x_param_l1_cache_size)
6670 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6671 : : indent_to, "",
6672 : : "param_l1_cache_size",
6673 : : ptr1->x_param_l1_cache_size,
6674 : : ptr2->x_param_l1_cache_size);
6675 : :
6676 : 0 : if (ptr1->x_param_l2_cache_size != ptr2->x_param_l2_cache_size)
6677 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6678 : : indent_to, "",
6679 : : "param_l2_cache_size",
6680 : : ptr1->x_param_l2_cache_size,
6681 : : ptr2->x_param_l2_cache_size);
6682 : :
6683 : 0 : if (ptr1->x_param_large_function_growth != ptr2->x_param_large_function_growth)
6684 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6685 : : indent_to, "",
6686 : : "param_large_function_growth",
6687 : : ptr1->x_param_large_function_growth,
6688 : : ptr2->x_param_large_function_growth);
6689 : :
6690 : 0 : if (ptr1->x_param_large_function_insns != ptr2->x_param_large_function_insns)
6691 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6692 : : indent_to, "",
6693 : : "param_large_function_insns",
6694 : : ptr1->x_param_large_function_insns,
6695 : : ptr2->x_param_large_function_insns);
6696 : :
6697 : 0 : if (ptr1->x_param_stack_frame_growth != ptr2->x_param_stack_frame_growth)
6698 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6699 : : indent_to, "",
6700 : : "param_stack_frame_growth",
6701 : : ptr1->x_param_stack_frame_growth,
6702 : : ptr2->x_param_stack_frame_growth);
6703 : :
6704 : 0 : if (ptr1->x_param_large_stack_frame != ptr2->x_param_large_stack_frame)
6705 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6706 : : indent_to, "",
6707 : : "param_large_stack_frame",
6708 : : ptr1->x_param_large_stack_frame,
6709 : : ptr2->x_param_large_stack_frame);
6710 : :
6711 : 0 : if (ptr1->x_param_large_unit_insns != ptr2->x_param_large_unit_insns)
6712 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6713 : : indent_to, "",
6714 : : "param_large_unit_insns",
6715 : : ptr1->x_param_large_unit_insns,
6716 : : ptr2->x_param_large_unit_insns);
6717 : :
6718 : 0 : if (ptr1->x_param_lim_expensive != ptr2->x_param_lim_expensive)
6719 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6720 : : indent_to, "",
6721 : : "param_lim_expensive",
6722 : : ptr1->x_param_lim_expensive,
6723 : : ptr2->x_param_lim_expensive);
6724 : :
6725 : 0 : if (ptr1->x_param_loop_block_tile_size != ptr2->x_param_loop_block_tile_size)
6726 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6727 : : indent_to, "",
6728 : : "param_loop_block_tile_size",
6729 : : ptr1->x_param_loop_block_tile_size,
6730 : : ptr2->x_param_loop_block_tile_size);
6731 : :
6732 : 0 : if (ptr1->x_param_loop_interchange_max_num_stmts != ptr2->x_param_loop_interchange_max_num_stmts)
6733 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6734 : : indent_to, "",
6735 : : "param_loop_interchange_max_num_stmts",
6736 : : ptr1->x_param_loop_interchange_max_num_stmts,
6737 : : ptr2->x_param_loop_interchange_max_num_stmts);
6738 : :
6739 : 0 : if (ptr1->x_param_loop_interchange_stride_ratio != ptr2->x_param_loop_interchange_stride_ratio)
6740 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6741 : : indent_to, "",
6742 : : "param_loop_interchange_stride_ratio",
6743 : : ptr1->x_param_loop_interchange_stride_ratio,
6744 : : ptr2->x_param_loop_interchange_stride_ratio);
6745 : :
6746 : 0 : if (ptr1->x_param_loop_invariant_max_bbs_in_loop != ptr2->x_param_loop_invariant_max_bbs_in_loop)
6747 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6748 : : indent_to, "",
6749 : : "param_loop_invariant_max_bbs_in_loop",
6750 : : ptr1->x_param_loop_invariant_max_bbs_in_loop,
6751 : : ptr2->x_param_loop_invariant_max_bbs_in_loop);
6752 : :
6753 : 0 : if (ptr1->x_param_loop_max_datarefs_for_datadeps != ptr2->x_param_loop_max_datarefs_for_datadeps)
6754 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6755 : : indent_to, "",
6756 : : "param_loop_max_datarefs_for_datadeps",
6757 : : ptr1->x_param_loop_max_datarefs_for_datadeps,
6758 : : ptr2->x_param_loop_max_datarefs_for_datadeps);
6759 : :
6760 : 0 : if (ptr1->x_param_loop_versioning_max_inner_insns != ptr2->x_param_loop_versioning_max_inner_insns)
6761 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6762 : : indent_to, "",
6763 : : "param_loop_versioning_max_inner_insns",
6764 : : ptr1->x_param_loop_versioning_max_inner_insns,
6765 : : ptr2->x_param_loop_versioning_max_inner_insns);
6766 : :
6767 : 0 : if (ptr1->x_param_loop_versioning_max_outer_insns != ptr2->x_param_loop_versioning_max_outer_insns)
6768 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6769 : : indent_to, "",
6770 : : "param_loop_versioning_max_outer_insns",
6771 : : ptr1->x_param_loop_versioning_max_outer_insns,
6772 : : ptr2->x_param_loop_versioning_max_outer_insns);
6773 : :
6774 : 0 : if (ptr1->x_param_lra_inheritance_ebb_probability_cutoff != ptr2->x_param_lra_inheritance_ebb_probability_cutoff)
6775 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6776 : : indent_to, "",
6777 : : "param_lra_inheritance_ebb_probability_cutoff",
6778 : : ptr1->x_param_lra_inheritance_ebb_probability_cutoff,
6779 : : ptr2->x_param_lra_inheritance_ebb_probability_cutoff);
6780 : :
6781 : 0 : if (ptr1->x_param_lra_max_considered_reload_pseudos != ptr2->x_param_lra_max_considered_reload_pseudos)
6782 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6783 : : indent_to, "",
6784 : : "param_lra_max_considered_reload_pseudos",
6785 : : ptr1->x_param_lra_max_considered_reload_pseudos,
6786 : : ptr2->x_param_lra_max_considered_reload_pseudos);
6787 : :
6788 : 0 : if (ptr1->x_param_lto_locality_frequency != ptr2->x_param_lto_locality_frequency)
6789 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6790 : : indent_to, "",
6791 : : "param_lto_locality_frequency",
6792 : : ptr1->x_param_lto_locality_frequency,
6793 : : ptr2->x_param_lto_locality_frequency);
6794 : :
6795 : 0 : if (ptr1->x_param_lto_locality_size != ptr2->x_param_lto_locality_size)
6796 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6797 : : indent_to, "",
6798 : : "param_lto_locality_size",
6799 : : ptr1->x_param_lto_locality_size,
6800 : : ptr2->x_param_lto_locality_size);
6801 : :
6802 : 0 : if (ptr1->x_param_max_average_unrolled_insns != ptr2->x_param_max_average_unrolled_insns)
6803 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6804 : : indent_to, "",
6805 : : "param_max_average_unrolled_insns",
6806 : : ptr1->x_param_max_average_unrolled_insns,
6807 : : ptr2->x_param_max_average_unrolled_insns);
6808 : :
6809 : 0 : if (ptr1->x_param_max_combine_insns != ptr2->x_param_max_combine_insns)
6810 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6811 : : indent_to, "",
6812 : : "param_max_combine_insns",
6813 : : ptr1->x_param_max_combine_insns,
6814 : : ptr2->x_param_max_combine_insns);
6815 : :
6816 : 0 : if (ptr1->x_param_max_combine_search_insns != ptr2->x_param_max_combine_search_insns)
6817 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6818 : : indent_to, "",
6819 : : "param_max_combine_search_insns",
6820 : : ptr1->x_param_max_combine_search_insns,
6821 : : ptr2->x_param_max_combine_search_insns);
6822 : :
6823 : 0 : if (ptr1->x_param_max_unroll_iterations != ptr2->x_param_max_unroll_iterations)
6824 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6825 : : indent_to, "",
6826 : : "param_max_unroll_iterations",
6827 : : ptr1->x_param_max_unroll_iterations,
6828 : : ptr2->x_param_max_unroll_iterations);
6829 : :
6830 : 0 : if (ptr1->x_param_max_completely_peel_times != ptr2->x_param_max_completely_peel_times)
6831 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6832 : : indent_to, "",
6833 : : "param_max_completely_peel_times",
6834 : : ptr1->x_param_max_completely_peel_times,
6835 : : ptr2->x_param_max_completely_peel_times);
6836 : :
6837 : 0 : if (ptr1->x_param_max_completely_peeled_insns != ptr2->x_param_max_completely_peeled_insns)
6838 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6839 : : indent_to, "",
6840 : : "param_max_completely_peeled_insns",
6841 : : ptr1->x_param_max_completely_peeled_insns,
6842 : : ptr2->x_param_max_completely_peeled_insns);
6843 : :
6844 : 0 : if (ptr1->x_param_max_crossjump_edges != ptr2->x_param_max_crossjump_edges)
6845 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6846 : : indent_to, "",
6847 : : "param_max_crossjump_edges",
6848 : : ptr1->x_param_max_crossjump_edges,
6849 : : ptr2->x_param_max_crossjump_edges);
6850 : :
6851 : 0 : if (ptr1->x_param_max_cse_insns != ptr2->x_param_max_cse_insns)
6852 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6853 : : indent_to, "",
6854 : : "param_max_cse_insns",
6855 : : ptr1->x_param_max_cse_insns,
6856 : : ptr2->x_param_max_cse_insns);
6857 : :
6858 : 0 : if (ptr1->x_param_max_cse_path_length != ptr2->x_param_max_cse_path_length)
6859 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6860 : : indent_to, "",
6861 : : "param_max_cse_path_length",
6862 : : ptr1->x_param_max_cse_path_length,
6863 : : ptr2->x_param_max_cse_path_length);
6864 : :
6865 : 0 : if (ptr1->x_param_max_cselib_memory_locations != ptr2->x_param_max_cselib_memory_locations)
6866 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6867 : : indent_to, "",
6868 : : "param_max_cselib_memory_locations",
6869 : : ptr1->x_param_max_cselib_memory_locations,
6870 : : ptr2->x_param_max_cselib_memory_locations);
6871 : :
6872 : 0 : if (ptr1->x_param_max_debug_marker_count != ptr2->x_param_max_debug_marker_count)
6873 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6874 : : indent_to, "",
6875 : : "param_max_debug_marker_count",
6876 : : ptr1->x_param_max_debug_marker_count,
6877 : : ptr2->x_param_max_debug_marker_count);
6878 : :
6879 : 0 : if (ptr1->x_param_max_delay_slot_insn_search != ptr2->x_param_max_delay_slot_insn_search)
6880 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6881 : : indent_to, "",
6882 : : "param_max_delay_slot_insn_search",
6883 : : ptr1->x_param_max_delay_slot_insn_search,
6884 : : ptr2->x_param_max_delay_slot_insn_search);
6885 : :
6886 : 0 : if (ptr1->x_param_max_delay_slot_live_search != ptr2->x_param_max_delay_slot_live_search)
6887 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6888 : : indent_to, "",
6889 : : "param_max_delay_slot_live_search",
6890 : : ptr1->x_param_max_delay_slot_live_search,
6891 : : ptr2->x_param_max_delay_slot_live_search);
6892 : :
6893 : 0 : if (ptr1->x_param_max_dse_active_local_stores != ptr2->x_param_max_dse_active_local_stores)
6894 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6895 : : indent_to, "",
6896 : : "param_max_dse_active_local_stores",
6897 : : ptr1->x_param_max_dse_active_local_stores,
6898 : : ptr2->x_param_max_dse_active_local_stores);
6899 : :
6900 : 0 : if (ptr1->x_param_early_inliner_max_iterations != ptr2->x_param_early_inliner_max_iterations)
6901 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6902 : : indent_to, "",
6903 : : "param_early_inliner_max_iterations",
6904 : : ptr1->x_param_early_inliner_max_iterations,
6905 : : ptr2->x_param_early_inliner_max_iterations);
6906 : :
6907 : 0 : if (ptr1->x_param_max_find_base_term_values != ptr2->x_param_max_find_base_term_values)
6908 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6909 : : indent_to, "",
6910 : : "param_max_find_base_term_values",
6911 : : ptr1->x_param_max_find_base_term_values,
6912 : : ptr2->x_param_max_find_base_term_values);
6913 : :
6914 : 0 : if (ptr1->x_param_max_fsm_thread_path_insns != ptr2->x_param_max_fsm_thread_path_insns)
6915 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6916 : : indent_to, "",
6917 : : "param_max_fsm_thread_path_insns",
6918 : : ptr1->x_param_max_fsm_thread_path_insns,
6919 : : ptr2->x_param_max_fsm_thread_path_insns);
6920 : :
6921 : 0 : if (ptr1->x_param_max_gcse_insertion_ratio != ptr2->x_param_max_gcse_insertion_ratio)
6922 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6923 : : indent_to, "",
6924 : : "param_max_gcse_insertion_ratio",
6925 : : ptr1->x_param_max_gcse_insertion_ratio,
6926 : : ptr2->x_param_max_gcse_insertion_ratio);
6927 : :
6928 : 0 : if (ptr1->x_param_max_gcse_memory != ptr2->x_param_max_gcse_memory)
6929 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6930 : : indent_to, "",
6931 : : "param_max_gcse_memory",
6932 : : ptr1->x_param_max_gcse_memory,
6933 : : ptr2->x_param_max_gcse_memory);
6934 : :
6935 : 0 : if (ptr1->x_param_max_goto_duplication_insns != ptr2->x_param_max_goto_duplication_insns)
6936 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6937 : : indent_to, "",
6938 : : "param_max_goto_duplication_insns",
6939 : : ptr1->x_param_max_goto_duplication_insns,
6940 : : ptr2->x_param_max_goto_duplication_insns);
6941 : :
6942 : 0 : if (ptr1->x_param_max_grow_copy_bb_insns != ptr2->x_param_max_grow_copy_bb_insns)
6943 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6944 : : indent_to, "",
6945 : : "param_max_grow_copy_bb_insns",
6946 : : ptr1->x_param_max_grow_copy_bb_insns,
6947 : : ptr2->x_param_max_grow_copy_bb_insns);
6948 : :
6949 : 0 : if (ptr1->x_param_max_hoist_depth != ptr2->x_param_max_hoist_depth)
6950 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6951 : : indent_to, "",
6952 : : "param_max_hoist_depth",
6953 : : ptr1->x_param_max_hoist_depth,
6954 : : ptr2->x_param_max_hoist_depth);
6955 : :
6956 : 0 : if (ptr1->x_param_inline_functions_called_once_insns != ptr2->x_param_inline_functions_called_once_insns)
6957 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6958 : : indent_to, "",
6959 : : "param_inline_functions_called_once_insns",
6960 : : ptr1->x_param_inline_functions_called_once_insns,
6961 : : ptr2->x_param_inline_functions_called_once_insns);
6962 : :
6963 : 0 : if (ptr1->x_param_inline_functions_called_once_loop_depth != ptr2->x_param_inline_functions_called_once_loop_depth)
6964 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6965 : : indent_to, "",
6966 : : "param_inline_functions_called_once_loop_depth",
6967 : : ptr1->x_param_inline_functions_called_once_loop_depth,
6968 : : ptr2->x_param_inline_functions_called_once_loop_depth);
6969 : :
6970 : 0 : if (ptr1->x_param_max_inline_insns_auto != ptr2->x_param_max_inline_insns_auto)
6971 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6972 : : indent_to, "",
6973 : : "param_max_inline_insns_auto",
6974 : : ptr1->x_param_max_inline_insns_auto,
6975 : : ptr2->x_param_max_inline_insns_auto);
6976 : :
6977 : 0 : if (ptr1->x_param_max_inline_insns_recursive_auto != ptr2->x_param_max_inline_insns_recursive_auto)
6978 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6979 : : indent_to, "",
6980 : : "param_max_inline_insns_recursive_auto",
6981 : : ptr1->x_param_max_inline_insns_recursive_auto,
6982 : : ptr2->x_param_max_inline_insns_recursive_auto);
6983 : :
6984 : 0 : if (ptr1->x_param_max_inline_insns_recursive != ptr2->x_param_max_inline_insns_recursive)
6985 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6986 : : indent_to, "",
6987 : : "param_max_inline_insns_recursive",
6988 : : ptr1->x_param_max_inline_insns_recursive,
6989 : : ptr2->x_param_max_inline_insns_recursive);
6990 : :
6991 : 0 : if (ptr1->x_param_max_inline_insns_single != ptr2->x_param_max_inline_insns_single)
6992 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6993 : : indent_to, "",
6994 : : "param_max_inline_insns_single",
6995 : : ptr1->x_param_max_inline_insns_single,
6996 : : ptr2->x_param_max_inline_insns_single);
6997 : :
6998 : 0 : if (ptr1->x_param_max_inline_insns_size != ptr2->x_param_max_inline_insns_size)
6999 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7000 : : indent_to, "",
7001 : : "param_max_inline_insns_size",
7002 : : ptr1->x_param_max_inline_insns_size,
7003 : : ptr2->x_param_max_inline_insns_size);
7004 : :
7005 : 0 : if (ptr1->x_param_max_inline_insns_small != ptr2->x_param_max_inline_insns_small)
7006 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7007 : : indent_to, "",
7008 : : "param_max_inline_insns_small",
7009 : : ptr1->x_param_max_inline_insns_small,
7010 : : ptr2->x_param_max_inline_insns_small);
7011 : :
7012 : 0 : if (ptr1->x_param_max_inline_recursive_depth_auto != ptr2->x_param_max_inline_recursive_depth_auto)
7013 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7014 : : indent_to, "",
7015 : : "param_max_inline_recursive_depth_auto",
7016 : : ptr1->x_param_max_inline_recursive_depth_auto,
7017 : : ptr2->x_param_max_inline_recursive_depth_auto);
7018 : :
7019 : 0 : if (ptr1->x_param_max_inline_recursive_depth != ptr2->x_param_max_inline_recursive_depth)
7020 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7021 : : indent_to, "",
7022 : : "param_max_inline_recursive_depth",
7023 : : ptr1->x_param_max_inline_recursive_depth,
7024 : : ptr2->x_param_max_inline_recursive_depth);
7025 : :
7026 : 0 : if (ptr1->x_param_max_isl_operations != ptr2->x_param_max_isl_operations)
7027 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7028 : : indent_to, "",
7029 : : "param_max_isl_operations",
7030 : : ptr1->x_param_max_isl_operations,
7031 : : ptr2->x_param_max_isl_operations);
7032 : :
7033 : 0 : if (ptr1->x_param_max_iterations_computation_cost != ptr2->x_param_max_iterations_computation_cost)
7034 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7035 : : indent_to, "",
7036 : : "param_max_iterations_computation_cost",
7037 : : ptr1->x_param_max_iterations_computation_cost,
7038 : : ptr2->x_param_max_iterations_computation_cost);
7039 : :
7040 : 0 : if (ptr1->x_param_max_iterations_to_track != ptr2->x_param_max_iterations_to_track)
7041 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7042 : : indent_to, "",
7043 : : "param_max_iterations_to_track",
7044 : : ptr1->x_param_max_iterations_to_track,
7045 : : ptr2->x_param_max_iterations_to_track);
7046 : :
7047 : 0 : if (ptr1->x_param_max_jump_thread_duplication_stmts != ptr2->x_param_max_jump_thread_duplication_stmts)
7048 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7049 : : indent_to, "",
7050 : : "param_max_jump_thread_duplication_stmts",
7051 : : ptr1->x_param_max_jump_thread_duplication_stmts,
7052 : : ptr2->x_param_max_jump_thread_duplication_stmts);
7053 : :
7054 : 0 : if (ptr1->x_param_max_jump_thread_paths != ptr2->x_param_max_jump_thread_paths)
7055 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7056 : : indent_to, "",
7057 : : "param_max_jump_thread_paths",
7058 : : ptr1->x_param_max_jump_thread_paths,
7059 : : ptr2->x_param_max_jump_thread_paths);
7060 : :
7061 : 0 : if (ptr1->x_param_max_last_value_rtl != ptr2->x_param_max_last_value_rtl)
7062 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7063 : : indent_to, "",
7064 : : "param_max_last_value_rtl",
7065 : : ptr1->x_param_max_last_value_rtl,
7066 : : ptr2->x_param_max_last_value_rtl);
7067 : :
7068 : 0 : if (ptr1->x_param_max_loop_header_insns != ptr2->x_param_max_loop_header_insns)
7069 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7070 : : indent_to, "",
7071 : : "param_max_loop_header_insns",
7072 : : ptr1->x_param_max_loop_header_insns,
7073 : : ptr2->x_param_max_loop_header_insns);
7074 : :
7075 : 0 : if (ptr1->x_param_max_modulo_backtrack_attempts != ptr2->x_param_max_modulo_backtrack_attempts)
7076 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7077 : : indent_to, "",
7078 : : "param_max_modulo_backtrack_attempts",
7079 : : ptr1->x_param_max_modulo_backtrack_attempts,
7080 : : ptr2->x_param_max_modulo_backtrack_attempts);
7081 : :
7082 : 0 : if (ptr1->x_param_max_partial_antic_length != ptr2->x_param_max_partial_antic_length)
7083 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7084 : : indent_to, "",
7085 : : "param_max_partial_antic_length",
7086 : : ptr1->x_param_max_partial_antic_length,
7087 : : ptr2->x_param_max_partial_antic_length);
7088 : :
7089 : 0 : if (ptr1->x_param_max_peel_branches != ptr2->x_param_max_peel_branches)
7090 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7091 : : indent_to, "",
7092 : : "param_max_peel_branches",
7093 : : ptr1->x_param_max_peel_branches,
7094 : : ptr2->x_param_max_peel_branches);
7095 : :
7096 : 0 : if (ptr1->x_param_max_peel_times != ptr2->x_param_max_peel_times)
7097 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7098 : : indent_to, "",
7099 : : "param_max_peel_times",
7100 : : ptr1->x_param_max_peel_times,
7101 : : ptr2->x_param_max_peel_times);
7102 : :
7103 : 0 : if (ptr1->x_param_max_peeled_insns != ptr2->x_param_max_peeled_insns)
7104 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7105 : : indent_to, "",
7106 : : "param_max_peeled_insns",
7107 : : ptr1->x_param_max_peeled_insns,
7108 : : ptr2->x_param_max_peeled_insns);
7109 : :
7110 : 0 : if (ptr1->x_param_max_pending_list_length != ptr2->x_param_max_pending_list_length)
7111 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7112 : : indent_to, "",
7113 : : "param_max_pending_list_length",
7114 : : ptr1->x_param_max_pending_list_length,
7115 : : ptr2->x_param_max_pending_list_length);
7116 : :
7117 : 0 : if (ptr1->x_param_max_pipeline_region_blocks != ptr2->x_param_max_pipeline_region_blocks)
7118 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7119 : : indent_to, "",
7120 : : "param_max_pipeline_region_blocks",
7121 : : ptr1->x_param_max_pipeline_region_blocks,
7122 : : ptr2->x_param_max_pipeline_region_blocks);
7123 : :
7124 : 0 : if (ptr1->x_param_max_pipeline_region_insns != ptr2->x_param_max_pipeline_region_insns)
7125 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7126 : : indent_to, "",
7127 : : "param_max_pipeline_region_insns",
7128 : : ptr1->x_param_max_pipeline_region_insns,
7129 : : ptr2->x_param_max_pipeline_region_insns);
7130 : :
7131 : 0 : if (ptr1->x_param_max_pow_sqrt_depth != ptr2->x_param_max_pow_sqrt_depth)
7132 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7133 : : indent_to, "",
7134 : : "param_max_pow_sqrt_depth",
7135 : : ptr1->x_param_max_pow_sqrt_depth,
7136 : : ptr2->x_param_max_pow_sqrt_depth);
7137 : :
7138 : 0 : if (ptr1->x_param_max_predicted_iterations != ptr2->x_param_max_predicted_iterations)
7139 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7140 : : indent_to, "",
7141 : : "param_max_predicted_iterations",
7142 : : ptr1->x_param_max_predicted_iterations,
7143 : : ptr2->x_param_max_predicted_iterations);
7144 : :
7145 : 0 : if (ptr1->x_param_max_reload_search_insns != ptr2->x_param_max_reload_search_insns)
7146 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7147 : : indent_to, "",
7148 : : "param_max_reload_search_insns",
7149 : : ptr1->x_param_max_reload_search_insns,
7150 : : ptr2->x_param_max_reload_search_insns);
7151 : :
7152 : 0 : if (ptr1->x_param_max_rtl_if_conversion_insns != ptr2->x_param_max_rtl_if_conversion_insns)
7153 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7154 : : indent_to, "",
7155 : : "param_max_rtl_if_conversion_insns",
7156 : : ptr1->x_param_max_rtl_if_conversion_insns,
7157 : : ptr2->x_param_max_rtl_if_conversion_insns);
7158 : :
7159 : 0 : if (ptr1->x_param_max_rtl_if_conversion_predictable_cost != ptr2->x_param_max_rtl_if_conversion_predictable_cost)
7160 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7161 : : indent_to, "",
7162 : : "param_max_rtl_if_conversion_predictable_cost",
7163 : : ptr1->x_param_max_rtl_if_conversion_predictable_cost,
7164 : : ptr2->x_param_max_rtl_if_conversion_predictable_cost);
7165 : :
7166 : 0 : if (ptr1->x_param_max_rtl_if_conversion_unpredictable_cost != ptr2->x_param_max_rtl_if_conversion_unpredictable_cost)
7167 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7168 : : indent_to, "",
7169 : : "param_max_rtl_if_conversion_unpredictable_cost",
7170 : : ptr1->x_param_max_rtl_if_conversion_unpredictable_cost,
7171 : : ptr2->x_param_max_rtl_if_conversion_unpredictable_cost);
7172 : :
7173 : 0 : if (ptr1->x_param_max_sched_extend_regions_iters != ptr2->x_param_max_sched_extend_regions_iters)
7174 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7175 : : indent_to, "",
7176 : : "param_max_sched_extend_regions_iters",
7177 : : ptr1->x_param_max_sched_extend_regions_iters,
7178 : : ptr2->x_param_max_sched_extend_regions_iters);
7179 : :
7180 : 0 : if (ptr1->x_param_max_sched_insn_conflict_delay != ptr2->x_param_max_sched_insn_conflict_delay)
7181 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7182 : : indent_to, "",
7183 : : "param_max_sched_insn_conflict_delay",
7184 : : ptr1->x_param_max_sched_insn_conflict_delay,
7185 : : ptr2->x_param_max_sched_insn_conflict_delay);
7186 : :
7187 : 0 : if (ptr1->x_param_max_sched_ready_insns != ptr2->x_param_max_sched_ready_insns)
7188 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7189 : : indent_to, "",
7190 : : "param_max_sched_ready_insns",
7191 : : ptr1->x_param_max_sched_ready_insns,
7192 : : ptr2->x_param_max_sched_ready_insns);
7193 : :
7194 : 0 : if (ptr1->x_param_max_sched_region_blocks != ptr2->x_param_max_sched_region_blocks)
7195 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7196 : : indent_to, "",
7197 : : "param_max_sched_region_blocks",
7198 : : ptr1->x_param_max_sched_region_blocks,
7199 : : ptr2->x_param_max_sched_region_blocks);
7200 : :
7201 : 0 : if (ptr1->x_param_max_sched_region_insns != ptr2->x_param_max_sched_region_insns)
7202 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7203 : : indent_to, "",
7204 : : "param_max_sched_region_insns",
7205 : : ptr1->x_param_max_sched_region_insns,
7206 : : ptr2->x_param_max_sched_region_insns);
7207 : :
7208 : 0 : if (ptr1->x_param_max_slsr_candidate_scan != ptr2->x_param_max_slsr_candidate_scan)
7209 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7210 : : indent_to, "",
7211 : : "param_max_slsr_candidate_scan",
7212 : : ptr1->x_param_max_slsr_candidate_scan,
7213 : : ptr2->x_param_max_slsr_candidate_scan);
7214 : :
7215 : 0 : if (ptr1->x_param_max_speculative_devirt_maydefs != ptr2->x_param_max_speculative_devirt_maydefs)
7216 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7217 : : indent_to, "",
7218 : : "param_max_speculative_devirt_maydefs",
7219 : : ptr1->x_param_max_speculative_devirt_maydefs,
7220 : : ptr2->x_param_max_speculative_devirt_maydefs);
7221 : :
7222 : 0 : if (ptr1->x_param_max_stores_to_merge != ptr2->x_param_max_stores_to_merge)
7223 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7224 : : indent_to, "",
7225 : : "param_max_stores_to_merge",
7226 : : ptr1->x_param_max_stores_to_merge,
7227 : : ptr2->x_param_max_stores_to_merge);
7228 : :
7229 : 0 : if (ptr1->x_param_max_stores_to_sink != ptr2->x_param_max_stores_to_sink)
7230 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7231 : : indent_to, "",
7232 : : "param_max_stores_to_sink",
7233 : : ptr1->x_param_max_stores_to_sink,
7234 : : ptr2->x_param_max_stores_to_sink);
7235 : :
7236 : 0 : if (ptr1->x_param_max_tail_merge_comparisons != ptr2->x_param_max_tail_merge_comparisons)
7237 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7238 : : indent_to, "",
7239 : : "param_max_tail_merge_comparisons",
7240 : : ptr1->x_param_max_tail_merge_comparisons,
7241 : : ptr2->x_param_max_tail_merge_comparisons);
7242 : :
7243 : 0 : if (ptr1->x_param_max_tail_merge_iterations != ptr2->x_param_max_tail_merge_iterations)
7244 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7245 : : indent_to, "",
7246 : : "param_max_tail_merge_iterations",
7247 : : ptr1->x_param_max_tail_merge_iterations,
7248 : : ptr2->x_param_max_tail_merge_iterations);
7249 : :
7250 : 0 : if (ptr1->x_param_max_tracked_strlens != ptr2->x_param_max_tracked_strlens)
7251 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7252 : : indent_to, "",
7253 : : "param_max_tracked_strlens",
7254 : : ptr1->x_param_max_tracked_strlens,
7255 : : ptr2->x_param_max_tracked_strlens);
7256 : :
7257 : 0 : if (ptr1->x_param_max_tree_if_conversion_phi_args != ptr2->x_param_max_tree_if_conversion_phi_args)
7258 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7259 : : indent_to, "",
7260 : : "param_max_tree_if_conversion_phi_args",
7261 : : ptr1->x_param_max_tree_if_conversion_phi_args,
7262 : : ptr2->x_param_max_tree_if_conversion_phi_args);
7263 : :
7264 : 0 : if (ptr1->x_param_max_unroll_times != ptr2->x_param_max_unroll_times)
7265 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7266 : : indent_to, "",
7267 : : "param_max_unroll_times",
7268 : : ptr1->x_param_max_unroll_times,
7269 : : ptr2->x_param_max_unroll_times);
7270 : :
7271 : 0 : if (ptr1->x_param_max_unrolled_insns != ptr2->x_param_max_unrolled_insns)
7272 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7273 : : indent_to, "",
7274 : : "param_max_unrolled_insns",
7275 : : ptr1->x_param_max_unrolled_insns,
7276 : : ptr2->x_param_max_unrolled_insns);
7277 : :
7278 : 0 : if (ptr1->x_param_max_unswitch_depth != ptr2->x_param_max_unswitch_depth)
7279 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7280 : : indent_to, "",
7281 : : "param_max_unswitch_depth",
7282 : : ptr1->x_param_max_unswitch_depth,
7283 : : ptr2->x_param_max_unswitch_depth);
7284 : :
7285 : 0 : if (ptr1->x_param_max_unswitch_insns != ptr2->x_param_max_unswitch_insns)
7286 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7287 : : indent_to, "",
7288 : : "param_max_unswitch_insns",
7289 : : ptr1->x_param_max_unswitch_insns,
7290 : : ptr2->x_param_max_unswitch_insns);
7291 : :
7292 : 0 : if (ptr1->x_param_max_variable_expansions != ptr2->x_param_max_variable_expansions)
7293 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7294 : : indent_to, "",
7295 : : "param_max_variable_expansions",
7296 : : ptr1->x_param_max_variable_expansions,
7297 : : ptr2->x_param_max_variable_expansions);
7298 : :
7299 : 0 : if (ptr1->x_param_max_vartrack_expr_depth != ptr2->x_param_max_vartrack_expr_depth)
7300 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7301 : : indent_to, "",
7302 : : "param_max_vartrack_expr_depth",
7303 : : ptr1->x_param_max_vartrack_expr_depth,
7304 : : ptr2->x_param_max_vartrack_expr_depth);
7305 : :
7306 : 0 : if (ptr1->x_param_max_vartrack_reverse_op_size != ptr2->x_param_max_vartrack_reverse_op_size)
7307 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7308 : : indent_to, "",
7309 : : "param_max_vartrack_reverse_op_size",
7310 : : ptr1->x_param_max_vartrack_reverse_op_size,
7311 : : ptr2->x_param_max_vartrack_reverse_op_size);
7312 : :
7313 : 0 : if (ptr1->x_param_max_vartrack_size != ptr2->x_param_max_vartrack_size)
7314 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7315 : : indent_to, "",
7316 : : "param_max_vartrack_size",
7317 : : ptr1->x_param_max_vartrack_size,
7318 : : ptr2->x_param_max_vartrack_size);
7319 : :
7320 : 0 : if (ptr1->x_param_min_crossjump_insns != ptr2->x_param_min_crossjump_insns)
7321 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7322 : : indent_to, "",
7323 : : "param_min_crossjump_insns",
7324 : : ptr1->x_param_min_crossjump_insns,
7325 : : ptr2->x_param_min_crossjump_insns);
7326 : :
7327 : 0 : if (ptr1->x_param_min_inline_recursive_probability != ptr2->x_param_min_inline_recursive_probability)
7328 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7329 : : indent_to, "",
7330 : : "param_min_inline_recursive_probability",
7331 : : ptr1->x_param_min_inline_recursive_probability,
7332 : : ptr2->x_param_min_inline_recursive_probability);
7333 : :
7334 : 0 : if (ptr1->x_param_min_insn_to_prefetch_ratio != ptr2->x_param_min_insn_to_prefetch_ratio)
7335 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7336 : : indent_to, "",
7337 : : "param_min_insn_to_prefetch_ratio",
7338 : : ptr1->x_param_min_insn_to_prefetch_ratio,
7339 : : ptr2->x_param_min_insn_to_prefetch_ratio);
7340 : :
7341 : 0 : if (ptr1->x_param_min_loop_cond_split_prob != ptr2->x_param_min_loop_cond_split_prob)
7342 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7343 : : indent_to, "",
7344 : : "param_min_loop_cond_split_prob",
7345 : : ptr1->x_param_min_loop_cond_split_prob,
7346 : : ptr2->x_param_min_loop_cond_split_prob);
7347 : :
7348 : 0 : if (ptr1->x_param_min_pagesize != ptr2->x_param_min_pagesize)
7349 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7350 : : indent_to, "",
7351 : : "param_min_pagesize",
7352 : : ptr1->x_param_min_pagesize,
7353 : : ptr2->x_param_min_pagesize);
7354 : :
7355 : 0 : if (ptr1->x_param_min_size_for_stack_sharing != ptr2->x_param_min_size_for_stack_sharing)
7356 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7357 : : indent_to, "",
7358 : : "param_min_size_for_stack_sharing",
7359 : : ptr1->x_param_min_size_for_stack_sharing,
7360 : : ptr2->x_param_min_size_for_stack_sharing);
7361 : :
7362 : 0 : if (ptr1->x_param_min_spec_prob != ptr2->x_param_min_spec_prob)
7363 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7364 : : indent_to, "",
7365 : : "param_min_spec_prob",
7366 : : ptr1->x_param_min_spec_prob,
7367 : : ptr2->x_param_min_spec_prob);
7368 : :
7369 : 0 : if (ptr1->x_param_min_vect_loop_bound != ptr2->x_param_min_vect_loop_bound)
7370 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7371 : : indent_to, "",
7372 : : "param_min_vect_loop_bound",
7373 : : ptr1->x_param_min_vect_loop_bound,
7374 : : ptr2->x_param_min_vect_loop_bound);
7375 : :
7376 : 0 : if (ptr1->x_param_modref_max_accesses != ptr2->x_param_modref_max_accesses)
7377 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7378 : : indent_to, "",
7379 : : "param_modref_max_accesses",
7380 : : ptr1->x_param_modref_max_accesses,
7381 : : ptr2->x_param_modref_max_accesses);
7382 : :
7383 : 0 : if (ptr1->x_param_modref_max_adjustments != ptr2->x_param_modref_max_adjustments)
7384 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7385 : : indent_to, "",
7386 : : "param_modref_max_adjustments",
7387 : : ptr1->x_param_modref_max_adjustments,
7388 : : ptr2->x_param_modref_max_adjustments);
7389 : :
7390 : 0 : if (ptr1->x_param_modref_max_bases != ptr2->x_param_modref_max_bases)
7391 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7392 : : indent_to, "",
7393 : : "param_modref_max_bases",
7394 : : ptr1->x_param_modref_max_bases,
7395 : : ptr2->x_param_modref_max_bases);
7396 : :
7397 : 0 : if (ptr1->x_param_modref_max_depth != ptr2->x_param_modref_max_depth)
7398 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7399 : : indent_to, "",
7400 : : "param_modref_max_depth",
7401 : : ptr1->x_param_modref_max_depth,
7402 : : ptr2->x_param_modref_max_depth);
7403 : :
7404 : 0 : if (ptr1->x_param_modref_max_escape_points != ptr2->x_param_modref_max_escape_points)
7405 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7406 : : indent_to, "",
7407 : : "param_modref_max_escape_points",
7408 : : ptr1->x_param_modref_max_escape_points,
7409 : : ptr2->x_param_modref_max_escape_points);
7410 : :
7411 : 0 : if (ptr1->x_param_modref_max_refs != ptr2->x_param_modref_max_refs)
7412 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7413 : : indent_to, "",
7414 : : "param_modref_max_refs",
7415 : : ptr1->x_param_modref_max_refs,
7416 : : ptr2->x_param_modref_max_refs);
7417 : :
7418 : 0 : if (ptr1->x_param_modref_max_tests != ptr2->x_param_modref_max_tests)
7419 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7420 : : indent_to, "",
7421 : : "param_modref_max_tests",
7422 : : ptr1->x_param_modref_max_tests,
7423 : : ptr2->x_param_modref_max_tests);
7424 : :
7425 : 0 : if (ptr1->x_param_parloops_chunk_size != ptr2->x_param_parloops_chunk_size)
7426 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7427 : : indent_to, "",
7428 : : "param_parloops_chunk_size",
7429 : : ptr1->x_param_parloops_chunk_size,
7430 : : ptr2->x_param_parloops_chunk_size);
7431 : :
7432 : 0 : if (ptr1->x_param_parloops_min_per_thread != ptr2->x_param_parloops_min_per_thread)
7433 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7434 : : indent_to, "",
7435 : : "param_parloops_min_per_thread",
7436 : : ptr1->x_param_parloops_min_per_thread,
7437 : : ptr2->x_param_parloops_min_per_thread);
7438 : :
7439 : 0 : if (ptr1->x_param_parloops_schedule != ptr2->x_param_parloops_schedule)
7440 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7441 : : indent_to, "",
7442 : : "param_parloops_schedule",
7443 : : ptr1->x_param_parloops_schedule,
7444 : : ptr2->x_param_parloops_schedule);
7445 : :
7446 : 0 : if (ptr1->x_param_partial_inlining_entry_probability != ptr2->x_param_partial_inlining_entry_probability)
7447 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7448 : : indent_to, "",
7449 : : "param_partial_inlining_entry_probability",
7450 : : ptr1->x_param_partial_inlining_entry_probability,
7451 : : ptr2->x_param_partial_inlining_entry_probability);
7452 : :
7453 : 0 : if (ptr1->x_param_phiopt_factor_max_stmts_live != ptr2->x_param_phiopt_factor_max_stmts_live)
7454 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7455 : : indent_to, "",
7456 : : "param_phiopt_factor_max_stmts_live",
7457 : : ptr1->x_param_phiopt_factor_max_stmts_live,
7458 : : ptr2->x_param_phiopt_factor_max_stmts_live);
7459 : :
7460 : 0 : if (ptr1->x_param_predictable_branch_outcome != ptr2->x_param_predictable_branch_outcome)
7461 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7462 : : indent_to, "",
7463 : : "param_predictable_branch_outcome",
7464 : : ptr1->x_param_predictable_branch_outcome,
7465 : : ptr2->x_param_predictable_branch_outcome);
7466 : :
7467 : 0 : if (ptr1->x_param_prefetch_dynamic_strides != ptr2->x_param_prefetch_dynamic_strides)
7468 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7469 : : indent_to, "",
7470 : : "param_prefetch_dynamic_strides",
7471 : : ptr1->x_param_prefetch_dynamic_strides,
7472 : : ptr2->x_param_prefetch_dynamic_strides);
7473 : :
7474 : 0 : if (ptr1->x_param_prefetch_latency != ptr2->x_param_prefetch_latency)
7475 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7476 : : indent_to, "",
7477 : : "param_prefetch_latency",
7478 : : ptr1->x_param_prefetch_latency,
7479 : : ptr2->x_param_prefetch_latency);
7480 : :
7481 : 0 : if (ptr1->x_param_prefetch_min_insn_to_mem_ratio != ptr2->x_param_prefetch_min_insn_to_mem_ratio)
7482 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7483 : : indent_to, "",
7484 : : "param_prefetch_min_insn_to_mem_ratio",
7485 : : ptr1->x_param_prefetch_min_insn_to_mem_ratio,
7486 : : ptr2->x_param_prefetch_min_insn_to_mem_ratio);
7487 : :
7488 : 0 : if (ptr1->x_param_prefetch_minimum_stride != ptr2->x_param_prefetch_minimum_stride)
7489 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7490 : : indent_to, "",
7491 : : "param_prefetch_minimum_stride",
7492 : : ptr1->x_param_prefetch_minimum_stride,
7493 : : ptr2->x_param_prefetch_minimum_stride);
7494 : :
7495 : 0 : if (ptr1->x_param_ranger_logical_depth != ptr2->x_param_ranger_logical_depth)
7496 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7497 : : indent_to, "",
7498 : : "param_ranger_logical_depth",
7499 : : ptr1->x_param_ranger_logical_depth,
7500 : : ptr2->x_param_ranger_logical_depth);
7501 : :
7502 : 0 : if (ptr1->x_param_ranger_recompute_depth != ptr2->x_param_ranger_recompute_depth)
7503 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7504 : : indent_to, "",
7505 : : "param_ranger_recompute_depth",
7506 : : ptr1->x_param_ranger_recompute_depth,
7507 : : ptr2->x_param_ranger_recompute_depth);
7508 : :
7509 : 0 : if (ptr1->x_param_relation_block_limit != ptr2->x_param_relation_block_limit)
7510 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7511 : : indent_to, "",
7512 : : "param_relation_block_limit",
7513 : : ptr1->x_param_relation_block_limit,
7514 : : ptr2->x_param_relation_block_limit);
7515 : :
7516 : 0 : if (ptr1->x_param_rpo_vn_max_loop_depth != ptr2->x_param_rpo_vn_max_loop_depth)
7517 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7518 : : indent_to, "",
7519 : : "param_rpo_vn_max_loop_depth",
7520 : : ptr1->x_param_rpo_vn_max_loop_depth,
7521 : : ptr2->x_param_rpo_vn_max_loop_depth);
7522 : :
7523 : 0 : if (ptr1->x_param_sccvn_max_alias_queries_per_access != ptr2->x_param_sccvn_max_alias_queries_per_access)
7524 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7525 : : indent_to, "",
7526 : : "param_sccvn_max_alias_queries_per_access",
7527 : : ptr1->x_param_sccvn_max_alias_queries_per_access,
7528 : : ptr2->x_param_sccvn_max_alias_queries_per_access);
7529 : :
7530 : 0 : if (ptr1->x_param_scev_max_expr_complexity != ptr2->x_param_scev_max_expr_complexity)
7531 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7532 : : indent_to, "",
7533 : : "param_scev_max_expr_complexity",
7534 : : ptr1->x_param_scev_max_expr_complexity,
7535 : : ptr2->x_param_scev_max_expr_complexity);
7536 : :
7537 : 0 : if (ptr1->x_param_scev_max_expr_size != ptr2->x_param_scev_max_expr_size)
7538 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7539 : : indent_to, "",
7540 : : "param_scev_max_expr_size",
7541 : : ptr1->x_param_scev_max_expr_size,
7542 : : ptr2->x_param_scev_max_expr_size);
7543 : :
7544 : 0 : if (ptr1->x_param_sched_autopref_queue_depth != ptr2->x_param_sched_autopref_queue_depth)
7545 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7546 : : indent_to, "",
7547 : : "param_sched_autopref_queue_depth",
7548 : : ptr1->x_param_sched_autopref_queue_depth,
7549 : : ptr2->x_param_sched_autopref_queue_depth);
7550 : :
7551 : 0 : if (ptr1->x_param_sched_mem_true_dep_cost != ptr2->x_param_sched_mem_true_dep_cost)
7552 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7553 : : indent_to, "",
7554 : : "param_sched_mem_true_dep_cost",
7555 : : ptr1->x_param_sched_mem_true_dep_cost,
7556 : : ptr2->x_param_sched_mem_true_dep_cost);
7557 : :
7558 : 0 : if (ptr1->x_param_sched_pressure_algorithm != ptr2->x_param_sched_pressure_algorithm)
7559 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7560 : : indent_to, "",
7561 : : "param_sched_pressure_algorithm",
7562 : : ptr1->x_param_sched_pressure_algorithm,
7563 : : ptr2->x_param_sched_pressure_algorithm);
7564 : :
7565 : 0 : if (ptr1->x_param_sched_spec_prob_cutoff != ptr2->x_param_sched_spec_prob_cutoff)
7566 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7567 : : indent_to, "",
7568 : : "param_sched_spec_prob_cutoff",
7569 : : ptr1->x_param_sched_spec_prob_cutoff,
7570 : : ptr2->x_param_sched_spec_prob_cutoff);
7571 : :
7572 : 0 : if (ptr1->x_param_sched_state_edge_prob_cutoff != ptr2->x_param_sched_state_edge_prob_cutoff)
7573 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7574 : : indent_to, "",
7575 : : "param_sched_state_edge_prob_cutoff",
7576 : : ptr1->x_param_sched_state_edge_prob_cutoff,
7577 : : ptr2->x_param_sched_state_edge_prob_cutoff);
7578 : :
7579 : 0 : if (ptr1->x_param_selsched_insns_to_rename != ptr2->x_param_selsched_insns_to_rename)
7580 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7581 : : indent_to, "",
7582 : : "param_selsched_insns_to_rename",
7583 : : ptr1->x_param_selsched_insns_to_rename,
7584 : : ptr2->x_param_selsched_insns_to_rename);
7585 : :
7586 : 0 : if (ptr1->x_param_selsched_max_lookahead != ptr2->x_param_selsched_max_lookahead)
7587 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7588 : : indent_to, "",
7589 : : "param_selsched_max_lookahead",
7590 : : ptr1->x_param_selsched_max_lookahead,
7591 : : ptr2->x_param_selsched_max_lookahead);
7592 : :
7593 : 0 : if (ptr1->x_param_selsched_max_sched_times != ptr2->x_param_selsched_max_sched_times)
7594 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7595 : : indent_to, "",
7596 : : "param_selsched_max_sched_times",
7597 : : ptr1->x_param_selsched_max_sched_times,
7598 : : ptr2->x_param_selsched_max_sched_times);
7599 : :
7600 : 0 : if (ptr1->x_param_simultaneous_prefetches != ptr2->x_param_simultaneous_prefetches)
7601 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7602 : : indent_to, "",
7603 : : "param_simultaneous_prefetches",
7604 : : ptr1->x_param_simultaneous_prefetches,
7605 : : ptr2->x_param_simultaneous_prefetches);
7606 : :
7607 : 0 : if (ptr1->x_param_sink_frequency_threshold != ptr2->x_param_sink_frequency_threshold)
7608 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7609 : : indent_to, "",
7610 : : "param_sink_frequency_threshold",
7611 : : ptr1->x_param_sink_frequency_threshold,
7612 : : ptr2->x_param_sink_frequency_threshold);
7613 : :
7614 : 0 : if (ptr1->x_param_sms_dfa_history != ptr2->x_param_sms_dfa_history)
7615 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7616 : : indent_to, "",
7617 : : "param_sms_dfa_history",
7618 : : ptr1->x_param_sms_dfa_history,
7619 : : ptr2->x_param_sms_dfa_history);
7620 : :
7621 : 0 : if (ptr1->x_param_sms_loop_average_count_threshold != ptr2->x_param_sms_loop_average_count_threshold)
7622 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7623 : : indent_to, "",
7624 : : "param_sms_loop_average_count_threshold",
7625 : : ptr1->x_param_sms_loop_average_count_threshold,
7626 : : ptr2->x_param_sms_loop_average_count_threshold);
7627 : :
7628 : 0 : if (ptr1->x_param_sms_max_ii_factor != ptr2->x_param_sms_max_ii_factor)
7629 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7630 : : indent_to, "",
7631 : : "param_sms_max_ii_factor",
7632 : : ptr1->x_param_sms_max_ii_factor,
7633 : : ptr2->x_param_sms_max_ii_factor);
7634 : :
7635 : 0 : if (ptr1->x_param_sms_min_sc != ptr2->x_param_sms_min_sc)
7636 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7637 : : indent_to, "",
7638 : : "param_sms_min_sc",
7639 : : ptr1->x_param_sms_min_sc,
7640 : : ptr2->x_param_sms_min_sc);
7641 : :
7642 : 0 : if (ptr1->x_param_sra_max_propagations != ptr2->x_param_sra_max_propagations)
7643 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7644 : : indent_to, "",
7645 : : "param_sra_max_propagations",
7646 : : ptr1->x_param_sra_max_propagations,
7647 : : ptr2->x_param_sra_max_propagations);
7648 : :
7649 : 0 : if (ptr1->x_param_sra_max_scalarization_size_size != ptr2->x_param_sra_max_scalarization_size_size)
7650 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7651 : : indent_to, "",
7652 : : "param_sra_max_scalarization_size_size",
7653 : : ptr1->x_param_sra_max_scalarization_size_size,
7654 : : ptr2->x_param_sra_max_scalarization_size_size);
7655 : :
7656 : 0 : if (ptr1->x_param_sra_max_scalarization_size_speed != ptr2->x_param_sra_max_scalarization_size_speed)
7657 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7658 : : indent_to, "",
7659 : : "param_sra_max_scalarization_size_speed",
7660 : : ptr1->x_param_sra_max_scalarization_size_speed,
7661 : : ptr2->x_param_sra_max_scalarization_size_speed);
7662 : :
7663 : 0 : if (ptr1->x_param_ssa_name_def_chain_limit != ptr2->x_param_ssa_name_def_chain_limit)
7664 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7665 : : indent_to, "",
7666 : : "param_ssa_name_def_chain_limit",
7667 : : ptr1->x_param_ssa_name_def_chain_limit,
7668 : : ptr2->x_param_ssa_name_def_chain_limit);
7669 : :
7670 : 0 : if (ptr1->x_param_ssp_buffer_size != ptr2->x_param_ssp_buffer_size)
7671 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7672 : : indent_to, "",
7673 : : "param_ssp_buffer_size",
7674 : : ptr1->x_param_ssp_buffer_size,
7675 : : ptr2->x_param_ssp_buffer_size);
7676 : :
7677 : 0 : if (ptr1->x_param_stack_clash_protection_guard_size != ptr2->x_param_stack_clash_protection_guard_size)
7678 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7679 : : indent_to, "",
7680 : : "param_stack_clash_protection_guard_size",
7681 : : ptr1->x_param_stack_clash_protection_guard_size,
7682 : : ptr2->x_param_stack_clash_protection_guard_size);
7683 : :
7684 : 0 : if (ptr1->x_param_stack_clash_protection_probe_interval != ptr2->x_param_stack_clash_protection_probe_interval)
7685 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7686 : : indent_to, "",
7687 : : "param_stack_clash_protection_probe_interval",
7688 : : ptr1->x_param_stack_clash_protection_probe_interval,
7689 : : ptr2->x_param_stack_clash_protection_probe_interval);
7690 : :
7691 : 0 : if (ptr1->x_param_store_forwarding_max_distance != ptr2->x_param_store_forwarding_max_distance)
7692 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7693 : : indent_to, "",
7694 : : "param_store_forwarding_max_distance",
7695 : : ptr1->x_param_store_forwarding_max_distance,
7696 : : ptr2->x_param_store_forwarding_max_distance);
7697 : :
7698 : 0 : if (ptr1->x_param_store_merging_allow_unaligned != ptr2->x_param_store_merging_allow_unaligned)
7699 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7700 : : indent_to, "",
7701 : : "param_store_merging_allow_unaligned",
7702 : : ptr1->x_param_store_merging_allow_unaligned,
7703 : : ptr2->x_param_store_merging_allow_unaligned);
7704 : :
7705 : 0 : if (ptr1->x_param_store_merging_max_size != ptr2->x_param_store_merging_max_size)
7706 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7707 : : indent_to, "",
7708 : : "param_store_merging_max_size",
7709 : : ptr1->x_param_store_merging_max_size,
7710 : : ptr2->x_param_store_merging_max_size);
7711 : :
7712 : 0 : if (ptr1->x_param_switch_conversion_branch_ratio != ptr2->x_param_switch_conversion_branch_ratio)
7713 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7714 : : indent_to, "",
7715 : : "param_switch_conversion_branch_ratio",
7716 : : ptr1->x_param_switch_conversion_branch_ratio,
7717 : : ptr2->x_param_switch_conversion_branch_ratio);
7718 : :
7719 : 0 : if (ptr1->x_param_switch_lower_slow_alg_max_cases != ptr2->x_param_switch_lower_slow_alg_max_cases)
7720 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7721 : : indent_to, "",
7722 : : "param_switch_lower_slow_alg_max_cases",
7723 : : ptr1->x_param_switch_lower_slow_alg_max_cases,
7724 : : ptr2->x_param_switch_lower_slow_alg_max_cases);
7725 : :
7726 : 0 : if (ptr1->x_param_tm_max_aggregate_size != ptr2->x_param_tm_max_aggregate_size)
7727 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7728 : : indent_to, "",
7729 : : "param_tm_max_aggregate_size",
7730 : : ptr1->x_param_tm_max_aggregate_size,
7731 : : ptr2->x_param_tm_max_aggregate_size);
7732 : :
7733 : 0 : if (ptr1->x_param_tracer_dynamic_coverage_feedback != ptr2->x_param_tracer_dynamic_coverage_feedback)
7734 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7735 : : indent_to, "",
7736 : : "param_tracer_dynamic_coverage_feedback",
7737 : : ptr1->x_param_tracer_dynamic_coverage_feedback,
7738 : : ptr2->x_param_tracer_dynamic_coverage_feedback);
7739 : :
7740 : 0 : if (ptr1->x_param_tracer_dynamic_coverage != ptr2->x_param_tracer_dynamic_coverage)
7741 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7742 : : indent_to, "",
7743 : : "param_tracer_dynamic_coverage",
7744 : : ptr1->x_param_tracer_dynamic_coverage,
7745 : : ptr2->x_param_tracer_dynamic_coverage);
7746 : :
7747 : 0 : if (ptr1->x_param_tracer_max_code_growth != ptr2->x_param_tracer_max_code_growth)
7748 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7749 : : indent_to, "",
7750 : : "param_tracer_max_code_growth",
7751 : : ptr1->x_param_tracer_max_code_growth,
7752 : : ptr2->x_param_tracer_max_code_growth);
7753 : :
7754 : 0 : if (ptr1->x_param_tracer_min_branch_probability_feedback != ptr2->x_param_tracer_min_branch_probability_feedback)
7755 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7756 : : indent_to, "",
7757 : : "param_tracer_min_branch_probability_feedback",
7758 : : ptr1->x_param_tracer_min_branch_probability_feedback,
7759 : : ptr2->x_param_tracer_min_branch_probability_feedback);
7760 : :
7761 : 0 : if (ptr1->x_param_tracer_min_branch_probability != ptr2->x_param_tracer_min_branch_probability)
7762 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7763 : : indent_to, "",
7764 : : "param_tracer_min_branch_probability",
7765 : : ptr1->x_param_tracer_min_branch_probability,
7766 : : ptr2->x_param_tracer_min_branch_probability);
7767 : :
7768 : 0 : if (ptr1->x_param_tracer_min_branch_ratio != ptr2->x_param_tracer_min_branch_ratio)
7769 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7770 : : indent_to, "",
7771 : : "param_tracer_min_branch_ratio",
7772 : : ptr1->x_param_tracer_min_branch_ratio,
7773 : : ptr2->x_param_tracer_min_branch_ratio);
7774 : :
7775 : 0 : if (ptr1->x_param_transitive_relations_work_bound != ptr2->x_param_transitive_relations_work_bound)
7776 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7777 : : indent_to, "",
7778 : : "param_transitive_relations_work_bound",
7779 : : ptr1->x_param_transitive_relations_work_bound,
7780 : : ptr2->x_param_transitive_relations_work_bound);
7781 : :
7782 : 0 : if (ptr1->x_param_tree_reassoc_width != ptr2->x_param_tree_reassoc_width)
7783 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7784 : : indent_to, "",
7785 : : "param_tree_reassoc_width",
7786 : : ptr1->x_param_tree_reassoc_width,
7787 : : ptr2->x_param_tree_reassoc_width);
7788 : :
7789 : 0 : if (ptr1->x_param_uninit_control_dep_attempts != ptr2->x_param_uninit_control_dep_attempts)
7790 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7791 : : indent_to, "",
7792 : : "param_uninit_control_dep_attempts",
7793 : : ptr1->x_param_uninit_control_dep_attempts,
7794 : : ptr2->x_param_uninit_control_dep_attempts);
7795 : :
7796 : 0 : if (ptr1->x_param_uninit_max_chain_len != ptr2->x_param_uninit_max_chain_len)
7797 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7798 : : indent_to, "",
7799 : : "param_uninit_max_chain_len",
7800 : : ptr1->x_param_uninit_max_chain_len,
7801 : : ptr2->x_param_uninit_max_chain_len);
7802 : :
7803 : 0 : if (ptr1->x_param_uninit_max_num_chains != ptr2->x_param_uninit_max_num_chains)
7804 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7805 : : indent_to, "",
7806 : : "param_uninit_max_num_chains",
7807 : : ptr1->x_param_uninit_max_num_chains,
7808 : : ptr2->x_param_uninit_max_num_chains);
7809 : :
7810 : 0 : if (ptr1->x_param_uninlined_function_insns != ptr2->x_param_uninlined_function_insns)
7811 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7812 : : indent_to, "",
7813 : : "param_uninlined_function_insns",
7814 : : ptr1->x_param_uninlined_function_insns,
7815 : : ptr2->x_param_uninlined_function_insns);
7816 : :
7817 : 0 : if (ptr1->x_param_uninlined_function_time != ptr2->x_param_uninlined_function_time)
7818 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7819 : : indent_to, "",
7820 : : "param_uninlined_function_time",
7821 : : ptr1->x_param_uninlined_function_time,
7822 : : ptr2->x_param_uninlined_function_time);
7823 : :
7824 : 0 : if (ptr1->x_param_uninlined_function_thunk_insns != ptr2->x_param_uninlined_function_thunk_insns)
7825 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7826 : : indent_to, "",
7827 : : "param_uninlined_function_thunk_insns",
7828 : : ptr1->x_param_uninlined_function_thunk_insns,
7829 : : ptr2->x_param_uninlined_function_thunk_insns);
7830 : :
7831 : 0 : if (ptr1->x_param_uninlined_function_thunk_time != ptr2->x_param_uninlined_function_thunk_time)
7832 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7833 : : indent_to, "",
7834 : : "param_uninlined_function_thunk_time",
7835 : : ptr1->x_param_uninlined_function_thunk_time,
7836 : : ptr2->x_param_uninlined_function_thunk_time);
7837 : :
7838 : 0 : if (ptr1->x_param_unlikely_bb_count_fraction != ptr2->x_param_unlikely_bb_count_fraction)
7839 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7840 : : indent_to, "",
7841 : : "param_unlikely_bb_count_fraction",
7842 : : ptr1->x_param_unlikely_bb_count_fraction,
7843 : : ptr2->x_param_unlikely_bb_count_fraction);
7844 : :
7845 : 0 : if (ptr1->x_param_unroll_jam_max_unroll != ptr2->x_param_unroll_jam_max_unroll)
7846 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7847 : : indent_to, "",
7848 : : "param_unroll_jam_max_unroll",
7849 : : ptr1->x_param_unroll_jam_max_unroll,
7850 : : ptr2->x_param_unroll_jam_max_unroll);
7851 : :
7852 : 0 : if (ptr1->x_param_unroll_jam_min_percent != ptr2->x_param_unroll_jam_min_percent)
7853 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7854 : : indent_to, "",
7855 : : "param_unroll_jam_min_percent",
7856 : : ptr1->x_param_unroll_jam_min_percent,
7857 : : ptr2->x_param_unroll_jam_min_percent);
7858 : :
7859 : 0 : if (ptr1->x_param_use_after_scope_direct_emission_threshold != ptr2->x_param_use_after_scope_direct_emission_threshold)
7860 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7861 : : indent_to, "",
7862 : : "param_use_after_scope_direct_emission_threshold",
7863 : : ptr1->x_param_use_after_scope_direct_emission_threshold,
7864 : : ptr2->x_param_use_after_scope_direct_emission_threshold);
7865 : :
7866 : 0 : if (ptr1->x_param_vect_epilogues_nomask != ptr2->x_param_vect_epilogues_nomask)
7867 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7868 : : indent_to, "",
7869 : : "param_vect_epilogues_nomask",
7870 : : ptr1->x_param_vect_epilogues_nomask,
7871 : : ptr2->x_param_vect_epilogues_nomask);
7872 : :
7873 : 0 : if (ptr1->x_param_vect_induction_float != ptr2->x_param_vect_induction_float)
7874 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7875 : : indent_to, "",
7876 : : "param_vect_induction_float",
7877 : : ptr1->x_param_vect_induction_float,
7878 : : ptr2->x_param_vect_induction_float);
7879 : :
7880 : 0 : if (ptr1->x_param_vect_inner_loop_cost_factor != ptr2->x_param_vect_inner_loop_cost_factor)
7881 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7882 : : indent_to, "",
7883 : : "param_vect_inner_loop_cost_factor",
7884 : : ptr1->x_param_vect_inner_loop_cost_factor,
7885 : : ptr2->x_param_vect_inner_loop_cost_factor);
7886 : :
7887 : 0 : if (ptr1->x_param_vect_max_layout_candidates != ptr2->x_param_vect_max_layout_candidates)
7888 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7889 : : indent_to, "",
7890 : : "param_vect_max_layout_candidates",
7891 : : ptr1->x_param_vect_max_layout_candidates,
7892 : : ptr2->x_param_vect_max_layout_candidates);
7893 : :
7894 : 0 : if (ptr1->x_param_vect_max_peeling_for_alignment != ptr2->x_param_vect_max_peeling_for_alignment)
7895 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7896 : : indent_to, "",
7897 : : "param_vect_max_peeling_for_alignment",
7898 : : ptr1->x_param_vect_max_peeling_for_alignment,
7899 : : ptr2->x_param_vect_max_peeling_for_alignment);
7900 : :
7901 : 0 : if (ptr1->x_param_vect_max_version_for_alias_checks != ptr2->x_param_vect_max_version_for_alias_checks)
7902 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7903 : : indent_to, "",
7904 : : "param_vect_max_version_for_alias_checks",
7905 : : ptr1->x_param_vect_max_version_for_alias_checks,
7906 : : ptr2->x_param_vect_max_version_for_alias_checks);
7907 : :
7908 : 0 : if (ptr1->x_param_vect_max_version_for_alignment_checks != ptr2->x_param_vect_max_version_for_alignment_checks)
7909 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7910 : : indent_to, "",
7911 : : "param_vect_max_version_for_alignment_checks",
7912 : : ptr1->x_param_vect_max_version_for_alignment_checks,
7913 : : ptr2->x_param_vect_max_version_for_alignment_checks);
7914 : :
7915 : 0 : if (ptr1->x_param_vect_partial_vector_usage != ptr2->x_param_vect_partial_vector_usage)
7916 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7917 : : indent_to, "",
7918 : : "param_vect_partial_vector_usage",
7919 : : ptr1->x_param_vect_partial_vector_usage,
7920 : : ptr2->x_param_vect_partial_vector_usage);
7921 : :
7922 : 0 : if (ptr1->x_param_vect_scalar_cost_multiplier != ptr2->x_param_vect_scalar_cost_multiplier)
7923 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7924 : : indent_to, "",
7925 : : "param_vect_scalar_cost_multiplier",
7926 : : ptr1->x_param_vect_scalar_cost_multiplier,
7927 : : ptr2->x_param_vect_scalar_cost_multiplier);
7928 : :
7929 : 0 : if (ptr1->x_param_vrp_block_limit != ptr2->x_param_vrp_block_limit)
7930 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7931 : : indent_to, "",
7932 : : "param_vrp_block_limit",
7933 : : ptr1->x_param_vrp_block_limit,
7934 : : ptr2->x_param_vrp_block_limit);
7935 : :
7936 : 0 : if (ptr1->x_param_vrp_sparse_threshold != ptr2->x_param_vrp_sparse_threshold)
7937 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7938 : : indent_to, "",
7939 : : "param_vrp_sparse_threshold",
7940 : : ptr1->x_param_vrp_sparse_threshold,
7941 : : ptr2->x_param_vrp_sparse_threshold);
7942 : :
7943 : 0 : if (ptr1->x_param_vrp_switch_limit != ptr2->x_param_vrp_switch_limit)
7944 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7945 : : indent_to, "",
7946 : : "param_vrp_switch_limit",
7947 : : ptr1->x_param_vrp_switch_limit,
7948 : : ptr2->x_param_vrp_switch_limit);
7949 : :
7950 : 0 : if (ptr1->x_param_vrp_vector_threshold != ptr2->x_param_vrp_vector_threshold)
7951 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7952 : : indent_to, "",
7953 : : "param_vrp_vector_threshold",
7954 : : ptr1->x_param_vrp_vector_threshold,
7955 : : ptr2->x_param_vrp_vector_threshold);
7956 : :
7957 : 0 : if (ptr1->x_flag_complex_method != ptr2->x_flag_complex_method)
7958 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7959 : : indent_to, "",
7960 : : "flag_complex_method",
7961 : : ptr1->x_flag_complex_method,
7962 : : ptr2->x_flag_complex_method);
7963 : :
7964 : 0 : if (ptr1->x_flag_malloc_dse != ptr2->x_flag_malloc_dse)
7965 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7966 : : indent_to, "",
7967 : : "flag_malloc_dse",
7968 : : ptr1->x_flag_malloc_dse,
7969 : : ptr2->x_flag_malloc_dse);
7970 : :
7971 : 0 : if (ptr1->x_flag_min_function_alignment != ptr2->x_flag_min_function_alignment)
7972 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7973 : : indent_to, "",
7974 : : "flag_min_function_alignment",
7975 : : ptr1->x_flag_min_function_alignment,
7976 : : ptr2->x_flag_min_function_alignment);
7977 : :
7978 : 0 : if (ptr1->x_flag_openmp_target_simd_clone != ptr2->x_flag_openmp_target_simd_clone)
7979 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7980 : : indent_to, "",
7981 : : "flag_openmp_target_simd_clone",
7982 : : ptr1->x_flag_openmp_target_simd_clone,
7983 : : ptr2->x_flag_openmp_target_simd_clone);
7984 : :
7985 : 0 : if (ptr1->x_flag_sched_stalled_insns != ptr2->x_flag_sched_stalled_insns)
7986 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7987 : : indent_to, "",
7988 : : "flag_sched_stalled_insns",
7989 : : ptr1->x_flag_sched_stalled_insns,
7990 : : ptr2->x_flag_sched_stalled_insns);
7991 : :
7992 : 0 : if (ptr1->x_flag_sched_stalled_insns_dep != ptr2->x_flag_sched_stalled_insns_dep)
7993 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7994 : : indent_to, "",
7995 : : "flag_sched_stalled_insns_dep",
7996 : : ptr1->x_flag_sched_stalled_insns_dep,
7997 : : ptr2->x_flag_sched_stalled_insns_dep);
7998 : :
7999 : 0 : if (ptr1->x_flag_tree_parallelize_loops != ptr2->x_flag_tree_parallelize_loops)
8000 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8001 : : indent_to, "",
8002 : : "flag_tree_parallelize_loops",
8003 : : ptr1->x_flag_tree_parallelize_loops,
8004 : : ptr2->x_flag_tree_parallelize_loops);
8005 : :
8006 : 0 : if (ptr1->x_flag_lto_locality_cloning != ptr2->x_flag_lto_locality_cloning)
8007 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8008 : : indent_to, "",
8009 : : "flag_lto_locality_cloning",
8010 : : (int) ptr1->x_flag_lto_locality_cloning,
8011 : : (int) ptr2->x_flag_lto_locality_cloning);
8012 : :
8013 : 0 : if (ptr1->x_param_ranger_debug != ptr2->x_param_ranger_debug)
8014 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8015 : : indent_to, "",
8016 : : "param_ranger_debug",
8017 : : (int) ptr1->x_param_ranger_debug,
8018 : : (int) ptr2->x_param_ranger_debug);
8019 : :
8020 : 0 : if (ptr1->x_param_threader_debug != ptr2->x_param_threader_debug)
8021 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8022 : : indent_to, "",
8023 : : "param_threader_debug",
8024 : : (int) ptr1->x_param_threader_debug,
8025 : : (int) ptr2->x_param_threader_debug);
8026 : :
8027 : 0 : if (ptr1->x_flag_excess_precision != ptr2->x_flag_excess_precision)
8028 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8029 : : indent_to, "",
8030 : : "flag_excess_precision",
8031 : : (int) ptr1->x_flag_excess_precision,
8032 : : (int) ptr2->x_flag_excess_precision);
8033 : :
8034 : 0 : if (ptr1->x_flag_fp_contract_mode != ptr2->x_flag_fp_contract_mode)
8035 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8036 : : indent_to, "",
8037 : : "flag_fp_contract_mode",
8038 : : (int) ptr1->x_flag_fp_contract_mode,
8039 : : (int) ptr2->x_flag_fp_contract_mode);
8040 : :
8041 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_check_noreturn != ptr2->x_flag_harden_control_flow_redundancy_check_noreturn)
8042 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8043 : : indent_to, "",
8044 : : "flag_harden_control_flow_redundancy_check_noreturn",
8045 : : (int) ptr1->x_flag_harden_control_flow_redundancy_check_noreturn,
8046 : : (int) ptr2->x_flag_harden_control_flow_redundancy_check_noreturn);
8047 : :
8048 : 0 : if (ptr1->x_flag_inline_stringops != ptr2->x_flag_inline_stringops)
8049 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8050 : : indent_to, "",
8051 : : "flag_inline_stringops",
8052 : : (int) ptr1->x_flag_inline_stringops,
8053 : : (int) ptr2->x_flag_inline_stringops);
8054 : :
8055 : 0 : if (ptr1->x_flag_ira_algorithm != ptr2->x_flag_ira_algorithm)
8056 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8057 : : indent_to, "",
8058 : : "flag_ira_algorithm",
8059 : : (int) ptr1->x_flag_ira_algorithm,
8060 : : (int) ptr2->x_flag_ira_algorithm);
8061 : :
8062 : 0 : if (ptr1->x_flag_ira_region != ptr2->x_flag_ira_region)
8063 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8064 : : indent_to, "",
8065 : : "flag_ira_region",
8066 : : (int) ptr1->x_flag_ira_region,
8067 : : (int) ptr2->x_flag_ira_region);
8068 : :
8069 : 0 : if (ptr1->x_flag_live_patching != ptr2->x_flag_live_patching)
8070 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8071 : : indent_to, "",
8072 : : "flag_live_patching",
8073 : : (int) ptr1->x_flag_live_patching,
8074 : : (int) ptr2->x_flag_live_patching);
8075 : :
8076 : 0 : if (ptr1->x_flag_reorder_blocks_algorithm != ptr2->x_flag_reorder_blocks_algorithm)
8077 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8078 : : indent_to, "",
8079 : : "flag_reorder_blocks_algorithm",
8080 : : (int) ptr1->x_flag_reorder_blocks_algorithm,
8081 : : (int) ptr2->x_flag_reorder_blocks_algorithm);
8082 : :
8083 : 0 : if (ptr1->x_flag_simd_cost_model != ptr2->x_flag_simd_cost_model)
8084 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8085 : : indent_to, "",
8086 : : "flag_simd_cost_model",
8087 : : (int) ptr1->x_flag_simd_cost_model,
8088 : : (int) ptr2->x_flag_simd_cost_model);
8089 : :
8090 : 0 : if (ptr1->x_flag_stack_reuse != ptr2->x_flag_stack_reuse)
8091 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8092 : : indent_to, "",
8093 : : "flag_stack_reuse",
8094 : : (int) ptr1->x_flag_stack_reuse,
8095 : : (int) ptr2->x_flag_stack_reuse);
8096 : :
8097 : 0 : if (ptr1->x_flag_auto_var_init != ptr2->x_flag_auto_var_init)
8098 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8099 : : indent_to, "",
8100 : : "flag_auto_var_init",
8101 : : (int) ptr1->x_flag_auto_var_init,
8102 : : (int) ptr2->x_flag_auto_var_init);
8103 : :
8104 : 0 : if (ptr1->x_flag_vect_cost_model != ptr2->x_flag_vect_cost_model)
8105 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8106 : : indent_to, "",
8107 : : "flag_vect_cost_model",
8108 : : (int) ptr1->x_flag_vect_cost_model,
8109 : : (int) ptr2->x_flag_vect_cost_model);
8110 : :
8111 : 0 : if (ptr1->x_optimize != ptr2->x_optimize)
8112 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8113 : : indent_to, "",
8114 : : "optimize",
8115 : : ptr1->x_optimize,
8116 : : ptr2->x_optimize);
8117 : :
8118 : 0 : if (ptr1->x_optimize_size != ptr2->x_optimize_size)
8119 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8120 : : indent_to, "",
8121 : : "optimize_size",
8122 : : ptr1->x_optimize_size,
8123 : : ptr2->x_optimize_size);
8124 : :
8125 : 0 : if (ptr1->x_optimize_debug != ptr2->x_optimize_debug)
8126 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8127 : : indent_to, "",
8128 : : "optimize_debug",
8129 : : ptr1->x_optimize_debug,
8130 : : ptr2->x_optimize_debug);
8131 : :
8132 : 0 : if (ptr1->x_optimize_fast != ptr2->x_optimize_fast)
8133 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8134 : : indent_to, "",
8135 : : "optimize_fast",
8136 : : ptr1->x_optimize_fast,
8137 : : ptr2->x_optimize_fast);
8138 : :
8139 : 0 : if (ptr1->x_warn_inline != ptr2->x_warn_inline)
8140 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8141 : : indent_to, "",
8142 : : "warn_inline",
8143 : : ptr1->x_warn_inline,
8144 : : ptr2->x_warn_inline);
8145 : :
8146 : 0 : if (ptr1->x_flag_aggressive_loop_optimizations != ptr2->x_flag_aggressive_loop_optimizations)
8147 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8148 : : indent_to, "",
8149 : : "flag_aggressive_loop_optimizations",
8150 : : ptr1->x_flag_aggressive_loop_optimizations,
8151 : : ptr2->x_flag_aggressive_loop_optimizations);
8152 : :
8153 : 0 : if (ptr1->x_flag_align_functions != ptr2->x_flag_align_functions)
8154 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8155 : : indent_to, "",
8156 : : "flag_align_functions",
8157 : : ptr1->x_flag_align_functions,
8158 : : ptr2->x_flag_align_functions);
8159 : :
8160 : 0 : if (ptr1->x_flag_align_jumps != ptr2->x_flag_align_jumps)
8161 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8162 : : indent_to, "",
8163 : : "flag_align_jumps",
8164 : : ptr1->x_flag_align_jumps,
8165 : : ptr2->x_flag_align_jumps);
8166 : :
8167 : 0 : if (ptr1->x_flag_align_labels != ptr2->x_flag_align_labels)
8168 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8169 : : indent_to, "",
8170 : : "flag_align_labels",
8171 : : ptr1->x_flag_align_labels,
8172 : : ptr2->x_flag_align_labels);
8173 : :
8174 : 0 : if (ptr1->x_flag_align_loops != ptr2->x_flag_align_loops)
8175 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8176 : : indent_to, "",
8177 : : "flag_align_loops",
8178 : : ptr1->x_flag_align_loops,
8179 : : ptr2->x_flag_align_loops);
8180 : :
8181 : 0 : if (ptr1->x_flag_allocation_dce != ptr2->x_flag_allocation_dce)
8182 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8183 : : indent_to, "",
8184 : : "flag_allocation_dce",
8185 : : ptr1->x_flag_allocation_dce,
8186 : : ptr2->x_flag_allocation_dce);
8187 : :
8188 : 0 : if (ptr1->x_flag_store_data_races != ptr2->x_flag_store_data_races)
8189 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8190 : : indent_to, "",
8191 : : "flag_store_data_races",
8192 : : ptr1->x_flag_store_data_races,
8193 : : ptr2->x_flag_store_data_races);
8194 : :
8195 : 0 : if (ptr1->x_flag_associative_math != ptr2->x_flag_associative_math)
8196 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8197 : : indent_to, "",
8198 : : "flag_associative_math",
8199 : : ptr1->x_flag_associative_math,
8200 : : ptr2->x_flag_associative_math);
8201 : :
8202 : 0 : if (ptr1->x_flag_assume_sane_operators_new_delete != ptr2->x_flag_assume_sane_operators_new_delete)
8203 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8204 : : indent_to, "",
8205 : : "flag_assume_sane_operators_new_delete",
8206 : : ptr1->x_flag_assume_sane_operators_new_delete,
8207 : : ptr2->x_flag_assume_sane_operators_new_delete);
8208 : :
8209 : 0 : if (ptr1->x_flag_asynchronous_unwind_tables != ptr2->x_flag_asynchronous_unwind_tables)
8210 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8211 : : indent_to, "",
8212 : : "flag_asynchronous_unwind_tables",
8213 : : ptr1->x_flag_asynchronous_unwind_tables,
8214 : : ptr2->x_flag_asynchronous_unwind_tables);
8215 : :
8216 : 0 : if (ptr1->x_flag_auto_inc_dec != ptr2->x_flag_auto_inc_dec)
8217 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8218 : : indent_to, "",
8219 : : "flag_auto_inc_dec",
8220 : : ptr1->x_flag_auto_inc_dec,
8221 : : ptr2->x_flag_auto_inc_dec);
8222 : :
8223 : 0 : if (ptr1->x_flag_avoid_store_forwarding != ptr2->x_flag_avoid_store_forwarding)
8224 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8225 : : indent_to, "",
8226 : : "flag_avoid_store_forwarding",
8227 : : ptr1->x_flag_avoid_store_forwarding,
8228 : : ptr2->x_flag_avoid_store_forwarding);
8229 : :
8230 : 0 : if (ptr1->x_flag_bit_tests != ptr2->x_flag_bit_tests)
8231 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8232 : : indent_to, "",
8233 : : "flag_bit_tests",
8234 : : ptr1->x_flag_bit_tests,
8235 : : ptr2->x_flag_bit_tests);
8236 : :
8237 : 0 : if (ptr1->x_flag_branch_on_count_reg != ptr2->x_flag_branch_on_count_reg)
8238 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8239 : : indent_to, "",
8240 : : "flag_branch_on_count_reg",
8241 : : ptr1->x_flag_branch_on_count_reg,
8242 : : ptr2->x_flag_branch_on_count_reg);
8243 : :
8244 : 0 : if (ptr1->x_flag_branch_probabilities != ptr2->x_flag_branch_probabilities)
8245 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8246 : : indent_to, "",
8247 : : "flag_branch_probabilities",
8248 : : ptr1->x_flag_branch_probabilities,
8249 : : ptr2->x_flag_branch_probabilities);
8250 : :
8251 : 0 : if (ptr1->x_flag_caller_saves != ptr2->x_flag_caller_saves)
8252 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8253 : : indent_to, "",
8254 : : "flag_caller_saves",
8255 : : ptr1->x_flag_caller_saves,
8256 : : ptr2->x_flag_caller_saves);
8257 : :
8258 : 0 : if (ptr1->x_flag_code_hoisting != ptr2->x_flag_code_hoisting)
8259 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8260 : : indent_to, "",
8261 : : "flag_code_hoisting",
8262 : : ptr1->x_flag_code_hoisting,
8263 : : ptr2->x_flag_code_hoisting);
8264 : :
8265 : 0 : if (ptr1->x_flag_combine_stack_adjustments != ptr2->x_flag_combine_stack_adjustments)
8266 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8267 : : indent_to, "",
8268 : : "flag_combine_stack_adjustments",
8269 : : ptr1->x_flag_combine_stack_adjustments,
8270 : : ptr2->x_flag_combine_stack_adjustments);
8271 : :
8272 : 0 : if (ptr1->x_flag_compare_elim_after_reload != ptr2->x_flag_compare_elim_after_reload)
8273 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8274 : : indent_to, "",
8275 : : "flag_compare_elim_after_reload",
8276 : : ptr1->x_flag_compare_elim_after_reload,
8277 : : ptr2->x_flag_compare_elim_after_reload);
8278 : :
8279 : 0 : if (ptr1->x_flag_conserve_stack != ptr2->x_flag_conserve_stack)
8280 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8281 : : indent_to, "",
8282 : : "flag_conserve_stack",
8283 : : ptr1->x_flag_conserve_stack,
8284 : : ptr2->x_flag_conserve_stack);
8285 : :
8286 : 0 : if (ptr1->x_flag_cprop_registers != ptr2->x_flag_cprop_registers)
8287 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8288 : : indent_to, "",
8289 : : "flag_cprop_registers",
8290 : : ptr1->x_flag_cprop_registers,
8291 : : ptr2->x_flag_cprop_registers);
8292 : :
8293 : 0 : if (ptr1->x_flag_crossjumping != ptr2->x_flag_crossjumping)
8294 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8295 : : indent_to, "",
8296 : : "flag_crossjumping",
8297 : : ptr1->x_flag_crossjumping,
8298 : : ptr2->x_flag_crossjumping);
8299 : :
8300 : 0 : if (ptr1->x_flag_cse_follow_jumps != ptr2->x_flag_cse_follow_jumps)
8301 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8302 : : indent_to, "",
8303 : : "flag_cse_follow_jumps",
8304 : : ptr1->x_flag_cse_follow_jumps,
8305 : : ptr2->x_flag_cse_follow_jumps);
8306 : :
8307 : 0 : if (ptr1->x_flag_dce != ptr2->x_flag_dce)
8308 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8309 : : indent_to, "",
8310 : : "flag_dce",
8311 : : ptr1->x_flag_dce,
8312 : : ptr2->x_flag_dce);
8313 : :
8314 : 0 : if (ptr1->x_flag_defer_pop != ptr2->x_flag_defer_pop)
8315 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8316 : : indent_to, "",
8317 : : "flag_defer_pop",
8318 : : ptr1->x_flag_defer_pop,
8319 : : ptr2->x_flag_defer_pop);
8320 : :
8321 : 0 : if (ptr1->x_flag_delayed_branch != ptr2->x_flag_delayed_branch)
8322 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8323 : : indent_to, "",
8324 : : "flag_delayed_branch",
8325 : : ptr1->x_flag_delayed_branch,
8326 : : ptr2->x_flag_delayed_branch);
8327 : :
8328 : 0 : if (ptr1->x_flag_delete_dead_exceptions != ptr2->x_flag_delete_dead_exceptions)
8329 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8330 : : indent_to, "",
8331 : : "flag_delete_dead_exceptions",
8332 : : ptr1->x_flag_delete_dead_exceptions,
8333 : : ptr2->x_flag_delete_dead_exceptions);
8334 : :
8335 : 0 : if (ptr1->x_flag_delete_null_pointer_checks != ptr2->x_flag_delete_null_pointer_checks)
8336 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8337 : : indent_to, "",
8338 : : "flag_delete_null_pointer_checks",
8339 : : ptr1->x_flag_delete_null_pointer_checks,
8340 : : ptr2->x_flag_delete_null_pointer_checks);
8341 : :
8342 : 0 : if (ptr1->x_flag_devirtualize != ptr2->x_flag_devirtualize)
8343 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8344 : : indent_to, "",
8345 : : "flag_devirtualize",
8346 : : ptr1->x_flag_devirtualize,
8347 : : ptr2->x_flag_devirtualize);
8348 : :
8349 : 0 : if (ptr1->x_flag_devirtualize_speculatively != ptr2->x_flag_devirtualize_speculatively)
8350 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8351 : : indent_to, "",
8352 : : "flag_devirtualize_speculatively",
8353 : : ptr1->x_flag_devirtualize_speculatively,
8354 : : ptr2->x_flag_devirtualize_speculatively);
8355 : :
8356 : 0 : if (ptr1->x_flag_dse != ptr2->x_flag_dse)
8357 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8358 : : indent_to, "",
8359 : : "flag_dse",
8360 : : ptr1->x_flag_dse,
8361 : : ptr2->x_flag_dse);
8362 : :
8363 : 0 : if (ptr1->x_flag_early_inlining != ptr2->x_flag_early_inlining)
8364 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8365 : : indent_to, "",
8366 : : "flag_early_inlining",
8367 : : ptr1->x_flag_early_inlining,
8368 : : ptr2->x_flag_early_inlining);
8369 : :
8370 : 0 : if (ptr1->x_flag_exceptions != ptr2->x_flag_exceptions)
8371 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8372 : : indent_to, "",
8373 : : "flag_exceptions",
8374 : : ptr1->x_flag_exceptions,
8375 : : ptr2->x_flag_exceptions);
8376 : :
8377 : 0 : if (ptr1->x_flag_expensive_optimizations != ptr2->x_flag_expensive_optimizations)
8378 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8379 : : indent_to, "",
8380 : : "flag_expensive_optimizations",
8381 : : ptr1->x_flag_expensive_optimizations,
8382 : : ptr2->x_flag_expensive_optimizations);
8383 : :
8384 : 0 : if (ptr1->x_flag_ext_dce != ptr2->x_flag_ext_dce)
8385 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8386 : : indent_to, "",
8387 : : "flag_ext_dce",
8388 : : ptr1->x_flag_ext_dce,
8389 : : ptr2->x_flag_ext_dce);
8390 : :
8391 : 0 : if (ptr1->x_flag_finite_loops != ptr2->x_flag_finite_loops)
8392 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8393 : : indent_to, "",
8394 : : "flag_finite_loops",
8395 : : ptr1->x_flag_finite_loops,
8396 : : ptr2->x_flag_finite_loops);
8397 : :
8398 : 0 : if (ptr1->x_flag_finite_math_only != ptr2->x_flag_finite_math_only)
8399 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8400 : : indent_to, "",
8401 : : "flag_finite_math_only",
8402 : : ptr1->x_flag_finite_math_only,
8403 : : ptr2->x_flag_finite_math_only);
8404 : :
8405 : 0 : if (ptr1->x_flag_float_store != ptr2->x_flag_float_store)
8406 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8407 : : indent_to, "",
8408 : : "flag_float_store",
8409 : : ptr1->x_flag_float_store,
8410 : : ptr2->x_flag_float_store);
8411 : :
8412 : 0 : if (ptr1->x_flag_fold_mem_offsets != ptr2->x_flag_fold_mem_offsets)
8413 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8414 : : indent_to, "",
8415 : : "flag_fold_mem_offsets",
8416 : : ptr1->x_flag_fold_mem_offsets,
8417 : : ptr2->x_flag_fold_mem_offsets);
8418 : :
8419 : 0 : if (ptr1->x_flag_fold_simple_inlines != ptr2->x_flag_fold_simple_inlines)
8420 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8421 : : indent_to, "",
8422 : : "flag_fold_simple_inlines",
8423 : : ptr1->x_flag_fold_simple_inlines,
8424 : : ptr2->x_flag_fold_simple_inlines);
8425 : :
8426 : 0 : if (ptr1->x_flag_forward_propagate != ptr2->x_flag_forward_propagate)
8427 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8428 : : indent_to, "",
8429 : : "flag_forward_propagate",
8430 : : ptr1->x_flag_forward_propagate,
8431 : : ptr2->x_flag_forward_propagate);
8432 : :
8433 : 0 : if (ptr1->x_flag_fp_int_builtin_inexact != ptr2->x_flag_fp_int_builtin_inexact)
8434 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8435 : : indent_to, "",
8436 : : "flag_fp_int_builtin_inexact",
8437 : : ptr1->x_flag_fp_int_builtin_inexact,
8438 : : ptr2->x_flag_fp_int_builtin_inexact);
8439 : :
8440 : 0 : if (ptr1->x_flag_no_function_cse != ptr2->x_flag_no_function_cse)
8441 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8442 : : indent_to, "",
8443 : : "flag_no_function_cse",
8444 : : ptr1->x_flag_no_function_cse,
8445 : : ptr2->x_flag_no_function_cse);
8446 : :
8447 : 0 : if (ptr1->x_flag_gcse != ptr2->x_flag_gcse)
8448 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8449 : : indent_to, "",
8450 : : "flag_gcse",
8451 : : ptr1->x_flag_gcse,
8452 : : ptr2->x_flag_gcse);
8453 : :
8454 : 0 : if (ptr1->x_flag_gcse_after_reload != ptr2->x_flag_gcse_after_reload)
8455 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8456 : : indent_to, "",
8457 : : "flag_gcse_after_reload",
8458 : : ptr1->x_flag_gcse_after_reload,
8459 : : ptr2->x_flag_gcse_after_reload);
8460 : :
8461 : 0 : if (ptr1->x_flag_gcse_las != ptr2->x_flag_gcse_las)
8462 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8463 : : indent_to, "",
8464 : : "flag_gcse_las",
8465 : : ptr1->x_flag_gcse_las,
8466 : : ptr2->x_flag_gcse_las);
8467 : :
8468 : 0 : if (ptr1->x_flag_gcse_lm != ptr2->x_flag_gcse_lm)
8469 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8470 : : indent_to, "",
8471 : : "flag_gcse_lm",
8472 : : ptr1->x_flag_gcse_lm,
8473 : : ptr2->x_flag_gcse_lm);
8474 : :
8475 : 0 : if (ptr1->x_flag_gcse_sm != ptr2->x_flag_gcse_sm)
8476 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8477 : : indent_to, "",
8478 : : "flag_gcse_sm",
8479 : : ptr1->x_flag_gcse_sm,
8480 : : ptr2->x_flag_gcse_sm);
8481 : :
8482 : 0 : if (ptr1->x_flag_graphite != ptr2->x_flag_graphite)
8483 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8484 : : indent_to, "",
8485 : : "flag_graphite",
8486 : : ptr1->x_flag_graphite,
8487 : : ptr2->x_flag_graphite);
8488 : :
8489 : 0 : if (ptr1->x_flag_graphite_identity != ptr2->x_flag_graphite_identity)
8490 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8491 : : indent_to, "",
8492 : : "flag_graphite_identity",
8493 : : ptr1->x_flag_graphite_identity,
8494 : : ptr2->x_flag_graphite_identity);
8495 : :
8496 : 0 : if (ptr1->x_flag_guess_branch_prob != ptr2->x_flag_guess_branch_prob)
8497 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8498 : : indent_to, "",
8499 : : "flag_guess_branch_prob",
8500 : : ptr1->x_flag_guess_branch_prob,
8501 : : ptr2->x_flag_guess_branch_prob);
8502 : :
8503 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_check_exceptions != ptr2->x_flag_harden_control_flow_redundancy_check_exceptions)
8504 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8505 : : indent_to, "",
8506 : : "flag_harden_control_flow_redundancy_check_exceptions",
8507 : : ptr1->x_flag_harden_control_flow_redundancy_check_exceptions,
8508 : : ptr2->x_flag_harden_control_flow_redundancy_check_exceptions);
8509 : :
8510 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls != ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls)
8511 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8512 : : indent_to, "",
8513 : : "flag_harden_control_flow_redundancy_check_returning_calls",
8514 : : ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls,
8515 : : ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls);
8516 : :
8517 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_skip_leaf != ptr2->x_flag_harden_control_flow_redundancy_skip_leaf)
8518 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8519 : : indent_to, "",
8520 : : "flag_harden_control_flow_redundancy_skip_leaf",
8521 : : ptr1->x_flag_harden_control_flow_redundancy_skip_leaf,
8522 : : ptr2->x_flag_harden_control_flow_redundancy_skip_leaf);
8523 : :
8524 : 0 : if (ptr1->x_flag_harden_compares != ptr2->x_flag_harden_compares)
8525 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8526 : : indent_to, "",
8527 : : "flag_harden_compares",
8528 : : ptr1->x_flag_harden_compares,
8529 : : ptr2->x_flag_harden_compares);
8530 : :
8531 : 0 : if (ptr1->x_flag_harden_conditional_branches != ptr2->x_flag_harden_conditional_branches)
8532 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8533 : : indent_to, "",
8534 : : "flag_harden_conditional_branches",
8535 : : ptr1->x_flag_harden_conditional_branches,
8536 : : ptr2->x_flag_harden_conditional_branches);
8537 : :
8538 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy != ptr2->x_flag_harden_control_flow_redundancy)
8539 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8540 : : indent_to, "",
8541 : : "flag_harden_control_flow_redundancy",
8542 : : ptr1->x_flag_harden_control_flow_redundancy,
8543 : : ptr2->x_flag_harden_control_flow_redundancy);
8544 : :
8545 : 0 : if (ptr1->x_flag_hoist_adjacent_loads != ptr2->x_flag_hoist_adjacent_loads)
8546 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8547 : : indent_to, "",
8548 : : "flag_hoist_adjacent_loads",
8549 : : ptr1->x_flag_hoist_adjacent_loads,
8550 : : ptr2->x_flag_hoist_adjacent_loads);
8551 : :
8552 : 0 : if (ptr1->x_flag_if_conversion != ptr2->x_flag_if_conversion)
8553 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8554 : : indent_to, "",
8555 : : "flag_if_conversion",
8556 : : ptr1->x_flag_if_conversion,
8557 : : ptr2->x_flag_if_conversion);
8558 : :
8559 : 0 : if (ptr1->x_flag_if_conversion2 != ptr2->x_flag_if_conversion2)
8560 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8561 : : indent_to, "",
8562 : : "flag_if_conversion2",
8563 : : ptr1->x_flag_if_conversion2,
8564 : : ptr2->x_flag_if_conversion2);
8565 : :
8566 : 0 : if (ptr1->x_flag_indirect_inlining != ptr2->x_flag_indirect_inlining)
8567 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8568 : : indent_to, "",
8569 : : "flag_indirect_inlining",
8570 : : ptr1->x_flag_indirect_inlining,
8571 : : ptr2->x_flag_indirect_inlining);
8572 : :
8573 : 0 : if (ptr1->x_flag_no_inline != ptr2->x_flag_no_inline)
8574 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8575 : : indent_to, "",
8576 : : "flag_no_inline",
8577 : : ptr1->x_flag_no_inline,
8578 : : ptr2->x_flag_no_inline);
8579 : :
8580 : 0 : if (ptr1->x_flag_inline_atomics != ptr2->x_flag_inline_atomics)
8581 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8582 : : indent_to, "",
8583 : : "flag_inline_atomics",
8584 : : ptr1->x_flag_inline_atomics,
8585 : : ptr2->x_flag_inline_atomics);
8586 : :
8587 : 0 : if (ptr1->x_flag_inline_functions != ptr2->x_flag_inline_functions)
8588 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8589 : : indent_to, "",
8590 : : "flag_inline_functions",
8591 : : ptr1->x_flag_inline_functions,
8592 : : ptr2->x_flag_inline_functions);
8593 : :
8594 : 0 : if (ptr1->x_flag_inline_functions_called_once != ptr2->x_flag_inline_functions_called_once)
8595 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8596 : : indent_to, "",
8597 : : "flag_inline_functions_called_once",
8598 : : ptr1->x_flag_inline_functions_called_once,
8599 : : ptr2->x_flag_inline_functions_called_once);
8600 : :
8601 : 0 : if (ptr1->x_flag_inline_small_functions != ptr2->x_flag_inline_small_functions)
8602 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8603 : : indent_to, "",
8604 : : "flag_inline_small_functions",
8605 : : ptr1->x_flag_inline_small_functions,
8606 : : ptr2->x_flag_inline_small_functions);
8607 : :
8608 : 0 : if (ptr1->x_flag_ipa_bit_cp != ptr2->x_flag_ipa_bit_cp)
8609 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8610 : : indent_to, "",
8611 : : "flag_ipa_bit_cp",
8612 : : ptr1->x_flag_ipa_bit_cp,
8613 : : ptr2->x_flag_ipa_bit_cp);
8614 : :
8615 : 0 : if (ptr1->x_flag_ipa_cp != ptr2->x_flag_ipa_cp)
8616 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8617 : : indent_to, "",
8618 : : "flag_ipa_cp",
8619 : : ptr1->x_flag_ipa_cp,
8620 : : ptr2->x_flag_ipa_cp);
8621 : :
8622 : 0 : if (ptr1->x_flag_ipa_cp_clone != ptr2->x_flag_ipa_cp_clone)
8623 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8624 : : indent_to, "",
8625 : : "flag_ipa_cp_clone",
8626 : : ptr1->x_flag_ipa_cp_clone,
8627 : : ptr2->x_flag_ipa_cp_clone);
8628 : :
8629 : 0 : if (ptr1->x_flag_ipa_icf != ptr2->x_flag_ipa_icf)
8630 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8631 : : indent_to, "",
8632 : : "flag_ipa_icf",
8633 : : ptr1->x_flag_ipa_icf,
8634 : : ptr2->x_flag_ipa_icf);
8635 : :
8636 : 0 : if (ptr1->x_flag_ipa_icf_functions != ptr2->x_flag_ipa_icf_functions)
8637 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8638 : : indent_to, "",
8639 : : "flag_ipa_icf_functions",
8640 : : ptr1->x_flag_ipa_icf_functions,
8641 : : ptr2->x_flag_ipa_icf_functions);
8642 : :
8643 : 0 : if (ptr1->x_flag_ipa_icf_variables != ptr2->x_flag_ipa_icf_variables)
8644 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8645 : : indent_to, "",
8646 : : "flag_ipa_icf_variables",
8647 : : ptr1->x_flag_ipa_icf_variables,
8648 : : ptr2->x_flag_ipa_icf_variables);
8649 : :
8650 : 0 : if (ptr1->x_flag_ipa_modref != ptr2->x_flag_ipa_modref)
8651 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8652 : : indent_to, "",
8653 : : "flag_ipa_modref",
8654 : : ptr1->x_flag_ipa_modref,
8655 : : ptr2->x_flag_ipa_modref);
8656 : :
8657 : 0 : if (ptr1->x_flag_ipa_profile != ptr2->x_flag_ipa_profile)
8658 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8659 : : indent_to, "",
8660 : : "flag_ipa_profile",
8661 : : ptr1->x_flag_ipa_profile,
8662 : : ptr2->x_flag_ipa_profile);
8663 : :
8664 : 0 : if (ptr1->x_flag_ipa_pta != ptr2->x_flag_ipa_pta)
8665 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8666 : : indent_to, "",
8667 : : "flag_ipa_pta",
8668 : : ptr1->x_flag_ipa_pta,
8669 : : ptr2->x_flag_ipa_pta);
8670 : :
8671 : 0 : if (ptr1->x_flag_ipa_pure_const != ptr2->x_flag_ipa_pure_const)
8672 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8673 : : indent_to, "",
8674 : : "flag_ipa_pure_const",
8675 : : ptr1->x_flag_ipa_pure_const,
8676 : : ptr2->x_flag_ipa_pure_const);
8677 : :
8678 : 0 : if (ptr1->x_flag_ipa_ra != ptr2->x_flag_ipa_ra)
8679 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8680 : : indent_to, "",
8681 : : "flag_ipa_ra",
8682 : : ptr1->x_flag_ipa_ra,
8683 : : ptr2->x_flag_ipa_ra);
8684 : :
8685 : 0 : if (ptr1->x_flag_ipa_reference != ptr2->x_flag_ipa_reference)
8686 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8687 : : indent_to, "",
8688 : : "flag_ipa_reference",
8689 : : ptr1->x_flag_ipa_reference,
8690 : : ptr2->x_flag_ipa_reference);
8691 : :
8692 : 0 : if (ptr1->x_flag_ipa_reference_addressable != ptr2->x_flag_ipa_reference_addressable)
8693 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8694 : : indent_to, "",
8695 : : "flag_ipa_reference_addressable",
8696 : : ptr1->x_flag_ipa_reference_addressable,
8697 : : ptr2->x_flag_ipa_reference_addressable);
8698 : :
8699 : 0 : if (ptr1->x_flag_ipa_reorder_for_locality != ptr2->x_flag_ipa_reorder_for_locality)
8700 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8701 : : indent_to, "",
8702 : : "flag_ipa_reorder_for_locality",
8703 : : ptr1->x_flag_ipa_reorder_for_locality,
8704 : : ptr2->x_flag_ipa_reorder_for_locality);
8705 : :
8706 : 0 : if (ptr1->x_flag_ipa_sra != ptr2->x_flag_ipa_sra)
8707 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8708 : : indent_to, "",
8709 : : "flag_ipa_sra",
8710 : : ptr1->x_flag_ipa_sra,
8711 : : ptr2->x_flag_ipa_sra);
8712 : :
8713 : 0 : if (ptr1->x_flag_ipa_stack_alignment != ptr2->x_flag_ipa_stack_alignment)
8714 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8715 : : indent_to, "",
8716 : : "flag_ipa_stack_alignment",
8717 : : ptr1->x_flag_ipa_stack_alignment,
8718 : : ptr2->x_flag_ipa_stack_alignment);
8719 : :
8720 : 0 : if (ptr1->x_flag_ipa_strict_aliasing != ptr2->x_flag_ipa_strict_aliasing)
8721 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8722 : : indent_to, "",
8723 : : "flag_ipa_strict_aliasing",
8724 : : ptr1->x_flag_ipa_strict_aliasing,
8725 : : ptr2->x_flag_ipa_strict_aliasing);
8726 : :
8727 : 0 : if (ptr1->x_flag_ipa_vrp != ptr2->x_flag_ipa_vrp)
8728 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8729 : : indent_to, "",
8730 : : "flag_ipa_vrp",
8731 : : ptr1->x_flag_ipa_vrp,
8732 : : ptr2->x_flag_ipa_vrp);
8733 : :
8734 : 0 : if (ptr1->x_flag_ira_hoist_pressure != ptr2->x_flag_ira_hoist_pressure)
8735 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8736 : : indent_to, "",
8737 : : "flag_ira_hoist_pressure",
8738 : : ptr1->x_flag_ira_hoist_pressure,
8739 : : ptr2->x_flag_ira_hoist_pressure);
8740 : :
8741 : 0 : if (ptr1->x_flag_ira_loop_pressure != ptr2->x_flag_ira_loop_pressure)
8742 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8743 : : indent_to, "",
8744 : : "flag_ira_loop_pressure",
8745 : : ptr1->x_flag_ira_loop_pressure,
8746 : : ptr2->x_flag_ira_loop_pressure);
8747 : :
8748 : 0 : if (ptr1->x_flag_ira_share_save_slots != ptr2->x_flag_ira_share_save_slots)
8749 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8750 : : indent_to, "",
8751 : : "flag_ira_share_save_slots",
8752 : : ptr1->x_flag_ira_share_save_slots,
8753 : : ptr2->x_flag_ira_share_save_slots);
8754 : :
8755 : 0 : if (ptr1->x_flag_ira_share_spill_slots != ptr2->x_flag_ira_share_spill_slots)
8756 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8757 : : indent_to, "",
8758 : : "flag_ira_share_spill_slots",
8759 : : ptr1->x_flag_ira_share_spill_slots,
8760 : : ptr2->x_flag_ira_share_spill_slots);
8761 : :
8762 : 0 : if (ptr1->x_flag_isolate_erroneous_paths_attribute != ptr2->x_flag_isolate_erroneous_paths_attribute)
8763 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8764 : : indent_to, "",
8765 : : "flag_isolate_erroneous_paths_attribute",
8766 : : ptr1->x_flag_isolate_erroneous_paths_attribute,
8767 : : ptr2->x_flag_isolate_erroneous_paths_attribute);
8768 : :
8769 : 0 : if (ptr1->x_flag_isolate_erroneous_paths_dereference != ptr2->x_flag_isolate_erroneous_paths_dereference)
8770 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8771 : : indent_to, "",
8772 : : "flag_isolate_erroneous_paths_dereference",
8773 : : ptr1->x_flag_isolate_erroneous_paths_dereference,
8774 : : ptr2->x_flag_isolate_erroneous_paths_dereference);
8775 : :
8776 : 0 : if (ptr1->x_flag_ivopts != ptr2->x_flag_ivopts)
8777 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8778 : : indent_to, "",
8779 : : "flag_ivopts",
8780 : : ptr1->x_flag_ivopts,
8781 : : ptr2->x_flag_ivopts);
8782 : :
8783 : 0 : if (ptr1->x_flag_jump_tables != ptr2->x_flag_jump_tables)
8784 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8785 : : indent_to, "",
8786 : : "flag_jump_tables",
8787 : : ptr1->x_flag_jump_tables,
8788 : : ptr2->x_flag_jump_tables);
8789 : :
8790 : 0 : if (ptr1->x_flag_keep_gc_roots_live != ptr2->x_flag_keep_gc_roots_live)
8791 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8792 : : indent_to, "",
8793 : : "flag_keep_gc_roots_live",
8794 : : ptr1->x_flag_keep_gc_roots_live,
8795 : : ptr2->x_flag_keep_gc_roots_live);
8796 : :
8797 : 0 : if (ptr1->x_flag_late_combine_instructions != ptr2->x_flag_late_combine_instructions)
8798 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8799 : : indent_to, "",
8800 : : "flag_late_combine_instructions",
8801 : : ptr1->x_flag_late_combine_instructions,
8802 : : ptr2->x_flag_late_combine_instructions);
8803 : :
8804 : 0 : if (ptr1->x_flag_lifetime_dse != ptr2->x_flag_lifetime_dse)
8805 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8806 : : indent_to, "",
8807 : : "flag_lifetime_dse",
8808 : : ptr1->x_flag_lifetime_dse,
8809 : : ptr2->x_flag_lifetime_dse);
8810 : :
8811 : 0 : if (ptr1->x_flag_limit_function_alignment != ptr2->x_flag_limit_function_alignment)
8812 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8813 : : indent_to, "",
8814 : : "flag_limit_function_alignment",
8815 : : ptr1->x_flag_limit_function_alignment,
8816 : : ptr2->x_flag_limit_function_alignment);
8817 : :
8818 : 0 : if (ptr1->x_flag_live_range_shrinkage != ptr2->x_flag_live_range_shrinkage)
8819 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8820 : : indent_to, "",
8821 : : "flag_live_range_shrinkage",
8822 : : ptr1->x_flag_live_range_shrinkage,
8823 : : ptr2->x_flag_live_range_shrinkage);
8824 : :
8825 : 0 : if (ptr1->x_flag_loop_interchange != ptr2->x_flag_loop_interchange)
8826 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8827 : : indent_to, "",
8828 : : "flag_loop_interchange",
8829 : : ptr1->x_flag_loop_interchange,
8830 : : ptr2->x_flag_loop_interchange);
8831 : :
8832 : 0 : if (ptr1->x_flag_loop_nest_optimize != ptr2->x_flag_loop_nest_optimize)
8833 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8834 : : indent_to, "",
8835 : : "flag_loop_nest_optimize",
8836 : : ptr1->x_flag_loop_nest_optimize,
8837 : : ptr2->x_flag_loop_nest_optimize);
8838 : :
8839 : 0 : if (ptr1->x_flag_loop_parallelize_all != ptr2->x_flag_loop_parallelize_all)
8840 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8841 : : indent_to, "",
8842 : : "flag_loop_parallelize_all",
8843 : : ptr1->x_flag_loop_parallelize_all,
8844 : : ptr2->x_flag_loop_parallelize_all);
8845 : :
8846 : 0 : if (ptr1->x_flag_unroll_jam != ptr2->x_flag_unroll_jam)
8847 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8848 : : indent_to, "",
8849 : : "flag_unroll_jam",
8850 : : ptr1->x_flag_unroll_jam,
8851 : : ptr2->x_flag_unroll_jam);
8852 : :
8853 : 0 : if (ptr1->x_flag_lra_remat != ptr2->x_flag_lra_remat)
8854 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8855 : : indent_to, "",
8856 : : "flag_lra_remat",
8857 : : ptr1->x_flag_lra_remat,
8858 : : ptr2->x_flag_lra_remat);
8859 : :
8860 : 0 : if (ptr1->x_flag_malloc_dce != ptr2->x_flag_malloc_dce)
8861 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8862 : : indent_to, "",
8863 : : "flag_malloc_dce",
8864 : : ptr1->x_flag_malloc_dce,
8865 : : ptr2->x_flag_malloc_dce);
8866 : :
8867 : 0 : if (ptr1->x_flag_errno_math != ptr2->x_flag_errno_math)
8868 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8869 : : indent_to, "",
8870 : : "flag_errno_math",
8871 : : ptr1->x_flag_errno_math,
8872 : : ptr2->x_flag_errno_math);
8873 : :
8874 : 0 : if (ptr1->x_flag_modulo_sched != ptr2->x_flag_modulo_sched)
8875 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8876 : : indent_to, "",
8877 : : "flag_modulo_sched",
8878 : : ptr1->x_flag_modulo_sched,
8879 : : ptr2->x_flag_modulo_sched);
8880 : :
8881 : 0 : if (ptr1->x_flag_modulo_sched_allow_regmoves != ptr2->x_flag_modulo_sched_allow_regmoves)
8882 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8883 : : indent_to, "",
8884 : : "flag_modulo_sched_allow_regmoves",
8885 : : ptr1->x_flag_modulo_sched_allow_regmoves,
8886 : : ptr2->x_flag_modulo_sched_allow_regmoves);
8887 : :
8888 : 0 : if (ptr1->x_flag_move_loop_invariants != ptr2->x_flag_move_loop_invariants)
8889 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8890 : : indent_to, "",
8891 : : "flag_move_loop_invariants",
8892 : : ptr1->x_flag_move_loop_invariants,
8893 : : ptr2->x_flag_move_loop_invariants);
8894 : :
8895 : 0 : if (ptr1->x_flag_move_loop_stores != ptr2->x_flag_move_loop_stores)
8896 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8897 : : indent_to, "",
8898 : : "flag_move_loop_stores",
8899 : : ptr1->x_flag_move_loop_stores,
8900 : : ptr2->x_flag_move_loop_stores);
8901 : :
8902 : 0 : if (ptr1->x_flag_non_call_exceptions != ptr2->x_flag_non_call_exceptions)
8903 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8904 : : indent_to, "",
8905 : : "flag_non_call_exceptions",
8906 : : ptr1->x_flag_non_call_exceptions,
8907 : : ptr2->x_flag_non_call_exceptions);
8908 : :
8909 : 0 : if (ptr1->x_flag_nothrow_opt != ptr2->x_flag_nothrow_opt)
8910 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8911 : : indent_to, "",
8912 : : "flag_nothrow_opt",
8913 : : ptr1->x_flag_nothrow_opt,
8914 : : ptr2->x_flag_nothrow_opt);
8915 : :
8916 : 0 : if (ptr1->x_flag_omit_frame_pointer != ptr2->x_flag_omit_frame_pointer)
8917 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8918 : : indent_to, "",
8919 : : "flag_omit_frame_pointer",
8920 : : ptr1->x_flag_omit_frame_pointer,
8921 : : ptr2->x_flag_omit_frame_pointer);
8922 : :
8923 : 0 : if (ptr1->x_flag_opt_info != ptr2->x_flag_opt_info)
8924 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8925 : : indent_to, "",
8926 : : "flag_opt_info",
8927 : : ptr1->x_flag_opt_info,
8928 : : ptr2->x_flag_opt_info);
8929 : :
8930 : 0 : if (ptr1->x_flag_optimize_crc != ptr2->x_flag_optimize_crc)
8931 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8932 : : indent_to, "",
8933 : : "flag_optimize_crc",
8934 : : ptr1->x_flag_optimize_crc,
8935 : : ptr2->x_flag_optimize_crc);
8936 : :
8937 : 0 : if (ptr1->x_flag_optimize_sibling_calls != ptr2->x_flag_optimize_sibling_calls)
8938 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8939 : : indent_to, "",
8940 : : "flag_optimize_sibling_calls",
8941 : : ptr1->x_flag_optimize_sibling_calls,
8942 : : ptr2->x_flag_optimize_sibling_calls);
8943 : :
8944 : 0 : if (ptr1->x_flag_optimize_strlen != ptr2->x_flag_optimize_strlen)
8945 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8946 : : indent_to, "",
8947 : : "flag_optimize_strlen",
8948 : : ptr1->x_flag_optimize_strlen,
8949 : : ptr2->x_flag_optimize_strlen);
8950 : :
8951 : 0 : if (ptr1->x_flag_pack_struct != ptr2->x_flag_pack_struct)
8952 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8953 : : indent_to, "",
8954 : : "flag_pack_struct",
8955 : : ptr1->x_flag_pack_struct,
8956 : : ptr2->x_flag_pack_struct);
8957 : :
8958 : 0 : if (ptr1->x_flag_partial_inlining != ptr2->x_flag_partial_inlining)
8959 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8960 : : indent_to, "",
8961 : : "flag_partial_inlining",
8962 : : ptr1->x_flag_partial_inlining,
8963 : : ptr2->x_flag_partial_inlining);
8964 : :
8965 : 0 : if (ptr1->x_flag_pcc_struct_return != ptr2->x_flag_pcc_struct_return)
8966 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8967 : : indent_to, "",
8968 : : "flag_pcc_struct_return",
8969 : : ptr1->x_flag_pcc_struct_return,
8970 : : ptr2->x_flag_pcc_struct_return);
8971 : :
8972 : 0 : if (ptr1->x_flag_peel_loops != ptr2->x_flag_peel_loops)
8973 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8974 : : indent_to, "",
8975 : : "flag_peel_loops",
8976 : : ptr1->x_flag_peel_loops,
8977 : : ptr2->x_flag_peel_loops);
8978 : :
8979 : 0 : if (ptr1->x_flag_no_peephole != ptr2->x_flag_no_peephole)
8980 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8981 : : indent_to, "",
8982 : : "flag_no_peephole",
8983 : : ptr1->x_flag_no_peephole,
8984 : : ptr2->x_flag_no_peephole);
8985 : :
8986 : 0 : if (ptr1->x_flag_peephole2 != ptr2->x_flag_peephole2)
8987 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8988 : : indent_to, "",
8989 : : "flag_peephole2",
8990 : : ptr1->x_flag_peephole2,
8991 : : ptr2->x_flag_peephole2);
8992 : :
8993 : 0 : if (ptr1->x_flag_plt != ptr2->x_flag_plt)
8994 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8995 : : indent_to, "",
8996 : : "flag_plt",
8997 : : ptr1->x_flag_plt,
8998 : : ptr2->x_flag_plt);
8999 : :
9000 : 0 : if (ptr1->x_flag_predictive_commoning != ptr2->x_flag_predictive_commoning)
9001 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9002 : : indent_to, "",
9003 : : "flag_predictive_commoning",
9004 : : ptr1->x_flag_predictive_commoning,
9005 : : ptr2->x_flag_predictive_commoning);
9006 : :
9007 : 0 : if (ptr1->x_flag_prefetch_loop_arrays != ptr2->x_flag_prefetch_loop_arrays)
9008 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9009 : : indent_to, "",
9010 : : "flag_prefetch_loop_arrays",
9011 : : ptr1->x_flag_prefetch_loop_arrays,
9012 : : ptr2->x_flag_prefetch_loop_arrays);
9013 : :
9014 : 0 : if (ptr1->x_flag_printf_return_value != ptr2->x_flag_printf_return_value)
9015 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9016 : : indent_to, "",
9017 : : "flag_printf_return_value",
9018 : : ptr1->x_flag_printf_return_value,
9019 : : ptr2->x_flag_printf_return_value);
9020 : :
9021 : 0 : if (ptr1->x_flag_profile_partial_training != ptr2->x_flag_profile_partial_training)
9022 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9023 : : indent_to, "",
9024 : : "flag_profile_partial_training",
9025 : : ptr1->x_flag_profile_partial_training,
9026 : : ptr2->x_flag_profile_partial_training);
9027 : :
9028 : 0 : if (ptr1->x_flag_profile_reorder_functions != ptr2->x_flag_profile_reorder_functions)
9029 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9030 : : indent_to, "",
9031 : : "flag_profile_reorder_functions",
9032 : : ptr1->x_flag_profile_reorder_functions,
9033 : : ptr2->x_flag_profile_reorder_functions);
9034 : :
9035 : 0 : if (ptr1->x_flag_reciprocal_math != ptr2->x_flag_reciprocal_math)
9036 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9037 : : indent_to, "",
9038 : : "flag_reciprocal_math",
9039 : : ptr1->x_flag_reciprocal_math,
9040 : : ptr2->x_flag_reciprocal_math);
9041 : :
9042 : 0 : if (ptr1->x_flag_ree != ptr2->x_flag_ree)
9043 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9044 : : indent_to, "",
9045 : : "flag_ree",
9046 : : ptr1->x_flag_ree,
9047 : : ptr2->x_flag_ree);
9048 : :
9049 : 0 : if (ptr1->x_flag_rename_registers != ptr2->x_flag_rename_registers)
9050 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9051 : : indent_to, "",
9052 : : "flag_rename_registers",
9053 : : ptr1->x_flag_rename_registers,
9054 : : ptr2->x_flag_rename_registers);
9055 : :
9056 : 0 : if (ptr1->x_flag_reorder_blocks != ptr2->x_flag_reorder_blocks)
9057 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9058 : : indent_to, "",
9059 : : "flag_reorder_blocks",
9060 : : ptr1->x_flag_reorder_blocks,
9061 : : ptr2->x_flag_reorder_blocks);
9062 : :
9063 : 0 : if (ptr1->x_flag_reorder_blocks_and_partition != ptr2->x_flag_reorder_blocks_and_partition)
9064 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9065 : : indent_to, "",
9066 : : "flag_reorder_blocks_and_partition",
9067 : : ptr1->x_flag_reorder_blocks_and_partition,
9068 : : ptr2->x_flag_reorder_blocks_and_partition);
9069 : :
9070 : 0 : if (ptr1->x_flag_reorder_functions != ptr2->x_flag_reorder_functions)
9071 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9072 : : indent_to, "",
9073 : : "flag_reorder_functions",
9074 : : ptr1->x_flag_reorder_functions,
9075 : : ptr2->x_flag_reorder_functions);
9076 : :
9077 : 0 : if (ptr1->x_flag_rerun_cse_after_loop != ptr2->x_flag_rerun_cse_after_loop)
9078 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9079 : : indent_to, "",
9080 : : "flag_rerun_cse_after_loop",
9081 : : ptr1->x_flag_rerun_cse_after_loop,
9082 : : ptr2->x_flag_rerun_cse_after_loop);
9083 : :
9084 : 0 : if (ptr1->x_flag_resched_modulo_sched != ptr2->x_flag_resched_modulo_sched)
9085 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9086 : : indent_to, "",
9087 : : "flag_resched_modulo_sched",
9088 : : ptr1->x_flag_resched_modulo_sched,
9089 : : ptr2->x_flag_resched_modulo_sched);
9090 : :
9091 : 0 : if (ptr1->x_flag_rounding_math != ptr2->x_flag_rounding_math)
9092 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9093 : : indent_to, "",
9094 : : "flag_rounding_math",
9095 : : ptr1->x_flag_rounding_math,
9096 : : ptr2->x_flag_rounding_math);
9097 : :
9098 : 0 : if (ptr1->x_flag_rtti != ptr2->x_flag_rtti)
9099 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9100 : : indent_to, "",
9101 : : "flag_rtti",
9102 : : ptr1->x_flag_rtti,
9103 : : ptr2->x_flag_rtti);
9104 : :
9105 : 0 : if (ptr1->x_flag_save_optimization_record != ptr2->x_flag_save_optimization_record)
9106 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9107 : : indent_to, "",
9108 : : "flag_save_optimization_record",
9109 : : ptr1->x_flag_save_optimization_record,
9110 : : ptr2->x_flag_save_optimization_record);
9111 : :
9112 : 0 : if (ptr1->x_flag_sched_critical_path_heuristic != ptr2->x_flag_sched_critical_path_heuristic)
9113 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9114 : : indent_to, "",
9115 : : "flag_sched_critical_path_heuristic",
9116 : : ptr1->x_flag_sched_critical_path_heuristic,
9117 : : ptr2->x_flag_sched_critical_path_heuristic);
9118 : :
9119 : 0 : if (ptr1->x_flag_sched_dep_count_heuristic != ptr2->x_flag_sched_dep_count_heuristic)
9120 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9121 : : indent_to, "",
9122 : : "flag_sched_dep_count_heuristic",
9123 : : ptr1->x_flag_sched_dep_count_heuristic,
9124 : : ptr2->x_flag_sched_dep_count_heuristic);
9125 : :
9126 : 0 : if (ptr1->x_flag_sched_group_heuristic != ptr2->x_flag_sched_group_heuristic)
9127 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9128 : : indent_to, "",
9129 : : "flag_sched_group_heuristic",
9130 : : ptr1->x_flag_sched_group_heuristic,
9131 : : ptr2->x_flag_sched_group_heuristic);
9132 : :
9133 : 0 : if (ptr1->x_flag_schedule_interblock != ptr2->x_flag_schedule_interblock)
9134 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9135 : : indent_to, "",
9136 : : "flag_schedule_interblock",
9137 : : ptr1->x_flag_schedule_interblock,
9138 : : ptr2->x_flag_schedule_interblock);
9139 : :
9140 : 0 : if (ptr1->x_flag_sched_last_insn_heuristic != ptr2->x_flag_sched_last_insn_heuristic)
9141 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9142 : : indent_to, "",
9143 : : "flag_sched_last_insn_heuristic",
9144 : : ptr1->x_flag_sched_last_insn_heuristic,
9145 : : ptr2->x_flag_sched_last_insn_heuristic);
9146 : :
9147 : 0 : if (ptr1->x_flag_sched_pressure != ptr2->x_flag_sched_pressure)
9148 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9149 : : indent_to, "",
9150 : : "flag_sched_pressure",
9151 : : ptr1->x_flag_sched_pressure,
9152 : : ptr2->x_flag_sched_pressure);
9153 : :
9154 : 0 : if (ptr1->x_flag_sched_rank_heuristic != ptr2->x_flag_sched_rank_heuristic)
9155 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9156 : : indent_to, "",
9157 : : "flag_sched_rank_heuristic",
9158 : : ptr1->x_flag_sched_rank_heuristic,
9159 : : ptr2->x_flag_sched_rank_heuristic);
9160 : :
9161 : 0 : if (ptr1->x_flag_schedule_speculative != ptr2->x_flag_schedule_speculative)
9162 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9163 : : indent_to, "",
9164 : : "flag_schedule_speculative",
9165 : : ptr1->x_flag_schedule_speculative,
9166 : : ptr2->x_flag_schedule_speculative);
9167 : :
9168 : 0 : if (ptr1->x_flag_sched_spec_insn_heuristic != ptr2->x_flag_sched_spec_insn_heuristic)
9169 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9170 : : indent_to, "",
9171 : : "flag_sched_spec_insn_heuristic",
9172 : : ptr1->x_flag_sched_spec_insn_heuristic,
9173 : : ptr2->x_flag_sched_spec_insn_heuristic);
9174 : :
9175 : 0 : if (ptr1->x_flag_schedule_speculative_load != ptr2->x_flag_schedule_speculative_load)
9176 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9177 : : indent_to, "",
9178 : : "flag_schedule_speculative_load",
9179 : : ptr1->x_flag_schedule_speculative_load,
9180 : : ptr2->x_flag_schedule_speculative_load);
9181 : :
9182 : 0 : if (ptr1->x_flag_schedule_speculative_load_dangerous != ptr2->x_flag_schedule_speculative_load_dangerous)
9183 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9184 : : indent_to, "",
9185 : : "flag_schedule_speculative_load_dangerous",
9186 : : ptr1->x_flag_schedule_speculative_load_dangerous,
9187 : : ptr2->x_flag_schedule_speculative_load_dangerous);
9188 : :
9189 : 0 : if (ptr1->x_flag_sched2_use_superblocks != ptr2->x_flag_sched2_use_superblocks)
9190 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9191 : : indent_to, "",
9192 : : "flag_sched2_use_superblocks",
9193 : : ptr1->x_flag_sched2_use_superblocks,
9194 : : ptr2->x_flag_sched2_use_superblocks);
9195 : :
9196 : 0 : if (ptr1->x_flag_schedule_fusion != ptr2->x_flag_schedule_fusion)
9197 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9198 : : indent_to, "",
9199 : : "flag_schedule_fusion",
9200 : : ptr1->x_flag_schedule_fusion,
9201 : : ptr2->x_flag_schedule_fusion);
9202 : :
9203 : 0 : if (ptr1->x_flag_schedule_insns != ptr2->x_flag_schedule_insns)
9204 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9205 : : indent_to, "",
9206 : : "flag_schedule_insns",
9207 : : ptr1->x_flag_schedule_insns,
9208 : : ptr2->x_flag_schedule_insns);
9209 : :
9210 : 0 : if (ptr1->x_flag_schedule_insns_after_reload != ptr2->x_flag_schedule_insns_after_reload)
9211 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9212 : : indent_to, "",
9213 : : "flag_schedule_insns_after_reload",
9214 : : ptr1->x_flag_schedule_insns_after_reload,
9215 : : ptr2->x_flag_schedule_insns_after_reload);
9216 : :
9217 : 0 : if (ptr1->x_flag_section_anchors != ptr2->x_flag_section_anchors)
9218 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9219 : : indent_to, "",
9220 : : "flag_section_anchors",
9221 : : ptr1->x_flag_section_anchors,
9222 : : ptr2->x_flag_section_anchors);
9223 : :
9224 : 0 : if (ptr1->x_flag_sel_sched_pipelining != ptr2->x_flag_sel_sched_pipelining)
9225 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9226 : : indent_to, "",
9227 : : "flag_sel_sched_pipelining",
9228 : : ptr1->x_flag_sel_sched_pipelining,
9229 : : ptr2->x_flag_sel_sched_pipelining);
9230 : :
9231 : 0 : if (ptr1->x_flag_sel_sched_pipelining_outer_loops != ptr2->x_flag_sel_sched_pipelining_outer_loops)
9232 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9233 : : indent_to, "",
9234 : : "flag_sel_sched_pipelining_outer_loops",
9235 : : ptr1->x_flag_sel_sched_pipelining_outer_loops,
9236 : : ptr2->x_flag_sel_sched_pipelining_outer_loops);
9237 : :
9238 : 0 : if (ptr1->x_flag_sel_sched_reschedule_pipelined != ptr2->x_flag_sel_sched_reschedule_pipelined)
9239 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9240 : : indent_to, "",
9241 : : "flag_sel_sched_reschedule_pipelined",
9242 : : ptr1->x_flag_sel_sched_reschedule_pipelined,
9243 : : ptr2->x_flag_sel_sched_reschedule_pipelined);
9244 : :
9245 : 0 : if (ptr1->x_flag_selective_scheduling != ptr2->x_flag_selective_scheduling)
9246 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9247 : : indent_to, "",
9248 : : "flag_selective_scheduling",
9249 : : ptr1->x_flag_selective_scheduling,
9250 : : ptr2->x_flag_selective_scheduling);
9251 : :
9252 : 0 : if (ptr1->x_flag_selective_scheduling2 != ptr2->x_flag_selective_scheduling2)
9253 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9254 : : indent_to, "",
9255 : : "flag_selective_scheduling2",
9256 : : ptr1->x_flag_selective_scheduling2,
9257 : : ptr2->x_flag_selective_scheduling2);
9258 : :
9259 : 0 : if (ptr1->x_flag_semantic_interposition != ptr2->x_flag_semantic_interposition)
9260 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9261 : : indent_to, "",
9262 : : "flag_semantic_interposition",
9263 : : ptr1->x_flag_semantic_interposition,
9264 : : ptr2->x_flag_semantic_interposition);
9265 : :
9266 : 0 : if (ptr1->x_flag_short_enums != ptr2->x_flag_short_enums)
9267 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9268 : : indent_to, "",
9269 : : "flag_short_enums",
9270 : : ptr1->x_flag_short_enums,
9271 : : ptr2->x_flag_short_enums);
9272 : :
9273 : 0 : if (ptr1->x_flag_short_wchar != ptr2->x_flag_short_wchar)
9274 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9275 : : indent_to, "",
9276 : : "flag_short_wchar",
9277 : : ptr1->x_flag_short_wchar,
9278 : : ptr2->x_flag_short_wchar);
9279 : :
9280 : 0 : if (ptr1->x_flag_shrink_wrap != ptr2->x_flag_shrink_wrap)
9281 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9282 : : indent_to, "",
9283 : : "flag_shrink_wrap",
9284 : : ptr1->x_flag_shrink_wrap,
9285 : : ptr2->x_flag_shrink_wrap);
9286 : :
9287 : 0 : if (ptr1->x_flag_shrink_wrap_separate != ptr2->x_flag_shrink_wrap_separate)
9288 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9289 : : indent_to, "",
9290 : : "flag_shrink_wrap_separate",
9291 : : ptr1->x_flag_shrink_wrap_separate,
9292 : : ptr2->x_flag_shrink_wrap_separate);
9293 : :
9294 : 0 : if (ptr1->x_flag_signaling_nans != ptr2->x_flag_signaling_nans)
9295 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9296 : : indent_to, "",
9297 : : "flag_signaling_nans",
9298 : : ptr1->x_flag_signaling_nans,
9299 : : ptr2->x_flag_signaling_nans);
9300 : :
9301 : 0 : if (ptr1->x_flag_signed_zeros != ptr2->x_flag_signed_zeros)
9302 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9303 : : indent_to, "",
9304 : : "flag_signed_zeros",
9305 : : ptr1->x_flag_signed_zeros,
9306 : : ptr2->x_flag_signed_zeros);
9307 : :
9308 : 0 : if (ptr1->x_flag_single_precision_constant != ptr2->x_flag_single_precision_constant)
9309 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9310 : : indent_to, "",
9311 : : "flag_single_precision_constant",
9312 : : ptr1->x_flag_single_precision_constant,
9313 : : ptr2->x_flag_single_precision_constant);
9314 : :
9315 : 0 : if (ptr1->x_flag_split_ivs_in_unroller != ptr2->x_flag_split_ivs_in_unroller)
9316 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9317 : : indent_to, "",
9318 : : "flag_split_ivs_in_unroller",
9319 : : ptr1->x_flag_split_ivs_in_unroller,
9320 : : ptr2->x_flag_split_ivs_in_unroller);
9321 : :
9322 : 0 : if (ptr1->x_flag_split_loops != ptr2->x_flag_split_loops)
9323 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9324 : : indent_to, "",
9325 : : "flag_split_loops",
9326 : : ptr1->x_flag_split_loops,
9327 : : ptr2->x_flag_split_loops);
9328 : :
9329 : 0 : if (ptr1->x_flag_split_paths != ptr2->x_flag_split_paths)
9330 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9331 : : indent_to, "",
9332 : : "flag_split_paths",
9333 : : ptr1->x_flag_split_paths,
9334 : : ptr2->x_flag_split_paths);
9335 : :
9336 : 0 : if (ptr1->x_flag_split_wide_types != ptr2->x_flag_split_wide_types)
9337 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9338 : : indent_to, "",
9339 : : "flag_split_wide_types",
9340 : : ptr1->x_flag_split_wide_types,
9341 : : ptr2->x_flag_split_wide_types);
9342 : :
9343 : 0 : if (ptr1->x_flag_split_wide_types_early != ptr2->x_flag_split_wide_types_early)
9344 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9345 : : indent_to, "",
9346 : : "flag_split_wide_types_early",
9347 : : ptr1->x_flag_split_wide_types_early,
9348 : : ptr2->x_flag_split_wide_types_early);
9349 : :
9350 : 0 : if (ptr1->x_flag_ssa_backprop != ptr2->x_flag_ssa_backprop)
9351 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9352 : : indent_to, "",
9353 : : "flag_ssa_backprop",
9354 : : ptr1->x_flag_ssa_backprop,
9355 : : ptr2->x_flag_ssa_backprop);
9356 : :
9357 : 0 : if (ptr1->x_flag_ssa_phiopt != ptr2->x_flag_ssa_phiopt)
9358 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9359 : : indent_to, "",
9360 : : "flag_ssa_phiopt",
9361 : : ptr1->x_flag_ssa_phiopt,
9362 : : ptr2->x_flag_ssa_phiopt);
9363 : :
9364 : 0 : if (ptr1->x_flag_stack_clash_protection != ptr2->x_flag_stack_clash_protection)
9365 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9366 : : indent_to, "",
9367 : : "flag_stack_clash_protection",
9368 : : ptr1->x_flag_stack_clash_protection,
9369 : : ptr2->x_flag_stack_clash_protection);
9370 : :
9371 : 0 : if (ptr1->x_flag_stack_protect != ptr2->x_flag_stack_protect)
9372 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9373 : : indent_to, "",
9374 : : "flag_stack_protect",
9375 : : ptr1->x_flag_stack_protect,
9376 : : ptr2->x_flag_stack_protect);
9377 : :
9378 : 0 : if (ptr1->x_flag_stdarg_opt != ptr2->x_flag_stdarg_opt)
9379 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9380 : : indent_to, "",
9381 : : "flag_stdarg_opt",
9382 : : ptr1->x_flag_stdarg_opt,
9383 : : ptr2->x_flag_stdarg_opt);
9384 : :
9385 : 0 : if (ptr1->x_flag_store_merging != ptr2->x_flag_store_merging)
9386 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9387 : : indent_to, "",
9388 : : "flag_store_merging",
9389 : : ptr1->x_flag_store_merging,
9390 : : ptr2->x_flag_store_merging);
9391 : :
9392 : 0 : if (ptr1->x_flag_strict_aliasing != ptr2->x_flag_strict_aliasing)
9393 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9394 : : indent_to, "",
9395 : : "flag_strict_aliasing",
9396 : : ptr1->x_flag_strict_aliasing,
9397 : : ptr2->x_flag_strict_aliasing);
9398 : :
9399 : 0 : if (ptr1->x_flag_strict_enums != ptr2->x_flag_strict_enums)
9400 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9401 : : indent_to, "",
9402 : : "flag_strict_enums",
9403 : : ptr1->x_flag_strict_enums,
9404 : : ptr2->x_flag_strict_enums);
9405 : :
9406 : 0 : if (ptr1->x_flag_strict_volatile_bitfields != ptr2->x_flag_strict_volatile_bitfields)
9407 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9408 : : indent_to, "",
9409 : : "flag_strict_volatile_bitfields",
9410 : : ptr1->x_flag_strict_volatile_bitfields,
9411 : : ptr2->x_flag_strict_volatile_bitfields);
9412 : :
9413 : 0 : if (ptr1->x_flag_thread_jumps != ptr2->x_flag_thread_jumps)
9414 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9415 : : indent_to, "",
9416 : : "flag_thread_jumps",
9417 : : ptr1->x_flag_thread_jumps,
9418 : : ptr2->x_flag_thread_jumps);
9419 : :
9420 : 0 : if (ptr1->x_flag_threadsafe_statics != ptr2->x_flag_threadsafe_statics)
9421 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9422 : : indent_to, "",
9423 : : "flag_threadsafe_statics",
9424 : : ptr1->x_flag_threadsafe_statics,
9425 : : ptr2->x_flag_threadsafe_statics);
9426 : :
9427 : 0 : if (ptr1->x_flag_toplevel_reorder != ptr2->x_flag_toplevel_reorder)
9428 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9429 : : indent_to, "",
9430 : : "flag_toplevel_reorder",
9431 : : ptr1->x_flag_toplevel_reorder,
9432 : : ptr2->x_flag_toplevel_reorder);
9433 : :
9434 : 0 : if (ptr1->x_flag_tracer != ptr2->x_flag_tracer)
9435 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9436 : : indent_to, "",
9437 : : "flag_tracer",
9438 : : ptr1->x_flag_tracer,
9439 : : ptr2->x_flag_tracer);
9440 : :
9441 : 0 : if (ptr1->x_flag_trapping_math != ptr2->x_flag_trapping_math)
9442 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9443 : : indent_to, "",
9444 : : "flag_trapping_math",
9445 : : ptr1->x_flag_trapping_math,
9446 : : ptr2->x_flag_trapping_math);
9447 : :
9448 : 0 : if (ptr1->x_flag_trapv != ptr2->x_flag_trapv)
9449 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9450 : : indent_to, "",
9451 : : "flag_trapv",
9452 : : ptr1->x_flag_trapv,
9453 : : ptr2->x_flag_trapv);
9454 : :
9455 : 0 : if (ptr1->x_flag_tree_bit_ccp != ptr2->x_flag_tree_bit_ccp)
9456 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9457 : : indent_to, "",
9458 : : "flag_tree_bit_ccp",
9459 : : ptr1->x_flag_tree_bit_ccp,
9460 : : ptr2->x_flag_tree_bit_ccp);
9461 : :
9462 : 0 : if (ptr1->x_flag_tree_builtin_call_dce != ptr2->x_flag_tree_builtin_call_dce)
9463 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9464 : : indent_to, "",
9465 : : "flag_tree_builtin_call_dce",
9466 : : ptr1->x_flag_tree_builtin_call_dce,
9467 : : ptr2->x_flag_tree_builtin_call_dce);
9468 : :
9469 : 0 : if (ptr1->x_flag_tree_ccp != ptr2->x_flag_tree_ccp)
9470 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9471 : : indent_to, "",
9472 : : "flag_tree_ccp",
9473 : : ptr1->x_flag_tree_ccp,
9474 : : ptr2->x_flag_tree_ccp);
9475 : :
9476 : 0 : if (ptr1->x_flag_tree_ch != ptr2->x_flag_tree_ch)
9477 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9478 : : indent_to, "",
9479 : : "flag_tree_ch",
9480 : : ptr1->x_flag_tree_ch,
9481 : : ptr2->x_flag_tree_ch);
9482 : :
9483 : 0 : if (ptr1->x_flag_tree_coalesce_vars != ptr2->x_flag_tree_coalesce_vars)
9484 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9485 : : indent_to, "",
9486 : : "flag_tree_coalesce_vars",
9487 : : ptr1->x_flag_tree_coalesce_vars,
9488 : : ptr2->x_flag_tree_coalesce_vars);
9489 : :
9490 : 0 : if (ptr1->x_flag_tree_copy_prop != ptr2->x_flag_tree_copy_prop)
9491 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9492 : : indent_to, "",
9493 : : "flag_tree_copy_prop",
9494 : : ptr1->x_flag_tree_copy_prop,
9495 : : ptr2->x_flag_tree_copy_prop);
9496 : :
9497 : 0 : if (ptr1->x_flag_tree_cselim != ptr2->x_flag_tree_cselim)
9498 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9499 : : indent_to, "",
9500 : : "flag_tree_cselim",
9501 : : ptr1->x_flag_tree_cselim,
9502 : : ptr2->x_flag_tree_cselim);
9503 : :
9504 : 0 : if (ptr1->x_flag_tree_dce != ptr2->x_flag_tree_dce)
9505 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9506 : : indent_to, "",
9507 : : "flag_tree_dce",
9508 : : ptr1->x_flag_tree_dce,
9509 : : ptr2->x_flag_tree_dce);
9510 : :
9511 : 0 : if (ptr1->x_flag_tree_dom != ptr2->x_flag_tree_dom)
9512 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9513 : : indent_to, "",
9514 : : "flag_tree_dom",
9515 : : ptr1->x_flag_tree_dom,
9516 : : ptr2->x_flag_tree_dom);
9517 : :
9518 : 0 : if (ptr1->x_flag_tree_dse != ptr2->x_flag_tree_dse)
9519 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9520 : : indent_to, "",
9521 : : "flag_tree_dse",
9522 : : ptr1->x_flag_tree_dse,
9523 : : ptr2->x_flag_tree_dse);
9524 : :
9525 : 0 : if (ptr1->x_flag_tree_forwprop != ptr2->x_flag_tree_forwprop)
9526 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9527 : : indent_to, "",
9528 : : "flag_tree_forwprop",
9529 : : ptr1->x_flag_tree_forwprop,
9530 : : ptr2->x_flag_tree_forwprop);
9531 : :
9532 : 0 : if (ptr1->x_flag_tree_fre != ptr2->x_flag_tree_fre)
9533 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9534 : : indent_to, "",
9535 : : "flag_tree_fre",
9536 : : ptr1->x_flag_tree_fre,
9537 : : ptr2->x_flag_tree_fre);
9538 : :
9539 : 0 : if (ptr1->x_flag_tree_loop_distribute_patterns != ptr2->x_flag_tree_loop_distribute_patterns)
9540 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9541 : : indent_to, "",
9542 : : "flag_tree_loop_distribute_patterns",
9543 : : ptr1->x_flag_tree_loop_distribute_patterns,
9544 : : ptr2->x_flag_tree_loop_distribute_patterns);
9545 : :
9546 : 0 : if (ptr1->x_flag_tree_loop_distribution != ptr2->x_flag_tree_loop_distribution)
9547 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9548 : : indent_to, "",
9549 : : "flag_tree_loop_distribution",
9550 : : ptr1->x_flag_tree_loop_distribution,
9551 : : ptr2->x_flag_tree_loop_distribution);
9552 : :
9553 : 0 : if (ptr1->x_flag_tree_loop_if_convert != ptr2->x_flag_tree_loop_if_convert)
9554 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9555 : : indent_to, "",
9556 : : "flag_tree_loop_if_convert",
9557 : : ptr1->x_flag_tree_loop_if_convert,
9558 : : ptr2->x_flag_tree_loop_if_convert);
9559 : :
9560 : 0 : if (ptr1->x_flag_tree_loop_im != ptr2->x_flag_tree_loop_im)
9561 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9562 : : indent_to, "",
9563 : : "flag_tree_loop_im",
9564 : : ptr1->x_flag_tree_loop_im,
9565 : : ptr2->x_flag_tree_loop_im);
9566 : :
9567 : 0 : if (ptr1->x_flag_tree_loop_ivcanon != ptr2->x_flag_tree_loop_ivcanon)
9568 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9569 : : indent_to, "",
9570 : : "flag_tree_loop_ivcanon",
9571 : : ptr1->x_flag_tree_loop_ivcanon,
9572 : : ptr2->x_flag_tree_loop_ivcanon);
9573 : :
9574 : 0 : if (ptr1->x_flag_tree_loop_optimize != ptr2->x_flag_tree_loop_optimize)
9575 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9576 : : indent_to, "",
9577 : : "flag_tree_loop_optimize",
9578 : : ptr1->x_flag_tree_loop_optimize,
9579 : : ptr2->x_flag_tree_loop_optimize);
9580 : :
9581 : 0 : if (ptr1->x_flag_tree_loop_vectorize != ptr2->x_flag_tree_loop_vectorize)
9582 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9583 : : indent_to, "",
9584 : : "flag_tree_loop_vectorize",
9585 : : ptr1->x_flag_tree_loop_vectorize,
9586 : : ptr2->x_flag_tree_loop_vectorize);
9587 : :
9588 : 0 : if (ptr1->x_flag_tree_live_range_split != ptr2->x_flag_tree_live_range_split)
9589 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9590 : : indent_to, "",
9591 : : "flag_tree_live_range_split",
9592 : : ptr1->x_flag_tree_live_range_split,
9593 : : ptr2->x_flag_tree_live_range_split);
9594 : :
9595 : 0 : if (ptr1->x_flag_tree_partial_pre != ptr2->x_flag_tree_partial_pre)
9596 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9597 : : indent_to, "",
9598 : : "flag_tree_partial_pre",
9599 : : ptr1->x_flag_tree_partial_pre,
9600 : : ptr2->x_flag_tree_partial_pre);
9601 : :
9602 : 0 : if (ptr1->x_flag_tree_phiprop != ptr2->x_flag_tree_phiprop)
9603 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9604 : : indent_to, "",
9605 : : "flag_tree_phiprop",
9606 : : ptr1->x_flag_tree_phiprop,
9607 : : ptr2->x_flag_tree_phiprop);
9608 : :
9609 : 0 : if (ptr1->x_flag_tree_pre != ptr2->x_flag_tree_pre)
9610 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9611 : : indent_to, "",
9612 : : "flag_tree_pre",
9613 : : ptr1->x_flag_tree_pre,
9614 : : ptr2->x_flag_tree_pre);
9615 : :
9616 : 0 : if (ptr1->x_flag_tree_pta != ptr2->x_flag_tree_pta)
9617 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9618 : : indent_to, "",
9619 : : "flag_tree_pta",
9620 : : ptr1->x_flag_tree_pta,
9621 : : ptr2->x_flag_tree_pta);
9622 : :
9623 : 0 : if (ptr1->x_flag_tree_reassoc != ptr2->x_flag_tree_reassoc)
9624 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9625 : : indent_to, "",
9626 : : "flag_tree_reassoc",
9627 : : ptr1->x_flag_tree_reassoc,
9628 : : ptr2->x_flag_tree_reassoc);
9629 : :
9630 : 0 : if (ptr1->x_flag_tree_scev_cprop != ptr2->x_flag_tree_scev_cprop)
9631 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9632 : : indent_to, "",
9633 : : "flag_tree_scev_cprop",
9634 : : ptr1->x_flag_tree_scev_cprop,
9635 : : ptr2->x_flag_tree_scev_cprop);
9636 : :
9637 : 0 : if (ptr1->x_flag_tree_sink != ptr2->x_flag_tree_sink)
9638 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9639 : : indent_to, "",
9640 : : "flag_tree_sink",
9641 : : ptr1->x_flag_tree_sink,
9642 : : ptr2->x_flag_tree_sink);
9643 : :
9644 : 0 : if (ptr1->x_flag_tree_slp_vectorize != ptr2->x_flag_tree_slp_vectorize)
9645 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9646 : : indent_to, "",
9647 : : "flag_tree_slp_vectorize",
9648 : : ptr1->x_flag_tree_slp_vectorize,
9649 : : ptr2->x_flag_tree_slp_vectorize);
9650 : :
9651 : 0 : if (ptr1->x_flag_tree_slsr != ptr2->x_flag_tree_slsr)
9652 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9653 : : indent_to, "",
9654 : : "flag_tree_slsr",
9655 : : ptr1->x_flag_tree_slsr,
9656 : : ptr2->x_flag_tree_slsr);
9657 : :
9658 : 0 : if (ptr1->x_flag_tree_sra != ptr2->x_flag_tree_sra)
9659 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9660 : : indent_to, "",
9661 : : "flag_tree_sra",
9662 : : ptr1->x_flag_tree_sra,
9663 : : ptr2->x_flag_tree_sra);
9664 : :
9665 : 0 : if (ptr1->x_flag_tree_switch_conversion != ptr2->x_flag_tree_switch_conversion)
9666 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9667 : : indent_to, "",
9668 : : "flag_tree_switch_conversion",
9669 : : ptr1->x_flag_tree_switch_conversion,
9670 : : ptr2->x_flag_tree_switch_conversion);
9671 : :
9672 : 0 : if (ptr1->x_flag_tree_tail_merge != ptr2->x_flag_tree_tail_merge)
9673 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9674 : : indent_to, "",
9675 : : "flag_tree_tail_merge",
9676 : : ptr1->x_flag_tree_tail_merge,
9677 : : ptr2->x_flag_tree_tail_merge);
9678 : :
9679 : 0 : if (ptr1->x_flag_tree_ter != ptr2->x_flag_tree_ter)
9680 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9681 : : indent_to, "",
9682 : : "flag_tree_ter",
9683 : : ptr1->x_flag_tree_ter,
9684 : : ptr2->x_flag_tree_ter);
9685 : :
9686 : 0 : if (ptr1->x_flag_tree_vectorize != ptr2->x_flag_tree_vectorize)
9687 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9688 : : indent_to, "",
9689 : : "flag_tree_vectorize",
9690 : : ptr1->x_flag_tree_vectorize,
9691 : : ptr2->x_flag_tree_vectorize);
9692 : :
9693 : 0 : if (ptr1->x_flag_tree_vrp != ptr2->x_flag_tree_vrp)
9694 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9695 : : indent_to, "",
9696 : : "flag_tree_vrp",
9697 : : ptr1->x_flag_tree_vrp,
9698 : : ptr2->x_flag_tree_vrp);
9699 : :
9700 : 0 : if (ptr1->x_flag_unconstrained_commons != ptr2->x_flag_unconstrained_commons)
9701 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9702 : : indent_to, "",
9703 : : "flag_unconstrained_commons",
9704 : : ptr1->x_flag_unconstrained_commons,
9705 : : ptr2->x_flag_unconstrained_commons);
9706 : :
9707 : 0 : if (ptr1->x_flag_unreachable_traps != ptr2->x_flag_unreachable_traps)
9708 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9709 : : indent_to, "",
9710 : : "flag_unreachable_traps",
9711 : : ptr1->x_flag_unreachable_traps,
9712 : : ptr2->x_flag_unreachable_traps);
9713 : :
9714 : 0 : if (ptr1->x_flag_unroll_all_loops != ptr2->x_flag_unroll_all_loops)
9715 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9716 : : indent_to, "",
9717 : : "flag_unroll_all_loops",
9718 : : ptr1->x_flag_unroll_all_loops,
9719 : : ptr2->x_flag_unroll_all_loops);
9720 : :
9721 : 0 : if (ptr1->x_flag_cunroll_grow_size != ptr2->x_flag_cunroll_grow_size)
9722 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9723 : : indent_to, "",
9724 : : "flag_cunroll_grow_size",
9725 : : ptr1->x_flag_cunroll_grow_size,
9726 : : ptr2->x_flag_cunroll_grow_size);
9727 : :
9728 : 0 : if (ptr1->x_flag_unroll_loops != ptr2->x_flag_unroll_loops)
9729 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9730 : : indent_to, "",
9731 : : "flag_unroll_loops",
9732 : : ptr1->x_flag_unroll_loops,
9733 : : ptr2->x_flag_unroll_loops);
9734 : :
9735 : 0 : if (ptr1->x_flag_unsafe_math_optimizations != ptr2->x_flag_unsafe_math_optimizations)
9736 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9737 : : indent_to, "",
9738 : : "flag_unsafe_math_optimizations",
9739 : : ptr1->x_flag_unsafe_math_optimizations,
9740 : : ptr2->x_flag_unsafe_math_optimizations);
9741 : :
9742 : 0 : if (ptr1->x_flag_unswitch_loops != ptr2->x_flag_unswitch_loops)
9743 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9744 : : indent_to, "",
9745 : : "flag_unswitch_loops",
9746 : : ptr1->x_flag_unswitch_loops,
9747 : : ptr2->x_flag_unswitch_loops);
9748 : :
9749 : 0 : if (ptr1->x_flag_unwind_tables != ptr2->x_flag_unwind_tables)
9750 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9751 : : indent_to, "",
9752 : : "flag_unwind_tables",
9753 : : ptr1->x_flag_unwind_tables,
9754 : : ptr2->x_flag_unwind_tables);
9755 : :
9756 : 0 : if (ptr1->x_flag_var_tracking != ptr2->x_flag_var_tracking)
9757 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9758 : : indent_to, "",
9759 : : "flag_var_tracking",
9760 : : ptr1->x_flag_var_tracking,
9761 : : ptr2->x_flag_var_tracking);
9762 : :
9763 : 0 : if (ptr1->x_flag_var_tracking_assignments != ptr2->x_flag_var_tracking_assignments)
9764 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9765 : : indent_to, "",
9766 : : "flag_var_tracking_assignments",
9767 : : ptr1->x_flag_var_tracking_assignments,
9768 : : ptr2->x_flag_var_tracking_assignments);
9769 : :
9770 : 0 : if (ptr1->x_flag_var_tracking_assignments_toggle != ptr2->x_flag_var_tracking_assignments_toggle)
9771 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9772 : : indent_to, "",
9773 : : "flag_var_tracking_assignments_toggle",
9774 : : ptr1->x_flag_var_tracking_assignments_toggle,
9775 : : ptr2->x_flag_var_tracking_assignments_toggle);
9776 : :
9777 : 0 : if (ptr1->x_flag_var_tracking_uninit != ptr2->x_flag_var_tracking_uninit)
9778 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9779 : : indent_to, "",
9780 : : "flag_var_tracking_uninit",
9781 : : ptr1->x_flag_var_tracking_uninit,
9782 : : ptr2->x_flag_var_tracking_uninit);
9783 : :
9784 : 0 : if (ptr1->x_flag_variable_expansion_in_unroller != ptr2->x_flag_variable_expansion_in_unroller)
9785 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9786 : : indent_to, "",
9787 : : "flag_variable_expansion_in_unroller",
9788 : : ptr1->x_flag_variable_expansion_in_unroller,
9789 : : ptr2->x_flag_variable_expansion_in_unroller);
9790 : :
9791 : 0 : if (ptr1->x_flag_version_loops_for_strides != ptr2->x_flag_version_loops_for_strides)
9792 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9793 : : indent_to, "",
9794 : : "flag_version_loops_for_strides",
9795 : : ptr1->x_flag_version_loops_for_strides,
9796 : : ptr2->x_flag_version_loops_for_strides);
9797 : :
9798 : 0 : if (ptr1->x_flag_value_profile_transformations != ptr2->x_flag_value_profile_transformations)
9799 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9800 : : indent_to, "",
9801 : : "flag_value_profile_transformations",
9802 : : ptr1->x_flag_value_profile_transformations,
9803 : : ptr2->x_flag_value_profile_transformations);
9804 : :
9805 : 0 : if (ptr1->x_flag_web != ptr2->x_flag_web)
9806 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9807 : : indent_to, "",
9808 : : "flag_web",
9809 : : ptr1->x_flag_web,
9810 : : ptr2->x_flag_web);
9811 : :
9812 : 0 : if (ptr1->x_flag_wrapv != ptr2->x_flag_wrapv)
9813 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9814 : : indent_to, "",
9815 : : "flag_wrapv",
9816 : : ptr1->x_flag_wrapv,
9817 : : ptr2->x_flag_wrapv);
9818 : :
9819 : 0 : if (ptr1->x_flag_wrapv_pointer != ptr2->x_flag_wrapv_pointer)
9820 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9821 : : indent_to, "",
9822 : : "flag_wrapv_pointer",
9823 : : ptr1->x_flag_wrapv_pointer,
9824 : : ptr2->x_flag_wrapv_pointer);
9825 : :
9826 : 0 : if (ptr1->x_debug_nonbind_markers_p != ptr2->x_debug_nonbind_markers_p)
9827 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9828 : : indent_to, "",
9829 : : "debug_nonbind_markers_p",
9830 : : ptr1->x_debug_nonbind_markers_p,
9831 : : ptr2->x_debug_nonbind_markers_p);
9832 : :
9833 : 0 : if (ptr1->x_ix86_unroll_only_small_loops != ptr2->x_ix86_unroll_only_small_loops)
9834 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9835 : : indent_to, "",
9836 : : "ix86_unroll_only_small_loops",
9837 : : ptr1->x_ix86_unroll_only_small_loops,
9838 : : ptr2->x_ix86_unroll_only_small_loops);
9839 : :
9840 : 0 : if (ptr1->x_str_align_functions != ptr2->x_str_align_functions
9841 : 0 : && (!ptr1->x_str_align_functions || !ptr2->x_str_align_functions
9842 : 0 : || strcmp (ptr1->x_str_align_functions, ptr2->x_str_align_functions)))
9843 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9844 : : indent_to, "",
9845 : : "str_align_functions",
9846 : : ptr1->x_str_align_functions ? ptr1->x_str_align_functions : "(null)",
9847 : : ptr2->x_str_align_functions ? ptr2->x_str_align_functions : "(null)");
9848 : :
9849 : 0 : if (ptr1->x_str_align_jumps != ptr2->x_str_align_jumps
9850 : 0 : && (!ptr1->x_str_align_jumps || !ptr2->x_str_align_jumps
9851 : 0 : || strcmp (ptr1->x_str_align_jumps, ptr2->x_str_align_jumps)))
9852 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9853 : : indent_to, "",
9854 : : "str_align_jumps",
9855 : : ptr1->x_str_align_jumps ? ptr1->x_str_align_jumps : "(null)",
9856 : : ptr2->x_str_align_jumps ? ptr2->x_str_align_jumps : "(null)");
9857 : :
9858 : 0 : if (ptr1->x_str_align_labels != ptr2->x_str_align_labels
9859 : 0 : && (!ptr1->x_str_align_labels || !ptr2->x_str_align_labels
9860 : 0 : || strcmp (ptr1->x_str_align_labels, ptr2->x_str_align_labels)))
9861 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9862 : : indent_to, "",
9863 : : "str_align_labels",
9864 : : ptr1->x_str_align_labels ? ptr1->x_str_align_labels : "(null)",
9865 : : ptr2->x_str_align_labels ? ptr2->x_str_align_labels : "(null)");
9866 : :
9867 : 0 : if (ptr1->x_str_align_loops != ptr2->x_str_align_loops
9868 : 0 : && (!ptr1->x_str_align_loops || !ptr2->x_str_align_loops
9869 : 0 : || strcmp (ptr1->x_str_align_loops, ptr2->x_str_align_loops)))
9870 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9871 : : indent_to, "",
9872 : : "str_align_loops",
9873 : : ptr1->x_str_align_loops ? ptr1->x_str_align_loops : "(null)",
9874 : : ptr2->x_str_align_loops ? ptr2->x_str_align_loops : "(null)");
9875 : :
9876 : 0 : if (ptr1->x_flag_patchable_function_entry != ptr2->x_flag_patchable_function_entry
9877 : 0 : && (!ptr1->x_flag_patchable_function_entry || !ptr2->x_flag_patchable_function_entry
9878 : 0 : || strcmp (ptr1->x_flag_patchable_function_entry, ptr2->x_flag_patchable_function_entry)))
9879 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9880 : : indent_to, "",
9881 : : "flag_patchable_function_entry",
9882 : : ptr1->x_flag_patchable_function_entry ? ptr1->x_flag_patchable_function_entry : "(null)",
9883 : : ptr2->x_flag_patchable_function_entry ? ptr2->x_flag_patchable_function_entry : "(null)");
9884 : :
9885 : 0 : }
9886 : :
9887 : : /* Save selected option variables into a structure. */
9888 : : void
9889 : 74162583 : cl_target_option_save (struct cl_target_option *ptr, struct gcc_options *opts,
9890 : : struct gcc_options *opts_set)
9891 : : {
9892 : 74162583 : gcc_assert (IN_RANGE (opts->x_flag_fentry, -128, 127));
9893 : 74162583 : gcc_assert (IN_RANGE (opts->x_ix86_needed, -128, 127));
9894 : :
9895 : 74162583 : if (targetm.target_option.save)
9896 : 74162583 : targetm.target_option.save (ptr, opts, opts_set);
9897 : :
9898 : 74162583 : ptr->x_ix86_stack_protector_guard_offset = opts->x_ix86_stack_protector_guard_offset;
9899 : 74162583 : ptr->x_ix86_stack_protector_guard_reg = opts->x_ix86_stack_protector_guard_reg;
9900 : 74162583 : ptr->x_ix86_unsafe_math_optimizations = opts->x_ix86_unsafe_math_optimizations;
9901 : 74162583 : ptr->x_ix86_abi = opts->x_ix86_abi;
9902 : 74162583 : ptr->x_ix86_cmodel = opts->x_ix86_cmodel;
9903 : 74162583 : ptr->x_ix86_excess_precision = opts->x_ix86_excess_precision;
9904 : 74162583 : ptr->x_ix86_veclibabi_type = opts->x_ix86_veclibabi_type;
9905 : 74162583 : ptr->x_ix86_pmode = opts->x_ix86_pmode;
9906 : 74162583 : ptr->x_ix86_incoming_stack_boundary_arg = opts->x_ix86_incoming_stack_boundary_arg;
9907 : 74162583 : ptr->x_ix86_preferred_stack_boundary_arg = opts->x_ix86_preferred_stack_boundary_arg;
9908 : 74162583 : ptr->x_ix86_regparm = opts->x_ix86_regparm;
9909 : 74162583 : ptr->x_recip_mask = opts->x_recip_mask;
9910 : 74162583 : ptr->x_target_flags = opts->x_target_flags;
9911 : 74162583 : ptr->x_ix86_isa_flags = opts->x_ix86_isa_flags;
9912 : 74162583 : ptr->x_ix86_isa_flags2 = opts->x_ix86_isa_flags2;
9913 : 74162583 : ptr->x_ix86_target_flags = opts->x_ix86_target_flags;
9914 : 74162583 : ptr->x_ix86_fpmath = opts->x_ix86_fpmath;
9915 : 74162583 : ptr->x_ix86_move_max = opts->x_ix86_move_max;
9916 : 74162583 : ptr->x_prefer_vector_width_type = opts->x_prefer_vector_width_type;
9917 : 74162583 : ptr->x_ix86_store_max = opts->x_ix86_store_max;
9918 : 74162583 : ptr->x_ix86_apx_features = opts->x_ix86_apx_features;
9919 : 74162583 : ptr->x_flag_fentry = opts->x_flag_fentry;
9920 : 74162583 : ptr->x_ix86_needed = opts->x_ix86_needed;
9921 : 74162583 : ptr->x_ix86_stack_protector_guard_offset_str = opts->x_ix86_stack_protector_guard_offset_str;
9922 : 74162583 : ptr->x_ix86_stack_protector_guard_reg_str = opts->x_ix86_stack_protector_guard_reg_str;
9923 : 74162583 : ptr->x_ix86_stack_protector_guard_symbol_str = opts->x_ix86_stack_protector_guard_symbol_str;
9924 : :
9925 : 74162583 : unsigned HOST_WIDE_INT mask = 0;
9926 : 74162583 : if (opts_set->x_ix86_stack_protector_guard_offset) mask |= HOST_WIDE_INT_1U << 0;
9927 : 74162583 : if (opts_set->x_ix86_stack_protector_guard_reg) mask |= HOST_WIDE_INT_1U << 1;
9928 : 74162583 : if (opts_set->x_ix86_unsafe_math_optimizations) mask |= HOST_WIDE_INT_1U << 2;
9929 : 74162583 : if (opts_set->x_ix86_abi) mask |= HOST_WIDE_INT_1U << 3;
9930 : 74162583 : if (opts_set->x_ix86_cmodel) mask |= HOST_WIDE_INT_1U << 4;
9931 : 74162583 : if (opts_set->x_ix86_excess_precision) mask |= HOST_WIDE_INT_1U << 5;
9932 : 74162583 : if (opts_set->x_ix86_veclibabi_type) mask |= HOST_WIDE_INT_1U << 6;
9933 : 74162583 : if (opts_set->x_ix86_pmode) mask |= HOST_WIDE_INT_1U << 7;
9934 : 74162583 : if (opts_set->x_ix86_incoming_stack_boundary_arg) mask |= HOST_WIDE_INT_1U << 8;
9935 : 74162583 : if (opts_set->x_ix86_preferred_stack_boundary_arg) mask |= HOST_WIDE_INT_1U << 9;
9936 : 74162583 : if (opts_set->x_ix86_regparm) mask |= HOST_WIDE_INT_1U << 10;
9937 : 74162583 : if (opts_set->x_recip_mask) mask |= HOST_WIDE_INT_1U << 11;
9938 : 74162583 : ptr->explicit_mask_target_flags = opts_set->x_target_flags;
9939 : 74162583 : ptr->explicit_mask_ix86_isa_flags = opts_set->x_ix86_isa_flags;
9940 : 74162583 : ptr->explicit_mask_ix86_isa_flags2 = opts_set->x_ix86_isa_flags2;
9941 : 74162583 : ptr->explicit_mask_ix86_target_flags = opts_set->x_ix86_target_flags;
9942 : 74162583 : if (opts_set->x_ix86_fpmath) mask |= HOST_WIDE_INT_1U << 12;
9943 : 74162583 : if (opts_set->x_ix86_move_max) mask |= HOST_WIDE_INT_1U << 13;
9944 : 74162583 : if (opts_set->x_prefer_vector_width_type) mask |= HOST_WIDE_INT_1U << 14;
9945 : 74162583 : if (opts_set->x_ix86_store_max) mask |= HOST_WIDE_INT_1U << 15;
9946 : 74162583 : if (opts_set->x_ix86_apx_features) mask |= HOST_WIDE_INT_1U << 16;
9947 : 74162583 : if (opts_set->x_flag_fentry) mask |= HOST_WIDE_INT_1U << 17;
9948 : 74162583 : if (opts_set->x_ix86_needed) mask |= HOST_WIDE_INT_1U << 18;
9949 : 74162583 : if (opts_set->x_ix86_stack_protector_guard_offset_str) mask |= HOST_WIDE_INT_1U << 19;
9950 : 74162583 : if (opts_set->x_ix86_stack_protector_guard_reg_str) mask |= HOST_WIDE_INT_1U << 20;
9951 : 74162583 : if (opts_set->x_ix86_stack_protector_guard_symbol_str) mask |= HOST_WIDE_INT_1U << 21;
9952 : 74162583 : ptr->explicit_mask[0] = mask;
9953 : 74162583 : }
9954 : :
9955 : : /* Restore selected current options from a structure. */
9956 : : void
9957 : 51892140 : cl_target_option_restore (struct gcc_options *opts, struct gcc_options *opts_set,
9958 : : struct cl_target_option *ptr)
9959 : : {
9960 : 51892140 : opts->x_ix86_stack_protector_guard_offset = ptr->x_ix86_stack_protector_guard_offset;
9961 : 51892140 : opts->x_ix86_stack_protector_guard_reg = ptr->x_ix86_stack_protector_guard_reg;
9962 : 51892140 : opts->x_ix86_unsafe_math_optimizations = ptr->x_ix86_unsafe_math_optimizations;
9963 : 51892140 : opts->x_ix86_abi = ptr->x_ix86_abi;
9964 : 51892140 : opts->x_ix86_cmodel = ptr->x_ix86_cmodel;
9965 : 51892140 : opts->x_ix86_excess_precision = ptr->x_ix86_excess_precision;
9966 : 51892140 : opts->x_ix86_veclibabi_type = ptr->x_ix86_veclibabi_type;
9967 : 51892140 : opts->x_ix86_pmode = ptr->x_ix86_pmode;
9968 : 51892140 : opts->x_ix86_incoming_stack_boundary_arg = ptr->x_ix86_incoming_stack_boundary_arg;
9969 : 51892140 : opts->x_ix86_preferred_stack_boundary_arg = ptr->x_ix86_preferred_stack_boundary_arg;
9970 : 51892140 : opts->x_ix86_regparm = ptr->x_ix86_regparm;
9971 : 51892140 : opts->x_recip_mask = ptr->x_recip_mask;
9972 : 51892140 : opts->x_target_flags = ptr->x_target_flags;
9973 : 51892140 : opts->x_ix86_isa_flags = ptr->x_ix86_isa_flags;
9974 : 51892140 : opts->x_ix86_isa_flags2 = ptr->x_ix86_isa_flags2;
9975 : 51892140 : opts->x_ix86_target_flags = ptr->x_ix86_target_flags;
9976 : 51892140 : opts->x_ix86_fpmath = ptr->x_ix86_fpmath;
9977 : 51892140 : opts->x_ix86_move_max = ptr->x_ix86_move_max;
9978 : 51892140 : opts->x_prefer_vector_width_type = ptr->x_prefer_vector_width_type;
9979 : 51892140 : opts->x_ix86_store_max = ptr->x_ix86_store_max;
9980 : 51892140 : opts->x_ix86_apx_features = ptr->x_ix86_apx_features;
9981 : 51892140 : opts->x_flag_fentry = ptr->x_flag_fentry;
9982 : 51892140 : opts->x_ix86_needed = ptr->x_ix86_needed;
9983 : 51892140 : opts->x_ix86_stack_protector_guard_offset_str = ptr->x_ix86_stack_protector_guard_offset_str;
9984 : 51892140 : opts->x_ix86_stack_protector_guard_reg_str = ptr->x_ix86_stack_protector_guard_reg_str;
9985 : 51892140 : opts->x_ix86_stack_protector_guard_symbol_str = ptr->x_ix86_stack_protector_guard_symbol_str;
9986 : :
9987 : 51892140 : unsigned HOST_WIDE_INT mask;
9988 : 51892140 : mask = ptr->explicit_mask[0];
9989 : 51892140 : opts_set->x_ix86_stack_protector_guard_offset = (mask & 1) != 0;
9990 : 51892140 : mask >>= 1;
9991 : 51892140 : opts_set->x_ix86_stack_protector_guard_reg = (mask & 1) != 0;
9992 : 51892140 : mask >>= 1;
9993 : 51892140 : opts_set->x_ix86_unsafe_math_optimizations = (mask & 1) != 0;
9994 : 51892140 : mask >>= 1;
9995 : 51892140 : opts_set->x_ix86_abi = static_cast<enum calling_abi>((mask & 1) != 0);
9996 : 51892140 : mask >>= 1;
9997 : 51892140 : opts_set->x_ix86_cmodel = static_cast<enum cmodel>((mask & 1) != 0);
9998 : 51892140 : mask >>= 1;
9999 : 51892140 : opts_set->x_ix86_excess_precision = static_cast<enum excess_precision>((mask & 1) != 0);
10000 : 51892140 : mask >>= 1;
10001 : 51892140 : opts_set->x_ix86_veclibabi_type = static_cast<enum ix86_veclibabi>((mask & 1) != 0);
10002 : 51892140 : mask >>= 1;
10003 : 51892140 : opts_set->x_ix86_pmode = static_cast<enum pmode>((mask & 1) != 0);
10004 : 51892140 : mask >>= 1;
10005 : 51892140 : opts_set->x_ix86_incoming_stack_boundary_arg = (mask & 1) != 0;
10006 : 51892140 : mask >>= 1;
10007 : 51892140 : opts_set->x_ix86_preferred_stack_boundary_arg = (mask & 1) != 0;
10008 : 51892140 : mask >>= 1;
10009 : 51892140 : opts_set->x_ix86_regparm = (mask & 1) != 0;
10010 : 51892140 : mask >>= 1;
10011 : 51892140 : opts_set->x_recip_mask = (mask & 1) != 0;
10012 : 51892140 : mask >>= 1;
10013 : 51892140 : opts_set->x_target_flags = ptr->explicit_mask_target_flags;
10014 : 51892140 : opts_set->x_ix86_isa_flags = ptr->explicit_mask_ix86_isa_flags;
10015 : 51892140 : opts_set->x_ix86_isa_flags2 = ptr->explicit_mask_ix86_isa_flags2;
10016 : 51892140 : opts_set->x_ix86_target_flags = ptr->explicit_mask_ix86_target_flags;
10017 : 51892140 : opts_set->x_ix86_fpmath = static_cast<enum fpmath_unit >((mask & 1) != 0);
10018 : 51892140 : mask >>= 1;
10019 : 51892140 : opts_set->x_ix86_move_max = static_cast<enum prefer_vector_width >((mask & 1) != 0);
10020 : 51892140 : mask >>= 1;
10021 : 51892140 : opts_set->x_prefer_vector_width_type = static_cast<enum prefer_vector_width >((mask & 1) != 0);
10022 : 51892140 : mask >>= 1;
10023 : 51892140 : opts_set->x_ix86_store_max = static_cast<enum prefer_vector_width >((mask & 1) != 0);
10024 : 51892140 : mask >>= 1;
10025 : 51892140 : opts_set->x_ix86_apx_features = (mask & 1) != 0;
10026 : 51892140 : mask >>= 1;
10027 : 51892140 : opts_set->x_flag_fentry = (mask & 1) != 0;
10028 : 51892140 : mask >>= 1;
10029 : 51892140 : opts_set->x_ix86_needed = (mask & 1) != 0;
10030 : 51892140 : mask >>= 1;
10031 : 51892140 : opts_set->x_ix86_stack_protector_guard_offset_str = (mask & 1) ? "" : nullptr;
10032 : 51892140 : mask >>= 1;
10033 : 51892140 : opts_set->x_ix86_stack_protector_guard_reg_str = (mask & 1) ? "" : nullptr;
10034 : 51892140 : mask >>= 1;
10035 : 51892140 : opts_set->x_ix86_stack_protector_guard_symbol_str = (mask & 1) ? "" : nullptr;
10036 : 51892140 : mask >>= 1;
10037 : :
10038 : 51892140 : if (targetm.target_option.restore)
10039 : 51892140 : targetm.target_option.restore (opts, opts_set, ptr);
10040 : 51892140 : }
10041 : :
10042 : : /* Print optimization options from a structure. */
10043 : : void
10044 : 0 : cl_target_option_print (FILE *file,
10045 : : int indent,
10046 : : struct cl_target_option *ptr)
10047 : : {
10048 : 0 : fputs ("\n", file);
10049 : 0 : if (ptr->x_target_flags)
10050 : 0 : fprintf (file, "%*s%s (%#lx)\n",
10051 : : indent, "",
10052 : : "target_flags",
10053 : : (unsigned long)ptr->x_target_flags);
10054 : :
10055 : 0 : if (ptr->x_ix86_isa_flags)
10056 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x)\n",
10057 : : indent, "",
10058 : : "ix86_isa_flags",
10059 : : ptr->x_ix86_isa_flags);
10060 : :
10061 : 0 : if (ptr->x_ix86_isa_flags2)
10062 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x)\n",
10063 : : indent, "",
10064 : : "ix86_isa_flags2",
10065 : : ptr->x_ix86_isa_flags2);
10066 : :
10067 : 0 : if (ptr->x_ix86_target_flags)
10068 : 0 : fprintf (file, "%*s%s (%#lx)\n",
10069 : : indent, "",
10070 : : "ix86_target_flags",
10071 : : (unsigned long)ptr->x_ix86_target_flags);
10072 : :
10073 : 0 : if (ptr->x_ix86_fpmath)
10074 : 0 : fprintf (file, "%*s%s (%#x)\n",
10075 : : indent, "",
10076 : : "ix86_fpmath",
10077 : : ptr->x_ix86_fpmath);
10078 : :
10079 : 0 : if (ptr->x_ix86_move_max)
10080 : 0 : fprintf (file, "%*s%s (%#x)\n",
10081 : : indent, "",
10082 : : "ix86_move_max",
10083 : : ptr->x_ix86_move_max);
10084 : :
10085 : 0 : if (ptr->x_prefer_vector_width_type)
10086 : 0 : fprintf (file, "%*s%s (%#x)\n",
10087 : : indent, "",
10088 : : "prefer_vector_width_type",
10089 : : ptr->x_prefer_vector_width_type);
10090 : :
10091 : 0 : if (ptr->x_ix86_store_max)
10092 : 0 : fprintf (file, "%*s%s (%#x)\n",
10093 : : indent, "",
10094 : : "ix86_store_max",
10095 : : ptr->x_ix86_store_max);
10096 : :
10097 : 0 : if (ptr->x_ix86_apx_features)
10098 : 0 : fprintf (file, "%*s%s (%#x)\n",
10099 : : indent, "",
10100 : : "ix86_apx_features",
10101 : : ptr->x_ix86_apx_features);
10102 : :
10103 : 0 : if (ptr->x_flag_fentry)
10104 : 0 : fprintf (file, "%*s%s (%#x)\n",
10105 : : indent, "",
10106 : : "flag_fentry",
10107 : : ptr->x_flag_fentry);
10108 : :
10109 : 0 : if (ptr->x_ix86_needed)
10110 : 0 : fprintf (file, "%*s%s (%#x)\n",
10111 : : indent, "",
10112 : : "ix86_needed",
10113 : : ptr->x_ix86_needed);
10114 : :
10115 : 0 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10116 : 0 : fprintf (file, "%*s%s (%s)\n",
10117 : : indent, "",
10118 : : "ix86_stack_protector_guard_offset_str",
10119 : : ptr->x_ix86_stack_protector_guard_offset_str);
10120 : :
10121 : 0 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10122 : 0 : fprintf (file, "%*s%s (%s)\n",
10123 : : indent, "",
10124 : : "ix86_stack_protector_guard_reg_str",
10125 : : ptr->x_ix86_stack_protector_guard_reg_str);
10126 : :
10127 : 0 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10128 : 0 : fprintf (file, "%*s%s (%s)\n",
10129 : : indent, "",
10130 : : "ix86_stack_protector_guard_symbol_str",
10131 : : ptr->x_ix86_stack_protector_guard_symbol_str);
10132 : :
10133 : :
10134 : 0 : if (targetm.target_option.print)
10135 : 0 : targetm.target_option.print (file, indent, ptr);
10136 : 0 : }
10137 : :
10138 : : /* Print different target option variables from structures provided as arguments. */
10139 : : void
10140 : 0 : cl_target_option_print_diff (FILE *file,
10141 : : int indent ATTRIBUTE_UNUSED,
10142 : : struct cl_target_option *ptr1 ATTRIBUTE_UNUSED,
10143 : : struct cl_target_option *ptr2 ATTRIBUTE_UNUSED)
10144 : : {
10145 : 0 : fputs ("\n", file);
10146 : 0 : if (ptr1->x_target_flags != ptr2->x_target_flags)
10147 : 0 : fprintf (file, "%*s%s (%#lx/%#lx)\n",
10148 : : indent, "",
10149 : : "target_flags",
10150 : : (unsigned long)ptr1->x_target_flags,
10151 : : (unsigned long)ptr2->x_target_flags);
10152 : :
10153 : 0 : if (ptr1->x_ix86_isa_flags != ptr2->x_ix86_isa_flags)
10154 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x/%#" HOST_WIDE_INT_PRINT "x)\n",
10155 : : indent, "",
10156 : : "ix86_isa_flags",
10157 : : ptr1->x_ix86_isa_flags,
10158 : : ptr2->x_ix86_isa_flags);
10159 : :
10160 : 0 : if (ptr1->x_ix86_isa_flags2 != ptr2->x_ix86_isa_flags2)
10161 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x/%#" HOST_WIDE_INT_PRINT "x)\n",
10162 : : indent, "",
10163 : : "ix86_isa_flags2",
10164 : : ptr1->x_ix86_isa_flags2,
10165 : : ptr2->x_ix86_isa_flags2);
10166 : :
10167 : 0 : if (ptr1->x_ix86_target_flags != ptr2->x_ix86_target_flags)
10168 : 0 : fprintf (file, "%*s%s (%#lx/%#lx)\n",
10169 : : indent, "",
10170 : : "ix86_target_flags",
10171 : : (unsigned long)ptr1->x_ix86_target_flags,
10172 : : (unsigned long)ptr2->x_ix86_target_flags);
10173 : :
10174 : 0 : if (ptr1->x_ix86_fpmath != ptr2->x_ix86_fpmath)
10175 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10176 : : indent, "",
10177 : : "ix86_fpmath",
10178 : : ptr1->x_ix86_fpmath,
10179 : : ptr2->x_ix86_fpmath);
10180 : :
10181 : 0 : if (ptr1->x_ix86_move_max != ptr2->x_ix86_move_max)
10182 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10183 : : indent, "",
10184 : : "ix86_move_max",
10185 : : ptr1->x_ix86_move_max,
10186 : : ptr2->x_ix86_move_max);
10187 : :
10188 : 0 : if (ptr1->x_prefer_vector_width_type != ptr2->x_prefer_vector_width_type)
10189 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10190 : : indent, "",
10191 : : "prefer_vector_width_type",
10192 : : ptr1->x_prefer_vector_width_type,
10193 : : ptr2->x_prefer_vector_width_type);
10194 : :
10195 : 0 : if (ptr1->x_ix86_store_max != ptr2->x_ix86_store_max)
10196 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10197 : : indent, "",
10198 : : "ix86_store_max",
10199 : : ptr1->x_ix86_store_max,
10200 : : ptr2->x_ix86_store_max);
10201 : :
10202 : 0 : if (ptr1->x_ix86_apx_features != ptr2->x_ix86_apx_features)
10203 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10204 : : indent, "",
10205 : : "ix86_apx_features",
10206 : : ptr1->x_ix86_apx_features,
10207 : : ptr2->x_ix86_apx_features);
10208 : :
10209 : 0 : if (ptr1->x_flag_fentry != ptr2->x_flag_fentry)
10210 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10211 : : indent, "",
10212 : : "flag_fentry",
10213 : : ptr1->x_flag_fentry,
10214 : : ptr2->x_flag_fentry);
10215 : :
10216 : 0 : if (ptr1->x_ix86_needed != ptr2->x_ix86_needed)
10217 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10218 : : indent, "",
10219 : : "ix86_needed",
10220 : : ptr1->x_ix86_needed,
10221 : : ptr2->x_ix86_needed);
10222 : :
10223 : 0 : if (ptr1->x_ix86_stack_protector_guard_offset_str != ptr2->x_ix86_stack_protector_guard_offset_str
10224 : 0 : && (!ptr1->x_ix86_stack_protector_guard_offset_str || !ptr2->x_ix86_stack_protector_guard_offset_str
10225 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_offset_str, ptr2->x_ix86_stack_protector_guard_offset_str)))
10226 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
10227 : : indent, "",
10228 : : "ix86_stack_protector_guard_offset_str",
10229 : : ptr1->x_ix86_stack_protector_guard_offset_str ? ptr1->x_ix86_stack_protector_guard_offset_str : "(null)",
10230 : : ptr2->x_ix86_stack_protector_guard_offset_str ? ptr2->x_ix86_stack_protector_guard_offset_str : "(null)");
10231 : :
10232 : 0 : if (ptr1->x_ix86_stack_protector_guard_reg_str != ptr2->x_ix86_stack_protector_guard_reg_str
10233 : 0 : && (!ptr1->x_ix86_stack_protector_guard_reg_str || !ptr2->x_ix86_stack_protector_guard_reg_str
10234 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_reg_str, ptr2->x_ix86_stack_protector_guard_reg_str)))
10235 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
10236 : : indent, "",
10237 : : "ix86_stack_protector_guard_reg_str",
10238 : : ptr1->x_ix86_stack_protector_guard_reg_str ? ptr1->x_ix86_stack_protector_guard_reg_str : "(null)",
10239 : : ptr2->x_ix86_stack_protector_guard_reg_str ? ptr2->x_ix86_stack_protector_guard_reg_str : "(null)");
10240 : :
10241 : 0 : if (ptr1->x_ix86_stack_protector_guard_symbol_str != ptr2->x_ix86_stack_protector_guard_symbol_str
10242 : 0 : && (!ptr1->x_ix86_stack_protector_guard_symbol_str || !ptr2->x_ix86_stack_protector_guard_symbol_str
10243 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_symbol_str, ptr2->x_ix86_stack_protector_guard_symbol_str)))
10244 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
10245 : : indent, "",
10246 : : "ix86_stack_protector_guard_symbol_str",
10247 : : ptr1->x_ix86_stack_protector_guard_symbol_str ? ptr1->x_ix86_stack_protector_guard_symbol_str : "(null)",
10248 : : ptr2->x_ix86_stack_protector_guard_symbol_str ? ptr2->x_ix86_stack_protector_guard_symbol_str : "(null)");
10249 : :
10250 : 0 : }
10251 : :
10252 : : /* Compare two target options */
10253 : : bool
10254 : 418202009 : cl_target_option_eq (struct cl_target_option const *ptr1 ATTRIBUTE_UNUSED,
10255 : : struct cl_target_option const *ptr2 ATTRIBUTE_UNUSED)
10256 : : {
10257 : 418202009 : if (ptr1->x_ix86_arch_string != ptr2->x_ix86_arch_string
10258 : 133186 : && (!ptr1->x_ix86_arch_string || !ptr2->x_ix86_arch_string
10259 : 133186 : || strcmp (ptr1->x_ix86_arch_string, ptr2->x_ix86_arch_string)))
10260 : : return false;
10261 : 418194931 : if (ptr1->x_ix86_recip_name != ptr2->x_ix86_recip_name
10262 : 0 : && (!ptr1->x_ix86_recip_name || !ptr2->x_ix86_recip_name
10263 : 0 : || strcmp (ptr1->x_ix86_recip_name, ptr2->x_ix86_recip_name)))
10264 : : return false;
10265 : 418194931 : if (ptr1->x_ix86_tune_ctrl_string != ptr2->x_ix86_tune_ctrl_string
10266 : 0 : && (!ptr1->x_ix86_tune_ctrl_string || !ptr2->x_ix86_tune_ctrl_string
10267 : 0 : || strcmp (ptr1->x_ix86_tune_ctrl_string, ptr2->x_ix86_tune_ctrl_string)))
10268 : : return false;
10269 : 418194931 : if (ptr1->x_ix86_tune_memcpy_strategy != ptr2->x_ix86_tune_memcpy_strategy
10270 : 0 : && (!ptr1->x_ix86_tune_memcpy_strategy || !ptr2->x_ix86_tune_memcpy_strategy
10271 : 0 : || strcmp (ptr1->x_ix86_tune_memcpy_strategy, ptr2->x_ix86_tune_memcpy_strategy)))
10272 : : return false;
10273 : 418194931 : if (ptr1->x_ix86_tune_memset_strategy != ptr2->x_ix86_tune_memset_strategy
10274 : 0 : && (!ptr1->x_ix86_tune_memset_strategy || !ptr2->x_ix86_tune_memset_strategy
10275 : 0 : || strcmp (ptr1->x_ix86_tune_memset_strategy, ptr2->x_ix86_tune_memset_strategy)))
10276 : : return false;
10277 : 418194931 : if (ptr1->x_ix86_tune_string != ptr2->x_ix86_tune_string
10278 : 126210 : && (!ptr1->x_ix86_tune_string || !ptr2->x_ix86_tune_string
10279 : 126210 : || strcmp (ptr1->x_ix86_tune_string, ptr2->x_ix86_tune_string)))
10280 : : return false;
10281 : 418194713 : if (ptr1->x_ix86_stack_protector_guard_offset_str != ptr2->x_ix86_stack_protector_guard_offset_str
10282 : 0 : && (!ptr1->x_ix86_stack_protector_guard_offset_str || !ptr2->x_ix86_stack_protector_guard_offset_str
10283 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_offset_str, ptr2->x_ix86_stack_protector_guard_offset_str)))
10284 : : return false;
10285 : 418194713 : if (ptr1->x_ix86_stack_protector_guard_reg_str != ptr2->x_ix86_stack_protector_guard_reg_str
10286 : 0 : && (!ptr1->x_ix86_stack_protector_guard_reg_str || !ptr2->x_ix86_stack_protector_guard_reg_str
10287 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_reg_str, ptr2->x_ix86_stack_protector_guard_reg_str)))
10288 : : return false;
10289 : 418194713 : if (ptr1->x_ix86_stack_protector_guard_symbol_str != ptr2->x_ix86_stack_protector_guard_symbol_str
10290 : 0 : && (!ptr1->x_ix86_stack_protector_guard_symbol_str || !ptr2->x_ix86_stack_protector_guard_symbol_str
10291 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_symbol_str, ptr2->x_ix86_stack_protector_guard_symbol_str)))
10292 : : return false;
10293 : 418194713 : if (ptr1->x_ix86_isa_flags2_explicit != ptr2->x_ix86_isa_flags2_explicit)
10294 : : return false;
10295 : 102365303 : if (ptr1->x_ix86_isa_flags_explicit != ptr2->x_ix86_isa_flags_explicit)
10296 : : return false;
10297 : 74753976 : if (ptr1->x_ix86_asm_dialect != ptr2->x_ix86_asm_dialect)
10298 : : return false;
10299 : 74753976 : if (ptr1->x_ix86_stack_protector_guard != ptr2->x_ix86_stack_protector_guard)
10300 : : return false;
10301 : 74753976 : if (ptr1->x_ix86_stringop_alg != ptr2->x_ix86_stringop_alg)
10302 : : return false;
10303 : 74753976 : if (ptr1->x_ix86_tls_dialect != ptr2->x_ix86_tls_dialect)
10304 : : return false;
10305 : 74753976 : if (ptr1->x_ix86_branch_cost != ptr2->x_ix86_branch_cost)
10306 : : return false;
10307 : 74753976 : if (ptr1->x_ix86_dump_tunes != ptr2->x_ix86_dump_tunes)
10308 : : return false;
10309 : 74753976 : if (ptr1->x_ix86_force_align_arg_pointer != ptr2->x_ix86_force_align_arg_pointer)
10310 : : return false;
10311 : 74753976 : if (ptr1->x_ix86_force_drap != ptr2->x_ix86_force_drap)
10312 : : return false;
10313 : 74753976 : if (ptr1->x_ix86_section_threshold != ptr2->x_ix86_section_threshold)
10314 : : return false;
10315 : 74753976 : if (ptr1->x_ix86_sse2avx != ptr2->x_ix86_sse2avx)
10316 : : return false;
10317 : 74753976 : if (ptr1->x_ix86_tune_no_default != ptr2->x_ix86_tune_no_default)
10318 : : return false;
10319 : 74753976 : if (ptr1->x_recip_mask_explicit != ptr2->x_recip_mask_explicit)
10320 : : return false;
10321 : 74753976 : if (ptr1->arch != ptr2->arch)
10322 : : return false;
10323 : 74753976 : if (ptr1->arch_specified != ptr2->arch_specified)
10324 : : return false;
10325 : 74753976 : if (ptr1->branch_cost != ptr2->branch_cost)
10326 : : return false;
10327 : 74753772 : if (ptr1->prefetch_sse != ptr2->prefetch_sse)
10328 : : return false;
10329 : 74753772 : if (ptr1->schedule != ptr2->schedule)
10330 : : return false;
10331 : 74753772 : if (ptr1->tune != ptr2->tune)
10332 : : return false;
10333 : 74753772 : if (ptr1->tune_defaulted != ptr2->tune_defaulted)
10334 : : return false;
10335 : 74753772 : if (ptr1->x_ix86_stack_protector_guard_offset != ptr2->x_ix86_stack_protector_guard_offset)
10336 : : return false;
10337 : 74753772 : if (ptr1->x_ix86_stack_protector_guard_reg != ptr2->x_ix86_stack_protector_guard_reg)
10338 : : return false;
10339 : 74753772 : if (ptr1->x_ix86_unsafe_math_optimizations != ptr2->x_ix86_unsafe_math_optimizations)
10340 : : return false;
10341 : 74753770 : if (ptr1->x_ix86_abi != ptr2->x_ix86_abi)
10342 : : return false;
10343 : 74753770 : if (ptr1->x_ix86_cmodel != ptr2->x_ix86_cmodel)
10344 : : return false;
10345 : 74753770 : if (ptr1->x_ix86_excess_precision != ptr2->x_ix86_excess_precision)
10346 : : return false;
10347 : 74753770 : if (ptr1->x_ix86_veclibabi_type != ptr2->x_ix86_veclibabi_type)
10348 : : return false;
10349 : 74753770 : if (ptr1->x_ix86_pmode != ptr2->x_ix86_pmode)
10350 : : return false;
10351 : 74753770 : if (ptr1->x_ix86_incoming_stack_boundary_arg != ptr2->x_ix86_incoming_stack_boundary_arg)
10352 : : return false;
10353 : 74753770 : if (ptr1->x_ix86_preferred_stack_boundary_arg != ptr2->x_ix86_preferred_stack_boundary_arg)
10354 : : return false;
10355 : 74753770 : if (ptr1->x_ix86_regparm != ptr2->x_ix86_regparm)
10356 : : return false;
10357 : 74753770 : if (ptr1->x_recip_mask != ptr2->x_recip_mask)
10358 : : return false;
10359 : 74753769 : if (ptr1->x_target_flags != ptr2->x_target_flags)
10360 : : return false;
10361 : 74753747 : if (ptr1->x_ix86_isa_flags != ptr2->x_ix86_isa_flags)
10362 : : return false;
10363 : 73431176 : if (ptr1->x_ix86_isa_flags2 != ptr2->x_ix86_isa_flags2)
10364 : : return false;
10365 : 73380747 : if (ptr1->x_ix86_apx_features != ptr2->x_ix86_apx_features)
10366 : : return false;
10367 : 73380747 : if (ptr1->x_flag_fentry != ptr2->x_flag_fentry)
10368 : : return false;
10369 : 73380747 : if (ptr1->x_ix86_fpmath != ptr2->x_ix86_fpmath)
10370 : : return false;
10371 : 73380746 : if (ptr1->x_ix86_target_flags != ptr2->x_ix86_target_flags)
10372 : : return false;
10373 : 73380746 : if (ptr1->x_ix86_move_max != ptr2->x_ix86_move_max)
10374 : : return false;
10375 : 73380746 : if (ptr1->x_ix86_needed != ptr2->x_ix86_needed)
10376 : : return false;
10377 : 73380746 : if (ptr1->x_prefer_vector_width_type != ptr2->x_prefer_vector_width_type)
10378 : : return false;
10379 : 73380746 : if (ptr1->x_ix86_store_max != ptr2->x_ix86_store_max)
10380 : : return false;
10381 : 146761489 : for (size_t i = 0; i < ARRAY_SIZE (ptr1->explicit_mask); i++)
10382 : 73380746 : if (ptr1->explicit_mask[i] != ptr2->explicit_mask[i])
10383 : : return false;
10384 : 73380743 : if (ptr1->explicit_mask_target_flags != ptr2->explicit_mask_target_flags)
10385 : : return false;
10386 : 73380743 : if (ptr1->explicit_mask_ix86_isa_flags != ptr2->explicit_mask_ix86_isa_flags)
10387 : : return false;
10388 : 73380743 : if (ptr1->explicit_mask_ix86_isa_flags2 != ptr2->explicit_mask_ix86_isa_flags2)
10389 : : return false;
10390 : 73380743 : if (ptr1->explicit_mask_ix86_target_flags != ptr2->explicit_mask_ix86_target_flags)
10391 : 0 : return false;
10392 : : return true;
10393 : : }
10394 : :
10395 : : /* Hash target options */
10396 : : hashval_t
10397 : 728285567 : cl_target_option_hash (struct cl_target_option const *ptr ATTRIBUTE_UNUSED)
10398 : : {
10399 : 728285567 : inchash::hash hstate;
10400 : 728285567 : if (ptr->x_ix86_arch_string)
10401 : 728285567 : hstate.add (ptr->x_ix86_arch_string, strlen (ptr->x_ix86_arch_string));
10402 : : else
10403 : 0 : hstate.add_int (0);
10404 : 728285567 : if (ptr->x_ix86_recip_name)
10405 : 0 : hstate.add (ptr->x_ix86_recip_name, strlen (ptr->x_ix86_recip_name));
10406 : : else
10407 : 728285567 : hstate.add_int (0);
10408 : 728285567 : if (ptr->x_ix86_tune_ctrl_string)
10409 : 2212074 : hstate.add (ptr->x_ix86_tune_ctrl_string, strlen (ptr->x_ix86_tune_ctrl_string));
10410 : : else
10411 : 726073493 : hstate.add_int (0);
10412 : 728285567 : if (ptr->x_ix86_tune_memcpy_strategy)
10413 : 11 : hstate.add (ptr->x_ix86_tune_memcpy_strategy, strlen (ptr->x_ix86_tune_memcpy_strategy));
10414 : : else
10415 : 728285556 : hstate.add_int (0);
10416 : 728285567 : if (ptr->x_ix86_tune_memset_strategy)
10417 : 5 : hstate.add (ptr->x_ix86_tune_memset_strategy, strlen (ptr->x_ix86_tune_memset_strategy));
10418 : : else
10419 : 728285562 : hstate.add_int (0);
10420 : 728285567 : if (ptr->x_ix86_tune_string)
10421 : 728285567 : hstate.add (ptr->x_ix86_tune_string, strlen (ptr->x_ix86_tune_string));
10422 : : else
10423 : 0 : hstate.add_int (0);
10424 : 728285567 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10425 : 1 : hstate.add (ptr->x_ix86_stack_protector_guard_offset_str, strlen (ptr->x_ix86_stack_protector_guard_offset_str));
10426 : : else
10427 : 728285566 : hstate.add_int (0);
10428 : 728285567 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10429 : 2 : hstate.add (ptr->x_ix86_stack_protector_guard_reg_str, strlen (ptr->x_ix86_stack_protector_guard_reg_str));
10430 : : else
10431 : 728285565 : hstate.add_int (0);
10432 : 728285567 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10433 : 1 : hstate.add (ptr->x_ix86_stack_protector_guard_symbol_str, strlen (ptr->x_ix86_stack_protector_guard_symbol_str));
10434 : : else
10435 : 728285566 : hstate.add_int (0);
10436 : 728285567 : hstate.add_hwi (ptr->x_ix86_isa_flags2_explicit);
10437 : 728285567 : hstate.add_hwi (ptr->x_ix86_isa_flags_explicit);
10438 : 728285567 : hstate.add_hwi (ptr->x_ix86_asm_dialect);
10439 : 728285567 : hstate.add_hwi (ptr->x_ix86_stack_protector_guard);
10440 : 728285567 : hstate.add_hwi (ptr->x_ix86_stringop_alg);
10441 : 728285567 : hstate.add_hwi (ptr->x_ix86_tls_dialect);
10442 : 728285567 : hstate.add_hwi (ptr->x_ix86_branch_cost);
10443 : 728285567 : hstate.add_hwi (ptr->x_ix86_dump_tunes);
10444 : 728285567 : hstate.add_hwi (ptr->x_ix86_force_align_arg_pointer);
10445 : 728285567 : hstate.add_hwi (ptr->x_ix86_force_drap);
10446 : 728285567 : hstate.add_hwi (ptr->x_ix86_section_threshold);
10447 : 728285567 : hstate.add_hwi (ptr->x_ix86_sse2avx);
10448 : 728285567 : hstate.add_hwi (ptr->x_ix86_tune_no_default);
10449 : 728285567 : hstate.add_hwi (ptr->x_recip_mask_explicit);
10450 : 728285567 : hstate.add_hwi (ptr->arch);
10451 : 728285567 : hstate.add_hwi (ptr->arch_specified);
10452 : 728285567 : hstate.add_hwi (ptr->branch_cost);
10453 : 728285567 : hstate.add_hwi (ptr->prefetch_sse);
10454 : 728285567 : hstate.add_hwi (ptr->schedule);
10455 : 728285567 : hstate.add_hwi (ptr->tune);
10456 : 728285567 : hstate.add_hwi (ptr->tune_defaulted);
10457 : 728285567 : hstate.add_hwi (ptr->x_ix86_stack_protector_guard_offset);
10458 : 728285567 : hstate.add_hwi (ptr->x_ix86_stack_protector_guard_reg);
10459 : 728285567 : hstate.add_hwi (ptr->x_ix86_unsafe_math_optimizations);
10460 : 728285567 : hstate.add_hwi (ptr->x_ix86_abi);
10461 : 728285567 : hstate.add_hwi (ptr->x_ix86_cmodel);
10462 : 728285567 : hstate.add_hwi (ptr->x_ix86_excess_precision);
10463 : 728285567 : hstate.add_hwi (ptr->x_ix86_veclibabi_type);
10464 : 728285567 : hstate.add_hwi (ptr->x_ix86_pmode);
10465 : 728285567 : hstate.add_hwi (ptr->x_ix86_incoming_stack_boundary_arg);
10466 : 728285567 : hstate.add_hwi (ptr->x_ix86_preferred_stack_boundary_arg);
10467 : 728285567 : hstate.add_hwi (ptr->x_ix86_regparm);
10468 : 728285567 : hstate.add_hwi (ptr->x_recip_mask);
10469 : 728285567 : hstate.add_hwi (ptr->x_target_flags);
10470 : 728285567 : hstate.add_hwi (ptr->x_ix86_isa_flags);
10471 : 728285567 : hstate.add_hwi (ptr->x_ix86_isa_flags2);
10472 : 728285567 : hstate.add_hwi (ptr->x_ix86_apx_features);
10473 : 728285567 : hstate.add_hwi (ptr->x_flag_fentry);
10474 : 728285567 : hstate.add_hwi (ptr->x_ix86_fpmath);
10475 : 728285567 : hstate.add_hwi (ptr->x_ix86_target_flags);
10476 : 728285567 : hstate.add_hwi (ptr->x_ix86_move_max);
10477 : 728285567 : hstate.add_hwi (ptr->x_ix86_needed);
10478 : 728285567 : hstate.add_hwi (ptr->x_prefer_vector_width_type);
10479 : 728285567 : hstate.add_hwi (ptr->x_ix86_store_max);
10480 : 1456571134 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
10481 : 728285567 : hstate.add_hwi (ptr->explicit_mask[i]);
10482 : 728285567 : hstate.add_hwi (ptr->explicit_mask_target_flags);
10483 : 728285567 : hstate.add_hwi (ptr->explicit_mask_ix86_isa_flags);
10484 : 728285567 : hstate.add_hwi (ptr->explicit_mask_ix86_isa_flags2);
10485 : 728285567 : hstate.add_hwi (ptr->explicit_mask_ix86_target_flags);
10486 : 728285567 : return hstate.end ();
10487 : : }
10488 : :
10489 : : /* Stream out target options */
10490 : : void
10491 : 32296 : cl_target_option_stream_out (struct output_block *ob ATTRIBUTE_UNUSED,
10492 : : struct bitpack_d *bp ATTRIBUTE_UNUSED,
10493 : : struct cl_target_option *ptr ATTRIBUTE_UNUSED)
10494 : : {
10495 : 32296 : bp_pack_string (ob, bp, ptr->x_ix86_arch_string, true);
10496 : 32296 : bp_pack_string (ob, bp, ptr->x_ix86_recip_name, true);
10497 : 32296 : bp_pack_string (ob, bp, ptr->x_ix86_tune_ctrl_string, true);
10498 : 32296 : bp_pack_string (ob, bp, ptr->x_ix86_tune_memcpy_strategy, true);
10499 : 32296 : bp_pack_string (ob, bp, ptr->x_ix86_tune_memset_strategy, true);
10500 : 32296 : bp_pack_string (ob, bp, ptr->x_ix86_tune_string, true);
10501 : 32296 : bp_pack_string (ob, bp, ptr->x_ix86_stack_protector_guard_offset_str, true);
10502 : 32296 : bp_pack_string (ob, bp, ptr->x_ix86_stack_protector_guard_reg_str, true);
10503 : 32296 : bp_pack_string (ob, bp, ptr->x_ix86_stack_protector_guard_symbol_str, true);
10504 : 32296 : bp_pack_value (bp, ptr->x_ix86_isa_flags2_explicit, 64);
10505 : 32296 : bp_pack_value (bp, ptr->x_ix86_isa_flags_explicit, 64);
10506 : 32296 : bp_pack_value (bp, ptr->x_ix86_asm_dialect, 64);
10507 : 32296 : bp_pack_value (bp, ptr->x_ix86_stack_protector_guard, 64);
10508 : 32296 : bp_pack_value (bp, ptr->x_ix86_stringop_alg, 64);
10509 : 32296 : bp_pack_value (bp, ptr->x_ix86_tls_dialect, 64);
10510 : 32296 : bp_pack_value (bp, ptr->x_ix86_branch_cost, 64);
10511 : 32296 : bp_pack_value (bp, ptr->x_ix86_dump_tunes, 64);
10512 : 32296 : bp_pack_value (bp, ptr->x_ix86_force_align_arg_pointer, 64);
10513 : 32296 : bp_pack_value (bp, ptr->x_ix86_force_drap, 64);
10514 : 32296 : bp_pack_value (bp, ptr->x_ix86_section_threshold, 64);
10515 : 32296 : bp_pack_value (bp, ptr->x_ix86_sse2avx, 64);
10516 : 32296 : bp_pack_value (bp, ptr->x_ix86_tune_no_default, 64);
10517 : 32296 : bp_pack_value (bp, ptr->x_recip_mask_explicit, 64);
10518 : 32296 : bp_pack_value (bp, ptr->arch, 64);
10519 : 32296 : bp_pack_value (bp, ptr->arch_specified, 64);
10520 : 32296 : bp_pack_value (bp, ptr->branch_cost, 64);
10521 : 32296 : bp_pack_value (bp, ptr->prefetch_sse, 64);
10522 : 32296 : bp_pack_value (bp, ptr->schedule, 64);
10523 : 32296 : bp_pack_value (bp, ptr->tune, 64);
10524 : 32296 : bp_pack_value (bp, ptr->tune_defaulted, 64);
10525 : 32296 : bp_pack_value (bp, ptr->x_ix86_stack_protector_guard_offset, 64);
10526 : 32296 : bp_pack_value (bp, ptr->x_ix86_stack_protector_guard_reg, 64);
10527 : 32296 : bp_pack_value (bp, ptr->x_ix86_unsafe_math_optimizations, 64);
10528 : 32296 : bp_pack_value (bp, ptr->x_ix86_abi, 64);
10529 : 32296 : bp_pack_value (bp, ptr->x_ix86_cmodel, 64);
10530 : 32296 : bp_pack_value (bp, ptr->x_ix86_excess_precision, 64);
10531 : 32296 : bp_pack_value (bp, ptr->x_ix86_veclibabi_type, 64);
10532 : 32296 : bp_pack_value (bp, ptr->x_ix86_pmode, 64);
10533 : 32296 : bp_pack_value (bp, ptr->x_ix86_incoming_stack_boundary_arg, 64);
10534 : 32296 : bp_pack_value (bp, ptr->x_ix86_preferred_stack_boundary_arg, 64);
10535 : 32296 : bp_pack_value (bp, ptr->x_ix86_regparm, 64);
10536 : 32296 : bp_pack_value (bp, ptr->x_recip_mask, 64);
10537 : 32296 : bp_pack_value (bp, ptr->x_target_flags, 64);
10538 : 32296 : bp_pack_value (bp, ptr->x_ix86_isa_flags, 64);
10539 : 32296 : bp_pack_value (bp, ptr->x_ix86_isa_flags2, 64);
10540 : 32296 : bp_pack_value (bp, ptr->x_ix86_apx_features, 64);
10541 : 32296 : bp_pack_value (bp, ptr->x_flag_fentry, 64);
10542 : 32296 : bp_pack_value (bp, ptr->x_ix86_fpmath, 64);
10543 : 32296 : bp_pack_value (bp, ptr->x_ix86_target_flags, 64);
10544 : 32296 : bp_pack_value (bp, ptr->x_ix86_move_max, 64);
10545 : 32296 : bp_pack_value (bp, ptr->x_ix86_needed, 64);
10546 : 32296 : bp_pack_value (bp, ptr->x_prefer_vector_width_type, 64);
10547 : 32296 : bp_pack_value (bp, ptr->x_ix86_store_max, 64);
10548 : 64592 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
10549 : 32296 : bp_pack_value (bp, ptr->explicit_mask[i], 64);
10550 : 32296 : bp_pack_value (bp, ptr->explicit_mask_target_flags, 64);
10551 : 32296 : bp_pack_value (bp, ptr->explicit_mask_ix86_isa_flags, 64);
10552 : 32296 : bp_pack_value (bp, ptr->explicit_mask_ix86_isa_flags2, 64);
10553 : 32296 : bp_pack_value (bp, ptr->explicit_mask_ix86_target_flags, 64);
10554 : 32296 : }
10555 : :
10556 : : /* Stream in target options */
10557 : : void
10558 : 22726 : cl_target_option_stream_in (struct data_in *data_in ATTRIBUTE_UNUSED,
10559 : : struct bitpack_d *bp ATTRIBUTE_UNUSED,
10560 : : struct cl_target_option *ptr ATTRIBUTE_UNUSED)
10561 : : {
10562 : 22726 : ptr->x_ix86_arch_string = bp_unpack_string (data_in, bp);
10563 : 22726 : if (ptr->x_ix86_arch_string)
10564 : 22726 : ptr->x_ix86_arch_string = xstrdup (ptr->x_ix86_arch_string);
10565 : 22726 : ptr->x_ix86_recip_name = bp_unpack_string (data_in, bp);
10566 : 22726 : if (ptr->x_ix86_recip_name)
10567 : 0 : ptr->x_ix86_recip_name = xstrdup (ptr->x_ix86_recip_name);
10568 : 22726 : ptr->x_ix86_tune_ctrl_string = bp_unpack_string (data_in, bp);
10569 : 22726 : if (ptr->x_ix86_tune_ctrl_string)
10570 : 2 : ptr->x_ix86_tune_ctrl_string = xstrdup (ptr->x_ix86_tune_ctrl_string);
10571 : 22726 : ptr->x_ix86_tune_memcpy_strategy = bp_unpack_string (data_in, bp);
10572 : 22726 : if (ptr->x_ix86_tune_memcpy_strategy)
10573 : 0 : ptr->x_ix86_tune_memcpy_strategy = xstrdup (ptr->x_ix86_tune_memcpy_strategy);
10574 : 22726 : ptr->x_ix86_tune_memset_strategy = bp_unpack_string (data_in, bp);
10575 : 22726 : if (ptr->x_ix86_tune_memset_strategy)
10576 : 0 : ptr->x_ix86_tune_memset_strategy = xstrdup (ptr->x_ix86_tune_memset_strategy);
10577 : 22726 : ptr->x_ix86_tune_string = bp_unpack_string (data_in, bp);
10578 : 22726 : if (ptr->x_ix86_tune_string)
10579 : 22726 : ptr->x_ix86_tune_string = xstrdup (ptr->x_ix86_tune_string);
10580 : 22726 : ptr->x_ix86_stack_protector_guard_offset_str = bp_unpack_string (data_in, bp);
10581 : 22726 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10582 : 0 : ptr->x_ix86_stack_protector_guard_offset_str = xstrdup (ptr->x_ix86_stack_protector_guard_offset_str);
10583 : 22726 : ptr->x_ix86_stack_protector_guard_reg_str = bp_unpack_string (data_in, bp);
10584 : 22726 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10585 : 0 : ptr->x_ix86_stack_protector_guard_reg_str = xstrdup (ptr->x_ix86_stack_protector_guard_reg_str);
10586 : 22726 : ptr->x_ix86_stack_protector_guard_symbol_str = bp_unpack_string (data_in, bp);
10587 : 22726 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10588 : 0 : ptr->x_ix86_stack_protector_guard_symbol_str = xstrdup (ptr->x_ix86_stack_protector_guard_symbol_str);
10589 : 22726 : ptr->x_ix86_isa_flags2_explicit = (HOST_WIDE_INT) bp_unpack_value (bp, 64);
10590 : 22726 : ptr->x_ix86_isa_flags_explicit = (HOST_WIDE_INT) bp_unpack_value (bp, 64);
10591 : 22726 : ptr->x_ix86_asm_dialect = (enum asm_dialect) bp_unpack_value (bp, 64);
10592 : 22726 : ptr->x_ix86_stack_protector_guard = (enum stack_protector_guard) bp_unpack_value (bp, 64);
10593 : 22726 : ptr->x_ix86_stringop_alg = (enum stringop_alg) bp_unpack_value (bp, 64);
10594 : 22726 : ptr->x_ix86_tls_dialect = (enum tls_dialect) bp_unpack_value (bp, 64);
10595 : 22726 : ptr->x_ix86_branch_cost = (int) bp_unpack_value (bp, 64);
10596 : 22726 : ptr->x_ix86_dump_tunes = (int) bp_unpack_value (bp, 64);
10597 : 22726 : ptr->x_ix86_force_align_arg_pointer = (int) bp_unpack_value (bp, 64);
10598 : 22726 : ptr->x_ix86_force_drap = (int) bp_unpack_value (bp, 64);
10599 : 22726 : ptr->x_ix86_section_threshold = (int) bp_unpack_value (bp, 64);
10600 : 22726 : ptr->x_ix86_sse2avx = (int) bp_unpack_value (bp, 64);
10601 : 22726 : ptr->x_ix86_tune_no_default = (int) bp_unpack_value (bp, 64);
10602 : 22726 : ptr->x_recip_mask_explicit = (int) bp_unpack_value (bp, 64);
10603 : 22726 : ptr->arch = (unsigned char) bp_unpack_value (bp, 64);
10604 : 22726 : ptr->arch_specified = (unsigned char) bp_unpack_value (bp, 64);
10605 : 22726 : ptr->branch_cost = (unsigned char) bp_unpack_value (bp, 64);
10606 : 22726 : ptr->prefetch_sse = (unsigned char) bp_unpack_value (bp, 64);
10607 : 22726 : ptr->schedule = (unsigned char) bp_unpack_value (bp, 64);
10608 : 22726 : ptr->tune = (unsigned char) bp_unpack_value (bp, 64);
10609 : 22726 : ptr->tune_defaulted = (unsigned char) bp_unpack_value (bp, 64);
10610 : 22726 : ptr->x_ix86_stack_protector_guard_offset = (HOST_WIDE_INT) bp_unpack_value (bp, 64);
10611 : 22726 : ptr->x_ix86_stack_protector_guard_reg = (addr_space_t) bp_unpack_value (bp, 64);
10612 : 22726 : ptr->x_ix86_unsafe_math_optimizations = (bool) bp_unpack_value (bp, 64);
10613 : 22726 : ptr->x_ix86_abi = (enum calling_abi) bp_unpack_value (bp, 64);
10614 : 22726 : ptr->x_ix86_cmodel = (enum cmodel) bp_unpack_value (bp, 64);
10615 : 22726 : ptr->x_ix86_excess_precision = (enum excess_precision) bp_unpack_value (bp, 64);
10616 : 22726 : ptr->x_ix86_veclibabi_type = (enum ix86_veclibabi) bp_unpack_value (bp, 64);
10617 : 22726 : ptr->x_ix86_pmode = (enum pmode) bp_unpack_value (bp, 64);
10618 : 22726 : ptr->x_ix86_incoming_stack_boundary_arg = (int) bp_unpack_value (bp, 64);
10619 : 22726 : ptr->x_ix86_preferred_stack_boundary_arg = (int) bp_unpack_value (bp, 64);
10620 : 22726 : ptr->x_ix86_regparm = (int) bp_unpack_value (bp, 64);
10621 : 22726 : ptr->x_recip_mask = (int) bp_unpack_value (bp, 64);
10622 : 22726 : ptr->x_target_flags = (/* - */ int ) bp_unpack_value (bp, 64);
10623 : 22726 : ptr->x_ix86_isa_flags = (HOST_WIDE_INT ) bp_unpack_value (bp, 64);
10624 : 22726 : ptr->x_ix86_isa_flags2 = (HOST_WIDE_INT ) bp_unpack_value (bp, 64);
10625 : 22726 : ptr->x_ix86_apx_features = (int ) bp_unpack_value (bp, 64);
10626 : 22726 : ptr->x_flag_fentry = (signed char ) bp_unpack_value (bp, 64);
10627 : 22726 : ptr->x_ix86_fpmath = (enum fpmath_unit ) bp_unpack_value (bp, 64);
10628 : 22726 : ptr->x_ix86_target_flags = (/* - */ int ) bp_unpack_value (bp, 64);
10629 : 22726 : ptr->x_ix86_move_max = (enum prefer_vector_width ) bp_unpack_value (bp, 64);
10630 : 22726 : ptr->x_ix86_needed = (signed char ) bp_unpack_value (bp, 64);
10631 : 22726 : ptr->x_prefer_vector_width_type = (enum prefer_vector_width ) bp_unpack_value (bp, 64);
10632 : 22726 : ptr->x_ix86_store_max = (enum prefer_vector_width ) bp_unpack_value (bp, 64);
10633 : 45452 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
10634 : 22726 : ptr->explicit_mask[i] = bp_unpack_value (bp, 64);
10635 : 22726 : ptr->explicit_mask_target_flags = bp_unpack_value (bp, 64);
10636 : 22726 : ptr->explicit_mask_ix86_isa_flags = bp_unpack_value (bp, 64);
10637 : 22726 : ptr->explicit_mask_ix86_isa_flags2 = bp_unpack_value (bp, 64);
10638 : 22726 : ptr->explicit_mask_ix86_target_flags = bp_unpack_value (bp, 64);
10639 : 22726 : }
10640 : : /* free heap memory used by target options */
10641 : : void
10642 : 873 : cl_target_option_free (struct cl_target_option *ptr ATTRIBUTE_UNUSED)
10643 : : {
10644 : 873 : if (ptr->x_ix86_arch_string)
10645 : 873 : free (const_cast <char *>(ptr->x_ix86_arch_string));
10646 : 873 : if (ptr->x_ix86_recip_name)
10647 : 0 : free (const_cast <char *>(ptr->x_ix86_recip_name));
10648 : 873 : if (ptr->x_ix86_tune_ctrl_string)
10649 : 0 : free (const_cast <char *>(ptr->x_ix86_tune_ctrl_string));
10650 : 873 : if (ptr->x_ix86_tune_memcpy_strategy)
10651 : 0 : free (const_cast <char *>(ptr->x_ix86_tune_memcpy_strategy));
10652 : 873 : if (ptr->x_ix86_tune_memset_strategy)
10653 : 0 : free (const_cast <char *>(ptr->x_ix86_tune_memset_strategy));
10654 : 873 : if (ptr->x_ix86_tune_string)
10655 : 873 : free (const_cast <char *>(ptr->x_ix86_tune_string));
10656 : 873 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10657 : 0 : free (const_cast <char *>(ptr->x_ix86_stack_protector_guard_offset_str));
10658 : 873 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10659 : 0 : free (const_cast <char *>(ptr->x_ix86_stack_protector_guard_reg_str));
10660 : 873 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10661 : 0 : free (const_cast <char *>(ptr->x_ix86_stack_protector_guard_symbol_str));
10662 : 873 : }
10663 : :
10664 : : /* Hash optimization options */
10665 : : hashval_t
10666 : 97862146 : cl_optimization_hash (struct cl_optimization const *ptr ATTRIBUTE_UNUSED)
10667 : : {
10668 : 97862146 : inchash::hash hstate;
10669 : 97862146 : hstate.add_hwi (ptr->x_optimize);
10670 : 97862146 : hstate.add_hwi (ptr->x_optimize_size);
10671 : 97862146 : hstate.add_hwi (ptr->x_optimize_debug);
10672 : 97862146 : hstate.add_hwi (ptr->x_optimize_fast);
10673 : 97862146 : hstate.add_hwi (ptr->x_param_align_loop_iterations);
10674 : 97862146 : hstate.add_hwi (ptr->x_param_align_threshold);
10675 : 97862146 : hstate.add_hwi (ptr->x_param_asan_protect_allocas);
10676 : 97862146 : hstate.add_hwi (ptr->x_param_asan_instrument_reads);
10677 : 97862146 : hstate.add_hwi (ptr->x_param_asan_instrument_writes);
10678 : 97862146 : hstate.add_hwi (ptr->x_param_asan_instrumentation_with_call_threshold);
10679 : 97862146 : hstate.add_hwi (ptr->x_param_asan_kernel_mem_intrinsic_prefix);
10680 : 97862146 : hstate.add_hwi (ptr->x_param_asan_memintrin);
10681 : 97862146 : hstate.add_hwi (ptr->x_param_asan_stack);
10682 : 97862146 : hstate.add_hwi (ptr->x_param_asan_use_after_return);
10683 : 97862146 : hstate.add_hwi (ptr->x_param_avg_loop_niter);
10684 : 97862146 : hstate.add_hwi (ptr->x_param_avoid_fma_max_bits);
10685 : 97862146 : hstate.add_hwi (ptr->x_param_builtin_expect_probability);
10686 : 97862146 : hstate.add_hwi (ptr->x_param_builtin_string_cmp_inline_length);
10687 : 97862146 : hstate.add_hwi (ptr->x_param_case_values_threshold);
10688 : 97862146 : hstate.add_hwi (ptr->x_param_comdat_sharing_probability);
10689 : 97862146 : hstate.add_hwi (ptr->x_param_construct_interfere_size);
10690 : 97862146 : hstate.add_hwi (ptr->x_param_cycle_accurate_model);
10691 : 97862146 : hstate.add_hwi (ptr->x_param_destruct_interfere_size);
10692 : 97862146 : hstate.add_hwi (ptr->x_param_dse_max_alias_queries_per_store);
10693 : 97862146 : hstate.add_hwi (ptr->x_param_dse_max_object_size);
10694 : 97862146 : hstate.add_hwi (ptr->x_param_early_inlining_insns);
10695 : 97862146 : hstate.add_hwi (ptr->x_param_fsm_scale_path_stmts);
10696 : 97862146 : hstate.add_hwi (ptr->x_param_fully_pipelined_fma);
10697 : 97862146 : hstate.add_hwi (ptr->x_param_gcse_after_reload_critical_fraction);
10698 : 97862146 : hstate.add_hwi (ptr->x_param_gcse_after_reload_partial_fraction);
10699 : 97862146 : hstate.add_hwi (ptr->x_param_gcse_cost_distance_ratio);
10700 : 97862146 : hstate.add_hwi (ptr->x_param_gcse_unrestricted_cost);
10701 : 97862146 : hstate.add_hwi (ptr->x_param_graphite_max_arrays_per_scop);
10702 : 97862146 : hstate.add_hwi (ptr->x_param_graphite_max_nb_scop_params);
10703 : 97862146 : hstate.add_hwi (ptr->x_param_hardcfr_max_blocks);
10704 : 97862146 : hstate.add_hwi (ptr->x_param_hardcfr_max_inline_blocks);
10705 : 97862146 : hstate.add_hwi (ptr->x_param_hwasan_instrument_allocas);
10706 : 97862146 : hstate.add_hwi (ptr->x_param_hwasan_instrument_mem_intrinsics);
10707 : 97862146 : hstate.add_hwi (ptr->x_param_hwasan_instrument_reads);
10708 : 97862146 : hstate.add_hwi (ptr->x_param_hwasan_instrument_stack);
10709 : 97862146 : hstate.add_hwi (ptr->x_param_hwasan_instrument_writes);
10710 : 97862146 : hstate.add_hwi (ptr->x_param_hwasan_random_frame_tag);
10711 : 97862146 : hstate.add_hwi (ptr->x_param_inline_heuristics_hint_percent);
10712 : 97862146 : hstate.add_hwi (ptr->x_param_inline_min_speedup);
10713 : 97862146 : hstate.add_hwi (ptr->x_param_inline_unit_growth);
10714 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_eval_threshold);
10715 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_large_unit_insns);
10716 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_loop_hint_bonus);
10717 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_max_recursive_depth);
10718 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_min_recursive_probability);
10719 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_recursion_penalty);
10720 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_recursive_freq_factor);
10721 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_single_call_penalty);
10722 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_unit_growth);
10723 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_cp_value_list_size);
10724 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_jump_function_lookups);
10725 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_max_aa_steps);
10726 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_max_agg_items);
10727 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_max_loop_predicates);
10728 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_max_param_expr_ops);
10729 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_max_switch_predicate_bounds);
10730 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_sra_deref_prob_threshold);
10731 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_sra_max_replacements);
10732 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_sra_ptr_growth_factor);
10733 : 97862146 : hstate.add_hwi (ptr->x_param_ipa_sra_ptrwrap_growth_factor);
10734 : 97862146 : hstate.add_hwi (ptr->x_param_ira_consider_dup_in_all_alts);
10735 : 97862146 : hstate.add_hwi (ptr->x_param_ira_loop_reserved_regs);
10736 : 97862146 : hstate.add_hwi (ptr->x_param_ira_max_conflict_table_size);
10737 : 97862146 : hstate.add_hwi (ptr->x_param_ira_max_loops_num);
10738 : 97862146 : hstate.add_hwi (ptr->x_param_ira_simple_lra_insn_threshold);
10739 : 97862146 : hstate.add_hwi (ptr->x_param_iv_always_prune_cand_set_bound);
10740 : 97862146 : hstate.add_hwi (ptr->x_param_iv_consider_all_candidates_bound);
10741 : 97862146 : hstate.add_hwi (ptr->x_param_iv_max_considered_uses);
10742 : 97862146 : hstate.add_hwi (ptr->x_param_jump_table_max_growth_ratio_for_size);
10743 : 97862146 : hstate.add_hwi (ptr->x_param_jump_table_max_growth_ratio_for_speed);
10744 : 97862146 : hstate.add_hwi (ptr->x_param_l1_cache_line_size);
10745 : 97862146 : hstate.add_hwi (ptr->x_param_l1_cache_size);
10746 : 97862146 : hstate.add_hwi (ptr->x_param_l2_cache_size);
10747 : 97862146 : hstate.add_hwi (ptr->x_param_large_function_growth);
10748 : 97862146 : hstate.add_hwi (ptr->x_param_large_function_insns);
10749 : 97862146 : hstate.add_hwi (ptr->x_param_stack_frame_growth);
10750 : 97862146 : hstate.add_hwi (ptr->x_param_large_stack_frame);
10751 : 97862146 : hstate.add_hwi (ptr->x_param_large_unit_insns);
10752 : 97862146 : hstate.add_hwi (ptr->x_param_lim_expensive);
10753 : 97862146 : hstate.add_hwi (ptr->x_param_loop_block_tile_size);
10754 : 97862146 : hstate.add_hwi (ptr->x_param_loop_interchange_max_num_stmts);
10755 : 97862146 : hstate.add_hwi (ptr->x_param_loop_interchange_stride_ratio);
10756 : 97862146 : hstate.add_hwi (ptr->x_param_loop_invariant_max_bbs_in_loop);
10757 : 97862146 : hstate.add_hwi (ptr->x_param_loop_max_datarefs_for_datadeps);
10758 : 97862146 : hstate.add_hwi (ptr->x_param_loop_versioning_max_inner_insns);
10759 : 97862146 : hstate.add_hwi (ptr->x_param_loop_versioning_max_outer_insns);
10760 : 97862146 : hstate.add_hwi (ptr->x_param_lra_inheritance_ebb_probability_cutoff);
10761 : 97862146 : hstate.add_hwi (ptr->x_param_lra_max_considered_reload_pseudos);
10762 : 97862146 : hstate.add_hwi (ptr->x_flag_lto_locality_cloning);
10763 : 97862146 : hstate.add_hwi (ptr->x_param_lto_locality_frequency);
10764 : 97862146 : hstate.add_hwi (ptr->x_param_lto_locality_size);
10765 : 97862146 : hstate.add_hwi (ptr->x_param_max_average_unrolled_insns);
10766 : 97862146 : hstate.add_hwi (ptr->x_param_max_combine_insns);
10767 : 97862146 : hstate.add_hwi (ptr->x_param_max_combine_search_insns);
10768 : 97862146 : hstate.add_hwi (ptr->x_param_max_unroll_iterations);
10769 : 97862146 : hstate.add_hwi (ptr->x_param_max_completely_peel_times);
10770 : 97862146 : hstate.add_hwi (ptr->x_param_max_completely_peeled_insns);
10771 : 97862146 : hstate.add_hwi (ptr->x_param_max_crossjump_edges);
10772 : 97862146 : hstate.add_hwi (ptr->x_param_max_cse_insns);
10773 : 97862146 : hstate.add_hwi (ptr->x_param_max_cse_path_length);
10774 : 97862146 : hstate.add_hwi (ptr->x_param_max_cselib_memory_locations);
10775 : 97862146 : hstate.add_hwi (ptr->x_param_max_debug_marker_count);
10776 : 97862146 : hstate.add_hwi (ptr->x_param_max_delay_slot_insn_search);
10777 : 97862146 : hstate.add_hwi (ptr->x_param_max_delay_slot_live_search);
10778 : 97862146 : hstate.add_hwi (ptr->x_param_max_dse_active_local_stores);
10779 : 97862146 : hstate.add_hwi (ptr->x_param_early_inliner_max_iterations);
10780 : 97862146 : hstate.add_hwi (ptr->x_param_max_find_base_term_values);
10781 : 97862146 : hstate.add_hwi (ptr->x_param_max_fsm_thread_path_insns);
10782 : 97862146 : hstate.add_hwi (ptr->x_param_max_gcse_insertion_ratio);
10783 : 97862146 : hstate.add_hwi (ptr->x_param_max_gcse_memory);
10784 : 97862146 : hstate.add_hwi (ptr->x_param_max_goto_duplication_insns);
10785 : 97862146 : hstate.add_hwi (ptr->x_param_max_grow_copy_bb_insns);
10786 : 97862146 : hstate.add_hwi (ptr->x_param_max_hoist_depth);
10787 : 97862146 : hstate.add_hwi (ptr->x_param_inline_functions_called_once_insns);
10788 : 97862146 : hstate.add_hwi (ptr->x_param_inline_functions_called_once_loop_depth);
10789 : 97862146 : hstate.add_hwi (ptr->x_param_max_inline_insns_auto);
10790 : 97862146 : hstate.add_hwi (ptr->x_param_max_inline_insns_recursive_auto);
10791 : 97862146 : hstate.add_hwi (ptr->x_param_max_inline_insns_recursive);
10792 : 97862146 : hstate.add_hwi (ptr->x_param_max_inline_insns_single);
10793 : 97862146 : hstate.add_hwi (ptr->x_param_max_inline_insns_size);
10794 : 97862146 : hstate.add_hwi (ptr->x_param_max_inline_insns_small);
10795 : 97862146 : hstate.add_hwi (ptr->x_param_max_inline_recursive_depth_auto);
10796 : 97862146 : hstate.add_hwi (ptr->x_param_max_inline_recursive_depth);
10797 : 97862146 : hstate.add_hwi (ptr->x_param_max_isl_operations);
10798 : 97862146 : hstate.add_hwi (ptr->x_param_max_iterations_computation_cost);
10799 : 97862146 : hstate.add_hwi (ptr->x_param_max_iterations_to_track);
10800 : 97862146 : hstate.add_hwi (ptr->x_param_max_jump_thread_duplication_stmts);
10801 : 97862146 : hstate.add_hwi (ptr->x_param_max_jump_thread_paths);
10802 : 97862146 : hstate.add_hwi (ptr->x_param_max_last_value_rtl);
10803 : 97862146 : hstate.add_hwi (ptr->x_param_max_loop_header_insns);
10804 : 97862146 : hstate.add_hwi (ptr->x_param_max_modulo_backtrack_attempts);
10805 : 97862146 : hstate.add_hwi (ptr->x_param_max_partial_antic_length);
10806 : 97862146 : hstate.add_hwi (ptr->x_param_max_peel_branches);
10807 : 97862146 : hstate.add_hwi (ptr->x_param_max_peel_times);
10808 : 97862146 : hstate.add_hwi (ptr->x_param_max_peeled_insns);
10809 : 97862146 : hstate.add_hwi (ptr->x_param_max_pending_list_length);
10810 : 97862146 : hstate.add_hwi (ptr->x_param_max_pipeline_region_blocks);
10811 : 97862146 : hstate.add_hwi (ptr->x_param_max_pipeline_region_insns);
10812 : 97862146 : hstate.add_hwi (ptr->x_param_max_pow_sqrt_depth);
10813 : 97862146 : hstate.add_hwi (ptr->x_param_max_predicted_iterations);
10814 : 97862146 : hstate.add_hwi (ptr->x_param_max_reload_search_insns);
10815 : 97862146 : hstate.add_hwi (ptr->x_param_max_rtl_if_conversion_insns);
10816 : 97862146 : hstate.add_hwi (ptr->x_param_max_rtl_if_conversion_predictable_cost);
10817 : 97862146 : hstate.add_hwi (ptr->x_param_max_rtl_if_conversion_unpredictable_cost);
10818 : 97862146 : hstate.add_hwi (ptr->x_param_max_sched_extend_regions_iters);
10819 : 97862146 : hstate.add_hwi (ptr->x_param_max_sched_insn_conflict_delay);
10820 : 97862146 : hstate.add_hwi (ptr->x_param_max_sched_ready_insns);
10821 : 97862146 : hstate.add_hwi (ptr->x_param_max_sched_region_blocks);
10822 : 97862146 : hstate.add_hwi (ptr->x_param_max_sched_region_insns);
10823 : 97862146 : hstate.add_hwi (ptr->x_param_max_slsr_candidate_scan);
10824 : 97862146 : hstate.add_hwi (ptr->x_param_max_speculative_devirt_maydefs);
10825 : 97862146 : hstate.add_hwi (ptr->x_param_max_stores_to_merge);
10826 : 97862146 : hstate.add_hwi (ptr->x_param_max_stores_to_sink);
10827 : 97862146 : hstate.add_hwi (ptr->x_param_max_tail_merge_comparisons);
10828 : 97862146 : hstate.add_hwi (ptr->x_param_max_tail_merge_iterations);
10829 : 97862146 : hstate.add_hwi (ptr->x_param_max_tracked_strlens);
10830 : 97862146 : hstate.add_hwi (ptr->x_param_max_tree_if_conversion_phi_args);
10831 : 97862146 : hstate.add_hwi (ptr->x_param_max_unroll_times);
10832 : 97862146 : hstate.add_hwi (ptr->x_param_max_unrolled_insns);
10833 : 97862146 : hstate.add_hwi (ptr->x_param_max_unswitch_depth);
10834 : 97862146 : hstate.add_hwi (ptr->x_param_max_unswitch_insns);
10835 : 97862146 : hstate.add_hwi (ptr->x_param_max_variable_expansions);
10836 : 97862146 : hstate.add_hwi (ptr->x_param_max_vartrack_expr_depth);
10837 : 97862146 : hstate.add_hwi (ptr->x_param_max_vartrack_reverse_op_size);
10838 : 97862146 : hstate.add_hwi (ptr->x_param_max_vartrack_size);
10839 : 97862146 : hstate.add_hwi (ptr->x_param_min_crossjump_insns);
10840 : 97862146 : hstate.add_hwi (ptr->x_param_min_inline_recursive_probability);
10841 : 97862146 : hstate.add_hwi (ptr->x_param_min_insn_to_prefetch_ratio);
10842 : 97862146 : hstate.add_hwi (ptr->x_param_min_loop_cond_split_prob);
10843 : 97862146 : hstate.add_hwi (ptr->x_param_min_pagesize);
10844 : 97862146 : hstate.add_hwi (ptr->x_param_min_size_for_stack_sharing);
10845 : 97862146 : hstate.add_hwi (ptr->x_param_min_spec_prob);
10846 : 97862146 : hstate.add_hwi (ptr->x_param_min_vect_loop_bound);
10847 : 97862146 : hstate.add_hwi (ptr->x_param_modref_max_accesses);
10848 : 97862146 : hstate.add_hwi (ptr->x_param_modref_max_adjustments);
10849 : 97862146 : hstate.add_hwi (ptr->x_param_modref_max_bases);
10850 : 97862146 : hstate.add_hwi (ptr->x_param_modref_max_depth);
10851 : 97862146 : hstate.add_hwi (ptr->x_param_modref_max_escape_points);
10852 : 97862146 : hstate.add_hwi (ptr->x_param_modref_max_refs);
10853 : 97862146 : hstate.add_hwi (ptr->x_param_modref_max_tests);
10854 : 97862146 : hstate.add_hwi (ptr->x_param_parloops_chunk_size);
10855 : 97862146 : hstate.add_hwi (ptr->x_param_parloops_min_per_thread);
10856 : 97862146 : hstate.add_hwi (ptr->x_param_parloops_schedule);
10857 : 97862146 : hstate.add_hwi (ptr->x_param_partial_inlining_entry_probability);
10858 : 97862146 : hstate.add_hwi (ptr->x_param_phiopt_factor_max_stmts_live);
10859 : 97862146 : hstate.add_hwi (ptr->x_param_predictable_branch_outcome);
10860 : 97862146 : hstate.add_hwi (ptr->x_param_prefetch_dynamic_strides);
10861 : 97862146 : hstate.add_hwi (ptr->x_param_prefetch_latency);
10862 : 97862146 : hstate.add_hwi (ptr->x_param_prefetch_min_insn_to_mem_ratio);
10863 : 97862146 : hstate.add_hwi (ptr->x_param_prefetch_minimum_stride);
10864 : 97862146 : hstate.add_hwi (ptr->x_param_ranger_debug);
10865 : 97862146 : hstate.add_hwi (ptr->x_param_ranger_logical_depth);
10866 : 97862146 : hstate.add_hwi (ptr->x_param_ranger_recompute_depth);
10867 : 97862146 : hstate.add_hwi (ptr->x_param_relation_block_limit);
10868 : 97862146 : hstate.add_hwi (ptr->x_param_rpo_vn_max_loop_depth);
10869 : 97862146 : hstate.add_hwi (ptr->x_param_sccvn_max_alias_queries_per_access);
10870 : 97862146 : hstate.add_hwi (ptr->x_param_scev_max_expr_complexity);
10871 : 97862146 : hstate.add_hwi (ptr->x_param_scev_max_expr_size);
10872 : 97862146 : hstate.add_hwi (ptr->x_param_sched_autopref_queue_depth);
10873 : 97862146 : hstate.add_hwi (ptr->x_param_sched_mem_true_dep_cost);
10874 : 97862146 : hstate.add_hwi (ptr->x_param_sched_pressure_algorithm);
10875 : 97862146 : hstate.add_hwi (ptr->x_param_sched_spec_prob_cutoff);
10876 : 97862146 : hstate.add_hwi (ptr->x_param_sched_state_edge_prob_cutoff);
10877 : 97862146 : hstate.add_hwi (ptr->x_param_selsched_insns_to_rename);
10878 : 97862146 : hstate.add_hwi (ptr->x_param_selsched_max_lookahead);
10879 : 97862146 : hstate.add_hwi (ptr->x_param_selsched_max_sched_times);
10880 : 97862146 : hstate.add_hwi (ptr->x_param_simultaneous_prefetches);
10881 : 97862146 : hstate.add_hwi (ptr->x_param_sink_frequency_threshold);
10882 : 97862146 : hstate.add_hwi (ptr->x_param_sms_dfa_history);
10883 : 97862146 : hstate.add_hwi (ptr->x_param_sms_loop_average_count_threshold);
10884 : 97862146 : hstate.add_hwi (ptr->x_param_sms_max_ii_factor);
10885 : 97862146 : hstate.add_hwi (ptr->x_param_sms_min_sc);
10886 : 97862146 : hstate.add_hwi (ptr->x_param_sra_max_propagations);
10887 : 97862146 : hstate.add_hwi (ptr->x_param_sra_max_scalarization_size_size);
10888 : 97862146 : hstate.add_hwi (ptr->x_param_sra_max_scalarization_size_speed);
10889 : 97862146 : hstate.add_hwi (ptr->x_param_ssa_name_def_chain_limit);
10890 : 97862146 : hstate.add_hwi (ptr->x_param_ssp_buffer_size);
10891 : 97862146 : hstate.add_hwi (ptr->x_param_stack_clash_protection_guard_size);
10892 : 97862146 : hstate.add_hwi (ptr->x_param_stack_clash_protection_probe_interval);
10893 : 97862146 : hstate.add_hwi (ptr->x_param_store_forwarding_max_distance);
10894 : 97862146 : hstate.add_hwi (ptr->x_param_store_merging_allow_unaligned);
10895 : 97862146 : hstate.add_hwi (ptr->x_param_store_merging_max_size);
10896 : 97862146 : hstate.add_hwi (ptr->x_param_switch_conversion_branch_ratio);
10897 : 97862146 : hstate.add_hwi (ptr->x_param_switch_lower_slow_alg_max_cases);
10898 : 97862146 : hstate.add_hwi (ptr->x_param_threader_debug);
10899 : 97862146 : hstate.add_hwi (ptr->x_param_tm_max_aggregate_size);
10900 : 97862146 : hstate.add_hwi (ptr->x_param_tracer_dynamic_coverage_feedback);
10901 : 97862146 : hstate.add_hwi (ptr->x_param_tracer_dynamic_coverage);
10902 : 97862146 : hstate.add_hwi (ptr->x_param_tracer_max_code_growth);
10903 : 97862146 : hstate.add_hwi (ptr->x_param_tracer_min_branch_probability_feedback);
10904 : 97862146 : hstate.add_hwi (ptr->x_param_tracer_min_branch_probability);
10905 : 97862146 : hstate.add_hwi (ptr->x_param_tracer_min_branch_ratio);
10906 : 97862146 : hstate.add_hwi (ptr->x_param_transitive_relations_work_bound);
10907 : 97862146 : hstate.add_hwi (ptr->x_param_tree_reassoc_width);
10908 : 97862146 : hstate.add_hwi (ptr->x_param_uninit_control_dep_attempts);
10909 : 97862146 : hstate.add_hwi (ptr->x_param_uninit_max_chain_len);
10910 : 97862146 : hstate.add_hwi (ptr->x_param_uninit_max_num_chains);
10911 : 97862146 : hstate.add_hwi (ptr->x_param_uninlined_function_insns);
10912 : 97862146 : hstate.add_hwi (ptr->x_param_uninlined_function_time);
10913 : 97862146 : hstate.add_hwi (ptr->x_param_uninlined_function_thunk_insns);
10914 : 97862146 : hstate.add_hwi (ptr->x_param_uninlined_function_thunk_time);
10915 : 97862146 : hstate.add_hwi (ptr->x_param_unlikely_bb_count_fraction);
10916 : 97862146 : hstate.add_hwi (ptr->x_param_unroll_jam_max_unroll);
10917 : 97862146 : hstate.add_hwi (ptr->x_param_unroll_jam_min_percent);
10918 : 97862146 : hstate.add_hwi (ptr->x_param_use_after_scope_direct_emission_threshold);
10919 : 97862146 : hstate.add_hwi (ptr->x_param_vect_epilogues_nomask);
10920 : 97862146 : hstate.add_hwi (ptr->x_param_vect_induction_float);
10921 : 97862146 : hstate.add_hwi (ptr->x_param_vect_inner_loop_cost_factor);
10922 : 97862146 : hstate.add_hwi (ptr->x_param_vect_max_layout_candidates);
10923 : 97862146 : hstate.add_hwi (ptr->x_param_vect_max_peeling_for_alignment);
10924 : 97862146 : hstate.add_hwi (ptr->x_param_vect_max_version_for_alias_checks);
10925 : 97862146 : hstate.add_hwi (ptr->x_param_vect_max_version_for_alignment_checks);
10926 : 97862146 : hstate.add_hwi (ptr->x_param_vect_partial_vector_usage);
10927 : 97862146 : hstate.add_hwi (ptr->x_param_vect_scalar_cost_multiplier);
10928 : 97862146 : hstate.add_hwi (ptr->x_param_vrp_block_limit);
10929 : 97862146 : hstate.add_hwi (ptr->x_param_vrp_sparse_threshold);
10930 : 97862146 : hstate.add_hwi (ptr->x_param_vrp_switch_limit);
10931 : 97862146 : hstate.add_hwi (ptr->x_param_vrp_vector_threshold);
10932 : 97862146 : hstate.add_hwi (ptr->x_warn_inline);
10933 : 97862146 : hstate.add_hwi (ptr->x_flag_aggressive_loop_optimizations);
10934 : 97862146 : hstate.add_hwi (ptr->x_flag_align_functions);
10935 : 97862146 : if (ptr->x_str_align_functions)
10936 : 89901403 : hstate.add (ptr->x_str_align_functions, strlen (ptr->x_str_align_functions));
10937 : : else
10938 : 7960743 : hstate.add_int (0);
10939 : 97862146 : hstate.add_hwi (ptr->x_flag_align_jumps);
10940 : 97862146 : if (ptr->x_str_align_jumps)
10941 : 89901403 : hstate.add (ptr->x_str_align_jumps, strlen (ptr->x_str_align_jumps));
10942 : : else
10943 : 7960743 : hstate.add_int (0);
10944 : 97862146 : hstate.add_hwi (ptr->x_flag_align_labels);
10945 : 97862146 : if (ptr->x_str_align_labels)
10946 : 89901404 : hstate.add (ptr->x_str_align_labels, strlen (ptr->x_str_align_labels));
10947 : : else
10948 : 7960742 : hstate.add_int (0);
10949 : 97862146 : hstate.add_hwi (ptr->x_flag_align_loops);
10950 : 97862146 : if (ptr->x_str_align_loops)
10951 : 89901403 : hstate.add (ptr->x_str_align_loops, strlen (ptr->x_str_align_loops));
10952 : : else
10953 : 7960743 : hstate.add_int (0);
10954 : 97862146 : hstate.add_hwi (ptr->x_flag_allocation_dce);
10955 : 97862146 : hstate.add_hwi (ptr->x_flag_store_data_races);
10956 : 97862146 : hstate.add_hwi (ptr->x_flag_associative_math);
10957 : 97862146 : hstate.add_hwi (ptr->x_flag_assume_sane_operators_new_delete);
10958 : 97862146 : hstate.add_hwi (ptr->x_flag_asynchronous_unwind_tables);
10959 : 97862146 : hstate.add_hwi (ptr->x_flag_auto_inc_dec);
10960 : 97862146 : hstate.add_hwi (ptr->x_flag_avoid_store_forwarding);
10961 : 97862146 : hstate.add_hwi (ptr->x_flag_bit_tests);
10962 : 97862146 : hstate.add_hwi (ptr->x_flag_branch_on_count_reg);
10963 : 97862146 : hstate.add_hwi (ptr->x_flag_branch_probabilities);
10964 : 97862146 : hstate.add_hwi (ptr->x_flag_caller_saves);
10965 : 97862146 : hstate.add_hwi (ptr->x_flag_code_hoisting);
10966 : 97862146 : hstate.add_hwi (ptr->x_flag_combine_stack_adjustments);
10967 : 97862146 : hstate.add_hwi (ptr->x_flag_compare_elim_after_reload);
10968 : 97862146 : hstate.add_hwi (ptr->x_flag_conserve_stack);
10969 : 97862146 : hstate.add_hwi (ptr->x_flag_cprop_registers);
10970 : 97862146 : hstate.add_hwi (ptr->x_flag_crossjumping);
10971 : 97862146 : hstate.add_hwi (ptr->x_flag_cse_follow_jumps);
10972 : 97862146 : hstate.add_hwi (ptr->x_flag_complex_method);
10973 : 97862146 : hstate.add_hwi (ptr->x_flag_dce);
10974 : 97862146 : hstate.add_hwi (ptr->x_flag_defer_pop);
10975 : 97862146 : hstate.add_hwi (ptr->x_flag_delayed_branch);
10976 : 97862146 : hstate.add_hwi (ptr->x_flag_delete_dead_exceptions);
10977 : 97862146 : hstate.add_hwi (ptr->x_flag_delete_null_pointer_checks);
10978 : 97862146 : hstate.add_hwi (ptr->x_flag_devirtualize);
10979 : 97862146 : hstate.add_hwi (ptr->x_flag_devirtualize_speculatively);
10980 : 97862146 : hstate.add_hwi (ptr->x_flag_dse);
10981 : 97862146 : hstate.add_hwi (ptr->x_flag_early_inlining);
10982 : 97862146 : hstate.add_hwi (ptr->x_flag_exceptions);
10983 : 97862146 : hstate.add_hwi (ptr->x_flag_excess_precision);
10984 : 97862146 : hstate.add_hwi (ptr->x_flag_expensive_optimizations);
10985 : 97862146 : hstate.add_hwi (ptr->x_flag_ext_dce);
10986 : 97862146 : hstate.add_hwi (ptr->x_flag_finite_loops);
10987 : 97862146 : hstate.add_hwi (ptr->x_flag_finite_math_only);
10988 : 97862146 : hstate.add_hwi (ptr->x_flag_float_store);
10989 : 97862146 : hstate.add_hwi (ptr->x_flag_fold_mem_offsets);
10990 : 97862146 : hstate.add_hwi (ptr->x_flag_fold_simple_inlines);
10991 : 97862146 : hstate.add_hwi (ptr->x_flag_forward_propagate);
10992 : 97862146 : hstate.add_hwi (ptr->x_flag_fp_contract_mode);
10993 : 97862146 : hstate.add_hwi (ptr->x_flag_fp_int_builtin_inexact);
10994 : 97862146 : hstate.add_hwi (ptr->x_flag_no_function_cse);
10995 : 97862146 : hstate.add_hwi (ptr->x_flag_gcse);
10996 : 97862146 : hstate.add_hwi (ptr->x_flag_gcse_after_reload);
10997 : 97862146 : hstate.add_hwi (ptr->x_flag_gcse_las);
10998 : 97862146 : hstate.add_hwi (ptr->x_flag_gcse_lm);
10999 : 97862146 : hstate.add_hwi (ptr->x_flag_gcse_sm);
11000 : 97862146 : hstate.add_hwi (ptr->x_flag_graphite);
11001 : 97862146 : hstate.add_hwi (ptr->x_flag_graphite_identity);
11002 : 97862146 : hstate.add_hwi (ptr->x_flag_guess_branch_prob);
11003 : 97862146 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_check_exceptions);
11004 : 97862146 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_check_noreturn);
11005 : 97862146 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_check_returning_calls);
11006 : 97862146 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_skip_leaf);
11007 : 97862146 : hstate.add_hwi (ptr->x_flag_harden_compares);
11008 : 97862146 : hstate.add_hwi (ptr->x_flag_harden_conditional_branches);
11009 : 97862146 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy);
11010 : 97862146 : hstate.add_hwi (ptr->x_flag_hoist_adjacent_loads);
11011 : 97862146 : hstate.add_hwi (ptr->x_flag_if_conversion);
11012 : 97862146 : hstate.add_hwi (ptr->x_flag_if_conversion2);
11013 : 97862146 : hstate.add_hwi (ptr->x_flag_indirect_inlining);
11014 : 97862146 : hstate.add_hwi (ptr->x_flag_no_inline);
11015 : 97862146 : hstate.add_hwi (ptr->x_flag_inline_atomics);
11016 : 97862146 : hstate.add_hwi (ptr->x_flag_inline_functions);
11017 : 97862146 : hstate.add_hwi (ptr->x_flag_inline_functions_called_once);
11018 : 97862146 : hstate.add_hwi (ptr->x_flag_inline_small_functions);
11019 : 97862146 : hstate.add_hwi (ptr->x_flag_inline_stringops);
11020 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_bit_cp);
11021 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_cp);
11022 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_cp_clone);
11023 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_icf);
11024 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_icf_functions);
11025 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_icf_variables);
11026 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_modref);
11027 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_profile);
11028 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_pta);
11029 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_pure_const);
11030 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_ra);
11031 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_reference);
11032 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_reference_addressable);
11033 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_reorder_for_locality);
11034 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_sra);
11035 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_stack_alignment);
11036 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_strict_aliasing);
11037 : 97862146 : hstate.add_hwi (ptr->x_flag_ipa_vrp);
11038 : 97862146 : hstate.add_hwi (ptr->x_flag_ira_algorithm);
11039 : 97862146 : hstate.add_hwi (ptr->x_flag_ira_hoist_pressure);
11040 : 97862146 : hstate.add_hwi (ptr->x_flag_ira_loop_pressure);
11041 : 97862146 : hstate.add_hwi (ptr->x_flag_ira_region);
11042 : 97862146 : hstate.add_hwi (ptr->x_flag_ira_share_save_slots);
11043 : 97862146 : hstate.add_hwi (ptr->x_flag_ira_share_spill_slots);
11044 : 97862146 : hstate.add_hwi (ptr->x_flag_isolate_erroneous_paths_attribute);
11045 : 97862146 : hstate.add_hwi (ptr->x_flag_isolate_erroneous_paths_dereference);
11046 : 97862146 : hstate.add_hwi (ptr->x_flag_ivopts);
11047 : 97862146 : hstate.add_hwi (ptr->x_flag_jump_tables);
11048 : 97862146 : hstate.add_hwi (ptr->x_flag_keep_gc_roots_live);
11049 : 97862146 : hstate.add_hwi (ptr->x_flag_late_combine_instructions);
11050 : 97862146 : hstate.add_hwi (ptr->x_flag_lifetime_dse);
11051 : 97862146 : hstate.add_hwi (ptr->x_flag_limit_function_alignment);
11052 : 97862146 : hstate.add_hwi (ptr->x_flag_live_patching);
11053 : 97862146 : hstate.add_hwi (ptr->x_flag_live_range_shrinkage);
11054 : 97862146 : hstate.add_hwi (ptr->x_flag_loop_interchange);
11055 : 97862146 : hstate.add_hwi (ptr->x_flag_loop_nest_optimize);
11056 : 97862146 : hstate.add_hwi (ptr->x_flag_loop_parallelize_all);
11057 : 97862146 : hstate.add_hwi (ptr->x_flag_unroll_jam);
11058 : 97862146 : hstate.add_hwi (ptr->x_flag_lra_remat);
11059 : 97862146 : hstate.add_hwi (ptr->x_flag_malloc_dce);
11060 : 97862146 : hstate.add_hwi (ptr->x_flag_malloc_dse);
11061 : 97862146 : hstate.add_hwi (ptr->x_flag_errno_math);
11062 : 97862146 : hstate.add_hwi (ptr->x_flag_min_function_alignment);
11063 : 97862146 : hstate.add_hwi (ptr->x_flag_modulo_sched);
11064 : 97862146 : hstate.add_hwi (ptr->x_flag_modulo_sched_allow_regmoves);
11065 : 97862146 : hstate.add_hwi (ptr->x_flag_move_loop_invariants);
11066 : 97862146 : hstate.add_hwi (ptr->x_flag_move_loop_stores);
11067 : 97862146 : hstate.add_hwi (ptr->x_flag_non_call_exceptions);
11068 : 97862146 : hstate.add_hwi (ptr->x_flag_nothrow_opt);
11069 : 97862146 : hstate.add_hwi (ptr->x_flag_omit_frame_pointer);
11070 : 97862146 : hstate.add_hwi (ptr->x_flag_openmp_target_simd_clone);
11071 : 97862146 : hstate.add_hwi (ptr->x_flag_opt_info);
11072 : 97862146 : hstate.add_hwi (ptr->x_flag_optimize_crc);
11073 : 97862146 : hstate.add_hwi (ptr->x_flag_optimize_sibling_calls);
11074 : 97862146 : hstate.add_hwi (ptr->x_flag_optimize_strlen);
11075 : 97862146 : hstate.add_hwi (ptr->x_flag_pack_struct);
11076 : 97862146 : hstate.add_hwi (ptr->x_flag_partial_inlining);
11077 : 97862146 : if (ptr->x_flag_patchable_function_entry)
11078 : 34 : hstate.add (ptr->x_flag_patchable_function_entry, strlen (ptr->x_flag_patchable_function_entry));
11079 : : else
11080 : 97862112 : hstate.add_int (0);
11081 : 97862146 : hstate.add_hwi (ptr->x_flag_pcc_struct_return);
11082 : 97862146 : hstate.add_hwi (ptr->x_flag_peel_loops);
11083 : 97862146 : hstate.add_hwi (ptr->x_flag_no_peephole);
11084 : 97862146 : hstate.add_hwi (ptr->x_flag_peephole2);
11085 : 97862146 : hstate.add_hwi (ptr->x_flag_plt);
11086 : 97862146 : hstate.add_hwi (ptr->x_flag_predictive_commoning);
11087 : 97862146 : hstate.add_hwi (ptr->x_flag_prefetch_loop_arrays);
11088 : 97862146 : hstate.add_hwi (ptr->x_flag_printf_return_value);
11089 : 97862146 : hstate.add_hwi (ptr->x_flag_profile_partial_training);
11090 : 97862146 : hstate.add_hwi (ptr->x_flag_profile_reorder_functions);
11091 : 97862146 : hstate.add_hwi (ptr->x_flag_reciprocal_math);
11092 : 97862146 : hstate.add_hwi (ptr->x_flag_ree);
11093 : 97862146 : hstate.add_hwi (ptr->x_flag_rename_registers);
11094 : 97862146 : hstate.add_hwi (ptr->x_flag_reorder_blocks);
11095 : 97862146 : hstate.add_hwi (ptr->x_flag_reorder_blocks_algorithm);
11096 : 97862146 : hstate.add_hwi (ptr->x_flag_reorder_blocks_and_partition);
11097 : 97862146 : hstate.add_hwi (ptr->x_flag_reorder_functions);
11098 : 97862146 : hstate.add_hwi (ptr->x_flag_rerun_cse_after_loop);
11099 : 97862146 : hstate.add_hwi (ptr->x_flag_resched_modulo_sched);
11100 : 97862146 : hstate.add_hwi (ptr->x_flag_rounding_math);
11101 : 97862146 : hstate.add_hwi (ptr->x_flag_rtti);
11102 : 97862146 : hstate.add_hwi (ptr->x_flag_save_optimization_record);
11103 : 97862146 : hstate.add_hwi (ptr->x_flag_sched_critical_path_heuristic);
11104 : 97862146 : hstate.add_hwi (ptr->x_flag_sched_dep_count_heuristic);
11105 : 97862146 : hstate.add_hwi (ptr->x_flag_sched_group_heuristic);
11106 : 97862146 : hstate.add_hwi (ptr->x_flag_schedule_interblock);
11107 : 97862146 : hstate.add_hwi (ptr->x_flag_sched_last_insn_heuristic);
11108 : 97862146 : hstate.add_hwi (ptr->x_flag_sched_pressure);
11109 : 97862146 : hstate.add_hwi (ptr->x_flag_sched_rank_heuristic);
11110 : 97862146 : hstate.add_hwi (ptr->x_flag_schedule_speculative);
11111 : 97862146 : hstate.add_hwi (ptr->x_flag_sched_spec_insn_heuristic);
11112 : 97862146 : hstate.add_hwi (ptr->x_flag_schedule_speculative_load);
11113 : 97862146 : hstate.add_hwi (ptr->x_flag_schedule_speculative_load_dangerous);
11114 : 97862146 : hstate.add_hwi (ptr->x_flag_sched_stalled_insns);
11115 : 97862146 : hstate.add_hwi (ptr->x_flag_sched_stalled_insns_dep);
11116 : 97862146 : hstate.add_hwi (ptr->x_flag_sched2_use_superblocks);
11117 : 97862146 : hstate.add_hwi (ptr->x_flag_schedule_fusion);
11118 : 97862146 : hstate.add_hwi (ptr->x_flag_schedule_insns);
11119 : 97862146 : hstate.add_hwi (ptr->x_flag_schedule_insns_after_reload);
11120 : 97862146 : hstate.add_hwi (ptr->x_flag_section_anchors);
11121 : 97862146 : hstate.add_hwi (ptr->x_flag_sel_sched_pipelining);
11122 : 97862146 : hstate.add_hwi (ptr->x_flag_sel_sched_pipelining_outer_loops);
11123 : 97862146 : hstate.add_hwi (ptr->x_flag_sel_sched_reschedule_pipelined);
11124 : 97862146 : hstate.add_hwi (ptr->x_flag_selective_scheduling);
11125 : 97862146 : hstate.add_hwi (ptr->x_flag_selective_scheduling2);
11126 : 97862146 : hstate.add_hwi (ptr->x_flag_semantic_interposition);
11127 : 97862146 : hstate.add_hwi (ptr->x_flag_short_enums);
11128 : 97862146 : hstate.add_hwi (ptr->x_flag_short_wchar);
11129 : 97862146 : hstate.add_hwi (ptr->x_flag_shrink_wrap);
11130 : 97862146 : hstate.add_hwi (ptr->x_flag_shrink_wrap_separate);
11131 : 97862146 : hstate.add_hwi (ptr->x_flag_signaling_nans);
11132 : 97862146 : hstate.add_hwi (ptr->x_flag_signed_zeros);
11133 : 97862146 : hstate.add_hwi (ptr->x_flag_simd_cost_model);
11134 : 97862146 : hstate.add_hwi (ptr->x_flag_single_precision_constant);
11135 : 97862146 : hstate.add_hwi (ptr->x_flag_split_ivs_in_unroller);
11136 : 97862146 : hstate.add_hwi (ptr->x_flag_split_loops);
11137 : 97862146 : hstate.add_hwi (ptr->x_flag_split_paths);
11138 : 97862146 : hstate.add_hwi (ptr->x_flag_split_wide_types);
11139 : 97862146 : hstate.add_hwi (ptr->x_flag_split_wide_types_early);
11140 : 97862146 : hstate.add_hwi (ptr->x_flag_ssa_backprop);
11141 : 97862146 : hstate.add_hwi (ptr->x_flag_ssa_phiopt);
11142 : 97862146 : hstate.add_hwi (ptr->x_flag_stack_clash_protection);
11143 : 97862146 : hstate.add_hwi (ptr->x_flag_stack_protect);
11144 : 97862146 : hstate.add_hwi (ptr->x_flag_stack_reuse);
11145 : 97862146 : hstate.add_hwi (ptr->x_flag_stdarg_opt);
11146 : 97862146 : hstate.add_hwi (ptr->x_flag_store_merging);
11147 : 97862146 : hstate.add_hwi (ptr->x_flag_strict_aliasing);
11148 : 97862146 : hstate.add_hwi (ptr->x_flag_strict_enums);
11149 : 97862146 : hstate.add_hwi (ptr->x_flag_strict_volatile_bitfields);
11150 : 97862146 : hstate.add_hwi (ptr->x_flag_thread_jumps);
11151 : 97862146 : hstate.add_hwi (ptr->x_flag_threadsafe_statics);
11152 : 97862146 : hstate.add_hwi (ptr->x_flag_toplevel_reorder);
11153 : 97862146 : hstate.add_hwi (ptr->x_flag_tracer);
11154 : 97862146 : hstate.add_hwi (ptr->x_flag_trapping_math);
11155 : 97862146 : hstate.add_hwi (ptr->x_flag_trapv);
11156 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_bit_ccp);
11157 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_builtin_call_dce);
11158 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_ccp);
11159 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_ch);
11160 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_coalesce_vars);
11161 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_copy_prop);
11162 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_cselim);
11163 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_dce);
11164 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_dom);
11165 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_dse);
11166 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_forwprop);
11167 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_fre);
11168 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_loop_distribute_patterns);
11169 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_loop_distribution);
11170 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_loop_if_convert);
11171 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_loop_im);
11172 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_loop_ivcanon);
11173 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_loop_optimize);
11174 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_loop_vectorize);
11175 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_live_range_split);
11176 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_parallelize_loops);
11177 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_partial_pre);
11178 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_phiprop);
11179 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_pre);
11180 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_pta);
11181 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_reassoc);
11182 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_scev_cprop);
11183 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_sink);
11184 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_slp_vectorize);
11185 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_slsr);
11186 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_sra);
11187 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_switch_conversion);
11188 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_tail_merge);
11189 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_ter);
11190 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_vectorize);
11191 : 97862146 : hstate.add_hwi (ptr->x_flag_tree_vrp);
11192 : 97862146 : hstate.add_hwi (ptr->x_flag_auto_var_init);
11193 : 97862146 : hstate.add_hwi (ptr->x_flag_unconstrained_commons);
11194 : 97862146 : hstate.add_hwi (ptr->x_flag_unreachable_traps);
11195 : 97862146 : hstate.add_hwi (ptr->x_flag_unroll_all_loops);
11196 : 97862146 : hstate.add_hwi (ptr->x_flag_cunroll_grow_size);
11197 : 97862146 : hstate.add_hwi (ptr->x_flag_unroll_loops);
11198 : 97862146 : hstate.add_hwi (ptr->x_flag_unsafe_math_optimizations);
11199 : 97862146 : hstate.add_hwi (ptr->x_flag_unswitch_loops);
11200 : 97862146 : hstate.add_hwi (ptr->x_flag_unwind_tables);
11201 : 97862146 : hstate.add_hwi (ptr->x_flag_variable_expansion_in_unroller);
11202 : 97862146 : hstate.add_hwi (ptr->x_flag_vect_cost_model);
11203 : 97862146 : hstate.add_hwi (ptr->x_flag_version_loops_for_strides);
11204 : 97862146 : hstate.add_hwi (ptr->x_flag_value_profile_transformations);
11205 : 97862146 : hstate.add_hwi (ptr->x_flag_web);
11206 : 97862146 : hstate.add_hwi (ptr->x_flag_wrapv);
11207 : 97862146 : hstate.add_hwi (ptr->x_flag_wrapv_pointer);
11208 : 97862146 : hstate.add_hwi (ptr->x_ix86_unroll_only_small_loops);
11209 : 978621460 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
11210 : 880759314 : hstate.add_hwi (ptr->explicit_mask[i]);
11211 : 97862146 : return hstate.end ();
11212 : : }
11213 : :
11214 : : /* Compare two optimization options */
11215 : : bool
11216 : 95381494 : cl_optimization_option_eq (cl_optimization const *ptr1,
11217 : : cl_optimization const *ptr2)
11218 : : {
11219 : 95381494 : if (ptr1->x_optimize != ptr2->x_optimize)
11220 : : return false;
11221 : 95381435 : if (ptr1->x_optimize_size != ptr2->x_optimize_size)
11222 : : return false;
11223 : 95381435 : if (ptr1->x_optimize_debug != ptr2->x_optimize_debug)
11224 : : return false;
11225 : 95381435 : if (ptr1->x_optimize_fast != ptr2->x_optimize_fast)
11226 : : return false;
11227 : 95381435 : if (ptr1->x_param_align_loop_iterations != ptr2->x_param_align_loop_iterations)
11228 : : return false;
11229 : 95381435 : if (ptr1->x_param_align_threshold != ptr2->x_param_align_threshold)
11230 : : return false;
11231 : 95381435 : if (ptr1->x_param_asan_protect_allocas != ptr2->x_param_asan_protect_allocas)
11232 : : return false;
11233 : 95381435 : if (ptr1->x_param_asan_instrument_reads != ptr2->x_param_asan_instrument_reads)
11234 : : return false;
11235 : 95381435 : if (ptr1->x_param_asan_instrument_writes != ptr2->x_param_asan_instrument_writes)
11236 : : return false;
11237 : 95381435 : if (ptr1->x_param_asan_instrumentation_with_call_threshold != ptr2->x_param_asan_instrumentation_with_call_threshold)
11238 : : return false;
11239 : 95381435 : if (ptr1->x_param_asan_kernel_mem_intrinsic_prefix != ptr2->x_param_asan_kernel_mem_intrinsic_prefix)
11240 : : return false;
11241 : 95381435 : if (ptr1->x_param_asan_memintrin != ptr2->x_param_asan_memintrin)
11242 : : return false;
11243 : 95381435 : if (ptr1->x_param_asan_stack != ptr2->x_param_asan_stack)
11244 : : return false;
11245 : 95381435 : if (ptr1->x_param_asan_use_after_return != ptr2->x_param_asan_use_after_return)
11246 : : return false;
11247 : 95381435 : if (ptr1->x_param_avg_loop_niter != ptr2->x_param_avg_loop_niter)
11248 : : return false;
11249 : 95381435 : if (ptr1->x_param_avoid_fma_max_bits != ptr2->x_param_avoid_fma_max_bits)
11250 : : return false;
11251 : 95381435 : if (ptr1->x_param_builtin_expect_probability != ptr2->x_param_builtin_expect_probability)
11252 : : return false;
11253 : 95381435 : if (ptr1->x_param_builtin_string_cmp_inline_length != ptr2->x_param_builtin_string_cmp_inline_length)
11254 : : return false;
11255 : 95381435 : if (ptr1->x_param_case_values_threshold != ptr2->x_param_case_values_threshold)
11256 : : return false;
11257 : 95381435 : if (ptr1->x_param_comdat_sharing_probability != ptr2->x_param_comdat_sharing_probability)
11258 : : return false;
11259 : 95381435 : if (ptr1->x_param_construct_interfere_size != ptr2->x_param_construct_interfere_size)
11260 : : return false;
11261 : 95381435 : if (ptr1->x_param_cycle_accurate_model != ptr2->x_param_cycle_accurate_model)
11262 : : return false;
11263 : 95381435 : if (ptr1->x_param_destruct_interfere_size != ptr2->x_param_destruct_interfere_size)
11264 : : return false;
11265 : 95381435 : if (ptr1->x_param_dse_max_alias_queries_per_store != ptr2->x_param_dse_max_alias_queries_per_store)
11266 : : return false;
11267 : 95381435 : if (ptr1->x_param_dse_max_object_size != ptr2->x_param_dse_max_object_size)
11268 : : return false;
11269 : 95381435 : if (ptr1->x_param_early_inlining_insns != ptr2->x_param_early_inlining_insns)
11270 : : return false;
11271 : 95381435 : if (ptr1->x_param_fsm_scale_path_stmts != ptr2->x_param_fsm_scale_path_stmts)
11272 : : return false;
11273 : 95381435 : if (ptr1->x_param_fully_pipelined_fma != ptr2->x_param_fully_pipelined_fma)
11274 : : return false;
11275 : 95381435 : if (ptr1->x_param_gcse_after_reload_critical_fraction != ptr2->x_param_gcse_after_reload_critical_fraction)
11276 : : return false;
11277 : 95381435 : if (ptr1->x_param_gcse_after_reload_partial_fraction != ptr2->x_param_gcse_after_reload_partial_fraction)
11278 : : return false;
11279 : 95381435 : if (ptr1->x_param_gcse_cost_distance_ratio != ptr2->x_param_gcse_cost_distance_ratio)
11280 : : return false;
11281 : 95381435 : if (ptr1->x_param_gcse_unrestricted_cost != ptr2->x_param_gcse_unrestricted_cost)
11282 : : return false;
11283 : 95381435 : if (ptr1->x_param_graphite_max_arrays_per_scop != ptr2->x_param_graphite_max_arrays_per_scop)
11284 : : return false;
11285 : 95381435 : if (ptr1->x_param_graphite_max_nb_scop_params != ptr2->x_param_graphite_max_nb_scop_params)
11286 : : return false;
11287 : 95381435 : if (ptr1->x_param_hardcfr_max_blocks != ptr2->x_param_hardcfr_max_blocks)
11288 : : return false;
11289 : 95381435 : if (ptr1->x_param_hardcfr_max_inline_blocks != ptr2->x_param_hardcfr_max_inline_blocks)
11290 : : return false;
11291 : 95381435 : if (ptr1->x_param_hwasan_instrument_allocas != ptr2->x_param_hwasan_instrument_allocas)
11292 : : return false;
11293 : 95381435 : if (ptr1->x_param_hwasan_instrument_mem_intrinsics != ptr2->x_param_hwasan_instrument_mem_intrinsics)
11294 : : return false;
11295 : 95381435 : if (ptr1->x_param_hwasan_instrument_reads != ptr2->x_param_hwasan_instrument_reads)
11296 : : return false;
11297 : 95381435 : if (ptr1->x_param_hwasan_instrument_stack != ptr2->x_param_hwasan_instrument_stack)
11298 : : return false;
11299 : 95381435 : if (ptr1->x_param_hwasan_instrument_writes != ptr2->x_param_hwasan_instrument_writes)
11300 : : return false;
11301 : 95381435 : if (ptr1->x_param_hwasan_random_frame_tag != ptr2->x_param_hwasan_random_frame_tag)
11302 : : return false;
11303 : 95381435 : if (ptr1->x_param_inline_heuristics_hint_percent != ptr2->x_param_inline_heuristics_hint_percent)
11304 : : return false;
11305 : 95381435 : if (ptr1->x_param_inline_min_speedup != ptr2->x_param_inline_min_speedup)
11306 : : return false;
11307 : 95381435 : if (ptr1->x_param_inline_unit_growth != ptr2->x_param_inline_unit_growth)
11308 : : return false;
11309 : 95381435 : if (ptr1->x_param_ipa_cp_eval_threshold != ptr2->x_param_ipa_cp_eval_threshold)
11310 : : return false;
11311 : 95381435 : if (ptr1->x_param_ipa_cp_large_unit_insns != ptr2->x_param_ipa_cp_large_unit_insns)
11312 : : return false;
11313 : 95381435 : if (ptr1->x_param_ipa_cp_loop_hint_bonus != ptr2->x_param_ipa_cp_loop_hint_bonus)
11314 : : return false;
11315 : 95381435 : if (ptr1->x_param_ipa_cp_max_recursive_depth != ptr2->x_param_ipa_cp_max_recursive_depth)
11316 : : return false;
11317 : 95381435 : if (ptr1->x_param_ipa_cp_min_recursive_probability != ptr2->x_param_ipa_cp_min_recursive_probability)
11318 : : return false;
11319 : 95381435 : if (ptr1->x_param_ipa_cp_recursion_penalty != ptr2->x_param_ipa_cp_recursion_penalty)
11320 : : return false;
11321 : 95381435 : if (ptr1->x_param_ipa_cp_recursive_freq_factor != ptr2->x_param_ipa_cp_recursive_freq_factor)
11322 : : return false;
11323 : 95381435 : if (ptr1->x_param_ipa_cp_single_call_penalty != ptr2->x_param_ipa_cp_single_call_penalty)
11324 : : return false;
11325 : 95381435 : if (ptr1->x_param_ipa_cp_unit_growth != ptr2->x_param_ipa_cp_unit_growth)
11326 : : return false;
11327 : 95381435 : if (ptr1->x_param_ipa_cp_value_list_size != ptr2->x_param_ipa_cp_value_list_size)
11328 : : return false;
11329 : 95381435 : if (ptr1->x_param_ipa_jump_function_lookups != ptr2->x_param_ipa_jump_function_lookups)
11330 : : return false;
11331 : 95381435 : if (ptr1->x_param_ipa_max_aa_steps != ptr2->x_param_ipa_max_aa_steps)
11332 : : return false;
11333 : 95381435 : if (ptr1->x_param_ipa_max_agg_items != ptr2->x_param_ipa_max_agg_items)
11334 : : return false;
11335 : 95381435 : if (ptr1->x_param_ipa_max_loop_predicates != ptr2->x_param_ipa_max_loop_predicates)
11336 : : return false;
11337 : 95381435 : if (ptr1->x_param_ipa_max_param_expr_ops != ptr2->x_param_ipa_max_param_expr_ops)
11338 : : return false;
11339 : 95381435 : if (ptr1->x_param_ipa_max_switch_predicate_bounds != ptr2->x_param_ipa_max_switch_predicate_bounds)
11340 : : return false;
11341 : 95381435 : if (ptr1->x_param_ipa_sra_deref_prob_threshold != ptr2->x_param_ipa_sra_deref_prob_threshold)
11342 : : return false;
11343 : 95381435 : if (ptr1->x_param_ipa_sra_max_replacements != ptr2->x_param_ipa_sra_max_replacements)
11344 : : return false;
11345 : 95381435 : if (ptr1->x_param_ipa_sra_ptr_growth_factor != ptr2->x_param_ipa_sra_ptr_growth_factor)
11346 : : return false;
11347 : 95381435 : if (ptr1->x_param_ipa_sra_ptrwrap_growth_factor != ptr2->x_param_ipa_sra_ptrwrap_growth_factor)
11348 : : return false;
11349 : 95381435 : if (ptr1->x_param_ira_consider_dup_in_all_alts != ptr2->x_param_ira_consider_dup_in_all_alts)
11350 : : return false;
11351 : 95381435 : if (ptr1->x_param_ira_loop_reserved_regs != ptr2->x_param_ira_loop_reserved_regs)
11352 : : return false;
11353 : 95381435 : if (ptr1->x_param_ira_max_conflict_table_size != ptr2->x_param_ira_max_conflict_table_size)
11354 : : return false;
11355 : 95381435 : if (ptr1->x_param_ira_max_loops_num != ptr2->x_param_ira_max_loops_num)
11356 : : return false;
11357 : 95381435 : if (ptr1->x_param_ira_simple_lra_insn_threshold != ptr2->x_param_ira_simple_lra_insn_threshold)
11358 : : return false;
11359 : 95381435 : if (ptr1->x_param_iv_always_prune_cand_set_bound != ptr2->x_param_iv_always_prune_cand_set_bound)
11360 : : return false;
11361 : 95381435 : if (ptr1->x_param_iv_consider_all_candidates_bound != ptr2->x_param_iv_consider_all_candidates_bound)
11362 : : return false;
11363 : 95381435 : if (ptr1->x_param_iv_max_considered_uses != ptr2->x_param_iv_max_considered_uses)
11364 : : return false;
11365 : 95381435 : if (ptr1->x_param_jump_table_max_growth_ratio_for_size != ptr2->x_param_jump_table_max_growth_ratio_for_size)
11366 : : return false;
11367 : 95381435 : if (ptr1->x_param_jump_table_max_growth_ratio_for_speed != ptr2->x_param_jump_table_max_growth_ratio_for_speed)
11368 : : return false;
11369 : 95381435 : if (ptr1->x_param_l1_cache_line_size != ptr2->x_param_l1_cache_line_size)
11370 : : return false;
11371 : 95381435 : if (ptr1->x_param_l1_cache_size != ptr2->x_param_l1_cache_size)
11372 : : return false;
11373 : 95381318 : if (ptr1->x_param_l2_cache_size != ptr2->x_param_l2_cache_size)
11374 : : return false;
11375 : 95381318 : if (ptr1->x_param_large_function_growth != ptr2->x_param_large_function_growth)
11376 : : return false;
11377 : 95381318 : if (ptr1->x_param_large_function_insns != ptr2->x_param_large_function_insns)
11378 : : return false;
11379 : 95381318 : if (ptr1->x_param_stack_frame_growth != ptr2->x_param_stack_frame_growth)
11380 : : return false;
11381 : 95381318 : if (ptr1->x_param_large_stack_frame != ptr2->x_param_large_stack_frame)
11382 : : return false;
11383 : 95381318 : if (ptr1->x_param_large_unit_insns != ptr2->x_param_large_unit_insns)
11384 : : return false;
11385 : 95381318 : if (ptr1->x_param_lim_expensive != ptr2->x_param_lim_expensive)
11386 : : return false;
11387 : 95381318 : if (ptr1->x_param_loop_block_tile_size != ptr2->x_param_loop_block_tile_size)
11388 : : return false;
11389 : 95381318 : if (ptr1->x_param_loop_interchange_max_num_stmts != ptr2->x_param_loop_interchange_max_num_stmts)
11390 : : return false;
11391 : 95381318 : if (ptr1->x_param_loop_interchange_stride_ratio != ptr2->x_param_loop_interchange_stride_ratio)
11392 : : return false;
11393 : 95381318 : if (ptr1->x_param_loop_invariant_max_bbs_in_loop != ptr2->x_param_loop_invariant_max_bbs_in_loop)
11394 : : return false;
11395 : 95381318 : if (ptr1->x_param_loop_max_datarefs_for_datadeps != ptr2->x_param_loop_max_datarefs_for_datadeps)
11396 : : return false;
11397 : 95381318 : if (ptr1->x_param_loop_versioning_max_inner_insns != ptr2->x_param_loop_versioning_max_inner_insns)
11398 : : return false;
11399 : 95381318 : if (ptr1->x_param_loop_versioning_max_outer_insns != ptr2->x_param_loop_versioning_max_outer_insns)
11400 : : return false;
11401 : 95381318 : if (ptr1->x_param_lra_inheritance_ebb_probability_cutoff != ptr2->x_param_lra_inheritance_ebb_probability_cutoff)
11402 : : return false;
11403 : 95381318 : if (ptr1->x_param_lra_max_considered_reload_pseudos != ptr2->x_param_lra_max_considered_reload_pseudos)
11404 : : return false;
11405 : 95381318 : if (ptr1->x_flag_lto_locality_cloning != ptr2->x_flag_lto_locality_cloning)
11406 : : return false;
11407 : 95381318 : if (ptr1->x_param_lto_locality_frequency != ptr2->x_param_lto_locality_frequency)
11408 : : return false;
11409 : 95381318 : if (ptr1->x_param_lto_locality_size != ptr2->x_param_lto_locality_size)
11410 : : return false;
11411 : 95381318 : if (ptr1->x_param_max_average_unrolled_insns != ptr2->x_param_max_average_unrolled_insns)
11412 : : return false;
11413 : 95381318 : if (ptr1->x_param_max_combine_insns != ptr2->x_param_max_combine_insns)
11414 : : return false;
11415 : 95381318 : if (ptr1->x_param_max_combine_search_insns != ptr2->x_param_max_combine_search_insns)
11416 : : return false;
11417 : 95381318 : if (ptr1->x_param_max_unroll_iterations != ptr2->x_param_max_unroll_iterations)
11418 : : return false;
11419 : 95381318 : if (ptr1->x_param_max_completely_peel_times != ptr2->x_param_max_completely_peel_times)
11420 : : return false;
11421 : 95381318 : if (ptr1->x_param_max_completely_peeled_insns != ptr2->x_param_max_completely_peeled_insns)
11422 : : return false;
11423 : 95381318 : if (ptr1->x_param_max_crossjump_edges != ptr2->x_param_max_crossjump_edges)
11424 : : return false;
11425 : 95381318 : if (ptr1->x_param_max_cse_insns != ptr2->x_param_max_cse_insns)
11426 : : return false;
11427 : 95381318 : if (ptr1->x_param_max_cse_path_length != ptr2->x_param_max_cse_path_length)
11428 : : return false;
11429 : 95381318 : if (ptr1->x_param_max_cselib_memory_locations != ptr2->x_param_max_cselib_memory_locations)
11430 : : return false;
11431 : 95381318 : if (ptr1->x_param_max_debug_marker_count != ptr2->x_param_max_debug_marker_count)
11432 : : return false;
11433 : 95381318 : if (ptr1->x_param_max_delay_slot_insn_search != ptr2->x_param_max_delay_slot_insn_search)
11434 : : return false;
11435 : 95381318 : if (ptr1->x_param_max_delay_slot_live_search != ptr2->x_param_max_delay_slot_live_search)
11436 : : return false;
11437 : 95381318 : if (ptr1->x_param_max_dse_active_local_stores != ptr2->x_param_max_dse_active_local_stores)
11438 : : return false;
11439 : 95381318 : if (ptr1->x_param_early_inliner_max_iterations != ptr2->x_param_early_inliner_max_iterations)
11440 : : return false;
11441 : 95381318 : if (ptr1->x_param_max_find_base_term_values != ptr2->x_param_max_find_base_term_values)
11442 : : return false;
11443 : 95381318 : if (ptr1->x_param_max_fsm_thread_path_insns != ptr2->x_param_max_fsm_thread_path_insns)
11444 : : return false;
11445 : 95381318 : if (ptr1->x_param_max_gcse_insertion_ratio != ptr2->x_param_max_gcse_insertion_ratio)
11446 : : return false;
11447 : 95381318 : if (ptr1->x_param_max_gcse_memory != ptr2->x_param_max_gcse_memory)
11448 : : return false;
11449 : 95381318 : if (ptr1->x_param_max_goto_duplication_insns != ptr2->x_param_max_goto_duplication_insns)
11450 : : return false;
11451 : 95381318 : if (ptr1->x_param_max_grow_copy_bb_insns != ptr2->x_param_max_grow_copy_bb_insns)
11452 : : return false;
11453 : 95381318 : if (ptr1->x_param_max_hoist_depth != ptr2->x_param_max_hoist_depth)
11454 : : return false;
11455 : 95381318 : if (ptr1->x_param_inline_functions_called_once_insns != ptr2->x_param_inline_functions_called_once_insns)
11456 : : return false;
11457 : 95381318 : if (ptr1->x_param_inline_functions_called_once_loop_depth != ptr2->x_param_inline_functions_called_once_loop_depth)
11458 : : return false;
11459 : 95381318 : if (ptr1->x_param_max_inline_insns_auto != ptr2->x_param_max_inline_insns_auto)
11460 : : return false;
11461 : 95381318 : if (ptr1->x_param_max_inline_insns_recursive_auto != ptr2->x_param_max_inline_insns_recursive_auto)
11462 : : return false;
11463 : 95381318 : if (ptr1->x_param_max_inline_insns_recursive != ptr2->x_param_max_inline_insns_recursive)
11464 : : return false;
11465 : 95381318 : if (ptr1->x_param_max_inline_insns_single != ptr2->x_param_max_inline_insns_single)
11466 : : return false;
11467 : 95381318 : if (ptr1->x_param_max_inline_insns_size != ptr2->x_param_max_inline_insns_size)
11468 : : return false;
11469 : 95381318 : if (ptr1->x_param_max_inline_insns_small != ptr2->x_param_max_inline_insns_small)
11470 : : return false;
11471 : 95381318 : if (ptr1->x_param_max_inline_recursive_depth_auto != ptr2->x_param_max_inline_recursive_depth_auto)
11472 : : return false;
11473 : 95381318 : if (ptr1->x_param_max_inline_recursive_depth != ptr2->x_param_max_inline_recursive_depth)
11474 : : return false;
11475 : 95381318 : if (ptr1->x_param_max_isl_operations != ptr2->x_param_max_isl_operations)
11476 : : return false;
11477 : 95381318 : if (ptr1->x_param_max_iterations_computation_cost != ptr2->x_param_max_iterations_computation_cost)
11478 : : return false;
11479 : 95381318 : if (ptr1->x_param_max_iterations_to_track != ptr2->x_param_max_iterations_to_track)
11480 : : return false;
11481 : 95381318 : if (ptr1->x_param_max_jump_thread_duplication_stmts != ptr2->x_param_max_jump_thread_duplication_stmts)
11482 : : return false;
11483 : 95381318 : if (ptr1->x_param_max_jump_thread_paths != ptr2->x_param_max_jump_thread_paths)
11484 : : return false;
11485 : 95381318 : if (ptr1->x_param_max_last_value_rtl != ptr2->x_param_max_last_value_rtl)
11486 : : return false;
11487 : 95381318 : if (ptr1->x_param_max_loop_header_insns != ptr2->x_param_max_loop_header_insns)
11488 : : return false;
11489 : 95381318 : if (ptr1->x_param_max_modulo_backtrack_attempts != ptr2->x_param_max_modulo_backtrack_attempts)
11490 : : return false;
11491 : 95381318 : if (ptr1->x_param_max_partial_antic_length != ptr2->x_param_max_partial_antic_length)
11492 : : return false;
11493 : 95381318 : if (ptr1->x_param_max_peel_branches != ptr2->x_param_max_peel_branches)
11494 : : return false;
11495 : 95381318 : if (ptr1->x_param_max_peel_times != ptr2->x_param_max_peel_times)
11496 : : return false;
11497 : 95381318 : if (ptr1->x_param_max_peeled_insns != ptr2->x_param_max_peeled_insns)
11498 : : return false;
11499 : 95381318 : if (ptr1->x_param_max_pending_list_length != ptr2->x_param_max_pending_list_length)
11500 : : return false;
11501 : 95381318 : if (ptr1->x_param_max_pipeline_region_blocks != ptr2->x_param_max_pipeline_region_blocks)
11502 : : return false;
11503 : 95381318 : if (ptr1->x_param_max_pipeline_region_insns != ptr2->x_param_max_pipeline_region_insns)
11504 : : return false;
11505 : 95381318 : if (ptr1->x_param_max_pow_sqrt_depth != ptr2->x_param_max_pow_sqrt_depth)
11506 : : return false;
11507 : 95381318 : if (ptr1->x_param_max_predicted_iterations != ptr2->x_param_max_predicted_iterations)
11508 : : return false;
11509 : 95381318 : if (ptr1->x_param_max_reload_search_insns != ptr2->x_param_max_reload_search_insns)
11510 : : return false;
11511 : 95381318 : if (ptr1->x_param_max_rtl_if_conversion_insns != ptr2->x_param_max_rtl_if_conversion_insns)
11512 : : return false;
11513 : 95381318 : if (ptr1->x_param_max_rtl_if_conversion_predictable_cost != ptr2->x_param_max_rtl_if_conversion_predictable_cost)
11514 : : return false;
11515 : 95381318 : if (ptr1->x_param_max_rtl_if_conversion_unpredictable_cost != ptr2->x_param_max_rtl_if_conversion_unpredictable_cost)
11516 : : return false;
11517 : 95381318 : if (ptr1->x_param_max_sched_extend_regions_iters != ptr2->x_param_max_sched_extend_regions_iters)
11518 : : return false;
11519 : 95381318 : if (ptr1->x_param_max_sched_insn_conflict_delay != ptr2->x_param_max_sched_insn_conflict_delay)
11520 : : return false;
11521 : 95381318 : if (ptr1->x_param_max_sched_ready_insns != ptr2->x_param_max_sched_ready_insns)
11522 : : return false;
11523 : 95381318 : if (ptr1->x_param_max_sched_region_blocks != ptr2->x_param_max_sched_region_blocks)
11524 : : return false;
11525 : 95381318 : if (ptr1->x_param_max_sched_region_insns != ptr2->x_param_max_sched_region_insns)
11526 : : return false;
11527 : 95381318 : if (ptr1->x_param_max_slsr_candidate_scan != ptr2->x_param_max_slsr_candidate_scan)
11528 : : return false;
11529 : 95381318 : if (ptr1->x_param_max_speculative_devirt_maydefs != ptr2->x_param_max_speculative_devirt_maydefs)
11530 : : return false;
11531 : 95381318 : if (ptr1->x_param_max_stores_to_merge != ptr2->x_param_max_stores_to_merge)
11532 : : return false;
11533 : 95381318 : if (ptr1->x_param_max_stores_to_sink != ptr2->x_param_max_stores_to_sink)
11534 : : return false;
11535 : 95381318 : if (ptr1->x_param_max_tail_merge_comparisons != ptr2->x_param_max_tail_merge_comparisons)
11536 : : return false;
11537 : 95381318 : if (ptr1->x_param_max_tail_merge_iterations != ptr2->x_param_max_tail_merge_iterations)
11538 : : return false;
11539 : 95381318 : if (ptr1->x_param_max_tracked_strlens != ptr2->x_param_max_tracked_strlens)
11540 : : return false;
11541 : 95381318 : if (ptr1->x_param_max_tree_if_conversion_phi_args != ptr2->x_param_max_tree_if_conversion_phi_args)
11542 : : return false;
11543 : 95381318 : if (ptr1->x_param_max_unroll_times != ptr2->x_param_max_unroll_times)
11544 : : return false;
11545 : 95381318 : if (ptr1->x_param_max_unrolled_insns != ptr2->x_param_max_unrolled_insns)
11546 : : return false;
11547 : 95381318 : if (ptr1->x_param_max_unswitch_depth != ptr2->x_param_max_unswitch_depth)
11548 : : return false;
11549 : 95381318 : if (ptr1->x_param_max_unswitch_insns != ptr2->x_param_max_unswitch_insns)
11550 : : return false;
11551 : 95381318 : if (ptr1->x_param_max_variable_expansions != ptr2->x_param_max_variable_expansions)
11552 : : return false;
11553 : 95381318 : if (ptr1->x_param_max_vartrack_expr_depth != ptr2->x_param_max_vartrack_expr_depth)
11554 : : return false;
11555 : 95381318 : if (ptr1->x_param_max_vartrack_reverse_op_size != ptr2->x_param_max_vartrack_reverse_op_size)
11556 : : return false;
11557 : 95381318 : if (ptr1->x_param_max_vartrack_size != ptr2->x_param_max_vartrack_size)
11558 : : return false;
11559 : 95381318 : if (ptr1->x_param_min_crossjump_insns != ptr2->x_param_min_crossjump_insns)
11560 : : return false;
11561 : 95381318 : if (ptr1->x_param_min_inline_recursive_probability != ptr2->x_param_min_inline_recursive_probability)
11562 : : return false;
11563 : 95381318 : if (ptr1->x_param_min_insn_to_prefetch_ratio != ptr2->x_param_min_insn_to_prefetch_ratio)
11564 : : return false;
11565 : 95381318 : if (ptr1->x_param_min_loop_cond_split_prob != ptr2->x_param_min_loop_cond_split_prob)
11566 : : return false;
11567 : 95381318 : if (ptr1->x_param_min_pagesize != ptr2->x_param_min_pagesize)
11568 : : return false;
11569 : 95381318 : if (ptr1->x_param_min_size_for_stack_sharing != ptr2->x_param_min_size_for_stack_sharing)
11570 : : return false;
11571 : 95381318 : if (ptr1->x_param_min_spec_prob != ptr2->x_param_min_spec_prob)
11572 : : return false;
11573 : 95381318 : if (ptr1->x_param_min_vect_loop_bound != ptr2->x_param_min_vect_loop_bound)
11574 : : return false;
11575 : 95381318 : if (ptr1->x_param_modref_max_accesses != ptr2->x_param_modref_max_accesses)
11576 : : return false;
11577 : 95381318 : if (ptr1->x_param_modref_max_adjustments != ptr2->x_param_modref_max_adjustments)
11578 : : return false;
11579 : 95381318 : if (ptr1->x_param_modref_max_bases != ptr2->x_param_modref_max_bases)
11580 : : return false;
11581 : 95381318 : if (ptr1->x_param_modref_max_depth != ptr2->x_param_modref_max_depth)
11582 : : return false;
11583 : 95381318 : if (ptr1->x_param_modref_max_escape_points != ptr2->x_param_modref_max_escape_points)
11584 : : return false;
11585 : 95381318 : if (ptr1->x_param_modref_max_refs != ptr2->x_param_modref_max_refs)
11586 : : return false;
11587 : 95381318 : if (ptr1->x_param_modref_max_tests != ptr2->x_param_modref_max_tests)
11588 : : return false;
11589 : 95381318 : if (ptr1->x_param_parloops_chunk_size != ptr2->x_param_parloops_chunk_size)
11590 : : return false;
11591 : 95381318 : if (ptr1->x_param_parloops_min_per_thread != ptr2->x_param_parloops_min_per_thread)
11592 : : return false;
11593 : 95381318 : if (ptr1->x_param_parloops_schedule != ptr2->x_param_parloops_schedule)
11594 : : return false;
11595 : 95381318 : if (ptr1->x_param_partial_inlining_entry_probability != ptr2->x_param_partial_inlining_entry_probability)
11596 : : return false;
11597 : 95381318 : if (ptr1->x_param_phiopt_factor_max_stmts_live != ptr2->x_param_phiopt_factor_max_stmts_live)
11598 : : return false;
11599 : 95381318 : if (ptr1->x_param_predictable_branch_outcome != ptr2->x_param_predictable_branch_outcome)
11600 : : return false;
11601 : 95381318 : if (ptr1->x_param_prefetch_dynamic_strides != ptr2->x_param_prefetch_dynamic_strides)
11602 : : return false;
11603 : 95381318 : if (ptr1->x_param_prefetch_latency != ptr2->x_param_prefetch_latency)
11604 : : return false;
11605 : 95381318 : if (ptr1->x_param_prefetch_min_insn_to_mem_ratio != ptr2->x_param_prefetch_min_insn_to_mem_ratio)
11606 : : return false;
11607 : 95381318 : if (ptr1->x_param_prefetch_minimum_stride != ptr2->x_param_prefetch_minimum_stride)
11608 : : return false;
11609 : 95381318 : if (ptr1->x_param_ranger_debug != ptr2->x_param_ranger_debug)
11610 : : return false;
11611 : 95381318 : if (ptr1->x_param_ranger_logical_depth != ptr2->x_param_ranger_logical_depth)
11612 : : return false;
11613 : 95381318 : if (ptr1->x_param_ranger_recompute_depth != ptr2->x_param_ranger_recompute_depth)
11614 : : return false;
11615 : 95381318 : if (ptr1->x_param_relation_block_limit != ptr2->x_param_relation_block_limit)
11616 : : return false;
11617 : 95381318 : if (ptr1->x_param_rpo_vn_max_loop_depth != ptr2->x_param_rpo_vn_max_loop_depth)
11618 : : return false;
11619 : 95381318 : if (ptr1->x_param_sccvn_max_alias_queries_per_access != ptr2->x_param_sccvn_max_alias_queries_per_access)
11620 : : return false;
11621 : 95381318 : if (ptr1->x_param_scev_max_expr_complexity != ptr2->x_param_scev_max_expr_complexity)
11622 : : return false;
11623 : 95381318 : if (ptr1->x_param_scev_max_expr_size != ptr2->x_param_scev_max_expr_size)
11624 : : return false;
11625 : 95381318 : if (ptr1->x_param_sched_autopref_queue_depth != ptr2->x_param_sched_autopref_queue_depth)
11626 : : return false;
11627 : 95381318 : if (ptr1->x_param_sched_mem_true_dep_cost != ptr2->x_param_sched_mem_true_dep_cost)
11628 : : return false;
11629 : 95381318 : if (ptr1->x_param_sched_pressure_algorithm != ptr2->x_param_sched_pressure_algorithm)
11630 : : return false;
11631 : 95381318 : if (ptr1->x_param_sched_spec_prob_cutoff != ptr2->x_param_sched_spec_prob_cutoff)
11632 : : return false;
11633 : 95381318 : if (ptr1->x_param_sched_state_edge_prob_cutoff != ptr2->x_param_sched_state_edge_prob_cutoff)
11634 : : return false;
11635 : 95381318 : if (ptr1->x_param_selsched_insns_to_rename != ptr2->x_param_selsched_insns_to_rename)
11636 : : return false;
11637 : 95381318 : if (ptr1->x_param_selsched_max_lookahead != ptr2->x_param_selsched_max_lookahead)
11638 : : return false;
11639 : 95381318 : if (ptr1->x_param_selsched_max_sched_times != ptr2->x_param_selsched_max_sched_times)
11640 : : return false;
11641 : 95381318 : if (ptr1->x_param_simultaneous_prefetches != ptr2->x_param_simultaneous_prefetches)
11642 : : return false;
11643 : 95381304 : if (ptr1->x_param_sink_frequency_threshold != ptr2->x_param_sink_frequency_threshold)
11644 : : return false;
11645 : 95381304 : if (ptr1->x_param_sms_dfa_history != ptr2->x_param_sms_dfa_history)
11646 : : return false;
11647 : 95381304 : if (ptr1->x_param_sms_loop_average_count_threshold != ptr2->x_param_sms_loop_average_count_threshold)
11648 : : return false;
11649 : 95381304 : if (ptr1->x_param_sms_max_ii_factor != ptr2->x_param_sms_max_ii_factor)
11650 : : return false;
11651 : 95381304 : if (ptr1->x_param_sms_min_sc != ptr2->x_param_sms_min_sc)
11652 : : return false;
11653 : 95381304 : if (ptr1->x_param_sra_max_propagations != ptr2->x_param_sra_max_propagations)
11654 : : return false;
11655 : 95381304 : if (ptr1->x_param_sra_max_scalarization_size_size != ptr2->x_param_sra_max_scalarization_size_size)
11656 : : return false;
11657 : 95381304 : if (ptr1->x_param_sra_max_scalarization_size_speed != ptr2->x_param_sra_max_scalarization_size_speed)
11658 : : return false;
11659 : 95381304 : if (ptr1->x_param_ssa_name_def_chain_limit != ptr2->x_param_ssa_name_def_chain_limit)
11660 : : return false;
11661 : 95381304 : if (ptr1->x_param_ssp_buffer_size != ptr2->x_param_ssp_buffer_size)
11662 : : return false;
11663 : 95381304 : if (ptr1->x_param_stack_clash_protection_guard_size != ptr2->x_param_stack_clash_protection_guard_size)
11664 : : return false;
11665 : 95381304 : if (ptr1->x_param_stack_clash_protection_probe_interval != ptr2->x_param_stack_clash_protection_probe_interval)
11666 : : return false;
11667 : 95381304 : if (ptr1->x_param_store_forwarding_max_distance != ptr2->x_param_store_forwarding_max_distance)
11668 : : return false;
11669 : 95381304 : if (ptr1->x_param_store_merging_allow_unaligned != ptr2->x_param_store_merging_allow_unaligned)
11670 : : return false;
11671 : 95381304 : if (ptr1->x_param_store_merging_max_size != ptr2->x_param_store_merging_max_size)
11672 : : return false;
11673 : 95381304 : if (ptr1->x_param_switch_conversion_branch_ratio != ptr2->x_param_switch_conversion_branch_ratio)
11674 : : return false;
11675 : 95381304 : if (ptr1->x_param_switch_lower_slow_alg_max_cases != ptr2->x_param_switch_lower_slow_alg_max_cases)
11676 : : return false;
11677 : 95381304 : if (ptr1->x_param_threader_debug != ptr2->x_param_threader_debug)
11678 : : return false;
11679 : 95381304 : if (ptr1->x_param_tm_max_aggregate_size != ptr2->x_param_tm_max_aggregate_size)
11680 : : return false;
11681 : 95381304 : if (ptr1->x_param_tracer_dynamic_coverage_feedback != ptr2->x_param_tracer_dynamic_coverage_feedback)
11682 : : return false;
11683 : 95381304 : if (ptr1->x_param_tracer_dynamic_coverage != ptr2->x_param_tracer_dynamic_coverage)
11684 : : return false;
11685 : 95381304 : if (ptr1->x_param_tracer_max_code_growth != ptr2->x_param_tracer_max_code_growth)
11686 : : return false;
11687 : 95381304 : if (ptr1->x_param_tracer_min_branch_probability_feedback != ptr2->x_param_tracer_min_branch_probability_feedback)
11688 : : return false;
11689 : 95381304 : if (ptr1->x_param_tracer_min_branch_probability != ptr2->x_param_tracer_min_branch_probability)
11690 : : return false;
11691 : 95381304 : if (ptr1->x_param_tracer_min_branch_ratio != ptr2->x_param_tracer_min_branch_ratio)
11692 : : return false;
11693 : 95381304 : if (ptr1->x_param_transitive_relations_work_bound != ptr2->x_param_transitive_relations_work_bound)
11694 : : return false;
11695 : 95381304 : if (ptr1->x_param_tree_reassoc_width != ptr2->x_param_tree_reassoc_width)
11696 : : return false;
11697 : 95381304 : if (ptr1->x_param_uninit_control_dep_attempts != ptr2->x_param_uninit_control_dep_attempts)
11698 : : return false;
11699 : 95381304 : if (ptr1->x_param_uninit_max_chain_len != ptr2->x_param_uninit_max_chain_len)
11700 : : return false;
11701 : 95381304 : if (ptr1->x_param_uninit_max_num_chains != ptr2->x_param_uninit_max_num_chains)
11702 : : return false;
11703 : 95381304 : if (ptr1->x_param_uninlined_function_insns != ptr2->x_param_uninlined_function_insns)
11704 : : return false;
11705 : 95381304 : if (ptr1->x_param_uninlined_function_time != ptr2->x_param_uninlined_function_time)
11706 : : return false;
11707 : 95381304 : if (ptr1->x_param_uninlined_function_thunk_insns != ptr2->x_param_uninlined_function_thunk_insns)
11708 : : return false;
11709 : 95381304 : if (ptr1->x_param_uninlined_function_thunk_time != ptr2->x_param_uninlined_function_thunk_time)
11710 : : return false;
11711 : 95381304 : if (ptr1->x_param_unlikely_bb_count_fraction != ptr2->x_param_unlikely_bb_count_fraction)
11712 : : return false;
11713 : 95381304 : if (ptr1->x_param_unroll_jam_max_unroll != ptr2->x_param_unroll_jam_max_unroll)
11714 : : return false;
11715 : 95381304 : if (ptr1->x_param_unroll_jam_min_percent != ptr2->x_param_unroll_jam_min_percent)
11716 : : return false;
11717 : 95381304 : if (ptr1->x_param_use_after_scope_direct_emission_threshold != ptr2->x_param_use_after_scope_direct_emission_threshold)
11718 : : return false;
11719 : 95381304 : if (ptr1->x_param_vect_epilogues_nomask != ptr2->x_param_vect_epilogues_nomask)
11720 : : return false;
11721 : 95381304 : if (ptr1->x_param_vect_induction_float != ptr2->x_param_vect_induction_float)
11722 : : return false;
11723 : 95381304 : if (ptr1->x_param_vect_inner_loop_cost_factor != ptr2->x_param_vect_inner_loop_cost_factor)
11724 : : return false;
11725 : 95381304 : if (ptr1->x_param_vect_max_layout_candidates != ptr2->x_param_vect_max_layout_candidates)
11726 : : return false;
11727 : 95381304 : if (ptr1->x_param_vect_max_peeling_for_alignment != ptr2->x_param_vect_max_peeling_for_alignment)
11728 : : return false;
11729 : 95381304 : if (ptr1->x_param_vect_max_version_for_alias_checks != ptr2->x_param_vect_max_version_for_alias_checks)
11730 : : return false;
11731 : 95381304 : if (ptr1->x_param_vect_max_version_for_alignment_checks != ptr2->x_param_vect_max_version_for_alignment_checks)
11732 : : return false;
11733 : 95381304 : if (ptr1->x_param_vect_partial_vector_usage != ptr2->x_param_vect_partial_vector_usage)
11734 : : return false;
11735 : 95381304 : if (ptr1->x_param_vect_scalar_cost_multiplier != ptr2->x_param_vect_scalar_cost_multiplier)
11736 : : return false;
11737 : 95381304 : if (ptr1->x_param_vrp_block_limit != ptr2->x_param_vrp_block_limit)
11738 : : return false;
11739 : 95381304 : if (ptr1->x_param_vrp_sparse_threshold != ptr2->x_param_vrp_sparse_threshold)
11740 : : return false;
11741 : 95381304 : if (ptr1->x_param_vrp_switch_limit != ptr2->x_param_vrp_switch_limit)
11742 : : return false;
11743 : 95381304 : if (ptr1->x_param_vrp_vector_threshold != ptr2->x_param_vrp_vector_threshold)
11744 : : return false;
11745 : 95381304 : if (ptr1->x_warn_inline != ptr2->x_warn_inline)
11746 : : return false;
11747 : 95381304 : if (ptr1->x_flag_aggressive_loop_optimizations != ptr2->x_flag_aggressive_loop_optimizations)
11748 : : return false;
11749 : 95381304 : if (ptr1->x_flag_align_functions != ptr2->x_flag_align_functions)
11750 : : return false;
11751 : 95381304 : if (ptr1->x_str_align_functions != ptr2->x_str_align_functions
11752 : 558 : && (!ptr1->x_str_align_functions || !ptr2->x_str_align_functions
11753 : 558 : || strcmp (ptr1->x_str_align_functions, ptr2->x_str_align_functions)))
11754 : : return false;
11755 : 95381304 : if (ptr1->x_flag_align_jumps != ptr2->x_flag_align_jumps)
11756 : : return false;
11757 : 95381304 : if (ptr1->x_str_align_jumps != ptr2->x_str_align_jumps
11758 : 557 : && (!ptr1->x_str_align_jumps || !ptr2->x_str_align_jumps
11759 : 557 : || strcmp (ptr1->x_str_align_jumps, ptr2->x_str_align_jumps)))
11760 : : return false;
11761 : 95381304 : if (ptr1->x_flag_align_labels != ptr2->x_flag_align_labels)
11762 : : return false;
11763 : 95381304 : if (ptr1->x_str_align_labels != ptr2->x_str_align_labels
11764 : 557 : && (!ptr1->x_str_align_labels || !ptr2->x_str_align_labels
11765 : 557 : || strcmp (ptr1->x_str_align_labels, ptr2->x_str_align_labels)))
11766 : : return false;
11767 : 95381304 : if (ptr1->x_flag_align_loops != ptr2->x_flag_align_loops)
11768 : : return false;
11769 : 95381304 : if (ptr1->x_str_align_loops != ptr2->x_str_align_loops
11770 : 557 : && (!ptr1->x_str_align_loops || !ptr2->x_str_align_loops
11771 : 557 : || strcmp (ptr1->x_str_align_loops, ptr2->x_str_align_loops)))
11772 : : return false;
11773 : 95381304 : if (ptr1->x_flag_allocation_dce != ptr2->x_flag_allocation_dce)
11774 : : return false;
11775 : 95381304 : if (ptr1->x_flag_store_data_races != ptr2->x_flag_store_data_races)
11776 : : return false;
11777 : 95381304 : if (ptr1->x_flag_associative_math != ptr2->x_flag_associative_math)
11778 : : return false;
11779 : 95381295 : if (ptr1->x_flag_assume_sane_operators_new_delete != ptr2->x_flag_assume_sane_operators_new_delete)
11780 : : return false;
11781 : 95381295 : if (ptr1->x_flag_asynchronous_unwind_tables != ptr2->x_flag_asynchronous_unwind_tables)
11782 : : return false;
11783 : 95381295 : if (ptr1->x_flag_auto_inc_dec != ptr2->x_flag_auto_inc_dec)
11784 : : return false;
11785 : 95381295 : if (ptr1->x_flag_avoid_store_forwarding != ptr2->x_flag_avoid_store_forwarding)
11786 : : return false;
11787 : 95381295 : if (ptr1->x_flag_bit_tests != ptr2->x_flag_bit_tests)
11788 : : return false;
11789 : 95381295 : if (ptr1->x_flag_branch_on_count_reg != ptr2->x_flag_branch_on_count_reg)
11790 : : return false;
11791 : 95381295 : if (ptr1->x_flag_branch_probabilities != ptr2->x_flag_branch_probabilities)
11792 : : return false;
11793 : 95381295 : if (ptr1->x_flag_caller_saves != ptr2->x_flag_caller_saves)
11794 : : return false;
11795 : 95381295 : if (ptr1->x_flag_code_hoisting != ptr2->x_flag_code_hoisting)
11796 : : return false;
11797 : 95381295 : if (ptr1->x_flag_combine_stack_adjustments != ptr2->x_flag_combine_stack_adjustments)
11798 : : return false;
11799 : 95381295 : if (ptr1->x_flag_compare_elim_after_reload != ptr2->x_flag_compare_elim_after_reload)
11800 : : return false;
11801 : 95381295 : if (ptr1->x_flag_conserve_stack != ptr2->x_flag_conserve_stack)
11802 : : return false;
11803 : 95381295 : if (ptr1->x_flag_cprop_registers != ptr2->x_flag_cprop_registers)
11804 : : return false;
11805 : 95381295 : if (ptr1->x_flag_crossjumping != ptr2->x_flag_crossjumping)
11806 : : return false;
11807 : 95381295 : if (ptr1->x_flag_cse_follow_jumps != ptr2->x_flag_cse_follow_jumps)
11808 : : return false;
11809 : 95381295 : if (ptr1->x_flag_complex_method != ptr2->x_flag_complex_method)
11810 : : return false;
11811 : 95381281 : if (ptr1->x_flag_dce != ptr2->x_flag_dce)
11812 : : return false;
11813 : 95381281 : if (ptr1->x_flag_defer_pop != ptr2->x_flag_defer_pop)
11814 : : return false;
11815 : 95381281 : if (ptr1->x_flag_delayed_branch != ptr2->x_flag_delayed_branch)
11816 : : return false;
11817 : 95381281 : if (ptr1->x_flag_delete_dead_exceptions != ptr2->x_flag_delete_dead_exceptions)
11818 : : return false;
11819 : 95381281 : if (ptr1->x_flag_delete_null_pointer_checks != ptr2->x_flag_delete_null_pointer_checks)
11820 : : return false;
11821 : 95381281 : if (ptr1->x_flag_devirtualize != ptr2->x_flag_devirtualize)
11822 : : return false;
11823 : 95381281 : if (ptr1->x_flag_devirtualize_speculatively != ptr2->x_flag_devirtualize_speculatively)
11824 : : return false;
11825 : 95381281 : if (ptr1->x_flag_dse != ptr2->x_flag_dse)
11826 : : return false;
11827 : 95381281 : if (ptr1->x_flag_early_inlining != ptr2->x_flag_early_inlining)
11828 : : return false;
11829 : 95381281 : if (ptr1->x_flag_exceptions != ptr2->x_flag_exceptions)
11830 : : return false;
11831 : 95381281 : if (ptr1->x_flag_excess_precision != ptr2->x_flag_excess_precision)
11832 : : return false;
11833 : 95381281 : if (ptr1->x_flag_expensive_optimizations != ptr2->x_flag_expensive_optimizations)
11834 : : return false;
11835 : 95381281 : if (ptr1->x_flag_ext_dce != ptr2->x_flag_ext_dce)
11836 : : return false;
11837 : 95381281 : if (ptr1->x_flag_finite_loops != ptr2->x_flag_finite_loops)
11838 : : return false;
11839 : 95381281 : if (ptr1->x_flag_finite_math_only != ptr2->x_flag_finite_math_only)
11840 : : return false;
11841 : 95381263 : if (ptr1->x_flag_float_store != ptr2->x_flag_float_store)
11842 : : return false;
11843 : 95381263 : if (ptr1->x_flag_fold_mem_offsets != ptr2->x_flag_fold_mem_offsets)
11844 : : return false;
11845 : 95381263 : if (ptr1->x_flag_fold_simple_inlines != ptr2->x_flag_fold_simple_inlines)
11846 : : return false;
11847 : 95381263 : if (ptr1->x_flag_forward_propagate != ptr2->x_flag_forward_propagate)
11848 : : return false;
11849 : 95381263 : if (ptr1->x_flag_fp_contract_mode != ptr2->x_flag_fp_contract_mode)
11850 : : return false;
11851 : 95381263 : if (ptr1->x_flag_fp_int_builtin_inexact != ptr2->x_flag_fp_int_builtin_inexact)
11852 : : return false;
11853 : 95381263 : if (ptr1->x_flag_no_function_cse != ptr2->x_flag_no_function_cse)
11854 : : return false;
11855 : 95381263 : if (ptr1->x_flag_gcse != ptr2->x_flag_gcse)
11856 : : return false;
11857 : 95381263 : if (ptr1->x_flag_gcse_after_reload != ptr2->x_flag_gcse_after_reload)
11858 : : return false;
11859 : 95381263 : if (ptr1->x_flag_gcse_las != ptr2->x_flag_gcse_las)
11860 : : return false;
11861 : 95381263 : if (ptr1->x_flag_gcse_lm != ptr2->x_flag_gcse_lm)
11862 : : return false;
11863 : 95381263 : if (ptr1->x_flag_gcse_sm != ptr2->x_flag_gcse_sm)
11864 : : return false;
11865 : 95381263 : if (ptr1->x_flag_graphite != ptr2->x_flag_graphite)
11866 : : return false;
11867 : 95381263 : if (ptr1->x_flag_graphite_identity != ptr2->x_flag_graphite_identity)
11868 : : return false;
11869 : 95381263 : if (ptr1->x_flag_guess_branch_prob != ptr2->x_flag_guess_branch_prob)
11870 : : return false;
11871 : 95381263 : if (ptr1->x_flag_harden_control_flow_redundancy_check_exceptions != ptr2->x_flag_harden_control_flow_redundancy_check_exceptions)
11872 : : return false;
11873 : 95381263 : if (ptr1->x_flag_harden_control_flow_redundancy_check_noreturn != ptr2->x_flag_harden_control_flow_redundancy_check_noreturn)
11874 : : return false;
11875 : 95381263 : if (ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls != ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls)
11876 : : return false;
11877 : 95381263 : if (ptr1->x_flag_harden_control_flow_redundancy_skip_leaf != ptr2->x_flag_harden_control_flow_redundancy_skip_leaf)
11878 : : return false;
11879 : 95381263 : if (ptr1->x_flag_harden_compares != ptr2->x_flag_harden_compares)
11880 : : return false;
11881 : 95381263 : if (ptr1->x_flag_harden_conditional_branches != ptr2->x_flag_harden_conditional_branches)
11882 : : return false;
11883 : 95381263 : if (ptr1->x_flag_harden_control_flow_redundancy != ptr2->x_flag_harden_control_flow_redundancy)
11884 : : return false;
11885 : 95381263 : if (ptr1->x_flag_hoist_adjacent_loads != ptr2->x_flag_hoist_adjacent_loads)
11886 : : return false;
11887 : 95381263 : if (ptr1->x_flag_if_conversion != ptr2->x_flag_if_conversion)
11888 : : return false;
11889 : 95381263 : if (ptr1->x_flag_if_conversion2 != ptr2->x_flag_if_conversion2)
11890 : : return false;
11891 : 95381263 : if (ptr1->x_flag_indirect_inlining != ptr2->x_flag_indirect_inlining)
11892 : : return false;
11893 : 95381263 : if (ptr1->x_flag_no_inline != ptr2->x_flag_no_inline)
11894 : : return false;
11895 : 95381263 : if (ptr1->x_flag_inline_atomics != ptr2->x_flag_inline_atomics)
11896 : : return false;
11897 : 95381263 : if (ptr1->x_flag_inline_functions != ptr2->x_flag_inline_functions)
11898 : : return false;
11899 : 95381263 : if (ptr1->x_flag_inline_functions_called_once != ptr2->x_flag_inline_functions_called_once)
11900 : : return false;
11901 : 95381263 : if (ptr1->x_flag_inline_small_functions != ptr2->x_flag_inline_small_functions)
11902 : : return false;
11903 : 95381263 : if (ptr1->x_flag_inline_stringops != ptr2->x_flag_inline_stringops)
11904 : : return false;
11905 : 95381263 : if (ptr1->x_flag_ipa_bit_cp != ptr2->x_flag_ipa_bit_cp)
11906 : : return false;
11907 : 95381263 : if (ptr1->x_flag_ipa_cp != ptr2->x_flag_ipa_cp)
11908 : : return false;
11909 : 95381262 : if (ptr1->x_flag_ipa_cp_clone != ptr2->x_flag_ipa_cp_clone)
11910 : : return false;
11911 : 95381262 : if (ptr1->x_flag_ipa_icf != ptr2->x_flag_ipa_icf)
11912 : : return false;
11913 : 95381262 : if (ptr1->x_flag_ipa_icf_functions != ptr2->x_flag_ipa_icf_functions)
11914 : : return false;
11915 : 95381262 : if (ptr1->x_flag_ipa_icf_variables != ptr2->x_flag_ipa_icf_variables)
11916 : : return false;
11917 : 95381262 : if (ptr1->x_flag_ipa_modref != ptr2->x_flag_ipa_modref)
11918 : : return false;
11919 : 95381262 : if (ptr1->x_flag_ipa_profile != ptr2->x_flag_ipa_profile)
11920 : : return false;
11921 : 95381262 : if (ptr1->x_flag_ipa_pta != ptr2->x_flag_ipa_pta)
11922 : : return false;
11923 : 95381262 : if (ptr1->x_flag_ipa_pure_const != ptr2->x_flag_ipa_pure_const)
11924 : : return false;
11925 : 95381262 : if (ptr1->x_flag_ipa_ra != ptr2->x_flag_ipa_ra)
11926 : : return false;
11927 : 95381262 : if (ptr1->x_flag_ipa_reference != ptr2->x_flag_ipa_reference)
11928 : : return false;
11929 : 95381262 : if (ptr1->x_flag_ipa_reference_addressable != ptr2->x_flag_ipa_reference_addressable)
11930 : : return false;
11931 : 95381262 : if (ptr1->x_flag_ipa_reorder_for_locality != ptr2->x_flag_ipa_reorder_for_locality)
11932 : : return false;
11933 : 95381262 : if (ptr1->x_flag_ipa_sra != ptr2->x_flag_ipa_sra)
11934 : : return false;
11935 : 95381262 : if (ptr1->x_flag_ipa_stack_alignment != ptr2->x_flag_ipa_stack_alignment)
11936 : : return false;
11937 : 95381262 : if (ptr1->x_flag_ipa_strict_aliasing != ptr2->x_flag_ipa_strict_aliasing)
11938 : : return false;
11939 : 95381262 : if (ptr1->x_flag_ipa_vrp != ptr2->x_flag_ipa_vrp)
11940 : : return false;
11941 : 95381262 : if (ptr1->x_flag_ira_algorithm != ptr2->x_flag_ira_algorithm)
11942 : : return false;
11943 : 95381262 : if (ptr1->x_flag_ira_hoist_pressure != ptr2->x_flag_ira_hoist_pressure)
11944 : : return false;
11945 : 95381262 : if (ptr1->x_flag_ira_loop_pressure != ptr2->x_flag_ira_loop_pressure)
11946 : : return false;
11947 : 95381262 : if (ptr1->x_flag_ira_region != ptr2->x_flag_ira_region)
11948 : : return false;
11949 : 95381262 : if (ptr1->x_flag_ira_share_save_slots != ptr2->x_flag_ira_share_save_slots)
11950 : : return false;
11951 : 95381262 : if (ptr1->x_flag_ira_share_spill_slots != ptr2->x_flag_ira_share_spill_slots)
11952 : : return false;
11953 : 95381262 : if (ptr1->x_flag_isolate_erroneous_paths_attribute != ptr2->x_flag_isolate_erroneous_paths_attribute)
11954 : : return false;
11955 : 95381262 : if (ptr1->x_flag_isolate_erroneous_paths_dereference != ptr2->x_flag_isolate_erroneous_paths_dereference)
11956 : : return false;
11957 : 95381262 : if (ptr1->x_flag_ivopts != ptr2->x_flag_ivopts)
11958 : : return false;
11959 : 95381262 : if (ptr1->x_flag_jump_tables != ptr2->x_flag_jump_tables)
11960 : : return false;
11961 : 95381262 : if (ptr1->x_flag_keep_gc_roots_live != ptr2->x_flag_keep_gc_roots_live)
11962 : : return false;
11963 : 95381262 : if (ptr1->x_flag_late_combine_instructions != ptr2->x_flag_late_combine_instructions)
11964 : : return false;
11965 : 95381262 : if (ptr1->x_flag_lifetime_dse != ptr2->x_flag_lifetime_dse)
11966 : : return false;
11967 : 95381262 : if (ptr1->x_flag_limit_function_alignment != ptr2->x_flag_limit_function_alignment)
11968 : : return false;
11969 : 95381262 : if (ptr1->x_flag_live_patching != ptr2->x_flag_live_patching)
11970 : : return false;
11971 : 95381262 : if (ptr1->x_flag_live_range_shrinkage != ptr2->x_flag_live_range_shrinkage)
11972 : : return false;
11973 : 95381262 : if (ptr1->x_flag_loop_interchange != ptr2->x_flag_loop_interchange)
11974 : : return false;
11975 : 95381262 : if (ptr1->x_flag_loop_nest_optimize != ptr2->x_flag_loop_nest_optimize)
11976 : : return false;
11977 : 95381262 : if (ptr1->x_flag_loop_parallelize_all != ptr2->x_flag_loop_parallelize_all)
11978 : : return false;
11979 : 95381262 : if (ptr1->x_flag_unroll_jam != ptr2->x_flag_unroll_jam)
11980 : : return false;
11981 : 95381262 : if (ptr1->x_flag_lra_remat != ptr2->x_flag_lra_remat)
11982 : : return false;
11983 : 95381262 : if (ptr1->x_flag_malloc_dce != ptr2->x_flag_malloc_dce)
11984 : : return false;
11985 : 95381262 : if (ptr1->x_flag_malloc_dse != ptr2->x_flag_malloc_dse)
11986 : : return false;
11987 : 95381262 : if (ptr1->x_flag_errno_math != ptr2->x_flag_errno_math)
11988 : : return false;
11989 : 95381262 : if (ptr1->x_flag_min_function_alignment != ptr2->x_flag_min_function_alignment)
11990 : : return false;
11991 : 95381262 : if (ptr1->x_flag_modulo_sched != ptr2->x_flag_modulo_sched)
11992 : : return false;
11993 : 95381262 : if (ptr1->x_flag_modulo_sched_allow_regmoves != ptr2->x_flag_modulo_sched_allow_regmoves)
11994 : : return false;
11995 : 95381262 : if (ptr1->x_flag_move_loop_invariants != ptr2->x_flag_move_loop_invariants)
11996 : : return false;
11997 : 95381262 : if (ptr1->x_flag_move_loop_stores != ptr2->x_flag_move_loop_stores)
11998 : : return false;
11999 : 95381262 : if (ptr1->x_flag_non_call_exceptions != ptr2->x_flag_non_call_exceptions)
12000 : : return false;
12001 : 95381262 : if (ptr1->x_flag_nothrow_opt != ptr2->x_flag_nothrow_opt)
12002 : : return false;
12003 : 95381262 : if (ptr1->x_flag_omit_frame_pointer != ptr2->x_flag_omit_frame_pointer)
12004 : : return false;
12005 : 95381262 : if (ptr1->x_flag_openmp_target_simd_clone != ptr2->x_flag_openmp_target_simd_clone)
12006 : : return false;
12007 : 95381262 : if (ptr1->x_flag_opt_info != ptr2->x_flag_opt_info)
12008 : : return false;
12009 : 95381262 : if (ptr1->x_flag_optimize_crc != ptr2->x_flag_optimize_crc)
12010 : : return false;
12011 : 95381262 : if (ptr1->x_flag_optimize_sibling_calls != ptr2->x_flag_optimize_sibling_calls)
12012 : : return false;
12013 : 95381262 : if (ptr1->x_flag_optimize_strlen != ptr2->x_flag_optimize_strlen)
12014 : : return false;
12015 : 95381262 : if (ptr1->x_flag_pack_struct != ptr2->x_flag_pack_struct)
12016 : : return false;
12017 : 95381262 : if (ptr1->x_flag_partial_inlining != ptr2->x_flag_partial_inlining)
12018 : : return false;
12019 : 95381262 : if (ptr1->x_flag_patchable_function_entry != ptr2->x_flag_patchable_function_entry
12020 : 0 : && (!ptr1->x_flag_patchable_function_entry || !ptr2->x_flag_patchable_function_entry
12021 : 0 : || strcmp (ptr1->x_flag_patchable_function_entry, ptr2->x_flag_patchable_function_entry)))
12022 : : return false;
12023 : 95381262 : if (ptr1->x_flag_pcc_struct_return != ptr2->x_flag_pcc_struct_return)
12024 : : return false;
12025 : 95381262 : if (ptr1->x_flag_peel_loops != ptr2->x_flag_peel_loops)
12026 : : return false;
12027 : 95381262 : if (ptr1->x_flag_no_peephole != ptr2->x_flag_no_peephole)
12028 : : return false;
12029 : 95381262 : if (ptr1->x_flag_peephole2 != ptr2->x_flag_peephole2)
12030 : : return false;
12031 : 95381262 : if (ptr1->x_flag_plt != ptr2->x_flag_plt)
12032 : : return false;
12033 : 95381262 : if (ptr1->x_flag_predictive_commoning != ptr2->x_flag_predictive_commoning)
12034 : : return false;
12035 : 95381262 : if (ptr1->x_flag_prefetch_loop_arrays != ptr2->x_flag_prefetch_loop_arrays)
12036 : : return false;
12037 : 95381262 : if (ptr1->x_flag_printf_return_value != ptr2->x_flag_printf_return_value)
12038 : : return false;
12039 : 95381262 : if (ptr1->x_flag_profile_partial_training != ptr2->x_flag_profile_partial_training)
12040 : : return false;
12041 : 95381262 : if (ptr1->x_flag_profile_reorder_functions != ptr2->x_flag_profile_reorder_functions)
12042 : : return false;
12043 : 95381262 : if (ptr1->x_flag_reciprocal_math != ptr2->x_flag_reciprocal_math)
12044 : : return false;
12045 : 95381262 : if (ptr1->x_flag_ree != ptr2->x_flag_ree)
12046 : : return false;
12047 : 95381262 : if (ptr1->x_flag_rename_registers != ptr2->x_flag_rename_registers)
12048 : : return false;
12049 : 95381262 : if (ptr1->x_flag_reorder_blocks != ptr2->x_flag_reorder_blocks)
12050 : : return false;
12051 : 95381262 : if (ptr1->x_flag_reorder_blocks_algorithm != ptr2->x_flag_reorder_blocks_algorithm)
12052 : : return false;
12053 : 95381262 : if (ptr1->x_flag_reorder_blocks_and_partition != ptr2->x_flag_reorder_blocks_and_partition)
12054 : : return false;
12055 : 95381262 : if (ptr1->x_flag_reorder_functions != ptr2->x_flag_reorder_functions)
12056 : : return false;
12057 : 95381262 : if (ptr1->x_flag_rerun_cse_after_loop != ptr2->x_flag_rerun_cse_after_loop)
12058 : : return false;
12059 : 95381262 : if (ptr1->x_flag_resched_modulo_sched != ptr2->x_flag_resched_modulo_sched)
12060 : : return false;
12061 : 95381262 : if (ptr1->x_flag_rounding_math != ptr2->x_flag_rounding_math)
12062 : : return false;
12063 : 95381262 : if (ptr1->x_flag_rtti != ptr2->x_flag_rtti)
12064 : : return false;
12065 : 95381262 : if (ptr1->x_flag_save_optimization_record != ptr2->x_flag_save_optimization_record)
12066 : : return false;
12067 : 95381262 : if (ptr1->x_flag_sched_critical_path_heuristic != ptr2->x_flag_sched_critical_path_heuristic)
12068 : : return false;
12069 : 95381262 : if (ptr1->x_flag_sched_dep_count_heuristic != ptr2->x_flag_sched_dep_count_heuristic)
12070 : : return false;
12071 : 95381262 : if (ptr1->x_flag_sched_group_heuristic != ptr2->x_flag_sched_group_heuristic)
12072 : : return false;
12073 : 95381262 : if (ptr1->x_flag_schedule_interblock != ptr2->x_flag_schedule_interblock)
12074 : : return false;
12075 : 95381262 : if (ptr1->x_flag_sched_last_insn_heuristic != ptr2->x_flag_sched_last_insn_heuristic)
12076 : : return false;
12077 : 95381262 : if (ptr1->x_flag_sched_pressure != ptr2->x_flag_sched_pressure)
12078 : : return false;
12079 : 95381262 : if (ptr1->x_flag_sched_rank_heuristic != ptr2->x_flag_sched_rank_heuristic)
12080 : : return false;
12081 : 95381262 : if (ptr1->x_flag_schedule_speculative != ptr2->x_flag_schedule_speculative)
12082 : : return false;
12083 : 95381262 : if (ptr1->x_flag_sched_spec_insn_heuristic != ptr2->x_flag_sched_spec_insn_heuristic)
12084 : : return false;
12085 : 95381262 : if (ptr1->x_flag_schedule_speculative_load != ptr2->x_flag_schedule_speculative_load)
12086 : : return false;
12087 : 95381262 : if (ptr1->x_flag_schedule_speculative_load_dangerous != ptr2->x_flag_schedule_speculative_load_dangerous)
12088 : : return false;
12089 : 95381262 : if (ptr1->x_flag_sched_stalled_insns != ptr2->x_flag_sched_stalled_insns)
12090 : : return false;
12091 : 95381262 : if (ptr1->x_flag_sched_stalled_insns_dep != ptr2->x_flag_sched_stalled_insns_dep)
12092 : : return false;
12093 : 95381262 : if (ptr1->x_flag_sched2_use_superblocks != ptr2->x_flag_sched2_use_superblocks)
12094 : : return false;
12095 : 95381262 : if (ptr1->x_flag_schedule_fusion != ptr2->x_flag_schedule_fusion)
12096 : : return false;
12097 : 95381262 : if (ptr1->x_flag_schedule_insns != ptr2->x_flag_schedule_insns)
12098 : : return false;
12099 : 95381262 : if (ptr1->x_flag_schedule_insns_after_reload != ptr2->x_flag_schedule_insns_after_reload)
12100 : : return false;
12101 : 95381262 : if (ptr1->x_flag_section_anchors != ptr2->x_flag_section_anchors)
12102 : : return false;
12103 : 95381262 : if (ptr1->x_flag_sel_sched_pipelining != ptr2->x_flag_sel_sched_pipelining)
12104 : : return false;
12105 : 95381262 : if (ptr1->x_flag_sel_sched_pipelining_outer_loops != ptr2->x_flag_sel_sched_pipelining_outer_loops)
12106 : : return false;
12107 : 95381262 : if (ptr1->x_flag_sel_sched_reschedule_pipelined != ptr2->x_flag_sel_sched_reschedule_pipelined)
12108 : : return false;
12109 : 95381262 : if (ptr1->x_flag_selective_scheduling != ptr2->x_flag_selective_scheduling)
12110 : : return false;
12111 : 95381262 : if (ptr1->x_flag_selective_scheduling2 != ptr2->x_flag_selective_scheduling2)
12112 : : return false;
12113 : 95381262 : if (ptr1->x_flag_semantic_interposition != ptr2->x_flag_semantic_interposition)
12114 : : return false;
12115 : 95381262 : if (ptr1->x_flag_short_enums != ptr2->x_flag_short_enums)
12116 : : return false;
12117 : 95381262 : if (ptr1->x_flag_short_wchar != ptr2->x_flag_short_wchar)
12118 : : return false;
12119 : 95381262 : if (ptr1->x_flag_shrink_wrap != ptr2->x_flag_shrink_wrap)
12120 : : return false;
12121 : 95381262 : if (ptr1->x_flag_shrink_wrap_separate != ptr2->x_flag_shrink_wrap_separate)
12122 : : return false;
12123 : 95381262 : if (ptr1->x_flag_signaling_nans != ptr2->x_flag_signaling_nans)
12124 : : return false;
12125 : 95381262 : if (ptr1->x_flag_signed_zeros != ptr2->x_flag_signed_zeros)
12126 : : return false;
12127 : 95381262 : if (ptr1->x_flag_simd_cost_model != ptr2->x_flag_simd_cost_model)
12128 : : return false;
12129 : 95381262 : if (ptr1->x_flag_single_precision_constant != ptr2->x_flag_single_precision_constant)
12130 : : return false;
12131 : 95381262 : if (ptr1->x_flag_split_ivs_in_unroller != ptr2->x_flag_split_ivs_in_unroller)
12132 : : return false;
12133 : 95381262 : if (ptr1->x_flag_split_loops != ptr2->x_flag_split_loops)
12134 : : return false;
12135 : 95381262 : if (ptr1->x_flag_split_paths != ptr2->x_flag_split_paths)
12136 : : return false;
12137 : 95381262 : if (ptr1->x_flag_split_wide_types != ptr2->x_flag_split_wide_types)
12138 : : return false;
12139 : 95381262 : if (ptr1->x_flag_split_wide_types_early != ptr2->x_flag_split_wide_types_early)
12140 : : return false;
12141 : 95381262 : if (ptr1->x_flag_ssa_backprop != ptr2->x_flag_ssa_backprop)
12142 : : return false;
12143 : 95381262 : if (ptr1->x_flag_ssa_phiopt != ptr2->x_flag_ssa_phiopt)
12144 : : return false;
12145 : 95381262 : if (ptr1->x_flag_stack_clash_protection != ptr2->x_flag_stack_clash_protection)
12146 : : return false;
12147 : 95381262 : if (ptr1->x_flag_stack_protect != ptr2->x_flag_stack_protect)
12148 : : return false;
12149 : 95381262 : if (ptr1->x_flag_stack_reuse != ptr2->x_flag_stack_reuse)
12150 : : return false;
12151 : 95381262 : if (ptr1->x_flag_stdarg_opt != ptr2->x_flag_stdarg_opt)
12152 : : return false;
12153 : 95381262 : if (ptr1->x_flag_store_merging != ptr2->x_flag_store_merging)
12154 : : return false;
12155 : 95381262 : if (ptr1->x_flag_strict_aliasing != ptr2->x_flag_strict_aliasing)
12156 : : return false;
12157 : 95381262 : if (ptr1->x_flag_strict_enums != ptr2->x_flag_strict_enums)
12158 : : return false;
12159 : 95381262 : if (ptr1->x_flag_strict_volatile_bitfields != ptr2->x_flag_strict_volatile_bitfields)
12160 : : return false;
12161 : 95381262 : if (ptr1->x_flag_thread_jumps != ptr2->x_flag_thread_jumps)
12162 : : return false;
12163 : 95381262 : if (ptr1->x_flag_threadsafe_statics != ptr2->x_flag_threadsafe_statics)
12164 : : return false;
12165 : 95381262 : if (ptr1->x_flag_toplevel_reorder != ptr2->x_flag_toplevel_reorder)
12166 : : return false;
12167 : 95381262 : if (ptr1->x_flag_tracer != ptr2->x_flag_tracer)
12168 : : return false;
12169 : 95381262 : if (ptr1->x_flag_trapping_math != ptr2->x_flag_trapping_math)
12170 : : return false;
12171 : 95381262 : if (ptr1->x_flag_trapv != ptr2->x_flag_trapv)
12172 : : return false;
12173 : 95381262 : if (ptr1->x_flag_tree_bit_ccp != ptr2->x_flag_tree_bit_ccp)
12174 : : return false;
12175 : 95381262 : if (ptr1->x_flag_tree_builtin_call_dce != ptr2->x_flag_tree_builtin_call_dce)
12176 : : return false;
12177 : 95381262 : if (ptr1->x_flag_tree_ccp != ptr2->x_flag_tree_ccp)
12178 : : return false;
12179 : 95381262 : if (ptr1->x_flag_tree_ch != ptr2->x_flag_tree_ch)
12180 : : return false;
12181 : 95381262 : if (ptr1->x_flag_tree_coalesce_vars != ptr2->x_flag_tree_coalesce_vars)
12182 : : return false;
12183 : 95381262 : if (ptr1->x_flag_tree_copy_prop != ptr2->x_flag_tree_copy_prop)
12184 : : return false;
12185 : 95381262 : if (ptr1->x_flag_tree_cselim != ptr2->x_flag_tree_cselim)
12186 : : return false;
12187 : 95381262 : if (ptr1->x_flag_tree_dce != ptr2->x_flag_tree_dce)
12188 : : return false;
12189 : 95381262 : if (ptr1->x_flag_tree_dom != ptr2->x_flag_tree_dom)
12190 : : return false;
12191 : 95381262 : if (ptr1->x_flag_tree_dse != ptr2->x_flag_tree_dse)
12192 : : return false;
12193 : 95381260 : if (ptr1->x_flag_tree_forwprop != ptr2->x_flag_tree_forwprop)
12194 : : return false;
12195 : 95381260 : if (ptr1->x_flag_tree_fre != ptr2->x_flag_tree_fre)
12196 : : return false;
12197 : 95381260 : if (ptr1->x_flag_tree_loop_distribute_patterns != ptr2->x_flag_tree_loop_distribute_patterns)
12198 : : return false;
12199 : 95381260 : if (ptr1->x_flag_tree_loop_distribution != ptr2->x_flag_tree_loop_distribution)
12200 : : return false;
12201 : 95381260 : if (ptr1->x_flag_tree_loop_if_convert != ptr2->x_flag_tree_loop_if_convert)
12202 : : return false;
12203 : 95381260 : if (ptr1->x_flag_tree_loop_im != ptr2->x_flag_tree_loop_im)
12204 : : return false;
12205 : 95381260 : if (ptr1->x_flag_tree_loop_ivcanon != ptr2->x_flag_tree_loop_ivcanon)
12206 : : return false;
12207 : 95381260 : if (ptr1->x_flag_tree_loop_optimize != ptr2->x_flag_tree_loop_optimize)
12208 : : return false;
12209 : 95381260 : if (ptr1->x_flag_tree_loop_vectorize != ptr2->x_flag_tree_loop_vectorize)
12210 : : return false;
12211 : 95381258 : if (ptr1->x_flag_tree_live_range_split != ptr2->x_flag_tree_live_range_split)
12212 : : return false;
12213 : 95381258 : if (ptr1->x_flag_tree_parallelize_loops != ptr2->x_flag_tree_parallelize_loops)
12214 : : return false;
12215 : 95381258 : if (ptr1->x_flag_tree_partial_pre != ptr2->x_flag_tree_partial_pre)
12216 : : return false;
12217 : 95381258 : if (ptr1->x_flag_tree_phiprop != ptr2->x_flag_tree_phiprop)
12218 : : return false;
12219 : 95381258 : if (ptr1->x_flag_tree_pre != ptr2->x_flag_tree_pre)
12220 : : return false;
12221 : 95381258 : if (ptr1->x_flag_tree_pta != ptr2->x_flag_tree_pta)
12222 : : return false;
12223 : 95381258 : if (ptr1->x_flag_tree_reassoc != ptr2->x_flag_tree_reassoc)
12224 : : return false;
12225 : 95381258 : if (ptr1->x_flag_tree_scev_cprop != ptr2->x_flag_tree_scev_cprop)
12226 : : return false;
12227 : 95381258 : if (ptr1->x_flag_tree_sink != ptr2->x_flag_tree_sink)
12228 : : return false;
12229 : 95381258 : if (ptr1->x_flag_tree_slp_vectorize != ptr2->x_flag_tree_slp_vectorize)
12230 : : return false;
12231 : 95381258 : if (ptr1->x_flag_tree_slsr != ptr2->x_flag_tree_slsr)
12232 : : return false;
12233 : 95381258 : if (ptr1->x_flag_tree_sra != ptr2->x_flag_tree_sra)
12234 : : return false;
12235 : 95381258 : if (ptr1->x_flag_tree_switch_conversion != ptr2->x_flag_tree_switch_conversion)
12236 : : return false;
12237 : 95381258 : if (ptr1->x_flag_tree_tail_merge != ptr2->x_flag_tree_tail_merge)
12238 : : return false;
12239 : 95381258 : if (ptr1->x_flag_tree_ter != ptr2->x_flag_tree_ter)
12240 : : return false;
12241 : 95381258 : if (ptr1->x_flag_tree_vectorize != ptr2->x_flag_tree_vectorize)
12242 : : return false;
12243 : 95381258 : if (ptr1->x_flag_tree_vrp != ptr2->x_flag_tree_vrp)
12244 : : return false;
12245 : 95381258 : if (ptr1->x_flag_auto_var_init != ptr2->x_flag_auto_var_init)
12246 : : return false;
12247 : 95381258 : if (ptr1->x_flag_unconstrained_commons != ptr2->x_flag_unconstrained_commons)
12248 : : return false;
12249 : 95381258 : if (ptr1->x_flag_unreachable_traps != ptr2->x_flag_unreachable_traps)
12250 : : return false;
12251 : 95381258 : if (ptr1->x_flag_unroll_all_loops != ptr2->x_flag_unroll_all_loops)
12252 : : return false;
12253 : 95381258 : if (ptr1->x_flag_cunroll_grow_size != ptr2->x_flag_cunroll_grow_size)
12254 : : return false;
12255 : 95381258 : if (ptr1->x_flag_unroll_loops != ptr2->x_flag_unroll_loops)
12256 : : return false;
12257 : 95381258 : if (ptr1->x_flag_unsafe_math_optimizations != ptr2->x_flag_unsafe_math_optimizations)
12258 : : return false;
12259 : 95381258 : if (ptr1->x_flag_unswitch_loops != ptr2->x_flag_unswitch_loops)
12260 : : return false;
12261 : 95381258 : if (ptr1->x_flag_unwind_tables != ptr2->x_flag_unwind_tables)
12262 : : return false;
12263 : 95381258 : if (ptr1->x_flag_variable_expansion_in_unroller != ptr2->x_flag_variable_expansion_in_unroller)
12264 : : return false;
12265 : 95381258 : if (ptr1->x_flag_vect_cost_model != ptr2->x_flag_vect_cost_model)
12266 : : return false;
12267 : 95381258 : if (ptr1->x_flag_version_loops_for_strides != ptr2->x_flag_version_loops_for_strides)
12268 : : return false;
12269 : 95381258 : if (ptr1->x_flag_value_profile_transformations != ptr2->x_flag_value_profile_transformations)
12270 : : return false;
12271 : 95381258 : if (ptr1->x_flag_web != ptr2->x_flag_web)
12272 : : return false;
12273 : 95381258 : if (ptr1->x_flag_wrapv != ptr2->x_flag_wrapv)
12274 : : return false;
12275 : 95381258 : if (ptr1->x_flag_wrapv_pointer != ptr2->x_flag_wrapv_pointer)
12276 : : return false;
12277 : 95381258 : if (ptr1->x_ix86_unroll_only_small_loops != ptr2->x_ix86_unroll_only_small_loops)
12278 : : return false;
12279 : 953812475 : for (size_t i = 0; i < ARRAY_SIZE (ptr1->explicit_mask); i++)
12280 : 858431244 : if (ptr1->explicit_mask[i] != ptr2->explicit_mask[i])
12281 : : return false;
12282 : : return true;
12283 : : }
12284 : :
12285 : : /* Stream out optimization options */
12286 : : void
12287 : 32746 : cl_optimization_stream_out (struct output_block *ob,
12288 : : struct bitpack_d *bp,
12289 : : struct cl_optimization *ptr)
12290 : : {
12291 : 32746 : bp_pack_var_len_int (bp, ptr->x_optimize);
12292 : 32746 : bp_pack_var_len_int (bp, ptr->x_optimize_size);
12293 : 32746 : bp_pack_var_len_int (bp, ptr->x_optimize_debug);
12294 : 32746 : bp_pack_var_len_int (bp, ptr->x_optimize_fast);
12295 : 32746 : if (4 > (int ) 10)
12296 : : bp_pack_var_len_int (bp, ptr->x_param_align_loop_iterations ^ 4);
12297 : : else
12298 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_align_loop_iterations);
12299 : 32746 : if (100 > (int ) 10)
12300 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_align_threshold ^ 100);
12301 : : else
12302 : : bp_pack_var_len_int (bp, ptr->x_param_align_threshold);
12303 : 32746 : if (1 > (int ) 10)
12304 : : bp_pack_var_len_int (bp, ptr->x_param_asan_protect_allocas ^ 1);
12305 : : else
12306 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_asan_protect_allocas);
12307 : 32746 : if (1 > (int ) 10)
12308 : : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_reads ^ 1);
12309 : : else
12310 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_reads);
12311 : 32746 : if (1 > (int ) 10)
12312 : : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_writes ^ 1);
12313 : : else
12314 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_writes);
12315 : 32746 : if (7000 > (int ) 10)
12316 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_asan_instrumentation_with_call_threshold ^ 7000);
12317 : : else
12318 : : bp_pack_var_len_int (bp, ptr->x_param_asan_instrumentation_with_call_threshold);
12319 : 32746 : if (0 > (int ) 10)
12320 : : bp_pack_var_len_int (bp, ptr->x_param_asan_kernel_mem_intrinsic_prefix ^ 0);
12321 : : else
12322 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_asan_kernel_mem_intrinsic_prefix);
12323 : 32746 : if (1 > (int ) 10)
12324 : : bp_pack_var_len_int (bp, ptr->x_param_asan_memintrin ^ 1);
12325 : : else
12326 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_asan_memintrin);
12327 : 32746 : if (1 > (int ) 10)
12328 : : bp_pack_var_len_int (bp, ptr->x_param_asan_stack ^ 1);
12329 : : else
12330 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_asan_stack);
12331 : 32746 : if (1 > (int ) 10)
12332 : : bp_pack_var_len_int (bp, ptr->x_param_asan_use_after_return ^ 1);
12333 : : else
12334 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_asan_use_after_return);
12335 : 32746 : if (10 > (int ) 10)
12336 : : bp_pack_var_len_int (bp, ptr->x_param_avg_loop_niter ^ 10);
12337 : : else
12338 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_avg_loop_niter);
12339 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_avoid_fma_max_bits);
12340 : 32746 : if (90 > (int ) 10)
12341 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_builtin_expect_probability ^ 90);
12342 : : else
12343 : : bp_pack_var_len_int (bp, ptr->x_param_builtin_expect_probability);
12344 : 32746 : if (3 > (int ) 10)
12345 : : bp_pack_var_len_int (bp, ptr->x_param_builtin_string_cmp_inline_length ^ 3);
12346 : : else
12347 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_builtin_string_cmp_inline_length);
12348 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_case_values_threshold);
12349 : 32746 : if (20 > (int ) 10)
12350 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_comdat_sharing_probability ^ 20);
12351 : : else
12352 : : bp_pack_var_len_int (bp, ptr->x_param_comdat_sharing_probability);
12353 : 32746 : if (0 > (int ) 10)
12354 : : bp_pack_var_len_int (bp, ptr->x_param_construct_interfere_size ^ 0);
12355 : : else
12356 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_construct_interfere_size);
12357 : 32746 : if (1 > (int ) 10)
12358 : : bp_pack_var_len_int (bp, ptr->x_param_cycle_accurate_model ^ 1);
12359 : : else
12360 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_cycle_accurate_model);
12361 : 32746 : if (0 > (int ) 10)
12362 : : bp_pack_var_len_int (bp, ptr->x_param_destruct_interfere_size ^ 0);
12363 : : else
12364 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_destruct_interfere_size);
12365 : 32746 : if (256 > (int ) 10)
12366 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_dse_max_alias_queries_per_store ^ 256);
12367 : : else
12368 : : bp_pack_var_len_int (bp, ptr->x_param_dse_max_alias_queries_per_store);
12369 : 32746 : if (256 > (int ) 10)
12370 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_dse_max_object_size ^ 256);
12371 : : else
12372 : : bp_pack_var_len_int (bp, ptr->x_param_dse_max_object_size);
12373 : 32746 : if (6 > (int ) 10)
12374 : : bp_pack_var_len_int (bp, ptr->x_param_early_inlining_insns ^ 6);
12375 : : else
12376 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_early_inlining_insns);
12377 : 32746 : if (2 > (int ) 10)
12378 : : bp_pack_var_len_int (bp, ptr->x_param_fsm_scale_path_stmts ^ 2);
12379 : : else
12380 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_fsm_scale_path_stmts);
12381 : 32746 : if (0 > (int ) 10)
12382 : : bp_pack_var_len_int (bp, ptr->x_param_fully_pipelined_fma ^ 0);
12383 : : else
12384 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_fully_pipelined_fma);
12385 : 32746 : if (10 > (int ) 10)
12386 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_critical_fraction ^ 10);
12387 : : else
12388 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_critical_fraction);
12389 : 32746 : if (3 > (int ) 10)
12390 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_partial_fraction ^ 3);
12391 : : else
12392 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_partial_fraction);
12393 : 32746 : if (10 > (int ) 10)
12394 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_cost_distance_ratio ^ 10);
12395 : : else
12396 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_gcse_cost_distance_ratio);
12397 : 32746 : if (3 > (int ) 10)
12398 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_unrestricted_cost ^ 3);
12399 : : else
12400 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_gcse_unrestricted_cost);
12401 : 32746 : if (100 > (int ) 10)
12402 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_arrays_per_scop ^ 100);
12403 : : else
12404 : : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_arrays_per_scop);
12405 : 32746 : if (10 > (int ) 10)
12406 : : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_nb_scop_params ^ 10);
12407 : : else
12408 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_nb_scop_params);
12409 : 32746 : if (0 > (int ) 10)
12410 : : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_blocks ^ 0);
12411 : : else
12412 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_blocks);
12413 : 32746 : if (16 > (int ) 10)
12414 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_inline_blocks ^ 16);
12415 : : else
12416 : : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_inline_blocks);
12417 : 32746 : if (1 > (int ) 10)
12418 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_allocas ^ 1);
12419 : : else
12420 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_allocas);
12421 : 32746 : if (1 > (int ) 10)
12422 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_mem_intrinsics ^ 1);
12423 : : else
12424 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_mem_intrinsics);
12425 : 32746 : if (1 > (int ) 10)
12426 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_reads ^ 1);
12427 : : else
12428 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_reads);
12429 : 32746 : if (1 > (int ) 10)
12430 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_stack ^ 1);
12431 : : else
12432 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_stack);
12433 : 32746 : if (1 > (int ) 10)
12434 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_writes ^ 1);
12435 : : else
12436 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_writes);
12437 : 32746 : if (1 > (int ) 10)
12438 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_random_frame_tag ^ 1);
12439 : : else
12440 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_random_frame_tag);
12441 : 32746 : if (200 > (int ) 10)
12442 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_inline_heuristics_hint_percent ^ 200);
12443 : : else
12444 : : bp_pack_var_len_int (bp, ptr->x_param_inline_heuristics_hint_percent);
12445 : 32746 : if (30 > (int ) 10)
12446 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_inline_min_speedup ^ 30);
12447 : : else
12448 : : bp_pack_var_len_int (bp, ptr->x_param_inline_min_speedup);
12449 : 32746 : if (40 > (int ) 10)
12450 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_inline_unit_growth ^ 40);
12451 : : else
12452 : : bp_pack_var_len_int (bp, ptr->x_param_inline_unit_growth);
12453 : 32746 : if (500 > (int ) 10)
12454 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_eval_threshold ^ 500);
12455 : : else
12456 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_eval_threshold);
12457 : 32746 : if (16000 > (int ) 10)
12458 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_large_unit_insns ^ 16000);
12459 : : else
12460 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_large_unit_insns);
12461 : 32746 : if (64 > (int ) 10)
12462 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_loop_hint_bonus ^ 64);
12463 : : else
12464 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_loop_hint_bonus);
12465 : 32746 : if (8 > (int ) 10)
12466 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_max_recursive_depth ^ 8);
12467 : : else
12468 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_max_recursive_depth);
12469 : 32746 : if (2 > (int ) 10)
12470 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_min_recursive_probability ^ 2);
12471 : : else
12472 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_min_recursive_probability);
12473 : 32746 : if (40 > (int ) 10)
12474 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursion_penalty ^ 40);
12475 : : else
12476 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursion_penalty);
12477 : 32746 : if (6 > (int ) 10)
12478 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursive_freq_factor ^ 6);
12479 : : else
12480 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursive_freq_factor);
12481 : 32746 : if (15 > (int ) 10)
12482 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_single_call_penalty ^ 15);
12483 : : else
12484 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_single_call_penalty);
12485 : 32746 : if (10 > (int ) 10)
12486 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_unit_growth ^ 10);
12487 : : else
12488 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_unit_growth);
12489 : 32746 : if (8 > (int ) 10)
12490 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_value_list_size ^ 8);
12491 : : else
12492 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_value_list_size);
12493 : 32746 : if (8 > (int ) 10)
12494 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_jump_function_lookups ^ 8);
12495 : : else
12496 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_jump_function_lookups);
12497 : 32746 : if (25000 > (int ) 10)
12498 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_aa_steps ^ 25000);
12499 : : else
12500 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_aa_steps);
12501 : 32746 : if (16 > (int ) 10)
12502 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_agg_items ^ 16);
12503 : : else
12504 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_agg_items);
12505 : 32746 : if (16 > (int ) 10)
12506 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_loop_predicates ^ 16);
12507 : : else
12508 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_loop_predicates);
12509 : 32746 : if (10 > (int ) 10)
12510 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_param_expr_ops ^ 10);
12511 : : else
12512 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_param_expr_ops);
12513 : 32746 : if (5 > (int ) 10)
12514 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_switch_predicate_bounds ^ 5);
12515 : : else
12516 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_switch_predicate_bounds);
12517 : 32746 : if (50 > (int ) 10)
12518 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_deref_prob_threshold ^ 50);
12519 : : else
12520 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_deref_prob_threshold);
12521 : 32746 : if (8 > (int ) 10)
12522 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_max_replacements ^ 8);
12523 : : else
12524 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_max_replacements);
12525 : 32746 : if (2 > (int ) 10)
12526 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptr_growth_factor ^ 2);
12527 : : else
12528 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptr_growth_factor);
12529 : 32746 : if (4 > (int ) 10)
12530 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptrwrap_growth_factor ^ 4);
12531 : : else
12532 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptrwrap_growth_factor);
12533 : 32746 : if (1 > (int ) 10)
12534 : : bp_pack_var_len_int (bp, ptr->x_param_ira_consider_dup_in_all_alts ^ 1);
12535 : : else
12536 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ira_consider_dup_in_all_alts);
12537 : 32746 : if (2 > (int ) 10)
12538 : : bp_pack_var_len_int (bp, ptr->x_param_ira_loop_reserved_regs ^ 2);
12539 : : else
12540 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ira_loop_reserved_regs);
12541 : 32746 : if (1000 > (int ) 10)
12542 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ira_max_conflict_table_size ^ 1000);
12543 : : else
12544 : : bp_pack_var_len_int (bp, ptr->x_param_ira_max_conflict_table_size);
12545 : 32746 : if (100 > (int ) 10)
12546 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ira_max_loops_num ^ 100);
12547 : : else
12548 : : bp_pack_var_len_int (bp, ptr->x_param_ira_max_loops_num);
12549 : 32746 : if (1000 > (int ) 10)
12550 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ira_simple_lra_insn_threshold ^ 1000);
12551 : : else
12552 : : bp_pack_var_len_int (bp, ptr->x_param_ira_simple_lra_insn_threshold);
12553 : 32746 : if (10 > (int ) 10)
12554 : : bp_pack_var_len_int (bp, ptr->x_param_iv_always_prune_cand_set_bound ^ 10);
12555 : : else
12556 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_iv_always_prune_cand_set_bound);
12557 : 32746 : if (40 > (int ) 10)
12558 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_iv_consider_all_candidates_bound ^ 40);
12559 : : else
12560 : : bp_pack_var_len_int (bp, ptr->x_param_iv_consider_all_candidates_bound);
12561 : 32746 : if (250 > (int ) 10)
12562 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_iv_max_considered_uses ^ 250);
12563 : : else
12564 : : bp_pack_var_len_int (bp, ptr->x_param_iv_max_considered_uses);
12565 : 32746 : if (300 > (int ) 10)
12566 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_size ^ 300);
12567 : : else
12568 : : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_size);
12569 : 32746 : if (800 > (int ) 10)
12570 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_speed ^ 800);
12571 : : else
12572 : : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_speed);
12573 : 32746 : if (32 > (int ) 10)
12574 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_line_size ^ 32);
12575 : : else
12576 : : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_line_size);
12577 : 32746 : if (64 > (int ) 10)
12578 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_size ^ 64);
12579 : : else
12580 : : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_size);
12581 : 32746 : if (512 > (int ) 10)
12582 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_l2_cache_size ^ 512);
12583 : : else
12584 : : bp_pack_var_len_int (bp, ptr->x_param_l2_cache_size);
12585 : 32746 : if (100 > (int ) 10)
12586 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_large_function_growth ^ 100);
12587 : : else
12588 : : bp_pack_var_len_int (bp, ptr->x_param_large_function_growth);
12589 : 32746 : if (2700 > (int ) 10)
12590 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_large_function_insns ^ 2700);
12591 : : else
12592 : : bp_pack_var_len_int (bp, ptr->x_param_large_function_insns);
12593 : 32746 : if (1000 > (int ) 10)
12594 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_stack_frame_growth ^ 1000);
12595 : : else
12596 : : bp_pack_var_len_int (bp, ptr->x_param_stack_frame_growth);
12597 : 32746 : if (256 > (int ) 10)
12598 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_large_stack_frame ^ 256);
12599 : : else
12600 : : bp_pack_var_len_int (bp, ptr->x_param_large_stack_frame);
12601 : 32746 : if (10000 > (int ) 10)
12602 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_large_unit_insns ^ 10000);
12603 : : else
12604 : : bp_pack_var_len_int (bp, ptr->x_param_large_unit_insns);
12605 : 32746 : if (20 > (int ) 10)
12606 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_lim_expensive ^ 20);
12607 : : else
12608 : : bp_pack_var_len_int (bp, ptr->x_param_lim_expensive);
12609 : 32746 : if (51 > (int ) 10)
12610 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_loop_block_tile_size ^ 51);
12611 : : else
12612 : : bp_pack_var_len_int (bp, ptr->x_param_loop_block_tile_size);
12613 : 32746 : if (64 > (int ) 10)
12614 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_max_num_stmts ^ 64);
12615 : : else
12616 : : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_max_num_stmts);
12617 : 32746 : if (2 > (int ) 10)
12618 : : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_stride_ratio ^ 2);
12619 : : else
12620 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_stride_ratio);
12621 : 32746 : if (10000 > (int ) 10)
12622 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_loop_invariant_max_bbs_in_loop ^ 10000);
12623 : : else
12624 : : bp_pack_var_len_int (bp, ptr->x_param_loop_invariant_max_bbs_in_loop);
12625 : 32746 : if (1000 > (int ) 10)
12626 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_loop_max_datarefs_for_datadeps ^ 1000);
12627 : : else
12628 : : bp_pack_var_len_int (bp, ptr->x_param_loop_max_datarefs_for_datadeps);
12629 : 32746 : if (200 > (int ) 10)
12630 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_inner_insns ^ 200);
12631 : : else
12632 : : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_inner_insns);
12633 : 32746 : if (100 > (int ) 10)
12634 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_outer_insns ^ 100);
12635 : : else
12636 : : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_outer_insns);
12637 : 32746 : if (40 > (int ) 10)
12638 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_lra_inheritance_ebb_probability_cutoff ^ 40);
12639 : : else
12640 : : bp_pack_var_len_int (bp, ptr->x_param_lra_inheritance_ebb_probability_cutoff);
12641 : 32746 : if (500 > (int ) 10)
12642 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_lra_max_considered_reload_pseudos ^ 500);
12643 : : else
12644 : : bp_pack_var_len_int (bp, ptr->x_param_lra_max_considered_reload_pseudos);
12645 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_lto_locality_cloning);
12646 : 32746 : if (1 > (int ) 10)
12647 : : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_frequency ^ 1);
12648 : : else
12649 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_frequency);
12650 : 32746 : if (1000 > (int ) 10)
12651 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_size ^ 1000);
12652 : : else
12653 : : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_size);
12654 : 32746 : if (80 > (int ) 10)
12655 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_average_unrolled_insns ^ 80);
12656 : : else
12657 : : bp_pack_var_len_int (bp, ptr->x_param_max_average_unrolled_insns);
12658 : 32746 : if (4 > (int ) 10)
12659 : : bp_pack_var_len_int (bp, ptr->x_param_max_combine_insns ^ 4);
12660 : : else
12661 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_combine_insns);
12662 : 32746 : if (3000 > (int ) 10)
12663 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_combine_search_insns ^ 3000);
12664 : : else
12665 : : bp_pack_var_len_int (bp, ptr->x_param_max_combine_search_insns);
12666 : 32746 : if (8 > (int ) 10)
12667 : : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_iterations ^ 8);
12668 : : else
12669 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_iterations);
12670 : 32746 : if (16 > (int ) 10)
12671 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peel_times ^ 16);
12672 : : else
12673 : : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peel_times);
12674 : 32746 : if (200 > (int ) 10)
12675 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peeled_insns ^ 200);
12676 : : else
12677 : : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peeled_insns);
12678 : 32746 : if (100 > (int ) 10)
12679 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_crossjump_edges ^ 100);
12680 : : else
12681 : : bp_pack_var_len_int (bp, ptr->x_param_max_crossjump_edges);
12682 : 32746 : if (1000 > (int ) 10)
12683 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_cse_insns ^ 1000);
12684 : : else
12685 : : bp_pack_var_len_int (bp, ptr->x_param_max_cse_insns);
12686 : 32746 : if (10 > (int ) 10)
12687 : : bp_pack_var_len_int (bp, ptr->x_param_max_cse_path_length ^ 10);
12688 : : else
12689 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_cse_path_length);
12690 : 32746 : if (500 > (int ) 10)
12691 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_cselib_memory_locations ^ 500);
12692 : : else
12693 : : bp_pack_var_len_int (bp, ptr->x_param_max_cselib_memory_locations);
12694 : 32746 : if (100000 > (int ) 10)
12695 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_debug_marker_count ^ 100000);
12696 : : else
12697 : : bp_pack_var_len_int (bp, ptr->x_param_max_debug_marker_count);
12698 : 32746 : if (100 > (int ) 10)
12699 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_insn_search ^ 100);
12700 : : else
12701 : : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_insn_search);
12702 : 32746 : if (333 > (int ) 10)
12703 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_live_search ^ 333);
12704 : : else
12705 : : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_live_search);
12706 : 32746 : if (5000 > (int ) 10)
12707 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_dse_active_local_stores ^ 5000);
12708 : : else
12709 : : bp_pack_var_len_int (bp, ptr->x_param_max_dse_active_local_stores);
12710 : 32746 : if (1 > (int ) 10)
12711 : : bp_pack_var_len_int (bp, ptr->x_param_early_inliner_max_iterations ^ 1);
12712 : : else
12713 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_early_inliner_max_iterations);
12714 : 32746 : if (200 > (int ) 10)
12715 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_find_base_term_values ^ 200);
12716 : : else
12717 : : bp_pack_var_len_int (bp, ptr->x_param_max_find_base_term_values);
12718 : 32746 : if (100 > (int ) 10)
12719 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_fsm_thread_path_insns ^ 100);
12720 : : else
12721 : : bp_pack_var_len_int (bp, ptr->x_param_max_fsm_thread_path_insns);
12722 : 32746 : if (20 > (int ) 10)
12723 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_insertion_ratio ^ 20);
12724 : : else
12725 : : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_insertion_ratio);
12726 : 32746 : if (131072 > (int ) 10)
12727 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_memory ^ 131072);
12728 : : else
12729 : : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_memory);
12730 : 32746 : if (8 > (int ) 10)
12731 : : bp_pack_var_len_int (bp, ptr->x_param_max_goto_duplication_insns ^ 8);
12732 : : else
12733 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_goto_duplication_insns);
12734 : 32746 : if (8 > (int ) 10)
12735 : : bp_pack_var_len_int (bp, ptr->x_param_max_grow_copy_bb_insns ^ 8);
12736 : : else
12737 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_grow_copy_bb_insns);
12738 : 32746 : if (30 > (int ) 10)
12739 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_hoist_depth ^ 30);
12740 : : else
12741 : : bp_pack_var_len_int (bp, ptr->x_param_max_hoist_depth);
12742 : 32746 : if (4000 > (int ) 10)
12743 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_insns ^ 4000);
12744 : : else
12745 : : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_insns);
12746 : 32746 : if (6 > (int ) 10)
12747 : : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_loop_depth ^ 6);
12748 : : else
12749 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_loop_depth);
12750 : 32746 : if (15 > (int ) 10)
12751 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_auto ^ 15);
12752 : : else
12753 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_auto);
12754 : 32746 : if (450 > (int ) 10)
12755 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive_auto ^ 450);
12756 : : else
12757 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive_auto);
12758 : 32746 : if (450 > (int ) 10)
12759 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive ^ 450);
12760 : : else
12761 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive);
12762 : 32746 : if (70 > (int ) 10)
12763 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_single ^ 70);
12764 : : else
12765 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_single);
12766 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_size);
12767 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_small);
12768 : 32746 : if (8 > (int ) 10)
12769 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth_auto ^ 8);
12770 : : else
12771 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth_auto);
12772 : 32746 : if (8 > (int ) 10)
12773 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth ^ 8);
12774 : : else
12775 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth);
12776 : 32746 : if (350000 > (int ) 10)
12777 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_isl_operations ^ 350000);
12778 : : else
12779 : : bp_pack_var_len_int (bp, ptr->x_param_max_isl_operations);
12780 : 32746 : if (10 > (int ) 10)
12781 : : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_computation_cost ^ 10);
12782 : : else
12783 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_computation_cost);
12784 : 32746 : if (1000 > (int ) 10)
12785 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_to_track ^ 1000);
12786 : : else
12787 : : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_to_track);
12788 : 32746 : if (15 > (int ) 10)
12789 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_duplication_stmts ^ 15);
12790 : : else
12791 : : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_duplication_stmts);
12792 : 32746 : if (64 > (int ) 10)
12793 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_paths ^ 64);
12794 : : else
12795 : : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_paths);
12796 : 32746 : if (10000 > (int ) 10)
12797 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_last_value_rtl ^ 10000);
12798 : : else
12799 : : bp_pack_var_len_int (bp, ptr->x_param_max_last_value_rtl);
12800 : 32746 : if (20 > (int ) 10)
12801 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_loop_header_insns ^ 20);
12802 : : else
12803 : : bp_pack_var_len_int (bp, ptr->x_param_max_loop_header_insns);
12804 : 32746 : if (40 > (int ) 10)
12805 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_modulo_backtrack_attempts ^ 40);
12806 : : else
12807 : : bp_pack_var_len_int (bp, ptr->x_param_max_modulo_backtrack_attempts);
12808 : 32746 : if (100 > (int ) 10)
12809 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_partial_antic_length ^ 100);
12810 : : else
12811 : : bp_pack_var_len_int (bp, ptr->x_param_max_partial_antic_length);
12812 : 32746 : if (32 > (int ) 10)
12813 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_peel_branches ^ 32);
12814 : : else
12815 : : bp_pack_var_len_int (bp, ptr->x_param_max_peel_branches);
12816 : 32746 : if (16 > (int ) 10)
12817 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_peel_times ^ 16);
12818 : : else
12819 : : bp_pack_var_len_int (bp, ptr->x_param_max_peel_times);
12820 : 32746 : if (100 > (int ) 10)
12821 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_peeled_insns ^ 100);
12822 : : else
12823 : : bp_pack_var_len_int (bp, ptr->x_param_max_peeled_insns);
12824 : 32746 : if (32 > (int ) 10)
12825 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_pending_list_length ^ 32);
12826 : : else
12827 : : bp_pack_var_len_int (bp, ptr->x_param_max_pending_list_length);
12828 : 32746 : if (15 > (int ) 10)
12829 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_blocks ^ 15);
12830 : : else
12831 : : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_blocks);
12832 : 32746 : if (200 > (int ) 10)
12833 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_insns ^ 200);
12834 : : else
12835 : : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_insns);
12836 : 32746 : if (5 > (int ) 10)
12837 : : bp_pack_var_len_int (bp, ptr->x_param_max_pow_sqrt_depth ^ 5);
12838 : : else
12839 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_pow_sqrt_depth);
12840 : 32746 : if (100 > (int ) 10)
12841 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_predicted_iterations ^ 100);
12842 : : else
12843 : : bp_pack_var_len_int (bp, ptr->x_param_max_predicted_iterations);
12844 : 32746 : if (100 > (int ) 10)
12845 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_reload_search_insns ^ 100);
12846 : : else
12847 : : bp_pack_var_len_int (bp, ptr->x_param_max_reload_search_insns);
12848 : 32746 : if (10 > (int ) 10)
12849 : : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_insns ^ 10);
12850 : : else
12851 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_insns);
12852 : 32746 : if (20 > (int ) 10)
12853 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_predictable_cost ^ 20);
12854 : : else
12855 : : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_predictable_cost);
12856 : 32746 : if (40 > (int ) 10)
12857 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_unpredictable_cost ^ 40);
12858 : : else
12859 : : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_unpredictable_cost);
12860 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_extend_regions_iters);
12861 : 32746 : if (3 > (int ) 10)
12862 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_insn_conflict_delay ^ 3);
12863 : : else
12864 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_insn_conflict_delay);
12865 : 32746 : if (100 > (int ) 10)
12866 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_ready_insns ^ 100);
12867 : : else
12868 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_ready_insns);
12869 : 32746 : if (10 > (int ) 10)
12870 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_blocks ^ 10);
12871 : : else
12872 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_blocks);
12873 : 32746 : if (100 > (int ) 10)
12874 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_insns ^ 100);
12875 : : else
12876 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_insns);
12877 : 32746 : if (50 > (int ) 10)
12878 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_slsr_candidate_scan ^ 50);
12879 : : else
12880 : : bp_pack_var_len_int (bp, ptr->x_param_max_slsr_candidate_scan);
12881 : 32746 : if (50 > (int ) 10)
12882 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_speculative_devirt_maydefs ^ 50);
12883 : : else
12884 : : bp_pack_var_len_int (bp, ptr->x_param_max_speculative_devirt_maydefs);
12885 : 32746 : if (64 > (int ) 10)
12886 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_merge ^ 64);
12887 : : else
12888 : : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_merge);
12889 : 32746 : if (2 > (int ) 10)
12890 : : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_sink ^ 2);
12891 : : else
12892 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_sink);
12893 : 32746 : if (10 > (int ) 10)
12894 : : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_comparisons ^ 10);
12895 : : else
12896 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_comparisons);
12897 : 32746 : if (2 > (int ) 10)
12898 : : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_iterations ^ 2);
12899 : : else
12900 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_iterations);
12901 : 32746 : if (10000 > (int ) 10)
12902 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_tracked_strlens ^ 10000);
12903 : : else
12904 : : bp_pack_var_len_int (bp, ptr->x_param_max_tracked_strlens);
12905 : 32746 : if (4 > (int ) 10)
12906 : : bp_pack_var_len_int (bp, ptr->x_param_max_tree_if_conversion_phi_args ^ 4);
12907 : : else
12908 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_tree_if_conversion_phi_args);
12909 : 32746 : if (8 > (int ) 10)
12910 : : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_times ^ 8);
12911 : : else
12912 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_times);
12913 : 32746 : if (200 > (int ) 10)
12914 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_unrolled_insns ^ 200);
12915 : : else
12916 : : bp_pack_var_len_int (bp, ptr->x_param_max_unrolled_insns);
12917 : 32746 : if (50 > (int ) 10)
12918 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_depth ^ 50);
12919 : : else
12920 : : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_depth);
12921 : 32746 : if (50 > (int ) 10)
12922 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_insns ^ 50);
12923 : : else
12924 : : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_insns);
12925 : 32746 : if (1 > (int ) 10)
12926 : : bp_pack_var_len_int (bp, ptr->x_param_max_variable_expansions ^ 1);
12927 : : else
12928 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_variable_expansions);
12929 : 32746 : if (12 > (int ) 10)
12930 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_expr_depth ^ 12);
12931 : : else
12932 : : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_expr_depth);
12933 : 32746 : if (50 > (int ) 10)
12934 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_reverse_op_size ^ 50);
12935 : : else
12936 : : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_reverse_op_size);
12937 : 32746 : if (50000000 > (int ) 10)
12938 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_size ^ 50000000);
12939 : : else
12940 : : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_size);
12941 : 32746 : if (5 > (int ) 10)
12942 : : bp_pack_var_len_int (bp, ptr->x_param_min_crossjump_insns ^ 5);
12943 : : else
12944 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_min_crossjump_insns);
12945 : 32746 : if (10 > (int ) 10)
12946 : : bp_pack_var_len_int (bp, ptr->x_param_min_inline_recursive_probability ^ 10);
12947 : : else
12948 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_min_inline_recursive_probability);
12949 : 32746 : if (9 > (int ) 10)
12950 : : bp_pack_var_len_int (bp, ptr->x_param_min_insn_to_prefetch_ratio ^ 9);
12951 : : else
12952 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_min_insn_to_prefetch_ratio);
12953 : 32746 : if (30 > (int ) 10)
12954 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_min_loop_cond_split_prob ^ 30);
12955 : : else
12956 : : bp_pack_var_len_int (bp, ptr->x_param_min_loop_cond_split_prob);
12957 : 32746 : if (4096 > (int ) 10)
12958 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_min_pagesize ^ 4096);
12959 : : else
12960 : : bp_pack_var_len_int (bp, ptr->x_param_min_pagesize);
12961 : 32746 : if (32 > (int ) 10)
12962 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_min_size_for_stack_sharing ^ 32);
12963 : : else
12964 : : bp_pack_var_len_int (bp, ptr->x_param_min_size_for_stack_sharing);
12965 : 32746 : if (40 > (int ) 10)
12966 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_min_spec_prob ^ 40);
12967 : : else
12968 : : bp_pack_var_len_int (bp, ptr->x_param_min_spec_prob);
12969 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_min_vect_loop_bound);
12970 : 32746 : if (16 > (int ) 10)
12971 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_accesses ^ 16);
12972 : : else
12973 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_accesses);
12974 : 32746 : if (8 > (int ) 10)
12975 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_adjustments ^ 8);
12976 : : else
12977 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_adjustments);
12978 : 32746 : if (32 > (int ) 10)
12979 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_bases ^ 32);
12980 : : else
12981 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_bases);
12982 : 32746 : if (256 > (int ) 10)
12983 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_depth ^ 256);
12984 : : else
12985 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_depth);
12986 : 32746 : if (256 > (int ) 10)
12987 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_escape_points ^ 256);
12988 : : else
12989 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_escape_points);
12990 : 32746 : if (16 > (int ) 10)
12991 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_refs ^ 16);
12992 : : else
12993 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_refs);
12994 : 32746 : if (64 > (int ) 10)
12995 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_tests ^ 64);
12996 : : else
12997 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_tests);
12998 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_parloops_chunk_size);
12999 : 32746 : if (100 > (int ) 10)
13000 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_parloops_min_per_thread ^ 100);
13001 : : else
13002 : : bp_pack_var_len_int (bp, ptr->x_param_parloops_min_per_thread);
13003 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_parloops_schedule);
13004 : 32746 : if (70 > (int ) 10)
13005 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_partial_inlining_entry_probability ^ 70);
13006 : : else
13007 : : bp_pack_var_len_int (bp, ptr->x_param_partial_inlining_entry_probability);
13008 : 32746 : if (5 > (int ) 10)
13009 : : bp_pack_var_len_int (bp, ptr->x_param_phiopt_factor_max_stmts_live ^ 5);
13010 : : else
13011 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_phiopt_factor_max_stmts_live);
13012 : 32746 : if (2 > (int ) 10)
13013 : : bp_pack_var_len_int (bp, ptr->x_param_predictable_branch_outcome ^ 2);
13014 : : else
13015 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_predictable_branch_outcome);
13016 : 32746 : if (1 > (int ) 10)
13017 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_dynamic_strides ^ 1);
13018 : : else
13019 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_dynamic_strides);
13020 : 32746 : if (200 > (int ) 10)
13021 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_latency ^ 200);
13022 : : else
13023 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_latency);
13024 : 32746 : if (3 > (int ) 10)
13025 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_min_insn_to_mem_ratio ^ 3);
13026 : : else
13027 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_min_insn_to_mem_ratio);
13028 : 32746 : if (-1 > (int ) 10)
13029 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_minimum_stride ^ -1);
13030 : : else
13031 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_minimum_stride);
13032 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ranger_debug);
13033 : 32746 : if (6 > (int ) 10)
13034 : : bp_pack_var_len_int (bp, ptr->x_param_ranger_logical_depth ^ 6);
13035 : : else
13036 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ranger_logical_depth);
13037 : 32746 : if (5 > (int ) 10)
13038 : : bp_pack_var_len_int (bp, ptr->x_param_ranger_recompute_depth ^ 5);
13039 : : else
13040 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ranger_recompute_depth);
13041 : 32746 : if (200 > (int ) 10)
13042 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_relation_block_limit ^ 200);
13043 : : else
13044 : : bp_pack_var_len_int (bp, ptr->x_param_relation_block_limit);
13045 : 32746 : if (7 > (int ) 10)
13046 : : bp_pack_var_len_int (bp, ptr->x_param_rpo_vn_max_loop_depth ^ 7);
13047 : : else
13048 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_rpo_vn_max_loop_depth);
13049 : 32746 : if (1000 > (int ) 10)
13050 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sccvn_max_alias_queries_per_access ^ 1000);
13051 : : else
13052 : : bp_pack_var_len_int (bp, ptr->x_param_sccvn_max_alias_queries_per_access);
13053 : 32746 : if (10 > (int ) 10)
13054 : : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_complexity ^ 10);
13055 : : else
13056 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_complexity);
13057 : 32746 : if (100 > (int ) 10)
13058 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_size ^ 100);
13059 : : else
13060 : : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_size);
13061 : 32746 : if (-1 > (int ) 10)
13062 : : bp_pack_var_len_int (bp, ptr->x_param_sched_autopref_queue_depth ^ -1);
13063 : : else
13064 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sched_autopref_queue_depth);
13065 : 32746 : if (1 > (int ) 10)
13066 : : bp_pack_var_len_int (bp, ptr->x_param_sched_mem_true_dep_cost ^ 1);
13067 : : else
13068 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sched_mem_true_dep_cost);
13069 : 32746 : if (1 > (int ) 10)
13070 : : bp_pack_var_len_int (bp, ptr->x_param_sched_pressure_algorithm ^ 1);
13071 : : else
13072 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sched_pressure_algorithm);
13073 : 32746 : if (40 > (int ) 10)
13074 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sched_spec_prob_cutoff ^ 40);
13075 : : else
13076 : : bp_pack_var_len_int (bp, ptr->x_param_sched_spec_prob_cutoff);
13077 : 32746 : if (10 > (int ) 10)
13078 : : bp_pack_var_len_int (bp, ptr->x_param_sched_state_edge_prob_cutoff ^ 10);
13079 : : else
13080 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sched_state_edge_prob_cutoff);
13081 : 32746 : if (2 > (int ) 10)
13082 : : bp_pack_var_len_int (bp, ptr->x_param_selsched_insns_to_rename ^ 2);
13083 : : else
13084 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_selsched_insns_to_rename);
13085 : 32746 : if (50 > (int ) 10)
13086 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_lookahead ^ 50);
13087 : : else
13088 : : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_lookahead);
13089 : 32746 : if (2 > (int ) 10)
13090 : : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_sched_times ^ 2);
13091 : : else
13092 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_sched_times);
13093 : 32746 : if (3 > (int ) 10)
13094 : : bp_pack_var_len_int (bp, ptr->x_param_simultaneous_prefetches ^ 3);
13095 : : else
13096 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_simultaneous_prefetches);
13097 : 32746 : if (75 > (int ) 10)
13098 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sink_frequency_threshold ^ 75);
13099 : : else
13100 : : bp_pack_var_len_int (bp, ptr->x_param_sink_frequency_threshold);
13101 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sms_dfa_history);
13102 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sms_loop_average_count_threshold);
13103 : 32746 : if (2 > (int ) 10)
13104 : : bp_pack_var_len_int (bp, ptr->x_param_sms_max_ii_factor ^ 2);
13105 : : else
13106 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sms_max_ii_factor);
13107 : 32746 : if (2 > (int ) 10)
13108 : : bp_pack_var_len_int (bp, ptr->x_param_sms_min_sc ^ 2);
13109 : : else
13110 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sms_min_sc);
13111 : 32746 : if (32 > (int ) 10)
13112 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sra_max_propagations ^ 32);
13113 : : else
13114 : : bp_pack_var_len_int (bp, ptr->x_param_sra_max_propagations);
13115 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sra_max_scalarization_size_size);
13116 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_sra_max_scalarization_size_speed);
13117 : 32746 : if (512 > (int ) 10)
13118 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ssa_name_def_chain_limit ^ 512);
13119 : : else
13120 : : bp_pack_var_len_int (bp, ptr->x_param_ssa_name_def_chain_limit);
13121 : 32746 : if (8 > (int ) 10)
13122 : : bp_pack_var_len_int (bp, ptr->x_param_ssp_buffer_size ^ 8);
13123 : : else
13124 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_ssp_buffer_size);
13125 : 32746 : if (12 > (int ) 10)
13126 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_guard_size ^ 12);
13127 : : else
13128 : : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_guard_size);
13129 : 32746 : if (12 > (int ) 10)
13130 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_probe_interval ^ 12);
13131 : : else
13132 : : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_probe_interval);
13133 : 32746 : if (10 > (int ) 10)
13134 : : bp_pack_var_len_int (bp, ptr->x_param_store_forwarding_max_distance ^ 10);
13135 : : else
13136 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_store_forwarding_max_distance);
13137 : 32746 : if (1 > (int ) 10)
13138 : : bp_pack_var_len_int (bp, ptr->x_param_store_merging_allow_unaligned ^ 1);
13139 : : else
13140 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_store_merging_allow_unaligned);
13141 : 32746 : if (65536 > (int ) 10)
13142 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_store_merging_max_size ^ 65536);
13143 : : else
13144 : : bp_pack_var_len_int (bp, ptr->x_param_store_merging_max_size);
13145 : 32746 : if (8 > (int ) 10)
13146 : : bp_pack_var_len_int (bp, ptr->x_param_switch_conversion_branch_ratio ^ 8);
13147 : : else
13148 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_switch_conversion_branch_ratio);
13149 : 32746 : if (1000 > (int ) 10)
13150 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_switch_lower_slow_alg_max_cases ^ 1000);
13151 : : else
13152 : : bp_pack_var_len_int (bp, ptr->x_param_switch_lower_slow_alg_max_cases);
13153 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_threader_debug);
13154 : 32746 : if (9 > (int ) 10)
13155 : : bp_pack_var_len_int (bp, ptr->x_param_tm_max_aggregate_size ^ 9);
13156 : : else
13157 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_tm_max_aggregate_size);
13158 : 32746 : if (95 > (int ) 10)
13159 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage_feedback ^ 95);
13160 : : else
13161 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage_feedback);
13162 : 32746 : if (75 > (int ) 10)
13163 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage ^ 75);
13164 : : else
13165 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage);
13166 : 32746 : if (100 > (int ) 10)
13167 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_tracer_max_code_growth ^ 100);
13168 : : else
13169 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_max_code_growth);
13170 : 32746 : if (80 > (int ) 10)
13171 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability_feedback ^ 80);
13172 : : else
13173 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability_feedback);
13174 : 32746 : if (50 > (int ) 10)
13175 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability ^ 50);
13176 : : else
13177 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability);
13178 : 32746 : if (10 > (int ) 10)
13179 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_ratio ^ 10);
13180 : : else
13181 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_ratio);
13182 : 32746 : if (256 > (int ) 10)
13183 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_transitive_relations_work_bound ^ 256);
13184 : : else
13185 : : bp_pack_var_len_int (bp, ptr->x_param_transitive_relations_work_bound);
13186 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_tree_reassoc_width);
13187 : 32746 : if (1000 > (int ) 10)
13188 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_uninit_control_dep_attempts ^ 1000);
13189 : : else
13190 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_control_dep_attempts);
13191 : 32746 : if (8 > (int ) 10)
13192 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_chain_len ^ 8);
13193 : : else
13194 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_chain_len);
13195 : 32746 : if (8 > (int ) 10)
13196 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_num_chains ^ 8);
13197 : : else
13198 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_num_chains);
13199 : 32746 : if (2 > (int ) 10)
13200 : : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_insns ^ 2);
13201 : : else
13202 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_insns);
13203 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_time);
13204 : 32746 : if (2 > (int ) 10)
13205 : : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_insns ^ 2);
13206 : : else
13207 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_insns);
13208 : 32746 : if (2 > (int ) 10)
13209 : : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_time ^ 2);
13210 : : else
13211 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_time);
13212 : 32746 : if (20 > (int ) 10)
13213 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_unlikely_bb_count_fraction ^ 20);
13214 : : else
13215 : : bp_pack_var_len_int (bp, ptr->x_param_unlikely_bb_count_fraction);
13216 : 32746 : if (4 > (int ) 10)
13217 : : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_max_unroll ^ 4);
13218 : : else
13219 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_max_unroll);
13220 : 32746 : if (1 > (int ) 10)
13221 : : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_min_percent ^ 1);
13222 : : else
13223 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_min_percent);
13224 : 32746 : if (256 > (int ) 10)
13225 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_use_after_scope_direct_emission_threshold ^ 256);
13226 : : else
13227 : : bp_pack_var_len_int (bp, ptr->x_param_use_after_scope_direct_emission_threshold);
13228 : 32746 : if (1 > (int ) 10)
13229 : : bp_pack_var_len_int (bp, ptr->x_param_vect_epilogues_nomask ^ 1);
13230 : : else
13231 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vect_epilogues_nomask);
13232 : 32746 : if (1 > (int ) 10)
13233 : : bp_pack_var_len_int (bp, ptr->x_param_vect_induction_float ^ 1);
13234 : : else
13235 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vect_induction_float);
13236 : 32746 : if (50 > (int ) 10)
13237 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vect_inner_loop_cost_factor ^ 50);
13238 : : else
13239 : : bp_pack_var_len_int (bp, ptr->x_param_vect_inner_loop_cost_factor);
13240 : 32746 : if (32 > (int ) 10)
13241 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_layout_candidates ^ 32);
13242 : : else
13243 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_layout_candidates);
13244 : 32746 : if (-1 > (int ) 10)
13245 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_peeling_for_alignment ^ -1);
13246 : : else
13247 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_peeling_for_alignment);
13248 : 32746 : if (15 > (int ) 10)
13249 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alias_checks ^ 15);
13250 : : else
13251 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alias_checks);
13252 : 32746 : if (6 > (int ) 10)
13253 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alignment_checks ^ 6);
13254 : : else
13255 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alignment_checks);
13256 : 32746 : if (2 > (int ) 10)
13257 : : bp_pack_var_len_int (bp, ptr->x_param_vect_partial_vector_usage ^ 2);
13258 : : else
13259 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vect_partial_vector_usage);
13260 : 32746 : if (100 > (int ) 10)
13261 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vect_scalar_cost_multiplier ^ 100);
13262 : : else
13263 : : bp_pack_var_len_int (bp, ptr->x_param_vect_scalar_cost_multiplier);
13264 : 32746 : if (150000 > (int ) 10)
13265 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vrp_block_limit ^ 150000);
13266 : : else
13267 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_block_limit);
13268 : 32746 : if (3000 > (int ) 10)
13269 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vrp_sparse_threshold ^ 3000);
13270 : : else
13271 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_sparse_threshold);
13272 : 32746 : if (50 > (int ) 10)
13273 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vrp_switch_limit ^ 50);
13274 : : else
13275 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_switch_limit);
13276 : 32746 : if (250 > (int ) 10)
13277 : 32746 : bp_pack_var_len_int (bp, ptr->x_param_vrp_vector_threshold ^ 250);
13278 : : else
13279 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_vector_threshold);
13280 : 32746 : bp_pack_var_len_int (bp, ptr->x_warn_inline);
13281 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_aggressive_loop_optimizations);
13282 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_align_functions);
13283 : 32746 : bp_pack_string (ob, bp, ptr->x_str_align_functions, true);
13284 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_align_jumps);
13285 : 32746 : bp_pack_string (ob, bp, ptr->x_str_align_jumps, true);
13286 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_align_labels);
13287 : 32746 : bp_pack_string (ob, bp, ptr->x_str_align_labels, true);
13288 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_align_loops);
13289 : 32746 : bp_pack_string (ob, bp, ptr->x_str_align_loops, true);
13290 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_allocation_dce);
13291 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_store_data_races);
13292 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_associative_math);
13293 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_assume_sane_operators_new_delete);
13294 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_asynchronous_unwind_tables);
13295 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_auto_inc_dec);
13296 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_avoid_store_forwarding);
13297 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_bit_tests);
13298 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_branch_on_count_reg);
13299 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_branch_probabilities);
13300 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_caller_saves);
13301 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_code_hoisting);
13302 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_combine_stack_adjustments);
13303 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_compare_elim_after_reload);
13304 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_conserve_stack);
13305 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_cprop_registers);
13306 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_crossjumping);
13307 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_cse_follow_jumps);
13308 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_complex_method);
13309 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_dce);
13310 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_defer_pop);
13311 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_delayed_branch);
13312 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_delete_dead_exceptions);
13313 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_delete_null_pointer_checks);
13314 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_devirtualize);
13315 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_devirtualize_speculatively);
13316 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_dse);
13317 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_early_inlining);
13318 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_exceptions);
13319 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_excess_precision);
13320 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_expensive_optimizations);
13321 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ext_dce);
13322 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_finite_loops);
13323 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_finite_math_only);
13324 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_float_store);
13325 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_fold_mem_offsets);
13326 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_fold_simple_inlines);
13327 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_forward_propagate);
13328 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_fp_contract_mode);
13329 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_fp_int_builtin_inexact);
13330 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_no_function_cse);
13331 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_gcse);
13332 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_after_reload);
13333 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_las);
13334 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_lm);
13335 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_sm);
13336 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_graphite);
13337 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_graphite_identity);
13338 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_guess_branch_prob);
13339 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_check_exceptions);
13340 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_check_noreturn);
13341 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_check_returning_calls);
13342 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_skip_leaf);
13343 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_harden_compares);
13344 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_harden_conditional_branches);
13345 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy);
13346 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_hoist_adjacent_loads);
13347 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_if_conversion);
13348 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_if_conversion2);
13349 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_indirect_inlining);
13350 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_no_inline);
13351 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_inline_atomics);
13352 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_inline_functions);
13353 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_inline_functions_called_once);
13354 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_inline_small_functions);
13355 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_inline_stringops);
13356 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_bit_cp);
13357 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_cp);
13358 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_cp_clone);
13359 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_icf);
13360 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_icf_functions);
13361 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_icf_variables);
13362 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_modref);
13363 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_profile);
13364 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_pta);
13365 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_pure_const);
13366 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_ra);
13367 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_reference);
13368 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_reference_addressable);
13369 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_reorder_for_locality);
13370 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_sra);
13371 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_stack_alignment);
13372 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_strict_aliasing);
13373 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_vrp);
13374 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ira_algorithm);
13375 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ira_hoist_pressure);
13376 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ira_loop_pressure);
13377 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ira_region);
13378 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ira_share_save_slots);
13379 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ira_share_spill_slots);
13380 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_isolate_erroneous_paths_attribute);
13381 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_isolate_erroneous_paths_dereference);
13382 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ivopts);
13383 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_jump_tables);
13384 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_keep_gc_roots_live);
13385 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_late_combine_instructions);
13386 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_lifetime_dse);
13387 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_limit_function_alignment);
13388 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_live_patching);
13389 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_live_range_shrinkage);
13390 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_loop_interchange);
13391 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_loop_nest_optimize);
13392 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_loop_parallelize_all);
13393 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_unroll_jam);
13394 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_lra_remat);
13395 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_malloc_dce);
13396 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_malloc_dse);
13397 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_errno_math);
13398 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_min_function_alignment);
13399 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_modulo_sched);
13400 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_modulo_sched_allow_regmoves);
13401 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_move_loop_invariants);
13402 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_move_loop_stores);
13403 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_non_call_exceptions);
13404 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_nothrow_opt);
13405 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_omit_frame_pointer);
13406 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_openmp_target_simd_clone);
13407 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_opt_info);
13408 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_optimize_crc);
13409 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_optimize_sibling_calls);
13410 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_optimize_strlen);
13411 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_pack_struct);
13412 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_partial_inlining);
13413 : 32746 : bp_pack_string (ob, bp, ptr->x_flag_patchable_function_entry, true);
13414 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_pcc_struct_return);
13415 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_peel_loops);
13416 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_no_peephole);
13417 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_peephole2);
13418 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_plt);
13419 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_predictive_commoning);
13420 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_prefetch_loop_arrays);
13421 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_printf_return_value);
13422 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_profile_partial_training);
13423 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_profile_reorder_functions);
13424 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_reciprocal_math);
13425 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ree);
13426 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_rename_registers);
13427 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_blocks);
13428 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_blocks_algorithm);
13429 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_blocks_and_partition);
13430 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_functions);
13431 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_rerun_cse_after_loop);
13432 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_resched_modulo_sched);
13433 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_rounding_math);
13434 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_rtti);
13435 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_save_optimization_record);
13436 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched_critical_path_heuristic);
13437 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched_dep_count_heuristic);
13438 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched_group_heuristic);
13439 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_interblock);
13440 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched_last_insn_heuristic);
13441 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched_pressure);
13442 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched_rank_heuristic);
13443 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_speculative);
13444 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched_spec_insn_heuristic);
13445 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_speculative_load);
13446 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_speculative_load_dangerous);
13447 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched_stalled_insns);
13448 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched_stalled_insns_dep);
13449 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sched2_use_superblocks);
13450 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_fusion);
13451 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_insns);
13452 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_insns_after_reload);
13453 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_section_anchors);
13454 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sel_sched_pipelining);
13455 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sel_sched_pipelining_outer_loops);
13456 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_sel_sched_reschedule_pipelined);
13457 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_selective_scheduling);
13458 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_selective_scheduling2);
13459 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_semantic_interposition);
13460 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_short_enums);
13461 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_short_wchar);
13462 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_shrink_wrap);
13463 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_shrink_wrap_separate);
13464 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_signaling_nans);
13465 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_signed_zeros);
13466 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_simd_cost_model);
13467 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_single_precision_constant);
13468 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_split_ivs_in_unroller);
13469 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_split_loops);
13470 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_split_paths);
13471 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_split_wide_types);
13472 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_split_wide_types_early);
13473 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ssa_backprop);
13474 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_ssa_phiopt);
13475 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_stack_clash_protection);
13476 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_stack_protect);
13477 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_stack_reuse);
13478 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_stdarg_opt);
13479 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_store_merging);
13480 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_strict_aliasing);
13481 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_strict_enums);
13482 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_strict_volatile_bitfields);
13483 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_thread_jumps);
13484 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_threadsafe_statics);
13485 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_toplevel_reorder);
13486 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tracer);
13487 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_trapping_math);
13488 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_trapv);
13489 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_bit_ccp);
13490 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_builtin_call_dce);
13491 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_ccp);
13492 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_ch);
13493 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_coalesce_vars);
13494 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_copy_prop);
13495 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_cselim);
13496 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_dce);
13497 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_dom);
13498 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_dse);
13499 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_forwprop);
13500 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_fre);
13501 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_distribute_patterns);
13502 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_distribution);
13503 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_if_convert);
13504 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_im);
13505 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_ivcanon);
13506 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_optimize);
13507 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_vectorize);
13508 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_live_range_split);
13509 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_parallelize_loops);
13510 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_partial_pre);
13511 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_phiprop);
13512 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_pre);
13513 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_pta);
13514 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_reassoc);
13515 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_scev_cprop);
13516 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_sink);
13517 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_slp_vectorize);
13518 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_slsr);
13519 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_sra);
13520 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_switch_conversion);
13521 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_tail_merge);
13522 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_ter);
13523 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_vectorize);
13524 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_tree_vrp);
13525 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_auto_var_init);
13526 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_unconstrained_commons);
13527 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_unreachable_traps);
13528 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_unroll_all_loops);
13529 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_cunroll_grow_size);
13530 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_unroll_loops);
13531 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_unsafe_math_optimizations);
13532 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_unswitch_loops);
13533 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_unwind_tables);
13534 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking);
13535 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking_assignments);
13536 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking_assignments_toggle);
13537 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking_uninit);
13538 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_variable_expansion_in_unroller);
13539 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_vect_cost_model);
13540 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_version_loops_for_strides);
13541 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_value_profile_transformations);
13542 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_web);
13543 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_wrapv);
13544 : 32746 : bp_pack_var_len_int (bp, ptr->x_flag_wrapv_pointer);
13545 : 32746 : bp_pack_var_len_int (bp, ptr->x_debug_nonbind_markers_p);
13546 : 32746 : if (!lto_stream_offload_p)
13547 : 32746 : bp_pack_var_len_int (bp, ptr->x_ix86_unroll_only_small_loops);
13548 : 327460 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
13549 : 294714 : bp_pack_value (bp, ptr->explicit_mask[i], 64);
13550 : 32746 : }
13551 : :
13552 : : /* Stream in optimization options */
13553 : : void
13554 : 23160 : cl_optimization_stream_in (struct data_in *data_in ATTRIBUTE_UNUSED,
13555 : : struct bitpack_d *bp ATTRIBUTE_UNUSED,
13556 : : struct cl_optimization *ptr ATTRIBUTE_UNUSED)
13557 : : {
13558 : 23160 : ptr->x_optimize = (char ) bp_unpack_var_len_int (bp);
13559 : 23160 : ptr->x_optimize_size = (char ) bp_unpack_var_len_int (bp);
13560 : 23160 : ptr->x_optimize_debug = (char ) bp_unpack_var_len_int (bp);
13561 : 23160 : ptr->x_optimize_fast = (char ) bp_unpack_var_len_int (bp);
13562 : 23160 : ptr->x_param_align_loop_iterations = (int ) bp_unpack_var_len_int (bp);
13563 : 23160 : if (4 > (int ) 10)
13564 : : ptr->x_param_align_loop_iterations ^= 4;
13565 : 23160 : ptr->x_param_align_threshold = (int ) bp_unpack_var_len_int (bp);
13566 : 23160 : if (100 > (int ) 10)
13567 : 23160 : ptr->x_param_align_threshold ^= 100;
13568 : 23160 : ptr->x_param_asan_protect_allocas = (int ) bp_unpack_var_len_int (bp);
13569 : 23160 : if (1 > (int ) 10)
13570 : : ptr->x_param_asan_protect_allocas ^= 1;
13571 : 23160 : ptr->x_param_asan_instrument_reads = (int ) bp_unpack_var_len_int (bp);
13572 : 23160 : if (1 > (int ) 10)
13573 : : ptr->x_param_asan_instrument_reads ^= 1;
13574 : 23160 : ptr->x_param_asan_instrument_writes = (int ) bp_unpack_var_len_int (bp);
13575 : 23160 : if (1 > (int ) 10)
13576 : : ptr->x_param_asan_instrument_writes ^= 1;
13577 : 23160 : ptr->x_param_asan_instrumentation_with_call_threshold = (int ) bp_unpack_var_len_int (bp);
13578 : 23160 : if (7000 > (int ) 10)
13579 : 23160 : ptr->x_param_asan_instrumentation_with_call_threshold ^= 7000;
13580 : 23160 : ptr->x_param_asan_kernel_mem_intrinsic_prefix = (int ) bp_unpack_var_len_int (bp);
13581 : 23160 : if (0 > (int ) 10)
13582 : : ptr->x_param_asan_kernel_mem_intrinsic_prefix ^= 0;
13583 : 23160 : ptr->x_param_asan_memintrin = (int ) bp_unpack_var_len_int (bp);
13584 : 23160 : if (1 > (int ) 10)
13585 : : ptr->x_param_asan_memintrin ^= 1;
13586 : 23160 : ptr->x_param_asan_stack = (int ) bp_unpack_var_len_int (bp);
13587 : 23160 : if (1 > (int ) 10)
13588 : : ptr->x_param_asan_stack ^= 1;
13589 : 23160 : ptr->x_param_asan_use_after_return = (int ) bp_unpack_var_len_int (bp);
13590 : 23160 : if (1 > (int ) 10)
13591 : : ptr->x_param_asan_use_after_return ^= 1;
13592 : 23160 : ptr->x_param_avg_loop_niter = (int ) bp_unpack_var_len_int (bp);
13593 : 23160 : if (10 > (int ) 10)
13594 : : ptr->x_param_avg_loop_niter ^= 10;
13595 : 23160 : ptr->x_param_avoid_fma_max_bits = (int ) bp_unpack_var_len_int (bp);
13596 : 23160 : ptr->x_param_builtin_expect_probability = (int ) bp_unpack_var_len_int (bp);
13597 : 23160 : if (90 > (int ) 10)
13598 : 23160 : ptr->x_param_builtin_expect_probability ^= 90;
13599 : 23160 : ptr->x_param_builtin_string_cmp_inline_length = (int ) bp_unpack_var_len_int (bp);
13600 : 23160 : if (3 > (int ) 10)
13601 : : ptr->x_param_builtin_string_cmp_inline_length ^= 3;
13602 : 23160 : ptr->x_param_case_values_threshold = (int ) bp_unpack_var_len_int (bp);
13603 : 23160 : ptr->x_param_comdat_sharing_probability = (int ) bp_unpack_var_len_int (bp);
13604 : 23160 : if (20 > (int ) 10)
13605 : 23160 : ptr->x_param_comdat_sharing_probability ^= 20;
13606 : 23160 : ptr->x_param_construct_interfere_size = (int ) bp_unpack_var_len_int (bp);
13607 : 23160 : if (0 > (int ) 10)
13608 : : ptr->x_param_construct_interfere_size ^= 0;
13609 : 23160 : ptr->x_param_cycle_accurate_model = (int ) bp_unpack_var_len_int (bp);
13610 : 23160 : if (1 > (int ) 10)
13611 : : ptr->x_param_cycle_accurate_model ^= 1;
13612 : 23160 : ptr->x_param_destruct_interfere_size = (int ) bp_unpack_var_len_int (bp);
13613 : 23160 : if (0 > (int ) 10)
13614 : : ptr->x_param_destruct_interfere_size ^= 0;
13615 : 23160 : ptr->x_param_dse_max_alias_queries_per_store = (int ) bp_unpack_var_len_int (bp);
13616 : 23160 : if (256 > (int ) 10)
13617 : 23160 : ptr->x_param_dse_max_alias_queries_per_store ^= 256;
13618 : 23160 : ptr->x_param_dse_max_object_size = (int ) bp_unpack_var_len_int (bp);
13619 : 23160 : if (256 > (int ) 10)
13620 : 23160 : ptr->x_param_dse_max_object_size ^= 256;
13621 : 23160 : ptr->x_param_early_inlining_insns = (int ) bp_unpack_var_len_int (bp);
13622 : 23160 : if (6 > (int ) 10)
13623 : : ptr->x_param_early_inlining_insns ^= 6;
13624 : 23160 : ptr->x_param_fsm_scale_path_stmts = (int ) bp_unpack_var_len_int (bp);
13625 : 23160 : if (2 > (int ) 10)
13626 : : ptr->x_param_fsm_scale_path_stmts ^= 2;
13627 : 23160 : ptr->x_param_fully_pipelined_fma = (int ) bp_unpack_var_len_int (bp);
13628 : 23160 : if (0 > (int ) 10)
13629 : : ptr->x_param_fully_pipelined_fma ^= 0;
13630 : 23160 : ptr->x_param_gcse_after_reload_critical_fraction = (int ) bp_unpack_var_len_int (bp);
13631 : 23160 : if (10 > (int ) 10)
13632 : : ptr->x_param_gcse_after_reload_critical_fraction ^= 10;
13633 : 23160 : ptr->x_param_gcse_after_reload_partial_fraction = (int ) bp_unpack_var_len_int (bp);
13634 : 23160 : if (3 > (int ) 10)
13635 : : ptr->x_param_gcse_after_reload_partial_fraction ^= 3;
13636 : 23160 : ptr->x_param_gcse_cost_distance_ratio = (int ) bp_unpack_var_len_int (bp);
13637 : 23160 : if (10 > (int ) 10)
13638 : : ptr->x_param_gcse_cost_distance_ratio ^= 10;
13639 : 23160 : ptr->x_param_gcse_unrestricted_cost = (int ) bp_unpack_var_len_int (bp);
13640 : 23160 : if (3 > (int ) 10)
13641 : : ptr->x_param_gcse_unrestricted_cost ^= 3;
13642 : 23160 : ptr->x_param_graphite_max_arrays_per_scop = (int ) bp_unpack_var_len_int (bp);
13643 : 23160 : if (100 > (int ) 10)
13644 : 23160 : ptr->x_param_graphite_max_arrays_per_scop ^= 100;
13645 : 23160 : ptr->x_param_graphite_max_nb_scop_params = (int ) bp_unpack_var_len_int (bp);
13646 : 23160 : if (10 > (int ) 10)
13647 : : ptr->x_param_graphite_max_nb_scop_params ^= 10;
13648 : 23160 : ptr->x_param_hardcfr_max_blocks = (int ) bp_unpack_var_len_int (bp);
13649 : 23160 : if (0 > (int ) 10)
13650 : : ptr->x_param_hardcfr_max_blocks ^= 0;
13651 : 23160 : ptr->x_param_hardcfr_max_inline_blocks = (int ) bp_unpack_var_len_int (bp);
13652 : 23160 : if (16 > (int ) 10)
13653 : 23160 : ptr->x_param_hardcfr_max_inline_blocks ^= 16;
13654 : 23160 : ptr->x_param_hwasan_instrument_allocas = (int ) bp_unpack_var_len_int (bp);
13655 : 23160 : if (1 > (int ) 10)
13656 : : ptr->x_param_hwasan_instrument_allocas ^= 1;
13657 : 23160 : ptr->x_param_hwasan_instrument_mem_intrinsics = (int ) bp_unpack_var_len_int (bp);
13658 : 23160 : if (1 > (int ) 10)
13659 : : ptr->x_param_hwasan_instrument_mem_intrinsics ^= 1;
13660 : 23160 : ptr->x_param_hwasan_instrument_reads = (int ) bp_unpack_var_len_int (bp);
13661 : 23160 : if (1 > (int ) 10)
13662 : : ptr->x_param_hwasan_instrument_reads ^= 1;
13663 : 23160 : ptr->x_param_hwasan_instrument_stack = (int ) bp_unpack_var_len_int (bp);
13664 : 23160 : if (1 > (int ) 10)
13665 : : ptr->x_param_hwasan_instrument_stack ^= 1;
13666 : 23160 : ptr->x_param_hwasan_instrument_writes = (int ) bp_unpack_var_len_int (bp);
13667 : 23160 : if (1 > (int ) 10)
13668 : : ptr->x_param_hwasan_instrument_writes ^= 1;
13669 : 23160 : ptr->x_param_hwasan_random_frame_tag = (int ) bp_unpack_var_len_int (bp);
13670 : 23160 : if (1 > (int ) 10)
13671 : : ptr->x_param_hwasan_random_frame_tag ^= 1;
13672 : 23160 : ptr->x_param_inline_heuristics_hint_percent = (int ) bp_unpack_var_len_int (bp);
13673 : 23160 : if (200 > (int ) 10)
13674 : 23160 : ptr->x_param_inline_heuristics_hint_percent ^= 200;
13675 : 23160 : ptr->x_param_inline_min_speedup = (int ) bp_unpack_var_len_int (bp);
13676 : 23160 : if (30 > (int ) 10)
13677 : 23160 : ptr->x_param_inline_min_speedup ^= 30;
13678 : 23160 : ptr->x_param_inline_unit_growth = (int ) bp_unpack_var_len_int (bp);
13679 : 23160 : if (40 > (int ) 10)
13680 : 23160 : ptr->x_param_inline_unit_growth ^= 40;
13681 : 23160 : ptr->x_param_ipa_cp_eval_threshold = (int ) bp_unpack_var_len_int (bp);
13682 : 23160 : if (500 > (int ) 10)
13683 : 23160 : ptr->x_param_ipa_cp_eval_threshold ^= 500;
13684 : 23160 : ptr->x_param_ipa_cp_large_unit_insns = (int ) bp_unpack_var_len_int (bp);
13685 : 23160 : if (16000 > (int ) 10)
13686 : 23160 : ptr->x_param_ipa_cp_large_unit_insns ^= 16000;
13687 : 23160 : ptr->x_param_ipa_cp_loop_hint_bonus = (int ) bp_unpack_var_len_int (bp);
13688 : 23160 : if (64 > (int ) 10)
13689 : 23160 : ptr->x_param_ipa_cp_loop_hint_bonus ^= 64;
13690 : 23160 : ptr->x_param_ipa_cp_max_recursive_depth = (int ) bp_unpack_var_len_int (bp);
13691 : 23160 : if (8 > (int ) 10)
13692 : : ptr->x_param_ipa_cp_max_recursive_depth ^= 8;
13693 : 23160 : ptr->x_param_ipa_cp_min_recursive_probability = (int ) bp_unpack_var_len_int (bp);
13694 : 23160 : if (2 > (int ) 10)
13695 : : ptr->x_param_ipa_cp_min_recursive_probability ^= 2;
13696 : 23160 : ptr->x_param_ipa_cp_recursion_penalty = (int ) bp_unpack_var_len_int (bp);
13697 : 23160 : if (40 > (int ) 10)
13698 : 23160 : ptr->x_param_ipa_cp_recursion_penalty ^= 40;
13699 : 23160 : ptr->x_param_ipa_cp_recursive_freq_factor = (int ) bp_unpack_var_len_int (bp);
13700 : 23160 : if (6 > (int ) 10)
13701 : : ptr->x_param_ipa_cp_recursive_freq_factor ^= 6;
13702 : 23160 : ptr->x_param_ipa_cp_single_call_penalty = (int ) bp_unpack_var_len_int (bp);
13703 : 23160 : if (15 > (int ) 10)
13704 : 23160 : ptr->x_param_ipa_cp_single_call_penalty ^= 15;
13705 : 23160 : ptr->x_param_ipa_cp_unit_growth = (int ) bp_unpack_var_len_int (bp);
13706 : 23160 : if (10 > (int ) 10)
13707 : : ptr->x_param_ipa_cp_unit_growth ^= 10;
13708 : 23160 : ptr->x_param_ipa_cp_value_list_size = (int ) bp_unpack_var_len_int (bp);
13709 : 23160 : if (8 > (int ) 10)
13710 : : ptr->x_param_ipa_cp_value_list_size ^= 8;
13711 : 23160 : ptr->x_param_ipa_jump_function_lookups = (int ) bp_unpack_var_len_int (bp);
13712 : 23160 : if (8 > (int ) 10)
13713 : : ptr->x_param_ipa_jump_function_lookups ^= 8;
13714 : 23160 : ptr->x_param_ipa_max_aa_steps = (int ) bp_unpack_var_len_int (bp);
13715 : 23160 : if (25000 > (int ) 10)
13716 : 23160 : ptr->x_param_ipa_max_aa_steps ^= 25000;
13717 : 23160 : ptr->x_param_ipa_max_agg_items = (int ) bp_unpack_var_len_int (bp);
13718 : 23160 : if (16 > (int ) 10)
13719 : 23160 : ptr->x_param_ipa_max_agg_items ^= 16;
13720 : 23160 : ptr->x_param_ipa_max_loop_predicates = (int ) bp_unpack_var_len_int (bp);
13721 : 23160 : if (16 > (int ) 10)
13722 : 23160 : ptr->x_param_ipa_max_loop_predicates ^= 16;
13723 : 23160 : ptr->x_param_ipa_max_param_expr_ops = (int ) bp_unpack_var_len_int (bp);
13724 : 23160 : if (10 > (int ) 10)
13725 : : ptr->x_param_ipa_max_param_expr_ops ^= 10;
13726 : 23160 : ptr->x_param_ipa_max_switch_predicate_bounds = (int ) bp_unpack_var_len_int (bp);
13727 : 23160 : if (5 > (int ) 10)
13728 : : ptr->x_param_ipa_max_switch_predicate_bounds ^= 5;
13729 : 23160 : ptr->x_param_ipa_sra_deref_prob_threshold = (int ) bp_unpack_var_len_int (bp);
13730 : 23160 : if (50 > (int ) 10)
13731 : 23160 : ptr->x_param_ipa_sra_deref_prob_threshold ^= 50;
13732 : 23160 : ptr->x_param_ipa_sra_max_replacements = (int ) bp_unpack_var_len_int (bp);
13733 : 23160 : if (8 > (int ) 10)
13734 : : ptr->x_param_ipa_sra_max_replacements ^= 8;
13735 : 23160 : ptr->x_param_ipa_sra_ptr_growth_factor = (int ) bp_unpack_var_len_int (bp);
13736 : 23160 : if (2 > (int ) 10)
13737 : : ptr->x_param_ipa_sra_ptr_growth_factor ^= 2;
13738 : 23160 : ptr->x_param_ipa_sra_ptrwrap_growth_factor = (int ) bp_unpack_var_len_int (bp);
13739 : 23160 : if (4 > (int ) 10)
13740 : : ptr->x_param_ipa_sra_ptrwrap_growth_factor ^= 4;
13741 : 23160 : ptr->x_param_ira_consider_dup_in_all_alts = (int ) bp_unpack_var_len_int (bp);
13742 : 23160 : if (1 > (int ) 10)
13743 : : ptr->x_param_ira_consider_dup_in_all_alts ^= 1;
13744 : 23160 : ptr->x_param_ira_loop_reserved_regs = (int ) bp_unpack_var_len_int (bp);
13745 : 23160 : if (2 > (int ) 10)
13746 : : ptr->x_param_ira_loop_reserved_regs ^= 2;
13747 : 23160 : ptr->x_param_ira_max_conflict_table_size = (int ) bp_unpack_var_len_int (bp);
13748 : 23160 : if (1000 > (int ) 10)
13749 : 23160 : ptr->x_param_ira_max_conflict_table_size ^= 1000;
13750 : 23160 : ptr->x_param_ira_max_loops_num = (int ) bp_unpack_var_len_int (bp);
13751 : 23160 : if (100 > (int ) 10)
13752 : 23160 : ptr->x_param_ira_max_loops_num ^= 100;
13753 : 23160 : ptr->x_param_ira_simple_lra_insn_threshold = (int ) bp_unpack_var_len_int (bp);
13754 : 23160 : if (1000 > (int ) 10)
13755 : 23160 : ptr->x_param_ira_simple_lra_insn_threshold ^= 1000;
13756 : 23160 : ptr->x_param_iv_always_prune_cand_set_bound = (int ) bp_unpack_var_len_int (bp);
13757 : 23160 : if (10 > (int ) 10)
13758 : : ptr->x_param_iv_always_prune_cand_set_bound ^= 10;
13759 : 23160 : ptr->x_param_iv_consider_all_candidates_bound = (int ) bp_unpack_var_len_int (bp);
13760 : 23160 : if (40 > (int ) 10)
13761 : 23160 : ptr->x_param_iv_consider_all_candidates_bound ^= 40;
13762 : 23160 : ptr->x_param_iv_max_considered_uses = (int ) bp_unpack_var_len_int (bp);
13763 : 23160 : if (250 > (int ) 10)
13764 : 23160 : ptr->x_param_iv_max_considered_uses ^= 250;
13765 : 23160 : ptr->x_param_jump_table_max_growth_ratio_for_size = (int ) bp_unpack_var_len_int (bp);
13766 : 23160 : if (300 > (int ) 10)
13767 : 23160 : ptr->x_param_jump_table_max_growth_ratio_for_size ^= 300;
13768 : 23160 : ptr->x_param_jump_table_max_growth_ratio_for_speed = (int ) bp_unpack_var_len_int (bp);
13769 : 23160 : if (800 > (int ) 10)
13770 : 23160 : ptr->x_param_jump_table_max_growth_ratio_for_speed ^= 800;
13771 : 23160 : ptr->x_param_l1_cache_line_size = (int ) bp_unpack_var_len_int (bp);
13772 : 23160 : if (32 > (int ) 10)
13773 : 23160 : ptr->x_param_l1_cache_line_size ^= 32;
13774 : 23160 : ptr->x_param_l1_cache_size = (int ) bp_unpack_var_len_int (bp);
13775 : 23160 : if (64 > (int ) 10)
13776 : 23160 : ptr->x_param_l1_cache_size ^= 64;
13777 : 23160 : ptr->x_param_l2_cache_size = (int ) bp_unpack_var_len_int (bp);
13778 : 23160 : if (512 > (int ) 10)
13779 : 23160 : ptr->x_param_l2_cache_size ^= 512;
13780 : 23160 : ptr->x_param_large_function_growth = (int ) bp_unpack_var_len_int (bp);
13781 : 23160 : if (100 > (int ) 10)
13782 : 23160 : ptr->x_param_large_function_growth ^= 100;
13783 : 23160 : ptr->x_param_large_function_insns = (int ) bp_unpack_var_len_int (bp);
13784 : 23160 : if (2700 > (int ) 10)
13785 : 23160 : ptr->x_param_large_function_insns ^= 2700;
13786 : 23160 : ptr->x_param_stack_frame_growth = (int ) bp_unpack_var_len_int (bp);
13787 : 23160 : if (1000 > (int ) 10)
13788 : 23160 : ptr->x_param_stack_frame_growth ^= 1000;
13789 : 23160 : ptr->x_param_large_stack_frame = (int ) bp_unpack_var_len_int (bp);
13790 : 23160 : if (256 > (int ) 10)
13791 : 23160 : ptr->x_param_large_stack_frame ^= 256;
13792 : 23160 : ptr->x_param_large_unit_insns = (int ) bp_unpack_var_len_int (bp);
13793 : 23160 : if (10000 > (int ) 10)
13794 : 23160 : ptr->x_param_large_unit_insns ^= 10000;
13795 : 23160 : ptr->x_param_lim_expensive = (int ) bp_unpack_var_len_int (bp);
13796 : 23160 : if (20 > (int ) 10)
13797 : 23160 : ptr->x_param_lim_expensive ^= 20;
13798 : 23160 : ptr->x_param_loop_block_tile_size = (int ) bp_unpack_var_len_int (bp);
13799 : 23160 : if (51 > (int ) 10)
13800 : 23160 : ptr->x_param_loop_block_tile_size ^= 51;
13801 : 23160 : ptr->x_param_loop_interchange_max_num_stmts = (int ) bp_unpack_var_len_int (bp);
13802 : 23160 : if (64 > (int ) 10)
13803 : 23160 : ptr->x_param_loop_interchange_max_num_stmts ^= 64;
13804 : 23160 : ptr->x_param_loop_interchange_stride_ratio = (int ) bp_unpack_var_len_int (bp);
13805 : 23160 : if (2 > (int ) 10)
13806 : : ptr->x_param_loop_interchange_stride_ratio ^= 2;
13807 : 23160 : ptr->x_param_loop_invariant_max_bbs_in_loop = (int ) bp_unpack_var_len_int (bp);
13808 : 23160 : if (10000 > (int ) 10)
13809 : 23160 : ptr->x_param_loop_invariant_max_bbs_in_loop ^= 10000;
13810 : 23160 : ptr->x_param_loop_max_datarefs_for_datadeps = (int ) bp_unpack_var_len_int (bp);
13811 : 23160 : if (1000 > (int ) 10)
13812 : 23160 : ptr->x_param_loop_max_datarefs_for_datadeps ^= 1000;
13813 : 23160 : ptr->x_param_loop_versioning_max_inner_insns = (int ) bp_unpack_var_len_int (bp);
13814 : 23160 : if (200 > (int ) 10)
13815 : 23160 : ptr->x_param_loop_versioning_max_inner_insns ^= 200;
13816 : 23160 : ptr->x_param_loop_versioning_max_outer_insns = (int ) bp_unpack_var_len_int (bp);
13817 : 23160 : if (100 > (int ) 10)
13818 : 23160 : ptr->x_param_loop_versioning_max_outer_insns ^= 100;
13819 : 23160 : ptr->x_param_lra_inheritance_ebb_probability_cutoff = (int ) bp_unpack_var_len_int (bp);
13820 : 23160 : if (40 > (int ) 10)
13821 : 23160 : ptr->x_param_lra_inheritance_ebb_probability_cutoff ^= 40;
13822 : 23160 : ptr->x_param_lra_max_considered_reload_pseudos = (int ) bp_unpack_var_len_int (bp);
13823 : 23160 : if (500 > (int ) 10)
13824 : 23160 : ptr->x_param_lra_max_considered_reload_pseudos ^= 500;
13825 : 23160 : ptr->x_flag_lto_locality_cloning = (enum lto_locality_cloning_model ) bp_unpack_var_len_int (bp);
13826 : 23160 : ptr->x_param_lto_locality_frequency = (int ) bp_unpack_var_len_int (bp);
13827 : 23160 : if (1 > (int ) 10)
13828 : : ptr->x_param_lto_locality_frequency ^= 1;
13829 : 23160 : ptr->x_param_lto_locality_size = (int ) bp_unpack_var_len_int (bp);
13830 : 23160 : if (1000 > (int ) 10)
13831 : 23160 : ptr->x_param_lto_locality_size ^= 1000;
13832 : 23160 : ptr->x_param_max_average_unrolled_insns = (int ) bp_unpack_var_len_int (bp);
13833 : 23160 : if (80 > (int ) 10)
13834 : 23160 : ptr->x_param_max_average_unrolled_insns ^= 80;
13835 : 23160 : ptr->x_param_max_combine_insns = (int ) bp_unpack_var_len_int (bp);
13836 : 23160 : if (4 > (int ) 10)
13837 : : ptr->x_param_max_combine_insns ^= 4;
13838 : 23160 : ptr->x_param_max_combine_search_insns = (int ) bp_unpack_var_len_int (bp);
13839 : 23160 : if (3000 > (int ) 10)
13840 : 23160 : ptr->x_param_max_combine_search_insns ^= 3000;
13841 : 23160 : ptr->x_param_max_unroll_iterations = (int ) bp_unpack_var_len_int (bp);
13842 : 23160 : if (8 > (int ) 10)
13843 : : ptr->x_param_max_unroll_iterations ^= 8;
13844 : 23160 : ptr->x_param_max_completely_peel_times = (int ) bp_unpack_var_len_int (bp);
13845 : 23160 : if (16 > (int ) 10)
13846 : 23160 : ptr->x_param_max_completely_peel_times ^= 16;
13847 : 23160 : ptr->x_param_max_completely_peeled_insns = (int ) bp_unpack_var_len_int (bp);
13848 : 23160 : if (200 > (int ) 10)
13849 : 23160 : ptr->x_param_max_completely_peeled_insns ^= 200;
13850 : 23160 : ptr->x_param_max_crossjump_edges = (int ) bp_unpack_var_len_int (bp);
13851 : 23160 : if (100 > (int ) 10)
13852 : 23160 : ptr->x_param_max_crossjump_edges ^= 100;
13853 : 23160 : ptr->x_param_max_cse_insns = (int ) bp_unpack_var_len_int (bp);
13854 : 23160 : if (1000 > (int ) 10)
13855 : 23160 : ptr->x_param_max_cse_insns ^= 1000;
13856 : 23160 : ptr->x_param_max_cse_path_length = (int ) bp_unpack_var_len_int (bp);
13857 : 23160 : if (10 > (int ) 10)
13858 : : ptr->x_param_max_cse_path_length ^= 10;
13859 : 23160 : ptr->x_param_max_cselib_memory_locations = (int ) bp_unpack_var_len_int (bp);
13860 : 23160 : if (500 > (int ) 10)
13861 : 23160 : ptr->x_param_max_cselib_memory_locations ^= 500;
13862 : 23160 : ptr->x_param_max_debug_marker_count = (int ) bp_unpack_var_len_int (bp);
13863 : 23160 : if (100000 > (int ) 10)
13864 : 23160 : ptr->x_param_max_debug_marker_count ^= 100000;
13865 : 23160 : ptr->x_param_max_delay_slot_insn_search = (int ) bp_unpack_var_len_int (bp);
13866 : 23160 : if (100 > (int ) 10)
13867 : 23160 : ptr->x_param_max_delay_slot_insn_search ^= 100;
13868 : 23160 : ptr->x_param_max_delay_slot_live_search = (int ) bp_unpack_var_len_int (bp);
13869 : 23160 : if (333 > (int ) 10)
13870 : 23160 : ptr->x_param_max_delay_slot_live_search ^= 333;
13871 : 23160 : ptr->x_param_max_dse_active_local_stores = (int ) bp_unpack_var_len_int (bp);
13872 : 23160 : if (5000 > (int ) 10)
13873 : 23160 : ptr->x_param_max_dse_active_local_stores ^= 5000;
13874 : 23160 : ptr->x_param_early_inliner_max_iterations = (int ) bp_unpack_var_len_int (bp);
13875 : 23160 : if (1 > (int ) 10)
13876 : : ptr->x_param_early_inliner_max_iterations ^= 1;
13877 : 23160 : ptr->x_param_max_find_base_term_values = (int ) bp_unpack_var_len_int (bp);
13878 : 23160 : if (200 > (int ) 10)
13879 : 23160 : ptr->x_param_max_find_base_term_values ^= 200;
13880 : 23160 : ptr->x_param_max_fsm_thread_path_insns = (int ) bp_unpack_var_len_int (bp);
13881 : 23160 : if (100 > (int ) 10)
13882 : 23160 : ptr->x_param_max_fsm_thread_path_insns ^= 100;
13883 : 23160 : ptr->x_param_max_gcse_insertion_ratio = (int ) bp_unpack_var_len_int (bp);
13884 : 23160 : if (20 > (int ) 10)
13885 : 23160 : ptr->x_param_max_gcse_insertion_ratio ^= 20;
13886 : 23160 : ptr->x_param_max_gcse_memory = (int ) bp_unpack_var_len_int (bp);
13887 : 23160 : if (131072 > (int ) 10)
13888 : 23160 : ptr->x_param_max_gcse_memory ^= 131072;
13889 : 23160 : ptr->x_param_max_goto_duplication_insns = (int ) bp_unpack_var_len_int (bp);
13890 : 23160 : if (8 > (int ) 10)
13891 : : ptr->x_param_max_goto_duplication_insns ^= 8;
13892 : 23160 : ptr->x_param_max_grow_copy_bb_insns = (int ) bp_unpack_var_len_int (bp);
13893 : 23160 : if (8 > (int ) 10)
13894 : : ptr->x_param_max_grow_copy_bb_insns ^= 8;
13895 : 23160 : ptr->x_param_max_hoist_depth = (int ) bp_unpack_var_len_int (bp);
13896 : 23160 : if (30 > (int ) 10)
13897 : 23160 : ptr->x_param_max_hoist_depth ^= 30;
13898 : 23160 : ptr->x_param_inline_functions_called_once_insns = (int ) bp_unpack_var_len_int (bp);
13899 : 23160 : if (4000 > (int ) 10)
13900 : 23160 : ptr->x_param_inline_functions_called_once_insns ^= 4000;
13901 : 23160 : ptr->x_param_inline_functions_called_once_loop_depth = (int ) bp_unpack_var_len_int (bp);
13902 : 23160 : if (6 > (int ) 10)
13903 : : ptr->x_param_inline_functions_called_once_loop_depth ^= 6;
13904 : 23160 : ptr->x_param_max_inline_insns_auto = (int ) bp_unpack_var_len_int (bp);
13905 : 23160 : if (15 > (int ) 10)
13906 : 23160 : ptr->x_param_max_inline_insns_auto ^= 15;
13907 : 23160 : ptr->x_param_max_inline_insns_recursive_auto = (int ) bp_unpack_var_len_int (bp);
13908 : 23160 : if (450 > (int ) 10)
13909 : 23160 : ptr->x_param_max_inline_insns_recursive_auto ^= 450;
13910 : 23160 : ptr->x_param_max_inline_insns_recursive = (int ) bp_unpack_var_len_int (bp);
13911 : 23160 : if (450 > (int ) 10)
13912 : 23160 : ptr->x_param_max_inline_insns_recursive ^= 450;
13913 : 23160 : ptr->x_param_max_inline_insns_single = (int ) bp_unpack_var_len_int (bp);
13914 : 23160 : if (70 > (int ) 10)
13915 : 23160 : ptr->x_param_max_inline_insns_single ^= 70;
13916 : 23160 : ptr->x_param_max_inline_insns_size = (int ) bp_unpack_var_len_int (bp);
13917 : 23160 : ptr->x_param_max_inline_insns_small = (int ) bp_unpack_var_len_int (bp);
13918 : 23160 : ptr->x_param_max_inline_recursive_depth_auto = (int ) bp_unpack_var_len_int (bp);
13919 : 23160 : if (8 > (int ) 10)
13920 : : ptr->x_param_max_inline_recursive_depth_auto ^= 8;
13921 : 23160 : ptr->x_param_max_inline_recursive_depth = (int ) bp_unpack_var_len_int (bp);
13922 : 23160 : if (8 > (int ) 10)
13923 : : ptr->x_param_max_inline_recursive_depth ^= 8;
13924 : 23160 : ptr->x_param_max_isl_operations = (int ) bp_unpack_var_len_int (bp);
13925 : 23160 : if (350000 > (int ) 10)
13926 : 23160 : ptr->x_param_max_isl_operations ^= 350000;
13927 : 23160 : ptr->x_param_max_iterations_computation_cost = (int ) bp_unpack_var_len_int (bp);
13928 : 23160 : if (10 > (int ) 10)
13929 : : ptr->x_param_max_iterations_computation_cost ^= 10;
13930 : 23160 : ptr->x_param_max_iterations_to_track = (int ) bp_unpack_var_len_int (bp);
13931 : 23160 : if (1000 > (int ) 10)
13932 : 23160 : ptr->x_param_max_iterations_to_track ^= 1000;
13933 : 23160 : ptr->x_param_max_jump_thread_duplication_stmts = (int ) bp_unpack_var_len_int (bp);
13934 : 23160 : if (15 > (int ) 10)
13935 : 23160 : ptr->x_param_max_jump_thread_duplication_stmts ^= 15;
13936 : 23160 : ptr->x_param_max_jump_thread_paths = (int ) bp_unpack_var_len_int (bp);
13937 : 23160 : if (64 > (int ) 10)
13938 : 23160 : ptr->x_param_max_jump_thread_paths ^= 64;
13939 : 23160 : ptr->x_param_max_last_value_rtl = (int ) bp_unpack_var_len_int (bp);
13940 : 23160 : if (10000 > (int ) 10)
13941 : 23160 : ptr->x_param_max_last_value_rtl ^= 10000;
13942 : 23160 : ptr->x_param_max_loop_header_insns = (int ) bp_unpack_var_len_int (bp);
13943 : 23160 : if (20 > (int ) 10)
13944 : 23160 : ptr->x_param_max_loop_header_insns ^= 20;
13945 : 23160 : ptr->x_param_max_modulo_backtrack_attempts = (int ) bp_unpack_var_len_int (bp);
13946 : 23160 : if (40 > (int ) 10)
13947 : 23160 : ptr->x_param_max_modulo_backtrack_attempts ^= 40;
13948 : 23160 : ptr->x_param_max_partial_antic_length = (int ) bp_unpack_var_len_int (bp);
13949 : 23160 : if (100 > (int ) 10)
13950 : 23160 : ptr->x_param_max_partial_antic_length ^= 100;
13951 : 23160 : ptr->x_param_max_peel_branches = (int ) bp_unpack_var_len_int (bp);
13952 : 23160 : if (32 > (int ) 10)
13953 : 23160 : ptr->x_param_max_peel_branches ^= 32;
13954 : 23160 : ptr->x_param_max_peel_times = (int ) bp_unpack_var_len_int (bp);
13955 : 23160 : if (16 > (int ) 10)
13956 : 23160 : ptr->x_param_max_peel_times ^= 16;
13957 : 23160 : ptr->x_param_max_peeled_insns = (int ) bp_unpack_var_len_int (bp);
13958 : 23160 : if (100 > (int ) 10)
13959 : 23160 : ptr->x_param_max_peeled_insns ^= 100;
13960 : 23160 : ptr->x_param_max_pending_list_length = (int ) bp_unpack_var_len_int (bp);
13961 : 23160 : if (32 > (int ) 10)
13962 : 23160 : ptr->x_param_max_pending_list_length ^= 32;
13963 : 23160 : ptr->x_param_max_pipeline_region_blocks = (int ) bp_unpack_var_len_int (bp);
13964 : 23160 : if (15 > (int ) 10)
13965 : 23160 : ptr->x_param_max_pipeline_region_blocks ^= 15;
13966 : 23160 : ptr->x_param_max_pipeline_region_insns = (int ) bp_unpack_var_len_int (bp);
13967 : 23160 : if (200 > (int ) 10)
13968 : 23160 : ptr->x_param_max_pipeline_region_insns ^= 200;
13969 : 23160 : ptr->x_param_max_pow_sqrt_depth = (int ) bp_unpack_var_len_int (bp);
13970 : 23160 : if (5 > (int ) 10)
13971 : : ptr->x_param_max_pow_sqrt_depth ^= 5;
13972 : 23160 : ptr->x_param_max_predicted_iterations = (int ) bp_unpack_var_len_int (bp);
13973 : 23160 : if (100 > (int ) 10)
13974 : 23160 : ptr->x_param_max_predicted_iterations ^= 100;
13975 : 23160 : ptr->x_param_max_reload_search_insns = (int ) bp_unpack_var_len_int (bp);
13976 : 23160 : if (100 > (int ) 10)
13977 : 23160 : ptr->x_param_max_reload_search_insns ^= 100;
13978 : 23160 : ptr->x_param_max_rtl_if_conversion_insns = (int ) bp_unpack_var_len_int (bp);
13979 : 23160 : if (10 > (int ) 10)
13980 : : ptr->x_param_max_rtl_if_conversion_insns ^= 10;
13981 : 23160 : ptr->x_param_max_rtl_if_conversion_predictable_cost = (int ) bp_unpack_var_len_int (bp);
13982 : 23160 : if (20 > (int ) 10)
13983 : 23160 : ptr->x_param_max_rtl_if_conversion_predictable_cost ^= 20;
13984 : 23160 : ptr->x_param_max_rtl_if_conversion_unpredictable_cost = (int ) bp_unpack_var_len_int (bp);
13985 : 23160 : if (40 > (int ) 10)
13986 : 23160 : ptr->x_param_max_rtl_if_conversion_unpredictable_cost ^= 40;
13987 : 23160 : ptr->x_param_max_sched_extend_regions_iters = (int ) bp_unpack_var_len_int (bp);
13988 : 23160 : ptr->x_param_max_sched_insn_conflict_delay = (int ) bp_unpack_var_len_int (bp);
13989 : 23160 : if (3 > (int ) 10)
13990 : : ptr->x_param_max_sched_insn_conflict_delay ^= 3;
13991 : 23160 : ptr->x_param_max_sched_ready_insns = (int ) bp_unpack_var_len_int (bp);
13992 : 23160 : if (100 > (int ) 10)
13993 : 23160 : ptr->x_param_max_sched_ready_insns ^= 100;
13994 : 23160 : ptr->x_param_max_sched_region_blocks = (int ) bp_unpack_var_len_int (bp);
13995 : 23160 : if (10 > (int ) 10)
13996 : : ptr->x_param_max_sched_region_blocks ^= 10;
13997 : 23160 : ptr->x_param_max_sched_region_insns = (int ) bp_unpack_var_len_int (bp);
13998 : 23160 : if (100 > (int ) 10)
13999 : 23160 : ptr->x_param_max_sched_region_insns ^= 100;
14000 : 23160 : ptr->x_param_max_slsr_candidate_scan = (int ) bp_unpack_var_len_int (bp);
14001 : 23160 : if (50 > (int ) 10)
14002 : 23160 : ptr->x_param_max_slsr_candidate_scan ^= 50;
14003 : 23160 : ptr->x_param_max_speculative_devirt_maydefs = (int ) bp_unpack_var_len_int (bp);
14004 : 23160 : if (50 > (int ) 10)
14005 : 23160 : ptr->x_param_max_speculative_devirt_maydefs ^= 50;
14006 : 23160 : ptr->x_param_max_stores_to_merge = (int ) bp_unpack_var_len_int (bp);
14007 : 23160 : if (64 > (int ) 10)
14008 : 23160 : ptr->x_param_max_stores_to_merge ^= 64;
14009 : 23160 : ptr->x_param_max_stores_to_sink = (int ) bp_unpack_var_len_int (bp);
14010 : 23160 : if (2 > (int ) 10)
14011 : : ptr->x_param_max_stores_to_sink ^= 2;
14012 : 23160 : ptr->x_param_max_tail_merge_comparisons = (int ) bp_unpack_var_len_int (bp);
14013 : 23160 : if (10 > (int ) 10)
14014 : : ptr->x_param_max_tail_merge_comparisons ^= 10;
14015 : 23160 : ptr->x_param_max_tail_merge_iterations = (int ) bp_unpack_var_len_int (bp);
14016 : 23160 : if (2 > (int ) 10)
14017 : : ptr->x_param_max_tail_merge_iterations ^= 2;
14018 : 23160 : ptr->x_param_max_tracked_strlens = (int ) bp_unpack_var_len_int (bp);
14019 : 23160 : if (10000 > (int ) 10)
14020 : 23160 : ptr->x_param_max_tracked_strlens ^= 10000;
14021 : 23160 : ptr->x_param_max_tree_if_conversion_phi_args = (int ) bp_unpack_var_len_int (bp);
14022 : 23160 : if (4 > (int ) 10)
14023 : : ptr->x_param_max_tree_if_conversion_phi_args ^= 4;
14024 : 23160 : ptr->x_param_max_unroll_times = (int ) bp_unpack_var_len_int (bp);
14025 : 23160 : if (8 > (int ) 10)
14026 : : ptr->x_param_max_unroll_times ^= 8;
14027 : 23160 : ptr->x_param_max_unrolled_insns = (int ) bp_unpack_var_len_int (bp);
14028 : 23160 : if (200 > (int ) 10)
14029 : 23160 : ptr->x_param_max_unrolled_insns ^= 200;
14030 : 23160 : ptr->x_param_max_unswitch_depth = (int ) bp_unpack_var_len_int (bp);
14031 : 23160 : if (50 > (int ) 10)
14032 : 23160 : ptr->x_param_max_unswitch_depth ^= 50;
14033 : 23160 : ptr->x_param_max_unswitch_insns = (int ) bp_unpack_var_len_int (bp);
14034 : 23160 : if (50 > (int ) 10)
14035 : 23160 : ptr->x_param_max_unswitch_insns ^= 50;
14036 : 23160 : ptr->x_param_max_variable_expansions = (int ) bp_unpack_var_len_int (bp);
14037 : 23160 : if (1 > (int ) 10)
14038 : : ptr->x_param_max_variable_expansions ^= 1;
14039 : 23160 : ptr->x_param_max_vartrack_expr_depth = (int ) bp_unpack_var_len_int (bp);
14040 : 23160 : if (12 > (int ) 10)
14041 : 23160 : ptr->x_param_max_vartrack_expr_depth ^= 12;
14042 : 23160 : ptr->x_param_max_vartrack_reverse_op_size = (int ) bp_unpack_var_len_int (bp);
14043 : 23160 : if (50 > (int ) 10)
14044 : 23160 : ptr->x_param_max_vartrack_reverse_op_size ^= 50;
14045 : 23160 : ptr->x_param_max_vartrack_size = (int ) bp_unpack_var_len_int (bp);
14046 : 23160 : if (50000000 > (int ) 10)
14047 : 23160 : ptr->x_param_max_vartrack_size ^= 50000000;
14048 : 23160 : ptr->x_param_min_crossjump_insns = (int ) bp_unpack_var_len_int (bp);
14049 : 23160 : if (5 > (int ) 10)
14050 : : ptr->x_param_min_crossjump_insns ^= 5;
14051 : 23160 : ptr->x_param_min_inline_recursive_probability = (int ) bp_unpack_var_len_int (bp);
14052 : 23160 : if (10 > (int ) 10)
14053 : : ptr->x_param_min_inline_recursive_probability ^= 10;
14054 : 23160 : ptr->x_param_min_insn_to_prefetch_ratio = (int ) bp_unpack_var_len_int (bp);
14055 : 23160 : if (9 > (int ) 10)
14056 : : ptr->x_param_min_insn_to_prefetch_ratio ^= 9;
14057 : 23160 : ptr->x_param_min_loop_cond_split_prob = (int ) bp_unpack_var_len_int (bp);
14058 : 23160 : if (30 > (int ) 10)
14059 : 23160 : ptr->x_param_min_loop_cond_split_prob ^= 30;
14060 : 23160 : ptr->x_param_min_pagesize = (int ) bp_unpack_var_len_int (bp);
14061 : 23160 : if (4096 > (int ) 10)
14062 : 23160 : ptr->x_param_min_pagesize ^= 4096;
14063 : 23160 : ptr->x_param_min_size_for_stack_sharing = (int ) bp_unpack_var_len_int (bp);
14064 : 23160 : if (32 > (int ) 10)
14065 : 23160 : ptr->x_param_min_size_for_stack_sharing ^= 32;
14066 : 23160 : ptr->x_param_min_spec_prob = (int ) bp_unpack_var_len_int (bp);
14067 : 23160 : if (40 > (int ) 10)
14068 : 23160 : ptr->x_param_min_spec_prob ^= 40;
14069 : 23160 : ptr->x_param_min_vect_loop_bound = (int ) bp_unpack_var_len_int (bp);
14070 : 23160 : ptr->x_param_modref_max_accesses = (int ) bp_unpack_var_len_int (bp);
14071 : 23160 : if (16 > (int ) 10)
14072 : 23160 : ptr->x_param_modref_max_accesses ^= 16;
14073 : 23160 : ptr->x_param_modref_max_adjustments = (int ) bp_unpack_var_len_int (bp);
14074 : 23160 : if (8 > (int ) 10)
14075 : : ptr->x_param_modref_max_adjustments ^= 8;
14076 : 23160 : ptr->x_param_modref_max_bases = (int ) bp_unpack_var_len_int (bp);
14077 : 23160 : if (32 > (int ) 10)
14078 : 23160 : ptr->x_param_modref_max_bases ^= 32;
14079 : 23160 : ptr->x_param_modref_max_depth = (int ) bp_unpack_var_len_int (bp);
14080 : 23160 : if (256 > (int ) 10)
14081 : 23160 : ptr->x_param_modref_max_depth ^= 256;
14082 : 23160 : ptr->x_param_modref_max_escape_points = (int ) bp_unpack_var_len_int (bp);
14083 : 23160 : if (256 > (int ) 10)
14084 : 23160 : ptr->x_param_modref_max_escape_points ^= 256;
14085 : 23160 : ptr->x_param_modref_max_refs = (int ) bp_unpack_var_len_int (bp);
14086 : 23160 : if (16 > (int ) 10)
14087 : 23160 : ptr->x_param_modref_max_refs ^= 16;
14088 : 23160 : ptr->x_param_modref_max_tests = (int ) bp_unpack_var_len_int (bp);
14089 : 23160 : if (64 > (int ) 10)
14090 : 23160 : ptr->x_param_modref_max_tests ^= 64;
14091 : 23160 : ptr->x_param_parloops_chunk_size = (int ) bp_unpack_var_len_int (bp);
14092 : 23160 : ptr->x_param_parloops_min_per_thread = (int ) bp_unpack_var_len_int (bp);
14093 : 23160 : if (100 > (int ) 10)
14094 : 23160 : ptr->x_param_parloops_min_per_thread ^= 100;
14095 : 23160 : ptr->x_param_parloops_schedule = (int ) bp_unpack_var_len_int (bp);
14096 : 23160 : ptr->x_param_partial_inlining_entry_probability = (int ) bp_unpack_var_len_int (bp);
14097 : 23160 : if (70 > (int ) 10)
14098 : 23160 : ptr->x_param_partial_inlining_entry_probability ^= 70;
14099 : 23160 : ptr->x_param_phiopt_factor_max_stmts_live = (int ) bp_unpack_var_len_int (bp);
14100 : 23160 : if (5 > (int ) 10)
14101 : : ptr->x_param_phiopt_factor_max_stmts_live ^= 5;
14102 : 23160 : ptr->x_param_predictable_branch_outcome = (int ) bp_unpack_var_len_int (bp);
14103 : 23160 : if (2 > (int ) 10)
14104 : : ptr->x_param_predictable_branch_outcome ^= 2;
14105 : 23160 : ptr->x_param_prefetch_dynamic_strides = (int ) bp_unpack_var_len_int (bp);
14106 : 23160 : if (1 > (int ) 10)
14107 : : ptr->x_param_prefetch_dynamic_strides ^= 1;
14108 : 23160 : ptr->x_param_prefetch_latency = (int ) bp_unpack_var_len_int (bp);
14109 : 23160 : if (200 > (int ) 10)
14110 : 23160 : ptr->x_param_prefetch_latency ^= 200;
14111 : 23160 : ptr->x_param_prefetch_min_insn_to_mem_ratio = (int ) bp_unpack_var_len_int (bp);
14112 : 23160 : if (3 > (int ) 10)
14113 : : ptr->x_param_prefetch_min_insn_to_mem_ratio ^= 3;
14114 : 23160 : ptr->x_param_prefetch_minimum_stride = (int ) bp_unpack_var_len_int (bp);
14115 : 23160 : if (-1 > (int ) 10)
14116 : : ptr->x_param_prefetch_minimum_stride ^= -1;
14117 : 23160 : ptr->x_param_ranger_debug = (enum ranger_debug ) bp_unpack_var_len_int (bp);
14118 : 23160 : ptr->x_param_ranger_logical_depth = (int ) bp_unpack_var_len_int (bp);
14119 : 23160 : if (6 > (int ) 10)
14120 : : ptr->x_param_ranger_logical_depth ^= 6;
14121 : 23160 : ptr->x_param_ranger_recompute_depth = (int ) bp_unpack_var_len_int (bp);
14122 : 23160 : if (5 > (int ) 10)
14123 : : ptr->x_param_ranger_recompute_depth ^= 5;
14124 : 23160 : ptr->x_param_relation_block_limit = (int ) bp_unpack_var_len_int (bp);
14125 : 23160 : if (200 > (int ) 10)
14126 : 23160 : ptr->x_param_relation_block_limit ^= 200;
14127 : 23160 : ptr->x_param_rpo_vn_max_loop_depth = (int ) bp_unpack_var_len_int (bp);
14128 : 23160 : if (7 > (int ) 10)
14129 : : ptr->x_param_rpo_vn_max_loop_depth ^= 7;
14130 : 23160 : ptr->x_param_sccvn_max_alias_queries_per_access = (int ) bp_unpack_var_len_int (bp);
14131 : 23160 : if (1000 > (int ) 10)
14132 : 23160 : ptr->x_param_sccvn_max_alias_queries_per_access ^= 1000;
14133 : 23160 : ptr->x_param_scev_max_expr_complexity = (int ) bp_unpack_var_len_int (bp);
14134 : 23160 : if (10 > (int ) 10)
14135 : : ptr->x_param_scev_max_expr_complexity ^= 10;
14136 : 23160 : ptr->x_param_scev_max_expr_size = (int ) bp_unpack_var_len_int (bp);
14137 : 23160 : if (100 > (int ) 10)
14138 : 23160 : ptr->x_param_scev_max_expr_size ^= 100;
14139 : 23160 : ptr->x_param_sched_autopref_queue_depth = (int ) bp_unpack_var_len_int (bp);
14140 : 23160 : if (-1 > (int ) 10)
14141 : : ptr->x_param_sched_autopref_queue_depth ^= -1;
14142 : 23160 : ptr->x_param_sched_mem_true_dep_cost = (int ) bp_unpack_var_len_int (bp);
14143 : 23160 : if (1 > (int ) 10)
14144 : : ptr->x_param_sched_mem_true_dep_cost ^= 1;
14145 : 23160 : ptr->x_param_sched_pressure_algorithm = (int ) bp_unpack_var_len_int (bp);
14146 : 23160 : if (1 > (int ) 10)
14147 : : ptr->x_param_sched_pressure_algorithm ^= 1;
14148 : 23160 : ptr->x_param_sched_spec_prob_cutoff = (int ) bp_unpack_var_len_int (bp);
14149 : 23160 : if (40 > (int ) 10)
14150 : 23160 : ptr->x_param_sched_spec_prob_cutoff ^= 40;
14151 : 23160 : ptr->x_param_sched_state_edge_prob_cutoff = (int ) bp_unpack_var_len_int (bp);
14152 : 23160 : if (10 > (int ) 10)
14153 : : ptr->x_param_sched_state_edge_prob_cutoff ^= 10;
14154 : 23160 : ptr->x_param_selsched_insns_to_rename = (int ) bp_unpack_var_len_int (bp);
14155 : 23160 : if (2 > (int ) 10)
14156 : : ptr->x_param_selsched_insns_to_rename ^= 2;
14157 : 23160 : ptr->x_param_selsched_max_lookahead = (int ) bp_unpack_var_len_int (bp);
14158 : 23160 : if (50 > (int ) 10)
14159 : 23160 : ptr->x_param_selsched_max_lookahead ^= 50;
14160 : 23160 : ptr->x_param_selsched_max_sched_times = (int ) bp_unpack_var_len_int (bp);
14161 : 23160 : if (2 > (int ) 10)
14162 : : ptr->x_param_selsched_max_sched_times ^= 2;
14163 : 23160 : ptr->x_param_simultaneous_prefetches = (int ) bp_unpack_var_len_int (bp);
14164 : 23160 : if (3 > (int ) 10)
14165 : : ptr->x_param_simultaneous_prefetches ^= 3;
14166 : 23160 : ptr->x_param_sink_frequency_threshold = (int ) bp_unpack_var_len_int (bp);
14167 : 23160 : if (75 > (int ) 10)
14168 : 23160 : ptr->x_param_sink_frequency_threshold ^= 75;
14169 : 23160 : ptr->x_param_sms_dfa_history = (int ) bp_unpack_var_len_int (bp);
14170 : 23160 : ptr->x_param_sms_loop_average_count_threshold = (int ) bp_unpack_var_len_int (bp);
14171 : 23160 : ptr->x_param_sms_max_ii_factor = (int ) bp_unpack_var_len_int (bp);
14172 : 23160 : if (2 > (int ) 10)
14173 : : ptr->x_param_sms_max_ii_factor ^= 2;
14174 : 23160 : ptr->x_param_sms_min_sc = (int ) bp_unpack_var_len_int (bp);
14175 : 23160 : if (2 > (int ) 10)
14176 : : ptr->x_param_sms_min_sc ^= 2;
14177 : 23160 : ptr->x_param_sra_max_propagations = (int ) bp_unpack_var_len_int (bp);
14178 : 23160 : if (32 > (int ) 10)
14179 : 23160 : ptr->x_param_sra_max_propagations ^= 32;
14180 : 23160 : ptr->x_param_sra_max_scalarization_size_size = (int ) bp_unpack_var_len_int (bp);
14181 : 23160 : ptr->x_param_sra_max_scalarization_size_speed = (int ) bp_unpack_var_len_int (bp);
14182 : 23160 : ptr->x_param_ssa_name_def_chain_limit = (int ) bp_unpack_var_len_int (bp);
14183 : 23160 : if (512 > (int ) 10)
14184 : 23160 : ptr->x_param_ssa_name_def_chain_limit ^= 512;
14185 : 23160 : ptr->x_param_ssp_buffer_size = (int ) bp_unpack_var_len_int (bp);
14186 : 23160 : if (8 > (int ) 10)
14187 : : ptr->x_param_ssp_buffer_size ^= 8;
14188 : 23160 : ptr->x_param_stack_clash_protection_guard_size = (int ) bp_unpack_var_len_int (bp);
14189 : 23160 : if (12 > (int ) 10)
14190 : 23160 : ptr->x_param_stack_clash_protection_guard_size ^= 12;
14191 : 23160 : ptr->x_param_stack_clash_protection_probe_interval = (int ) bp_unpack_var_len_int (bp);
14192 : 23160 : if (12 > (int ) 10)
14193 : 23160 : ptr->x_param_stack_clash_protection_probe_interval ^= 12;
14194 : 23160 : ptr->x_param_store_forwarding_max_distance = (int ) bp_unpack_var_len_int (bp);
14195 : 23160 : if (10 > (int ) 10)
14196 : : ptr->x_param_store_forwarding_max_distance ^= 10;
14197 : 23160 : ptr->x_param_store_merging_allow_unaligned = (int ) bp_unpack_var_len_int (bp);
14198 : 23160 : if (1 > (int ) 10)
14199 : : ptr->x_param_store_merging_allow_unaligned ^= 1;
14200 : 23160 : ptr->x_param_store_merging_max_size = (int ) bp_unpack_var_len_int (bp);
14201 : 23160 : if (65536 > (int ) 10)
14202 : 23160 : ptr->x_param_store_merging_max_size ^= 65536;
14203 : 23160 : ptr->x_param_switch_conversion_branch_ratio = (int ) bp_unpack_var_len_int (bp);
14204 : 23160 : if (8 > (int ) 10)
14205 : : ptr->x_param_switch_conversion_branch_ratio ^= 8;
14206 : 23160 : ptr->x_param_switch_lower_slow_alg_max_cases = (int ) bp_unpack_var_len_int (bp);
14207 : 23160 : if (1000 > (int ) 10)
14208 : 23160 : ptr->x_param_switch_lower_slow_alg_max_cases ^= 1000;
14209 : 23160 : ptr->x_param_threader_debug = (enum threader_debug ) bp_unpack_var_len_int (bp);
14210 : 23160 : ptr->x_param_tm_max_aggregate_size = (int ) bp_unpack_var_len_int (bp);
14211 : 23160 : if (9 > (int ) 10)
14212 : : ptr->x_param_tm_max_aggregate_size ^= 9;
14213 : 23160 : ptr->x_param_tracer_dynamic_coverage_feedback = (int ) bp_unpack_var_len_int (bp);
14214 : 23160 : if (95 > (int ) 10)
14215 : 23160 : ptr->x_param_tracer_dynamic_coverage_feedback ^= 95;
14216 : 23160 : ptr->x_param_tracer_dynamic_coverage = (int ) bp_unpack_var_len_int (bp);
14217 : 23160 : if (75 > (int ) 10)
14218 : 23160 : ptr->x_param_tracer_dynamic_coverage ^= 75;
14219 : 23160 : ptr->x_param_tracer_max_code_growth = (int ) bp_unpack_var_len_int (bp);
14220 : 23160 : if (100 > (int ) 10)
14221 : 23160 : ptr->x_param_tracer_max_code_growth ^= 100;
14222 : 23160 : ptr->x_param_tracer_min_branch_probability_feedback = (int ) bp_unpack_var_len_int (bp);
14223 : 23160 : if (80 > (int ) 10)
14224 : 23160 : ptr->x_param_tracer_min_branch_probability_feedback ^= 80;
14225 : 23160 : ptr->x_param_tracer_min_branch_probability = (int ) bp_unpack_var_len_int (bp);
14226 : 23160 : if (50 > (int ) 10)
14227 : 23160 : ptr->x_param_tracer_min_branch_probability ^= 50;
14228 : 23160 : ptr->x_param_tracer_min_branch_ratio = (int ) bp_unpack_var_len_int (bp);
14229 : 23160 : if (10 > (int ) 10)
14230 : : ptr->x_param_tracer_min_branch_ratio ^= 10;
14231 : 23160 : ptr->x_param_transitive_relations_work_bound = (int ) bp_unpack_var_len_int (bp);
14232 : 23160 : if (256 > (int ) 10)
14233 : 23160 : ptr->x_param_transitive_relations_work_bound ^= 256;
14234 : 23160 : ptr->x_param_tree_reassoc_width = (int ) bp_unpack_var_len_int (bp);
14235 : 23160 : ptr->x_param_uninit_control_dep_attempts = (int ) bp_unpack_var_len_int (bp);
14236 : 23160 : if (1000 > (int ) 10)
14237 : 23160 : ptr->x_param_uninit_control_dep_attempts ^= 1000;
14238 : 23160 : ptr->x_param_uninit_max_chain_len = (int ) bp_unpack_var_len_int (bp);
14239 : 23160 : if (8 > (int ) 10)
14240 : : ptr->x_param_uninit_max_chain_len ^= 8;
14241 : 23160 : ptr->x_param_uninit_max_num_chains = (int ) bp_unpack_var_len_int (bp);
14242 : 23160 : if (8 > (int ) 10)
14243 : : ptr->x_param_uninit_max_num_chains ^= 8;
14244 : 23160 : ptr->x_param_uninlined_function_insns = (int ) bp_unpack_var_len_int (bp);
14245 : 23160 : if (2 > (int ) 10)
14246 : : ptr->x_param_uninlined_function_insns ^= 2;
14247 : 23160 : ptr->x_param_uninlined_function_time = (int ) bp_unpack_var_len_int (bp);
14248 : 23160 : ptr->x_param_uninlined_function_thunk_insns = (int ) bp_unpack_var_len_int (bp);
14249 : 23160 : if (2 > (int ) 10)
14250 : : ptr->x_param_uninlined_function_thunk_insns ^= 2;
14251 : 23160 : ptr->x_param_uninlined_function_thunk_time = (int ) bp_unpack_var_len_int (bp);
14252 : 23160 : if (2 > (int ) 10)
14253 : : ptr->x_param_uninlined_function_thunk_time ^= 2;
14254 : 23160 : ptr->x_param_unlikely_bb_count_fraction = (int ) bp_unpack_var_len_int (bp);
14255 : 23160 : if (20 > (int ) 10)
14256 : 23160 : ptr->x_param_unlikely_bb_count_fraction ^= 20;
14257 : 23160 : ptr->x_param_unroll_jam_max_unroll = (int ) bp_unpack_var_len_int (bp);
14258 : 23160 : if (4 > (int ) 10)
14259 : : ptr->x_param_unroll_jam_max_unroll ^= 4;
14260 : 23160 : ptr->x_param_unroll_jam_min_percent = (int ) bp_unpack_var_len_int (bp);
14261 : 23160 : if (1 > (int ) 10)
14262 : : ptr->x_param_unroll_jam_min_percent ^= 1;
14263 : 23160 : ptr->x_param_use_after_scope_direct_emission_threshold = (int ) bp_unpack_var_len_int (bp);
14264 : 23160 : if (256 > (int ) 10)
14265 : 23160 : ptr->x_param_use_after_scope_direct_emission_threshold ^= 256;
14266 : 23160 : ptr->x_param_vect_epilogues_nomask = (int ) bp_unpack_var_len_int (bp);
14267 : 23160 : if (1 > (int ) 10)
14268 : : ptr->x_param_vect_epilogues_nomask ^= 1;
14269 : 23160 : ptr->x_param_vect_induction_float = (int ) bp_unpack_var_len_int (bp);
14270 : 23160 : if (1 > (int ) 10)
14271 : : ptr->x_param_vect_induction_float ^= 1;
14272 : 23160 : ptr->x_param_vect_inner_loop_cost_factor = (int ) bp_unpack_var_len_int (bp);
14273 : 23160 : if (50 > (int ) 10)
14274 : 23160 : ptr->x_param_vect_inner_loop_cost_factor ^= 50;
14275 : 23160 : ptr->x_param_vect_max_layout_candidates = (int ) bp_unpack_var_len_int (bp);
14276 : 23160 : if (32 > (int ) 10)
14277 : 23160 : ptr->x_param_vect_max_layout_candidates ^= 32;
14278 : 23160 : ptr->x_param_vect_max_peeling_for_alignment = (int ) bp_unpack_var_len_int (bp);
14279 : 23160 : if (-1 > (int ) 10)
14280 : : ptr->x_param_vect_max_peeling_for_alignment ^= -1;
14281 : 23160 : ptr->x_param_vect_max_version_for_alias_checks = (int ) bp_unpack_var_len_int (bp);
14282 : 23160 : if (15 > (int ) 10)
14283 : 23160 : ptr->x_param_vect_max_version_for_alias_checks ^= 15;
14284 : 23160 : ptr->x_param_vect_max_version_for_alignment_checks = (int ) bp_unpack_var_len_int (bp);
14285 : 23160 : if (6 > (int ) 10)
14286 : : ptr->x_param_vect_max_version_for_alignment_checks ^= 6;
14287 : 23160 : ptr->x_param_vect_partial_vector_usage = (int ) bp_unpack_var_len_int (bp);
14288 : 23160 : if (2 > (int ) 10)
14289 : : ptr->x_param_vect_partial_vector_usage ^= 2;
14290 : 23160 : ptr->x_param_vect_scalar_cost_multiplier = (int ) bp_unpack_var_len_int (bp);
14291 : 23160 : if (100 > (int ) 10)
14292 : 23160 : ptr->x_param_vect_scalar_cost_multiplier ^= 100;
14293 : 23160 : ptr->x_param_vrp_block_limit = (int ) bp_unpack_var_len_int (bp);
14294 : 23160 : if (150000 > (int ) 10)
14295 : 23160 : ptr->x_param_vrp_block_limit ^= 150000;
14296 : 23160 : ptr->x_param_vrp_sparse_threshold = (int ) bp_unpack_var_len_int (bp);
14297 : 23160 : if (3000 > (int ) 10)
14298 : 23160 : ptr->x_param_vrp_sparse_threshold ^= 3000;
14299 : 23160 : ptr->x_param_vrp_switch_limit = (int ) bp_unpack_var_len_int (bp);
14300 : 23160 : if (50 > (int ) 10)
14301 : 23160 : ptr->x_param_vrp_switch_limit ^= 50;
14302 : 23160 : ptr->x_param_vrp_vector_threshold = (int ) bp_unpack_var_len_int (bp);
14303 : 23160 : if (250 > (int ) 10)
14304 : 23160 : ptr->x_param_vrp_vector_threshold ^= 250;
14305 : 23160 : ptr->x_warn_inline = (signed char ) bp_unpack_var_len_int (bp);
14306 : 23160 : ptr->x_flag_aggressive_loop_optimizations = (signed char ) bp_unpack_var_len_int (bp);
14307 : 23160 : ptr->x_flag_align_functions = (signed char ) bp_unpack_var_len_int (bp);
14308 : 23160 : ptr->x_str_align_functions = bp_unpack_string (data_in, bp);
14309 : 23160 : if (ptr->x_str_align_functions)
14310 : 16571 : ptr->x_str_align_functions = xstrdup (ptr->x_str_align_functions);
14311 : 23160 : ptr->x_flag_align_jumps = (signed char ) bp_unpack_var_len_int (bp);
14312 : 23160 : ptr->x_str_align_jumps = bp_unpack_string (data_in, bp);
14313 : 23160 : if (ptr->x_str_align_jumps)
14314 : 16571 : ptr->x_str_align_jumps = xstrdup (ptr->x_str_align_jumps);
14315 : 23160 : ptr->x_flag_align_labels = (signed char ) bp_unpack_var_len_int (bp);
14316 : 23160 : ptr->x_str_align_labels = bp_unpack_string (data_in, bp);
14317 : 23160 : if (ptr->x_str_align_labels)
14318 : 16571 : ptr->x_str_align_labels = xstrdup (ptr->x_str_align_labels);
14319 : 23160 : ptr->x_flag_align_loops = (signed char ) bp_unpack_var_len_int (bp);
14320 : 23160 : ptr->x_str_align_loops = bp_unpack_string (data_in, bp);
14321 : 23160 : if (ptr->x_str_align_loops)
14322 : 16571 : ptr->x_str_align_loops = xstrdup (ptr->x_str_align_loops);
14323 : 23160 : ptr->x_flag_allocation_dce = (signed char ) bp_unpack_var_len_int (bp);
14324 : 23160 : ptr->x_flag_store_data_races = (signed char ) bp_unpack_var_len_int (bp);
14325 : 23160 : ptr->x_flag_associative_math = (signed char ) bp_unpack_var_len_int (bp);
14326 : 23160 : ptr->x_flag_assume_sane_operators_new_delete = (signed char ) bp_unpack_var_len_int (bp);
14327 : 23160 : ptr->x_flag_asynchronous_unwind_tables = (signed char ) bp_unpack_var_len_int (bp);
14328 : 23160 : ptr->x_flag_auto_inc_dec = (signed char ) bp_unpack_var_len_int (bp);
14329 : 23160 : ptr->x_flag_avoid_store_forwarding = (signed char ) bp_unpack_var_len_int (bp);
14330 : 23160 : ptr->x_flag_bit_tests = (signed char ) bp_unpack_var_len_int (bp);
14331 : 23160 : ptr->x_flag_branch_on_count_reg = (signed char ) bp_unpack_var_len_int (bp);
14332 : 23160 : ptr->x_flag_branch_probabilities = (signed char ) bp_unpack_var_len_int (bp);
14333 : 23160 : ptr->x_flag_caller_saves = (signed char ) bp_unpack_var_len_int (bp);
14334 : 23160 : ptr->x_flag_code_hoisting = (signed char ) bp_unpack_var_len_int (bp);
14335 : 23160 : ptr->x_flag_combine_stack_adjustments = (signed char ) bp_unpack_var_len_int (bp);
14336 : 23160 : ptr->x_flag_compare_elim_after_reload = (signed char ) bp_unpack_var_len_int (bp);
14337 : 23160 : ptr->x_flag_conserve_stack = (signed char ) bp_unpack_var_len_int (bp);
14338 : 23160 : ptr->x_flag_cprop_registers = (signed char ) bp_unpack_var_len_int (bp);
14339 : 23160 : ptr->x_flag_crossjumping = (signed char ) bp_unpack_var_len_int (bp);
14340 : 23160 : ptr->x_flag_cse_follow_jumps = (signed char ) bp_unpack_var_len_int (bp);
14341 : 23160 : ptr->x_flag_complex_method = (int ) bp_unpack_var_len_int (bp);
14342 : 23160 : ptr->x_flag_dce = (signed char ) bp_unpack_var_len_int (bp);
14343 : 23160 : ptr->x_flag_defer_pop = (signed char ) bp_unpack_var_len_int (bp);
14344 : 23160 : ptr->x_flag_delayed_branch = (signed char ) bp_unpack_var_len_int (bp);
14345 : 23160 : ptr->x_flag_delete_dead_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14346 : 23160 : ptr->x_flag_delete_null_pointer_checks = (signed char ) bp_unpack_var_len_int (bp);
14347 : 23160 : ptr->x_flag_devirtualize = (signed char ) bp_unpack_var_len_int (bp);
14348 : 23160 : ptr->x_flag_devirtualize_speculatively = (signed char ) bp_unpack_var_len_int (bp);
14349 : 23160 : ptr->x_flag_dse = (signed char ) bp_unpack_var_len_int (bp);
14350 : 23160 : ptr->x_flag_early_inlining = (signed char ) bp_unpack_var_len_int (bp);
14351 : 23160 : ptr->x_flag_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14352 : 23160 : ptr->x_flag_excess_precision = (enum excess_precision ) bp_unpack_var_len_int (bp);
14353 : 23160 : ptr->x_flag_expensive_optimizations = (signed char ) bp_unpack_var_len_int (bp);
14354 : 23160 : ptr->x_flag_ext_dce = (signed char ) bp_unpack_var_len_int (bp);
14355 : 23160 : ptr->x_flag_finite_loops = (signed char ) bp_unpack_var_len_int (bp);
14356 : 23160 : ptr->x_flag_finite_math_only = (signed char ) bp_unpack_var_len_int (bp);
14357 : 23160 : ptr->x_flag_float_store = (signed char ) bp_unpack_var_len_int (bp);
14358 : 23160 : ptr->x_flag_fold_mem_offsets = (signed char ) bp_unpack_var_len_int (bp);
14359 : 23160 : ptr->x_flag_fold_simple_inlines = (signed char ) bp_unpack_var_len_int (bp);
14360 : 23160 : ptr->x_flag_forward_propagate = (signed char ) bp_unpack_var_len_int (bp);
14361 : 23160 : ptr->x_flag_fp_contract_mode = (enum fp_contract_mode ) bp_unpack_var_len_int (bp);
14362 : 23160 : ptr->x_flag_fp_int_builtin_inexact = (signed char ) bp_unpack_var_len_int (bp);
14363 : 23160 : ptr->x_flag_no_function_cse = (signed char ) bp_unpack_var_len_int (bp);
14364 : 23160 : ptr->x_flag_gcse = (signed char ) bp_unpack_var_len_int (bp);
14365 : 23160 : ptr->x_flag_gcse_after_reload = (signed char ) bp_unpack_var_len_int (bp);
14366 : 23160 : ptr->x_flag_gcse_las = (signed char ) bp_unpack_var_len_int (bp);
14367 : 23160 : ptr->x_flag_gcse_lm = (signed char ) bp_unpack_var_len_int (bp);
14368 : 23160 : ptr->x_flag_gcse_sm = (signed char ) bp_unpack_var_len_int (bp);
14369 : 23160 : ptr->x_flag_graphite = (signed char ) bp_unpack_var_len_int (bp);
14370 : 23160 : ptr->x_flag_graphite_identity = (signed char ) bp_unpack_var_len_int (bp);
14371 : 23160 : ptr->x_flag_guess_branch_prob = (signed char ) bp_unpack_var_len_int (bp);
14372 : 23160 : ptr->x_flag_harden_control_flow_redundancy_check_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14373 : 23160 : ptr->x_flag_harden_control_flow_redundancy_check_noreturn = (enum hardcfr_noret ) bp_unpack_var_len_int (bp);
14374 : 23160 : ptr->x_flag_harden_control_flow_redundancy_check_returning_calls = (signed char ) bp_unpack_var_len_int (bp);
14375 : 23160 : ptr->x_flag_harden_control_flow_redundancy_skip_leaf = (signed char ) bp_unpack_var_len_int (bp);
14376 : 23160 : ptr->x_flag_harden_compares = (signed char ) bp_unpack_var_len_int (bp);
14377 : 23160 : ptr->x_flag_harden_conditional_branches = (signed char ) bp_unpack_var_len_int (bp);
14378 : 23160 : ptr->x_flag_harden_control_flow_redundancy = (signed char ) bp_unpack_var_len_int (bp);
14379 : 23160 : ptr->x_flag_hoist_adjacent_loads = (signed char ) bp_unpack_var_len_int (bp);
14380 : 23160 : ptr->x_flag_if_conversion = (signed char ) bp_unpack_var_len_int (bp);
14381 : 23160 : ptr->x_flag_if_conversion2 = (signed char ) bp_unpack_var_len_int (bp);
14382 : 23160 : ptr->x_flag_indirect_inlining = (signed char ) bp_unpack_var_len_int (bp);
14383 : 23160 : ptr->x_flag_no_inline = (signed char ) bp_unpack_var_len_int (bp);
14384 : 23160 : ptr->x_flag_inline_atomics = (signed char ) bp_unpack_var_len_int (bp);
14385 : 23160 : ptr->x_flag_inline_functions = (signed char ) bp_unpack_var_len_int (bp);
14386 : 23160 : ptr->x_flag_inline_functions_called_once = (signed char ) bp_unpack_var_len_int (bp);
14387 : 23160 : ptr->x_flag_inline_small_functions = (signed char ) bp_unpack_var_len_int (bp);
14388 : 23160 : ptr->x_flag_inline_stringops = (enum ilsop_fn ) bp_unpack_var_len_int (bp);
14389 : 23160 : ptr->x_flag_ipa_bit_cp = (signed char ) bp_unpack_var_len_int (bp);
14390 : 23160 : ptr->x_flag_ipa_cp = (signed char ) bp_unpack_var_len_int (bp);
14391 : 23160 : ptr->x_flag_ipa_cp_clone = (signed char ) bp_unpack_var_len_int (bp);
14392 : 23160 : ptr->x_flag_ipa_icf = (signed char ) bp_unpack_var_len_int (bp);
14393 : 23160 : ptr->x_flag_ipa_icf_functions = (signed char ) bp_unpack_var_len_int (bp);
14394 : 23160 : ptr->x_flag_ipa_icf_variables = (signed char ) bp_unpack_var_len_int (bp);
14395 : 23160 : ptr->x_flag_ipa_modref = (signed char ) bp_unpack_var_len_int (bp);
14396 : 23160 : ptr->x_flag_ipa_profile = (signed char ) bp_unpack_var_len_int (bp);
14397 : 23160 : ptr->x_flag_ipa_pta = (signed char ) bp_unpack_var_len_int (bp);
14398 : 23160 : ptr->x_flag_ipa_pure_const = (signed char ) bp_unpack_var_len_int (bp);
14399 : 23160 : ptr->x_flag_ipa_ra = (signed char ) bp_unpack_var_len_int (bp);
14400 : 23160 : ptr->x_flag_ipa_reference = (signed char ) bp_unpack_var_len_int (bp);
14401 : 23160 : ptr->x_flag_ipa_reference_addressable = (signed char ) bp_unpack_var_len_int (bp);
14402 : 23160 : ptr->x_flag_ipa_reorder_for_locality = (signed char ) bp_unpack_var_len_int (bp);
14403 : 23160 : ptr->x_flag_ipa_sra = (signed char ) bp_unpack_var_len_int (bp);
14404 : 23160 : ptr->x_flag_ipa_stack_alignment = (signed char ) bp_unpack_var_len_int (bp);
14405 : 23160 : ptr->x_flag_ipa_strict_aliasing = (signed char ) bp_unpack_var_len_int (bp);
14406 : 23160 : ptr->x_flag_ipa_vrp = (signed char ) bp_unpack_var_len_int (bp);
14407 : 23160 : ptr->x_flag_ira_algorithm = (enum ira_algorithm ) bp_unpack_var_len_int (bp);
14408 : 23160 : ptr->x_flag_ira_hoist_pressure = (signed char ) bp_unpack_var_len_int (bp);
14409 : 23160 : ptr->x_flag_ira_loop_pressure = (signed char ) bp_unpack_var_len_int (bp);
14410 : 23160 : ptr->x_flag_ira_region = (enum ira_region ) bp_unpack_var_len_int (bp);
14411 : 23160 : ptr->x_flag_ira_share_save_slots = (signed char ) bp_unpack_var_len_int (bp);
14412 : 23160 : ptr->x_flag_ira_share_spill_slots = (signed char ) bp_unpack_var_len_int (bp);
14413 : 23160 : ptr->x_flag_isolate_erroneous_paths_attribute = (signed char ) bp_unpack_var_len_int (bp);
14414 : 23160 : ptr->x_flag_isolate_erroneous_paths_dereference = (signed char ) bp_unpack_var_len_int (bp);
14415 : 23160 : ptr->x_flag_ivopts = (signed char ) bp_unpack_var_len_int (bp);
14416 : 23160 : ptr->x_flag_jump_tables = (signed char ) bp_unpack_var_len_int (bp);
14417 : 23160 : ptr->x_flag_keep_gc_roots_live = (signed char ) bp_unpack_var_len_int (bp);
14418 : 23160 : ptr->x_flag_late_combine_instructions = (signed char ) bp_unpack_var_len_int (bp);
14419 : 23160 : ptr->x_flag_lifetime_dse = (signed char ) bp_unpack_var_len_int (bp);
14420 : 23160 : ptr->x_flag_limit_function_alignment = (signed char ) bp_unpack_var_len_int (bp);
14421 : 23160 : ptr->x_flag_live_patching = (enum live_patching_level ) bp_unpack_var_len_int (bp);
14422 : 23160 : ptr->x_flag_live_range_shrinkage = (signed char ) bp_unpack_var_len_int (bp);
14423 : 23160 : ptr->x_flag_loop_interchange = (signed char ) bp_unpack_var_len_int (bp);
14424 : 23160 : ptr->x_flag_loop_nest_optimize = (signed char ) bp_unpack_var_len_int (bp);
14425 : 23160 : ptr->x_flag_loop_parallelize_all = (signed char ) bp_unpack_var_len_int (bp);
14426 : 23160 : ptr->x_flag_unroll_jam = (signed char ) bp_unpack_var_len_int (bp);
14427 : 23160 : ptr->x_flag_lra_remat = (signed char ) bp_unpack_var_len_int (bp);
14428 : 23160 : ptr->x_flag_malloc_dce = (signed char ) bp_unpack_var_len_int (bp);
14429 : 23160 : ptr->x_flag_malloc_dse = (int ) bp_unpack_var_len_int (bp);
14430 : 23160 : ptr->x_flag_errno_math = (signed char ) bp_unpack_var_len_int (bp);
14431 : 23160 : ptr->x_flag_min_function_alignment = (int ) bp_unpack_var_len_int (bp);
14432 : 23160 : ptr->x_flag_modulo_sched = (signed char ) bp_unpack_var_len_int (bp);
14433 : 23160 : ptr->x_flag_modulo_sched_allow_regmoves = (signed char ) bp_unpack_var_len_int (bp);
14434 : 23160 : ptr->x_flag_move_loop_invariants = (signed char ) bp_unpack_var_len_int (bp);
14435 : 23160 : ptr->x_flag_move_loop_stores = (signed char ) bp_unpack_var_len_int (bp);
14436 : 23160 : ptr->x_flag_non_call_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14437 : 23160 : ptr->x_flag_nothrow_opt = (signed char ) bp_unpack_var_len_int (bp);
14438 : 23160 : ptr->x_flag_omit_frame_pointer = (signed char ) bp_unpack_var_len_int (bp);
14439 : 23160 : ptr->x_flag_openmp_target_simd_clone = (int ) bp_unpack_var_len_int (bp);
14440 : 23160 : ptr->x_flag_opt_info = (signed char ) bp_unpack_var_len_int (bp);
14441 : 23160 : ptr->x_flag_optimize_crc = (signed char ) bp_unpack_var_len_int (bp);
14442 : 23160 : ptr->x_flag_optimize_sibling_calls = (signed char ) bp_unpack_var_len_int (bp);
14443 : 23160 : ptr->x_flag_optimize_strlen = (signed char ) bp_unpack_var_len_int (bp);
14444 : 23160 : ptr->x_flag_pack_struct = (signed char ) bp_unpack_var_len_int (bp);
14445 : 23160 : ptr->x_flag_partial_inlining = (signed char ) bp_unpack_var_len_int (bp);
14446 : 23160 : ptr->x_flag_patchable_function_entry = bp_unpack_string (data_in, bp);
14447 : 23160 : if (ptr->x_flag_patchable_function_entry)
14448 : 0 : ptr->x_flag_patchable_function_entry = xstrdup (ptr->x_flag_patchable_function_entry);
14449 : 23160 : ptr->x_flag_pcc_struct_return = (signed char ) bp_unpack_var_len_int (bp);
14450 : 23160 : ptr->x_flag_peel_loops = (signed char ) bp_unpack_var_len_int (bp);
14451 : 23160 : ptr->x_flag_no_peephole = (signed char ) bp_unpack_var_len_int (bp);
14452 : 23160 : ptr->x_flag_peephole2 = (signed char ) bp_unpack_var_len_int (bp);
14453 : 23160 : ptr->x_flag_plt = (signed char ) bp_unpack_var_len_int (bp);
14454 : 23160 : ptr->x_flag_predictive_commoning = (signed char ) bp_unpack_var_len_int (bp);
14455 : 23160 : ptr->x_flag_prefetch_loop_arrays = (signed char ) bp_unpack_var_len_int (bp);
14456 : 23160 : ptr->x_flag_printf_return_value = (signed char ) bp_unpack_var_len_int (bp);
14457 : 23160 : ptr->x_flag_profile_partial_training = (signed char ) bp_unpack_var_len_int (bp);
14458 : 23160 : ptr->x_flag_profile_reorder_functions = (signed char ) bp_unpack_var_len_int (bp);
14459 : 23160 : ptr->x_flag_reciprocal_math = (signed char ) bp_unpack_var_len_int (bp);
14460 : 23160 : ptr->x_flag_ree = (signed char ) bp_unpack_var_len_int (bp);
14461 : 23160 : ptr->x_flag_rename_registers = (signed char ) bp_unpack_var_len_int (bp);
14462 : 23160 : ptr->x_flag_reorder_blocks = (signed char ) bp_unpack_var_len_int (bp);
14463 : 23160 : ptr->x_flag_reorder_blocks_algorithm = (enum reorder_blocks_algorithm ) bp_unpack_var_len_int (bp);
14464 : 23160 : ptr->x_flag_reorder_blocks_and_partition = (signed char ) bp_unpack_var_len_int (bp);
14465 : 23160 : ptr->x_flag_reorder_functions = (signed char ) bp_unpack_var_len_int (bp);
14466 : 23160 : ptr->x_flag_rerun_cse_after_loop = (signed char ) bp_unpack_var_len_int (bp);
14467 : 23160 : ptr->x_flag_resched_modulo_sched = (signed char ) bp_unpack_var_len_int (bp);
14468 : 23160 : ptr->x_flag_rounding_math = (signed char ) bp_unpack_var_len_int (bp);
14469 : 23160 : ptr->x_flag_rtti = (signed char ) bp_unpack_var_len_int (bp);
14470 : 23160 : ptr->x_flag_save_optimization_record = (signed char ) bp_unpack_var_len_int (bp);
14471 : 23160 : ptr->x_flag_sched_critical_path_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14472 : 23160 : ptr->x_flag_sched_dep_count_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14473 : 23160 : ptr->x_flag_sched_group_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14474 : 23160 : ptr->x_flag_schedule_interblock = (signed char ) bp_unpack_var_len_int (bp);
14475 : 23160 : ptr->x_flag_sched_last_insn_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14476 : 23160 : ptr->x_flag_sched_pressure = (signed char ) bp_unpack_var_len_int (bp);
14477 : 23160 : ptr->x_flag_sched_rank_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14478 : 23160 : ptr->x_flag_schedule_speculative = (signed char ) bp_unpack_var_len_int (bp);
14479 : 23160 : ptr->x_flag_sched_spec_insn_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14480 : 23160 : ptr->x_flag_schedule_speculative_load = (signed char ) bp_unpack_var_len_int (bp);
14481 : 23160 : ptr->x_flag_schedule_speculative_load_dangerous = (signed char ) bp_unpack_var_len_int (bp);
14482 : 23160 : ptr->x_flag_sched_stalled_insns = (int ) bp_unpack_var_len_int (bp);
14483 : 23160 : ptr->x_flag_sched_stalled_insns_dep = (int ) bp_unpack_var_len_int (bp);
14484 : 23160 : ptr->x_flag_sched2_use_superblocks = (signed char ) bp_unpack_var_len_int (bp);
14485 : 23160 : ptr->x_flag_schedule_fusion = (signed char ) bp_unpack_var_len_int (bp);
14486 : 23160 : ptr->x_flag_schedule_insns = (signed char ) bp_unpack_var_len_int (bp);
14487 : 23160 : ptr->x_flag_schedule_insns_after_reload = (signed char ) bp_unpack_var_len_int (bp);
14488 : 23160 : ptr->x_flag_section_anchors = (signed char ) bp_unpack_var_len_int (bp);
14489 : 23160 : ptr->x_flag_sel_sched_pipelining = (signed char ) bp_unpack_var_len_int (bp);
14490 : 23160 : ptr->x_flag_sel_sched_pipelining_outer_loops = (signed char ) bp_unpack_var_len_int (bp);
14491 : 23160 : ptr->x_flag_sel_sched_reschedule_pipelined = (signed char ) bp_unpack_var_len_int (bp);
14492 : 23160 : ptr->x_flag_selective_scheduling = (signed char ) bp_unpack_var_len_int (bp);
14493 : 23160 : ptr->x_flag_selective_scheduling2 = (signed char ) bp_unpack_var_len_int (bp);
14494 : 23160 : ptr->x_flag_semantic_interposition = (signed char ) bp_unpack_var_len_int (bp);
14495 : 23160 : ptr->x_flag_short_enums = (signed char ) bp_unpack_var_len_int (bp);
14496 : 23160 : ptr->x_flag_short_wchar = (signed char ) bp_unpack_var_len_int (bp);
14497 : 23160 : ptr->x_flag_shrink_wrap = (signed char ) bp_unpack_var_len_int (bp);
14498 : 23160 : ptr->x_flag_shrink_wrap_separate = (signed char ) bp_unpack_var_len_int (bp);
14499 : 23160 : ptr->x_flag_signaling_nans = (signed char ) bp_unpack_var_len_int (bp);
14500 : 23160 : ptr->x_flag_signed_zeros = (signed char ) bp_unpack_var_len_int (bp);
14501 : 23160 : ptr->x_flag_simd_cost_model = (enum vect_cost_model ) bp_unpack_var_len_int (bp);
14502 : 23160 : ptr->x_flag_single_precision_constant = (signed char ) bp_unpack_var_len_int (bp);
14503 : 23160 : ptr->x_flag_split_ivs_in_unroller = (signed char ) bp_unpack_var_len_int (bp);
14504 : 23160 : ptr->x_flag_split_loops = (signed char ) bp_unpack_var_len_int (bp);
14505 : 23160 : ptr->x_flag_split_paths = (signed char ) bp_unpack_var_len_int (bp);
14506 : 23160 : ptr->x_flag_split_wide_types = (signed char ) bp_unpack_var_len_int (bp);
14507 : 23160 : ptr->x_flag_split_wide_types_early = (signed char ) bp_unpack_var_len_int (bp);
14508 : 23160 : ptr->x_flag_ssa_backprop = (signed char ) bp_unpack_var_len_int (bp);
14509 : 23160 : ptr->x_flag_ssa_phiopt = (signed char ) bp_unpack_var_len_int (bp);
14510 : 23160 : ptr->x_flag_stack_clash_protection = (signed char ) bp_unpack_var_len_int (bp);
14511 : 23160 : ptr->x_flag_stack_protect = (signed char ) bp_unpack_var_len_int (bp);
14512 : 23160 : ptr->x_flag_stack_reuse = (enum stack_reuse_level ) bp_unpack_var_len_int (bp);
14513 : 23160 : ptr->x_flag_stdarg_opt = (signed char ) bp_unpack_var_len_int (bp);
14514 : 23160 : ptr->x_flag_store_merging = (signed char ) bp_unpack_var_len_int (bp);
14515 : 23160 : ptr->x_flag_strict_aliasing = (signed char ) bp_unpack_var_len_int (bp);
14516 : 23160 : ptr->x_flag_strict_enums = (signed char ) bp_unpack_var_len_int (bp);
14517 : 23160 : ptr->x_flag_strict_volatile_bitfields = (signed char ) bp_unpack_var_len_int (bp);
14518 : 23160 : ptr->x_flag_thread_jumps = (signed char ) bp_unpack_var_len_int (bp);
14519 : 23160 : ptr->x_flag_threadsafe_statics = (signed char ) bp_unpack_var_len_int (bp);
14520 : 23160 : ptr->x_flag_toplevel_reorder = (signed char ) bp_unpack_var_len_int (bp);
14521 : 23160 : ptr->x_flag_tracer = (signed char ) bp_unpack_var_len_int (bp);
14522 : 23160 : ptr->x_flag_trapping_math = (signed char ) bp_unpack_var_len_int (bp);
14523 : 23160 : ptr->x_flag_trapv = (signed char ) bp_unpack_var_len_int (bp);
14524 : 23160 : ptr->x_flag_tree_bit_ccp = (signed char ) bp_unpack_var_len_int (bp);
14525 : 23160 : ptr->x_flag_tree_builtin_call_dce = (signed char ) bp_unpack_var_len_int (bp);
14526 : 23160 : ptr->x_flag_tree_ccp = (signed char ) bp_unpack_var_len_int (bp);
14527 : 23160 : ptr->x_flag_tree_ch = (signed char ) bp_unpack_var_len_int (bp);
14528 : 23160 : ptr->x_flag_tree_coalesce_vars = (signed char ) bp_unpack_var_len_int (bp);
14529 : 23160 : ptr->x_flag_tree_copy_prop = (signed char ) bp_unpack_var_len_int (bp);
14530 : 23160 : ptr->x_flag_tree_cselim = (signed char ) bp_unpack_var_len_int (bp);
14531 : 23160 : ptr->x_flag_tree_dce = (signed char ) bp_unpack_var_len_int (bp);
14532 : 23160 : ptr->x_flag_tree_dom = (signed char ) bp_unpack_var_len_int (bp);
14533 : 23160 : ptr->x_flag_tree_dse = (signed char ) bp_unpack_var_len_int (bp);
14534 : 23160 : ptr->x_flag_tree_forwprop = (signed char ) bp_unpack_var_len_int (bp);
14535 : 23160 : ptr->x_flag_tree_fre = (signed char ) bp_unpack_var_len_int (bp);
14536 : 23160 : ptr->x_flag_tree_loop_distribute_patterns = (signed char ) bp_unpack_var_len_int (bp);
14537 : 23160 : ptr->x_flag_tree_loop_distribution = (signed char ) bp_unpack_var_len_int (bp);
14538 : 23160 : ptr->x_flag_tree_loop_if_convert = (signed char ) bp_unpack_var_len_int (bp);
14539 : 23160 : ptr->x_flag_tree_loop_im = (signed char ) bp_unpack_var_len_int (bp);
14540 : 23160 : ptr->x_flag_tree_loop_ivcanon = (signed char ) bp_unpack_var_len_int (bp);
14541 : 23160 : ptr->x_flag_tree_loop_optimize = (signed char ) bp_unpack_var_len_int (bp);
14542 : 23160 : ptr->x_flag_tree_loop_vectorize = (signed char ) bp_unpack_var_len_int (bp);
14543 : 23160 : ptr->x_flag_tree_live_range_split = (signed char ) bp_unpack_var_len_int (bp);
14544 : 23160 : ptr->x_flag_tree_parallelize_loops = (int ) bp_unpack_var_len_int (bp);
14545 : 23160 : ptr->x_flag_tree_partial_pre = (signed char ) bp_unpack_var_len_int (bp);
14546 : 23160 : ptr->x_flag_tree_phiprop = (signed char ) bp_unpack_var_len_int (bp);
14547 : 23160 : ptr->x_flag_tree_pre = (signed char ) bp_unpack_var_len_int (bp);
14548 : 23160 : ptr->x_flag_tree_pta = (signed char ) bp_unpack_var_len_int (bp);
14549 : 23160 : ptr->x_flag_tree_reassoc = (signed char ) bp_unpack_var_len_int (bp);
14550 : 23160 : ptr->x_flag_tree_scev_cprop = (signed char ) bp_unpack_var_len_int (bp);
14551 : 23160 : ptr->x_flag_tree_sink = (signed char ) bp_unpack_var_len_int (bp);
14552 : 23160 : ptr->x_flag_tree_slp_vectorize = (signed char ) bp_unpack_var_len_int (bp);
14553 : 23160 : ptr->x_flag_tree_slsr = (signed char ) bp_unpack_var_len_int (bp);
14554 : 23160 : ptr->x_flag_tree_sra = (signed char ) bp_unpack_var_len_int (bp);
14555 : 23160 : ptr->x_flag_tree_switch_conversion = (signed char ) bp_unpack_var_len_int (bp);
14556 : 23160 : ptr->x_flag_tree_tail_merge = (signed char ) bp_unpack_var_len_int (bp);
14557 : 23160 : ptr->x_flag_tree_ter = (signed char ) bp_unpack_var_len_int (bp);
14558 : 23160 : ptr->x_flag_tree_vectorize = (signed char ) bp_unpack_var_len_int (bp);
14559 : 23160 : ptr->x_flag_tree_vrp = (signed char ) bp_unpack_var_len_int (bp);
14560 : 23160 : ptr->x_flag_auto_var_init = (enum auto_init_type ) bp_unpack_var_len_int (bp);
14561 : 23160 : ptr->x_flag_unconstrained_commons = (signed char ) bp_unpack_var_len_int (bp);
14562 : 23160 : ptr->x_flag_unreachable_traps = (signed char ) bp_unpack_var_len_int (bp);
14563 : 23160 : ptr->x_flag_unroll_all_loops = (signed char ) bp_unpack_var_len_int (bp);
14564 : 23160 : ptr->x_flag_cunroll_grow_size = (signed char ) bp_unpack_var_len_int (bp);
14565 : 23160 : ptr->x_flag_unroll_loops = (signed char ) bp_unpack_var_len_int (bp);
14566 : 23160 : ptr->x_flag_unsafe_math_optimizations = (signed char ) bp_unpack_var_len_int (bp);
14567 : 23160 : ptr->x_flag_unswitch_loops = (signed char ) bp_unpack_var_len_int (bp);
14568 : 23160 : ptr->x_flag_unwind_tables = (signed char ) bp_unpack_var_len_int (bp);
14569 : 23160 : ptr->x_flag_var_tracking = (signed char ) bp_unpack_var_len_int (bp);
14570 : 23160 : ptr->x_flag_var_tracking_assignments = (signed char ) bp_unpack_var_len_int (bp);
14571 : 23160 : ptr->x_flag_var_tracking_assignments_toggle = (signed char ) bp_unpack_var_len_int (bp);
14572 : 23160 : ptr->x_flag_var_tracking_uninit = (signed char ) bp_unpack_var_len_int (bp);
14573 : 23160 : ptr->x_flag_variable_expansion_in_unroller = (signed char ) bp_unpack_var_len_int (bp);
14574 : 23160 : ptr->x_flag_vect_cost_model = (enum vect_cost_model ) bp_unpack_var_len_int (bp);
14575 : 23160 : ptr->x_flag_version_loops_for_strides = (signed char ) bp_unpack_var_len_int (bp);
14576 : 23160 : ptr->x_flag_value_profile_transformations = (signed char ) bp_unpack_var_len_int (bp);
14577 : 23160 : ptr->x_flag_web = (signed char ) bp_unpack_var_len_int (bp);
14578 : 23160 : ptr->x_flag_wrapv = (signed char ) bp_unpack_var_len_int (bp);
14579 : 23160 : ptr->x_flag_wrapv_pointer = (signed char ) bp_unpack_var_len_int (bp);
14580 : 23160 : ptr->x_debug_nonbind_markers_p = (signed char ) bp_unpack_var_len_int (bp);
14581 : : #ifdef ACCEL_COMPILER
14582 : : #error accel compiler cannot define Optimization attribute for target-specific option x_ix86_unroll_only_small_loops
14583 : : #else
14584 : 23160 : ptr->x_ix86_unroll_only_small_loops = (signed char ) bp_unpack_var_len_int (bp);
14585 : : #endif
14586 : 231600 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
14587 : 208440 : ptr->explicit_mask[i] = bp_unpack_value (bp, 64);
14588 : 23160 : }
14589 : : /* Free heap memory used by optimization options */
14590 : : void
14591 : 808 : cl_optimization_option_free (struct cl_optimization *ptr ATTRIBUTE_UNUSED)
14592 : : {
14593 : 808 : if (ptr->x_str_align_functions)
14594 : 550 : free (const_cast <char *>(ptr->x_str_align_functions));
14595 : 808 : if (ptr->x_str_align_jumps)
14596 : 550 : free (const_cast <char *>(ptr->x_str_align_jumps));
14597 : 808 : if (ptr->x_str_align_labels)
14598 : 550 : free (const_cast <char *>(ptr->x_str_align_labels));
14599 : 808 : if (ptr->x_str_align_loops)
14600 : 550 : free (const_cast <char *>(ptr->x_str_align_loops));
14601 : 808 : if (ptr->x_flag_patchable_function_entry)
14602 : 0 : free (const_cast <char *>(ptr->x_flag_patchable_function_entry));
14603 : 808 : }
14604 : : void
14605 : 832653 : cl_optimization_compare (gcc_options *ptr1, gcc_options *ptr2)
14606 : : {
14607 : 832653 : if (ptr1->x_help_flag != ptr2->x_help_flag)
14608 : 0 : internal_error ("%<global_options%> are modified in local context");
14609 : 832653 : if (ptr1->x_no_sysroot_suffix != ptr2->x_no_sysroot_suffix)
14610 : 0 : internal_error ("%<global_options%> are modified in local context");
14611 : 832653 : if (ptr1->x_param_align_loop_iterations != ptr2->x_param_align_loop_iterations)
14612 : 0 : internal_error ("%<global_options%> are modified in local context");
14613 : 832653 : if (ptr1->x_param_align_threshold != ptr2->x_param_align_threshold)
14614 : 0 : internal_error ("%<global_options%> are modified in local context");
14615 : 832653 : if (ptr1->x_param_analyzer_bb_explosion_factor != ptr2->x_param_analyzer_bb_explosion_factor)
14616 : 0 : internal_error ("%<global_options%> are modified in local context");
14617 : 832653 : if (ptr1->x_param_analyzer_max_constraints != ptr2->x_param_analyzer_max_constraints)
14618 : 0 : internal_error ("%<global_options%> are modified in local context");
14619 : 832653 : if (ptr1->x_param_analyzer_max_enodes_for_full_dump != ptr2->x_param_analyzer_max_enodes_for_full_dump)
14620 : 0 : internal_error ("%<global_options%> are modified in local context");
14621 : 832653 : if (ptr1->x_param_analyzer_max_enodes_per_program_point != ptr2->x_param_analyzer_max_enodes_per_program_point)
14622 : 0 : internal_error ("%<global_options%> are modified in local context");
14623 : 832653 : if (ptr1->x_param_analyzer_max_infeasible_edges != ptr2->x_param_analyzer_max_infeasible_edges)
14624 : 0 : internal_error ("%<global_options%> are modified in local context");
14625 : 832653 : if (ptr1->x_param_analyzer_max_recursion_depth != ptr2->x_param_analyzer_max_recursion_depth)
14626 : 0 : internal_error ("%<global_options%> are modified in local context");
14627 : 832653 : if (ptr1->x_param_analyzer_max_svalue_depth != ptr2->x_param_analyzer_max_svalue_depth)
14628 : 0 : internal_error ("%<global_options%> are modified in local context");
14629 : 832653 : if (ptr1->x_param_analyzer_min_snodes_for_call_summary != ptr2->x_param_analyzer_min_snodes_for_call_summary)
14630 : 0 : internal_error ("%<global_options%> are modified in local context");
14631 : 832653 : if (ptr1->x_param_analyzer_text_art_ideal_canvas_width != ptr2->x_param_analyzer_text_art_ideal_canvas_width)
14632 : 0 : internal_error ("%<global_options%> are modified in local context");
14633 : 832653 : if (ptr1->x_param_analyzer_text_art_string_ellipsis_head_len != ptr2->x_param_analyzer_text_art_string_ellipsis_head_len)
14634 : 0 : internal_error ("%<global_options%> are modified in local context");
14635 : 832653 : if (ptr1->x_param_analyzer_text_art_string_ellipsis_tail_len != ptr2->x_param_analyzer_text_art_string_ellipsis_tail_len)
14636 : 0 : internal_error ("%<global_options%> are modified in local context");
14637 : 832653 : if (ptr1->x_param_analyzer_text_art_string_ellipsis_threshold != ptr2->x_param_analyzer_text_art_string_ellipsis_threshold)
14638 : 0 : internal_error ("%<global_options%> are modified in local context");
14639 : 832653 : if (ptr1->x_param_asan_globals != ptr2->x_param_asan_globals)
14640 : 0 : internal_error ("%<global_options%> are modified in local context");
14641 : 832653 : if (ptr1->x_param_asan_protect_allocas != ptr2->x_param_asan_protect_allocas)
14642 : 0 : internal_error ("%<global_options%> are modified in local context");
14643 : 832653 : if (ptr1->x_param_asan_instrument_reads != ptr2->x_param_asan_instrument_reads)
14644 : 0 : internal_error ("%<global_options%> are modified in local context");
14645 : 832653 : if (ptr1->x_param_asan_instrument_writes != ptr2->x_param_asan_instrument_writes)
14646 : 0 : internal_error ("%<global_options%> are modified in local context");
14647 : 832653 : if (ptr1->x_param_asan_instrumentation_with_call_threshold != ptr2->x_param_asan_instrumentation_with_call_threshold)
14648 : 0 : internal_error ("%<global_options%> are modified in local context");
14649 : 832653 : if (ptr1->x_param_asan_kernel_mem_intrinsic_prefix != ptr2->x_param_asan_kernel_mem_intrinsic_prefix)
14650 : 0 : internal_error ("%<global_options%> are modified in local context");
14651 : 832653 : if (ptr1->x_param_asan_memintrin != ptr2->x_param_asan_memintrin)
14652 : 0 : internal_error ("%<global_options%> are modified in local context");
14653 : 832653 : if (ptr1->x_param_asan_stack != ptr2->x_param_asan_stack)
14654 : 0 : internal_error ("%<global_options%> are modified in local context");
14655 : 832653 : if (ptr1->x_param_asan_use_after_return != ptr2->x_param_asan_use_after_return)
14656 : 0 : internal_error ("%<global_options%> are modified in local context");
14657 : 832653 : if (ptr1->x_param_avg_loop_niter != ptr2->x_param_avg_loop_niter)
14658 : 0 : internal_error ("%<global_options%> are modified in local context");
14659 : 832653 : if (ptr1->x_param_avoid_fma_max_bits != ptr2->x_param_avoid_fma_max_bits)
14660 : 0 : internal_error ("%<global_options%> are modified in local context");
14661 : 832653 : if (ptr1->x_param_builtin_expect_probability != ptr2->x_param_builtin_expect_probability)
14662 : 0 : internal_error ("%<global_options%> are modified in local context");
14663 : 832653 : if (ptr1->x_param_builtin_string_cmp_inline_length != ptr2->x_param_builtin_string_cmp_inline_length)
14664 : 0 : internal_error ("%<global_options%> are modified in local context");
14665 : 832653 : if (ptr1->x_param_case_values_threshold != ptr2->x_param_case_values_threshold)
14666 : 0 : internal_error ("%<global_options%> are modified in local context");
14667 : 832653 : if (ptr1->x_param_comdat_sharing_probability != ptr2->x_param_comdat_sharing_probability)
14668 : 0 : internal_error ("%<global_options%> are modified in local context");
14669 : 832653 : if (ptr1->x_param_construct_interfere_size != ptr2->x_param_construct_interfere_size)
14670 : 0 : internal_error ("%<global_options%> are modified in local context");
14671 : 832653 : if (ptr1->x_param_cxx_max_namespaces_for_diagnostic_help != ptr2->x_param_cxx_max_namespaces_for_diagnostic_help)
14672 : 0 : internal_error ("%<global_options%> are modified in local context");
14673 : 832653 : if (ptr1->x_param_cycle_accurate_model != ptr2->x_param_cycle_accurate_model)
14674 : 0 : internal_error ("%<global_options%> are modified in local context");
14675 : 832653 : if (ptr1->x_param_destruct_interfere_size != ptr2->x_param_destruct_interfere_size)
14676 : 0 : internal_error ("%<global_options%> are modified in local context");
14677 : 832653 : if (ptr1->x_param_dse_max_alias_queries_per_store != ptr2->x_param_dse_max_alias_queries_per_store)
14678 : 0 : internal_error ("%<global_options%> are modified in local context");
14679 : 832653 : if (ptr1->x_param_dse_max_object_size != ptr2->x_param_dse_max_object_size)
14680 : 0 : internal_error ("%<global_options%> are modified in local context");
14681 : 832653 : if (ptr1->x_param_early_inlining_insns != ptr2->x_param_early_inlining_insns)
14682 : 0 : internal_error ("%<global_options%> are modified in local context");
14683 : 832653 : if (ptr1->x_param_file_cache_files != ptr2->x_param_file_cache_files)
14684 : 0 : internal_error ("%<global_options%> are modified in local context");
14685 : 832653 : if (ptr1->x_param_file_cache_lines != ptr2->x_param_file_cache_lines)
14686 : 0 : internal_error ("%<global_options%> are modified in local context");
14687 : 832653 : if (ptr1->x_param_fsm_scale_path_stmts != ptr2->x_param_fsm_scale_path_stmts)
14688 : 0 : internal_error ("%<global_options%> are modified in local context");
14689 : 832653 : if (ptr1->x_param_fully_pipelined_fma != ptr2->x_param_fully_pipelined_fma)
14690 : 0 : internal_error ("%<global_options%> are modified in local context");
14691 : 832653 : if (ptr1->x_param_gcse_after_reload_critical_fraction != ptr2->x_param_gcse_after_reload_critical_fraction)
14692 : 0 : internal_error ("%<global_options%> are modified in local context");
14693 : 832653 : if (ptr1->x_param_gcse_after_reload_partial_fraction != ptr2->x_param_gcse_after_reload_partial_fraction)
14694 : 0 : internal_error ("%<global_options%> are modified in local context");
14695 : 832653 : if (ptr1->x_param_gcse_cost_distance_ratio != ptr2->x_param_gcse_cost_distance_ratio)
14696 : 0 : internal_error ("%<global_options%> are modified in local context");
14697 : 832653 : if (ptr1->x_param_gcse_unrestricted_cost != ptr2->x_param_gcse_unrestricted_cost)
14698 : 0 : internal_error ("%<global_options%> are modified in local context");
14699 : 832653 : if (ptr1->x_param_ggc_min_expand != ptr2->x_param_ggc_min_expand)
14700 : 0 : internal_error ("%<global_options%> are modified in local context");
14701 : 832653 : if (ptr1->x_param_ggc_min_heapsize != ptr2->x_param_ggc_min_heapsize)
14702 : 0 : internal_error ("%<global_options%> are modified in local context");
14703 : 832653 : if (ptr1->x_param_gimple_fe_computed_hot_bb_threshold != ptr2->x_param_gimple_fe_computed_hot_bb_threshold)
14704 : 0 : internal_error ("%<global_options%> are modified in local context");
14705 : 832653 : if (ptr1->x_param_graphite_allow_codegen_errors != ptr2->x_param_graphite_allow_codegen_errors)
14706 : 0 : internal_error ("%<global_options%> are modified in local context");
14707 : 832653 : if (ptr1->x_param_graphite_max_arrays_per_scop != ptr2->x_param_graphite_max_arrays_per_scop)
14708 : 0 : internal_error ("%<global_options%> are modified in local context");
14709 : 832653 : if (ptr1->x_param_graphite_max_nb_scop_params != ptr2->x_param_graphite_max_nb_scop_params)
14710 : 0 : internal_error ("%<global_options%> are modified in local context");
14711 : 832653 : if (ptr1->x_param_hardcfr_max_blocks != ptr2->x_param_hardcfr_max_blocks)
14712 : 0 : internal_error ("%<global_options%> are modified in local context");
14713 : 832653 : if (ptr1->x_param_hardcfr_max_inline_blocks != ptr2->x_param_hardcfr_max_inline_blocks)
14714 : 0 : internal_error ("%<global_options%> are modified in local context");
14715 : 832653 : if (ptr1->x_param_hash_table_verification_limit != ptr2->x_param_hash_table_verification_limit)
14716 : 0 : internal_error ("%<global_options%> are modified in local context");
14717 : 832653 : if (ptr1->x_param_hot_bb_count_fraction != ptr2->x_param_hot_bb_count_fraction)
14718 : 0 : internal_error ("%<global_options%> are modified in local context");
14719 : 832653 : if (ptr1->x_param_hot_bb_count_ws_permille != ptr2->x_param_hot_bb_count_ws_permille)
14720 : 0 : internal_error ("%<global_options%> are modified in local context");
14721 : 832653 : if (ptr1->x_param_hot_bb_frequency_fraction != ptr2->x_param_hot_bb_frequency_fraction)
14722 : 0 : internal_error ("%<global_options%> are modified in local context");
14723 : 832653 : if (ptr1->x_param_hwasan_instrument_allocas != ptr2->x_param_hwasan_instrument_allocas)
14724 : 0 : internal_error ("%<global_options%> are modified in local context");
14725 : 832653 : if (ptr1->x_param_hwasan_instrument_mem_intrinsics != ptr2->x_param_hwasan_instrument_mem_intrinsics)
14726 : 0 : internal_error ("%<global_options%> are modified in local context");
14727 : 832653 : if (ptr1->x_param_hwasan_instrument_reads != ptr2->x_param_hwasan_instrument_reads)
14728 : 0 : internal_error ("%<global_options%> are modified in local context");
14729 : 832653 : if (ptr1->x_param_hwasan_instrument_stack != ptr2->x_param_hwasan_instrument_stack)
14730 : 0 : internal_error ("%<global_options%> are modified in local context");
14731 : 832653 : if (ptr1->x_param_hwasan_instrument_writes != ptr2->x_param_hwasan_instrument_writes)
14732 : 0 : internal_error ("%<global_options%> are modified in local context");
14733 : 832653 : if (ptr1->x_param_hwasan_random_frame_tag != ptr2->x_param_hwasan_random_frame_tag)
14734 : 0 : internal_error ("%<global_options%> are modified in local context");
14735 : 832653 : if (ptr1->x_param_inline_heuristics_hint_percent != ptr2->x_param_inline_heuristics_hint_percent)
14736 : 0 : internal_error ("%<global_options%> are modified in local context");
14737 : 832653 : if (ptr1->x_param_inline_min_speedup != ptr2->x_param_inline_min_speedup)
14738 : 0 : internal_error ("%<global_options%> are modified in local context");
14739 : 832653 : if (ptr1->x_param_inline_unit_growth != ptr2->x_param_inline_unit_growth)
14740 : 0 : internal_error ("%<global_options%> are modified in local context");
14741 : 832653 : if (ptr1->x_param_integer_share_limit != ptr2->x_param_integer_share_limit)
14742 : 0 : internal_error ("%<global_options%> are modified in local context");
14743 : 832653 : if (ptr1->x_param_ipa_cp_eval_threshold != ptr2->x_param_ipa_cp_eval_threshold)
14744 : 0 : internal_error ("%<global_options%> are modified in local context");
14745 : 832653 : if (ptr1->x_param_ipa_cp_large_unit_insns != ptr2->x_param_ipa_cp_large_unit_insns)
14746 : 0 : internal_error ("%<global_options%> are modified in local context");
14747 : 832653 : if (ptr1->x_param_ipa_cp_loop_hint_bonus != ptr2->x_param_ipa_cp_loop_hint_bonus)
14748 : 0 : internal_error ("%<global_options%> are modified in local context");
14749 : 832653 : if (ptr1->x_param_ipa_cp_max_recursive_depth != ptr2->x_param_ipa_cp_max_recursive_depth)
14750 : 0 : internal_error ("%<global_options%> are modified in local context");
14751 : 832653 : if (ptr1->x_param_ipa_cp_min_recursive_probability != ptr2->x_param_ipa_cp_min_recursive_probability)
14752 : 0 : internal_error ("%<global_options%> are modified in local context");
14753 : 832653 : if (ptr1->x_param_ipa_cp_recursion_penalty != ptr2->x_param_ipa_cp_recursion_penalty)
14754 : 0 : internal_error ("%<global_options%> are modified in local context");
14755 : 832653 : if (ptr1->x_param_ipa_cp_recursive_freq_factor != ptr2->x_param_ipa_cp_recursive_freq_factor)
14756 : 0 : internal_error ("%<global_options%> are modified in local context");
14757 : 832653 : if (ptr1->x_param_ipa_cp_single_call_penalty != ptr2->x_param_ipa_cp_single_call_penalty)
14758 : 0 : internal_error ("%<global_options%> are modified in local context");
14759 : 832653 : if (ptr1->x_param_ipa_cp_unit_growth != ptr2->x_param_ipa_cp_unit_growth)
14760 : 0 : internal_error ("%<global_options%> are modified in local context");
14761 : 832653 : if (ptr1->x_param_ipa_cp_value_list_size != ptr2->x_param_ipa_cp_value_list_size)
14762 : 0 : internal_error ("%<global_options%> are modified in local context");
14763 : 832653 : if (ptr1->x_param_ipa_jump_function_lookups != ptr2->x_param_ipa_jump_function_lookups)
14764 : 0 : internal_error ("%<global_options%> are modified in local context");
14765 : 832653 : if (ptr1->x_param_ipa_max_aa_steps != ptr2->x_param_ipa_max_aa_steps)
14766 : 0 : internal_error ("%<global_options%> are modified in local context");
14767 : 832653 : if (ptr1->x_param_ipa_max_agg_items != ptr2->x_param_ipa_max_agg_items)
14768 : 0 : internal_error ("%<global_options%> are modified in local context");
14769 : 832653 : if (ptr1->x_param_ipa_max_loop_predicates != ptr2->x_param_ipa_max_loop_predicates)
14770 : 0 : internal_error ("%<global_options%> are modified in local context");
14771 : 832653 : if (ptr1->x_param_ipa_max_param_expr_ops != ptr2->x_param_ipa_max_param_expr_ops)
14772 : 0 : internal_error ("%<global_options%> are modified in local context");
14773 : 832653 : if (ptr1->x_param_ipa_max_switch_predicate_bounds != ptr2->x_param_ipa_max_switch_predicate_bounds)
14774 : 0 : internal_error ("%<global_options%> are modified in local context");
14775 : 832653 : if (ptr1->x_param_ipa_sra_deref_prob_threshold != ptr2->x_param_ipa_sra_deref_prob_threshold)
14776 : 0 : internal_error ("%<global_options%> are modified in local context");
14777 : 832653 : if (ptr1->x_param_ipa_sra_max_replacements != ptr2->x_param_ipa_sra_max_replacements)
14778 : 0 : internal_error ("%<global_options%> are modified in local context");
14779 : 832653 : if (ptr1->x_param_ipa_sra_ptr_growth_factor != ptr2->x_param_ipa_sra_ptr_growth_factor)
14780 : 0 : internal_error ("%<global_options%> are modified in local context");
14781 : 832653 : if (ptr1->x_param_ipa_sra_ptrwrap_growth_factor != ptr2->x_param_ipa_sra_ptrwrap_growth_factor)
14782 : 0 : internal_error ("%<global_options%> are modified in local context");
14783 : 832653 : if (ptr1->x_param_ira_consider_dup_in_all_alts != ptr2->x_param_ira_consider_dup_in_all_alts)
14784 : 0 : internal_error ("%<global_options%> are modified in local context");
14785 : 832653 : if (ptr1->x_param_ira_loop_reserved_regs != ptr2->x_param_ira_loop_reserved_regs)
14786 : 0 : internal_error ("%<global_options%> are modified in local context");
14787 : 832653 : if (ptr1->x_param_ira_max_conflict_table_size != ptr2->x_param_ira_max_conflict_table_size)
14788 : 0 : internal_error ("%<global_options%> are modified in local context");
14789 : 832653 : if (ptr1->x_param_ira_max_loops_num != ptr2->x_param_ira_max_loops_num)
14790 : 0 : internal_error ("%<global_options%> are modified in local context");
14791 : 832653 : if (ptr1->x_param_ira_simple_lra_insn_threshold != ptr2->x_param_ira_simple_lra_insn_threshold)
14792 : 0 : internal_error ("%<global_options%> are modified in local context");
14793 : 832653 : if (ptr1->x_param_iv_always_prune_cand_set_bound != ptr2->x_param_iv_always_prune_cand_set_bound)
14794 : 0 : internal_error ("%<global_options%> are modified in local context");
14795 : 832653 : if (ptr1->x_param_iv_consider_all_candidates_bound != ptr2->x_param_iv_consider_all_candidates_bound)
14796 : 0 : internal_error ("%<global_options%> are modified in local context");
14797 : 832653 : if (ptr1->x_param_iv_max_considered_uses != ptr2->x_param_iv_max_considered_uses)
14798 : 0 : internal_error ("%<global_options%> are modified in local context");
14799 : 832653 : if (ptr1->x_param_jump_table_max_growth_ratio_for_size != ptr2->x_param_jump_table_max_growth_ratio_for_size)
14800 : 0 : internal_error ("%<global_options%> are modified in local context");
14801 : 832653 : if (ptr1->x_param_jump_table_max_growth_ratio_for_speed != ptr2->x_param_jump_table_max_growth_ratio_for_speed)
14802 : 0 : internal_error ("%<global_options%> are modified in local context");
14803 : 832653 : if (ptr1->x_param_l1_cache_line_size != ptr2->x_param_l1_cache_line_size)
14804 : 0 : internal_error ("%<global_options%> are modified in local context");
14805 : 832653 : if (ptr1->x_param_l1_cache_size != ptr2->x_param_l1_cache_size)
14806 : 0 : internal_error ("%<global_options%> are modified in local context");
14807 : 832653 : if (ptr1->x_param_l2_cache_size != ptr2->x_param_l2_cache_size)
14808 : 0 : internal_error ("%<global_options%> are modified in local context");
14809 : 832653 : if (ptr1->x_param_large_function_growth != ptr2->x_param_large_function_growth)
14810 : 0 : internal_error ("%<global_options%> are modified in local context");
14811 : 832653 : if (ptr1->x_param_large_function_insns != ptr2->x_param_large_function_insns)
14812 : 0 : internal_error ("%<global_options%> are modified in local context");
14813 : 832653 : if (ptr1->x_param_stack_frame_growth != ptr2->x_param_stack_frame_growth)
14814 : 0 : internal_error ("%<global_options%> are modified in local context");
14815 : 832653 : if (ptr1->x_param_large_stack_frame != ptr2->x_param_large_stack_frame)
14816 : 0 : internal_error ("%<global_options%> are modified in local context");
14817 : 832653 : if (ptr1->x_param_large_unit_insns != ptr2->x_param_large_unit_insns)
14818 : 0 : internal_error ("%<global_options%> are modified in local context");
14819 : 832653 : if (ptr1->x_param_lazy_modules != ptr2->x_param_lazy_modules)
14820 : 0 : internal_error ("%<global_options%> are modified in local context");
14821 : 832653 : if (ptr1->x_param_lim_expensive != ptr2->x_param_lim_expensive)
14822 : 0 : internal_error ("%<global_options%> are modified in local context");
14823 : 832653 : if (ptr1->x_param_logical_op_non_short_circuit != ptr2->x_param_logical_op_non_short_circuit)
14824 : 0 : internal_error ("%<global_options%> are modified in local context");
14825 : 832653 : if (ptr1->x_param_loop_block_tile_size != ptr2->x_param_loop_block_tile_size)
14826 : 0 : internal_error ("%<global_options%> are modified in local context");
14827 : 832653 : if (ptr1->x_param_loop_interchange_max_num_stmts != ptr2->x_param_loop_interchange_max_num_stmts)
14828 : 0 : internal_error ("%<global_options%> are modified in local context");
14829 : 832653 : if (ptr1->x_param_loop_interchange_stride_ratio != ptr2->x_param_loop_interchange_stride_ratio)
14830 : 0 : internal_error ("%<global_options%> are modified in local context");
14831 : 832653 : if (ptr1->x_param_loop_invariant_max_bbs_in_loop != ptr2->x_param_loop_invariant_max_bbs_in_loop)
14832 : 0 : internal_error ("%<global_options%> are modified in local context");
14833 : 832653 : if (ptr1->x_param_loop_max_datarefs_for_datadeps != ptr2->x_param_loop_max_datarefs_for_datadeps)
14834 : 0 : internal_error ("%<global_options%> are modified in local context");
14835 : 832653 : if (ptr1->x_param_loop_versioning_max_inner_insns != ptr2->x_param_loop_versioning_max_inner_insns)
14836 : 0 : internal_error ("%<global_options%> are modified in local context");
14837 : 832653 : if (ptr1->x_param_loop_versioning_max_outer_insns != ptr2->x_param_loop_versioning_max_outer_insns)
14838 : 0 : internal_error ("%<global_options%> are modified in local context");
14839 : 832653 : if (ptr1->x_param_lra_inheritance_ebb_probability_cutoff != ptr2->x_param_lra_inheritance_ebb_probability_cutoff)
14840 : 0 : internal_error ("%<global_options%> are modified in local context");
14841 : 832653 : if (ptr1->x_param_lra_max_considered_reload_pseudos != ptr2->x_param_lra_max_considered_reload_pseudos)
14842 : 0 : internal_error ("%<global_options%> are modified in local context");
14843 : 832653 : if (ptr1->x_param_max_locality_partition_size != ptr2->x_param_max_locality_partition_size)
14844 : 0 : internal_error ("%<global_options%> are modified in local context");
14845 : 832653 : if (ptr1->x_param_max_partition_size != ptr2->x_param_max_partition_size)
14846 : 0 : internal_error ("%<global_options%> are modified in local context");
14847 : 832653 : if (ptr1->x_param_max_lto_streaming_parallelism != ptr2->x_param_max_lto_streaming_parallelism)
14848 : 0 : internal_error ("%<global_options%> are modified in local context");
14849 : 832653 : if (ptr1->x_param_min_partition_size != ptr2->x_param_min_partition_size)
14850 : 0 : internal_error ("%<global_options%> are modified in local context");
14851 : 832653 : if (ptr1->x_flag_lto_locality_cloning != ptr2->x_flag_lto_locality_cloning)
14852 : 0 : internal_error ("%<global_options%> are modified in local context");
14853 : 832653 : if (ptr1->x_param_lto_locality_frequency != ptr2->x_param_lto_locality_frequency)
14854 : 0 : internal_error ("%<global_options%> are modified in local context");
14855 : 832653 : if (ptr1->x_param_lto_locality_size != ptr2->x_param_lto_locality_size)
14856 : 0 : internal_error ("%<global_options%> are modified in local context");
14857 : 832653 : if (ptr1->x_param_lto_partitions != ptr2->x_param_lto_partitions)
14858 : 0 : internal_error ("%<global_options%> are modified in local context");
14859 : 832653 : if (ptr1->x_param_max_average_unrolled_insns != ptr2->x_param_max_average_unrolled_insns)
14860 : 0 : internal_error ("%<global_options%> are modified in local context");
14861 : 832653 : if (ptr1->x_param_max_combine_insns != ptr2->x_param_max_combine_insns)
14862 : 0 : internal_error ("%<global_options%> are modified in local context");
14863 : 832653 : if (ptr1->x_param_max_combine_search_insns != ptr2->x_param_max_combine_search_insns)
14864 : 0 : internal_error ("%<global_options%> are modified in local context");
14865 : 832653 : if (ptr1->x_param_max_unroll_iterations != ptr2->x_param_max_unroll_iterations)
14866 : 0 : internal_error ("%<global_options%> are modified in local context");
14867 : 832653 : if (ptr1->x_param_max_completely_peel_times != ptr2->x_param_max_completely_peel_times)
14868 : 0 : internal_error ("%<global_options%> are modified in local context");
14869 : 832653 : if (ptr1->x_param_max_completely_peeled_insns != ptr2->x_param_max_completely_peeled_insns)
14870 : 0 : internal_error ("%<global_options%> are modified in local context");
14871 : 832653 : if (ptr1->x_param_max_crossjump_edges != ptr2->x_param_max_crossjump_edges)
14872 : 0 : internal_error ("%<global_options%> are modified in local context");
14873 : 832653 : if (ptr1->x_param_max_cse_insns != ptr2->x_param_max_cse_insns)
14874 : 0 : internal_error ("%<global_options%> are modified in local context");
14875 : 832653 : if (ptr1->x_param_max_cse_path_length != ptr2->x_param_max_cse_path_length)
14876 : 0 : internal_error ("%<global_options%> are modified in local context");
14877 : 832653 : if (ptr1->x_param_max_cselib_memory_locations != ptr2->x_param_max_cselib_memory_locations)
14878 : 0 : internal_error ("%<global_options%> are modified in local context");
14879 : 832653 : if (ptr1->x_param_max_debug_marker_count != ptr2->x_param_max_debug_marker_count)
14880 : 0 : internal_error ("%<global_options%> are modified in local context");
14881 : 832653 : if (ptr1->x_param_max_delay_slot_insn_search != ptr2->x_param_max_delay_slot_insn_search)
14882 : 0 : internal_error ("%<global_options%> are modified in local context");
14883 : 832653 : if (ptr1->x_param_max_delay_slot_live_search != ptr2->x_param_max_delay_slot_live_search)
14884 : 0 : internal_error ("%<global_options%> are modified in local context");
14885 : 832653 : if (ptr1->x_param_max_dse_active_local_stores != ptr2->x_param_max_dse_active_local_stores)
14886 : 0 : internal_error ("%<global_options%> are modified in local context");
14887 : 832653 : if (ptr1->x_param_early_inliner_max_iterations != ptr2->x_param_early_inliner_max_iterations)
14888 : 0 : internal_error ("%<global_options%> are modified in local context");
14889 : 832653 : if (ptr1->x_param_max_find_base_term_values != ptr2->x_param_max_find_base_term_values)
14890 : 0 : internal_error ("%<global_options%> are modified in local context");
14891 : 832653 : if (ptr1->x_param_max_fsm_thread_path_insns != ptr2->x_param_max_fsm_thread_path_insns)
14892 : 0 : internal_error ("%<global_options%> are modified in local context");
14893 : 832653 : if (ptr1->x_param_max_gcse_insertion_ratio != ptr2->x_param_max_gcse_insertion_ratio)
14894 : 0 : internal_error ("%<global_options%> are modified in local context");
14895 : 832653 : if (ptr1->x_param_max_gcse_memory != ptr2->x_param_max_gcse_memory)
14896 : 0 : internal_error ("%<global_options%> are modified in local context");
14897 : 832653 : if (ptr1->x_param_max_goto_duplication_insns != ptr2->x_param_max_goto_duplication_insns)
14898 : 0 : internal_error ("%<global_options%> are modified in local context");
14899 : 832653 : if (ptr1->x_param_max_grow_copy_bb_insns != ptr2->x_param_max_grow_copy_bb_insns)
14900 : 0 : internal_error ("%<global_options%> are modified in local context");
14901 : 832653 : if (ptr1->x_param_max_hoist_depth != ptr2->x_param_max_hoist_depth)
14902 : 0 : internal_error ("%<global_options%> are modified in local context");
14903 : 832653 : if (ptr1->x_param_inline_functions_called_once_insns != ptr2->x_param_inline_functions_called_once_insns)
14904 : 0 : internal_error ("%<global_options%> are modified in local context");
14905 : 832653 : if (ptr1->x_param_inline_functions_called_once_loop_depth != ptr2->x_param_inline_functions_called_once_loop_depth)
14906 : 0 : internal_error ("%<global_options%> are modified in local context");
14907 : 832653 : if (ptr1->x_param_max_inline_insns_auto != ptr2->x_param_max_inline_insns_auto)
14908 : 0 : internal_error ("%<global_options%> are modified in local context");
14909 : 832653 : if (ptr1->x_param_max_inline_insns_recursive_auto != ptr2->x_param_max_inline_insns_recursive_auto)
14910 : 0 : internal_error ("%<global_options%> are modified in local context");
14911 : 832653 : if (ptr1->x_param_max_inline_insns_recursive != ptr2->x_param_max_inline_insns_recursive)
14912 : 0 : internal_error ("%<global_options%> are modified in local context");
14913 : 832653 : if (ptr1->x_param_max_inline_insns_single != ptr2->x_param_max_inline_insns_single)
14914 : 0 : internal_error ("%<global_options%> are modified in local context");
14915 : 832653 : if (ptr1->x_param_max_inline_insns_size != ptr2->x_param_max_inline_insns_size)
14916 : 0 : internal_error ("%<global_options%> are modified in local context");
14917 : 832653 : if (ptr1->x_param_max_inline_insns_small != ptr2->x_param_max_inline_insns_small)
14918 : 0 : internal_error ("%<global_options%> are modified in local context");
14919 : 832653 : if (ptr1->x_param_max_inline_recursive_depth_auto != ptr2->x_param_max_inline_recursive_depth_auto)
14920 : 0 : internal_error ("%<global_options%> are modified in local context");
14921 : 832653 : if (ptr1->x_param_max_inline_recursive_depth != ptr2->x_param_max_inline_recursive_depth)
14922 : 0 : internal_error ("%<global_options%> are modified in local context");
14923 : 832653 : if (ptr1->x_param_max_isl_operations != ptr2->x_param_max_isl_operations)
14924 : 0 : internal_error ("%<global_options%> are modified in local context");
14925 : 832653 : if (ptr1->x_param_max_iterations_computation_cost != ptr2->x_param_max_iterations_computation_cost)
14926 : 0 : internal_error ("%<global_options%> are modified in local context");
14927 : 832653 : if (ptr1->x_param_max_iterations_to_track != ptr2->x_param_max_iterations_to_track)
14928 : 0 : internal_error ("%<global_options%> are modified in local context");
14929 : 832653 : if (ptr1->x_param_max_jump_thread_duplication_stmts != ptr2->x_param_max_jump_thread_duplication_stmts)
14930 : 0 : internal_error ("%<global_options%> are modified in local context");
14931 : 832653 : if (ptr1->x_param_max_jump_thread_paths != ptr2->x_param_max_jump_thread_paths)
14932 : 0 : internal_error ("%<global_options%> are modified in local context");
14933 : 832653 : if (ptr1->x_param_max_last_value_rtl != ptr2->x_param_max_last_value_rtl)
14934 : 0 : internal_error ("%<global_options%> are modified in local context");
14935 : 832653 : if (ptr1->x_param_max_loop_header_insns != ptr2->x_param_max_loop_header_insns)
14936 : 0 : internal_error ("%<global_options%> are modified in local context");
14937 : 832653 : if (ptr1->x_param_max_modulo_backtrack_attempts != ptr2->x_param_max_modulo_backtrack_attempts)
14938 : 0 : internal_error ("%<global_options%> are modified in local context");
14939 : 832653 : if (ptr1->x_param_max_partial_antic_length != ptr2->x_param_max_partial_antic_length)
14940 : 0 : internal_error ("%<global_options%> are modified in local context");
14941 : 832653 : if (ptr1->x_param_max_peel_branches != ptr2->x_param_max_peel_branches)
14942 : 0 : internal_error ("%<global_options%> are modified in local context");
14943 : 832653 : if (ptr1->x_param_max_peel_times != ptr2->x_param_max_peel_times)
14944 : 0 : internal_error ("%<global_options%> are modified in local context");
14945 : 832653 : if (ptr1->x_param_max_peeled_insns != ptr2->x_param_max_peeled_insns)
14946 : 0 : internal_error ("%<global_options%> are modified in local context");
14947 : 832653 : if (ptr1->x_param_max_pending_list_length != ptr2->x_param_max_pending_list_length)
14948 : 0 : internal_error ("%<global_options%> are modified in local context");
14949 : 832653 : if (ptr1->x_param_max_pipeline_region_blocks != ptr2->x_param_max_pipeline_region_blocks)
14950 : 0 : internal_error ("%<global_options%> are modified in local context");
14951 : 832653 : if (ptr1->x_param_max_pipeline_region_insns != ptr2->x_param_max_pipeline_region_insns)
14952 : 0 : internal_error ("%<global_options%> are modified in local context");
14953 : 832653 : if (ptr1->x_param_max_pow_sqrt_depth != ptr2->x_param_max_pow_sqrt_depth)
14954 : 0 : internal_error ("%<global_options%> are modified in local context");
14955 : 832653 : if (ptr1->x_param_max_predicted_iterations != ptr2->x_param_max_predicted_iterations)
14956 : 0 : internal_error ("%<global_options%> are modified in local context");
14957 : 832653 : if (ptr1->x_param_max_reload_search_insns != ptr2->x_param_max_reload_search_insns)
14958 : 0 : internal_error ("%<global_options%> are modified in local context");
14959 : 832653 : if (ptr1->x_param_max_rtl_if_conversion_insns != ptr2->x_param_max_rtl_if_conversion_insns)
14960 : 0 : internal_error ("%<global_options%> are modified in local context");
14961 : 832653 : if (ptr1->x_param_max_rtl_if_conversion_predictable_cost != ptr2->x_param_max_rtl_if_conversion_predictable_cost)
14962 : 0 : internal_error ("%<global_options%> are modified in local context");
14963 : 832653 : if (ptr1->x_param_max_rtl_if_conversion_unpredictable_cost != ptr2->x_param_max_rtl_if_conversion_unpredictable_cost)
14964 : 0 : internal_error ("%<global_options%> are modified in local context");
14965 : 832653 : if (ptr1->x_param_max_sched_extend_regions_iters != ptr2->x_param_max_sched_extend_regions_iters)
14966 : 0 : internal_error ("%<global_options%> are modified in local context");
14967 : 832653 : if (ptr1->x_param_max_sched_insn_conflict_delay != ptr2->x_param_max_sched_insn_conflict_delay)
14968 : 0 : internal_error ("%<global_options%> are modified in local context");
14969 : 832653 : if (ptr1->x_param_max_sched_ready_insns != ptr2->x_param_max_sched_ready_insns)
14970 : 0 : internal_error ("%<global_options%> are modified in local context");
14971 : 832653 : if (ptr1->x_param_max_sched_region_blocks != ptr2->x_param_max_sched_region_blocks)
14972 : 0 : internal_error ("%<global_options%> are modified in local context");
14973 : 832653 : if (ptr1->x_param_max_sched_region_insns != ptr2->x_param_max_sched_region_insns)
14974 : 0 : internal_error ("%<global_options%> are modified in local context");
14975 : 832653 : if (ptr1->x_param_max_slsr_candidate_scan != ptr2->x_param_max_slsr_candidate_scan)
14976 : 0 : internal_error ("%<global_options%> are modified in local context");
14977 : 832653 : if (ptr1->x_param_max_speculative_devirt_maydefs != ptr2->x_param_max_speculative_devirt_maydefs)
14978 : 0 : internal_error ("%<global_options%> are modified in local context");
14979 : 832653 : if (ptr1->x_param_max_ssa_name_query_depth != ptr2->x_param_max_ssa_name_query_depth)
14980 : 0 : internal_error ("%<global_options%> are modified in local context");
14981 : 832653 : if (ptr1->x_param_max_store_chains_to_track != ptr2->x_param_max_store_chains_to_track)
14982 : 0 : internal_error ("%<global_options%> are modified in local context");
14983 : 832653 : if (ptr1->x_param_max_stores_to_merge != ptr2->x_param_max_stores_to_merge)
14984 : 0 : internal_error ("%<global_options%> are modified in local context");
14985 : 832653 : if (ptr1->x_param_max_stores_to_sink != ptr2->x_param_max_stores_to_sink)
14986 : 0 : internal_error ("%<global_options%> are modified in local context");
14987 : 832653 : if (ptr1->x_param_max_stores_to_track != ptr2->x_param_max_stores_to_track)
14988 : 0 : internal_error ("%<global_options%> are modified in local context");
14989 : 832653 : if (ptr1->x_param_max_tail_merge_comparisons != ptr2->x_param_max_tail_merge_comparisons)
14990 : 0 : internal_error ("%<global_options%> are modified in local context");
14991 : 832653 : if (ptr1->x_param_max_tail_merge_iterations != ptr2->x_param_max_tail_merge_iterations)
14992 : 0 : internal_error ("%<global_options%> are modified in local context");
14993 : 832653 : if (ptr1->x_param_max_tracked_strlens != ptr2->x_param_max_tracked_strlens)
14994 : 0 : internal_error ("%<global_options%> are modified in local context");
14995 : 832653 : if (ptr1->x_param_max_tree_if_conversion_phi_args != ptr2->x_param_max_tree_if_conversion_phi_args)
14996 : 0 : internal_error ("%<global_options%> are modified in local context");
14997 : 832653 : if (ptr1->x_param_max_unroll_times != ptr2->x_param_max_unroll_times)
14998 : 0 : internal_error ("%<global_options%> are modified in local context");
14999 : 832653 : if (ptr1->x_param_max_unrolled_insns != ptr2->x_param_max_unrolled_insns)
15000 : 0 : internal_error ("%<global_options%> are modified in local context");
15001 : 832653 : if (ptr1->x_param_max_unswitch_depth != ptr2->x_param_max_unswitch_depth)
15002 : 0 : internal_error ("%<global_options%> are modified in local context");
15003 : 832653 : if (ptr1->x_param_max_unswitch_insns != ptr2->x_param_max_unswitch_insns)
15004 : 0 : internal_error ("%<global_options%> are modified in local context");
15005 : 832653 : if (ptr1->x_param_max_variable_expansions != ptr2->x_param_max_variable_expansions)
15006 : 0 : internal_error ("%<global_options%> are modified in local context");
15007 : 832653 : if (ptr1->x_param_max_vartrack_expr_depth != ptr2->x_param_max_vartrack_expr_depth)
15008 : 0 : internal_error ("%<global_options%> are modified in local context");
15009 : 832653 : if (ptr1->x_param_max_vartrack_reverse_op_size != ptr2->x_param_max_vartrack_reverse_op_size)
15010 : 0 : internal_error ("%<global_options%> are modified in local context");
15011 : 832653 : if (ptr1->x_param_max_vartrack_size != ptr2->x_param_max_vartrack_size)
15012 : 0 : internal_error ("%<global_options%> are modified in local context");
15013 : 832653 : if (ptr1->x_param_min_crossjump_insns != ptr2->x_param_min_crossjump_insns)
15014 : 0 : internal_error ("%<global_options%> are modified in local context");
15015 : 832653 : if (ptr1->x_param_min_inline_recursive_probability != ptr2->x_param_min_inline_recursive_probability)
15016 : 0 : internal_error ("%<global_options%> are modified in local context");
15017 : 832653 : if (ptr1->x_param_min_insn_to_prefetch_ratio != ptr2->x_param_min_insn_to_prefetch_ratio)
15018 : 0 : internal_error ("%<global_options%> are modified in local context");
15019 : 832653 : if (ptr1->x_param_min_loop_cond_split_prob != ptr2->x_param_min_loop_cond_split_prob)
15020 : 0 : internal_error ("%<global_options%> are modified in local context");
15021 : 832653 : if (ptr1->x_param_min_nondebug_insn_uid != ptr2->x_param_min_nondebug_insn_uid)
15022 : 0 : internal_error ("%<global_options%> are modified in local context");
15023 : 832653 : if (ptr1->x_param_min_pagesize != ptr2->x_param_min_pagesize)
15024 : 0 : internal_error ("%<global_options%> are modified in local context");
15025 : 832653 : if (ptr1->x_param_min_size_for_stack_sharing != ptr2->x_param_min_size_for_stack_sharing)
15026 : 0 : internal_error ("%<global_options%> are modified in local context");
15027 : 832653 : if (ptr1->x_param_min_spec_prob != ptr2->x_param_min_spec_prob)
15028 : 0 : internal_error ("%<global_options%> are modified in local context");
15029 : 832653 : if (ptr1->x_param_min_vect_loop_bound != ptr2->x_param_min_vect_loop_bound)
15030 : 0 : internal_error ("%<global_options%> are modified in local context");
15031 : 832653 : if (ptr1->x_param_modref_max_accesses != ptr2->x_param_modref_max_accesses)
15032 : 0 : internal_error ("%<global_options%> are modified in local context");
15033 : 832653 : if (ptr1->x_param_modref_max_adjustments != ptr2->x_param_modref_max_adjustments)
15034 : 0 : internal_error ("%<global_options%> are modified in local context");
15035 : 832653 : if (ptr1->x_param_modref_max_bases != ptr2->x_param_modref_max_bases)
15036 : 0 : internal_error ("%<global_options%> are modified in local context");
15037 : 832653 : if (ptr1->x_param_modref_max_depth != ptr2->x_param_modref_max_depth)
15038 : 0 : internal_error ("%<global_options%> are modified in local context");
15039 : 832653 : if (ptr1->x_param_modref_max_escape_points != ptr2->x_param_modref_max_escape_points)
15040 : 0 : internal_error ("%<global_options%> are modified in local context");
15041 : 832653 : if (ptr1->x_param_modref_max_refs != ptr2->x_param_modref_max_refs)
15042 : 0 : internal_error ("%<global_options%> are modified in local context");
15043 : 832653 : if (ptr1->x_param_modref_max_tests != ptr2->x_param_modref_max_tests)
15044 : 0 : internal_error ("%<global_options%> are modified in local context");
15045 : 832653 : if (ptr1->x_param_openacc_kernels != ptr2->x_param_openacc_kernels)
15046 : 0 : internal_error ("%<global_options%> are modified in local context");
15047 : 832653 : if (ptr1->x_param_openacc_privatization != ptr2->x_param_openacc_privatization)
15048 : 0 : internal_error ("%<global_options%> are modified in local context");
15049 : 832653 : if (ptr1->x_param_parloops_chunk_size != ptr2->x_param_parloops_chunk_size)
15050 : 0 : internal_error ("%<global_options%> are modified in local context");
15051 : 832653 : if (ptr1->x_param_parloops_min_per_thread != ptr2->x_param_parloops_min_per_thread)
15052 : 0 : internal_error ("%<global_options%> are modified in local context");
15053 : 832653 : if (ptr1->x_param_parloops_schedule != ptr2->x_param_parloops_schedule)
15054 : 0 : internal_error ("%<global_options%> are modified in local context");
15055 : 832653 : if (ptr1->x_param_partial_inlining_entry_probability != ptr2->x_param_partial_inlining_entry_probability)
15056 : 0 : internal_error ("%<global_options%> are modified in local context");
15057 : 832653 : if (ptr1->x_param_phiopt_factor_max_stmts_live != ptr2->x_param_phiopt_factor_max_stmts_live)
15058 : 0 : internal_error ("%<global_options%> are modified in local context");
15059 : 832653 : if (ptr1->x_param_predictable_branch_outcome != ptr2->x_param_predictable_branch_outcome)
15060 : 0 : internal_error ("%<global_options%> are modified in local context");
15061 : 832653 : if (ptr1->x_param_prefetch_dynamic_strides != ptr2->x_param_prefetch_dynamic_strides)
15062 : 0 : internal_error ("%<global_options%> are modified in local context");
15063 : 832653 : if (ptr1->x_param_prefetch_latency != ptr2->x_param_prefetch_latency)
15064 : 0 : internal_error ("%<global_options%> are modified in local context");
15065 : 832653 : if (ptr1->x_param_prefetch_min_insn_to_mem_ratio != ptr2->x_param_prefetch_min_insn_to_mem_ratio)
15066 : 0 : internal_error ("%<global_options%> are modified in local context");
15067 : 832653 : if (ptr1->x_param_prefetch_minimum_stride != ptr2->x_param_prefetch_minimum_stride)
15068 : 0 : internal_error ("%<global_options%> are modified in local context");
15069 : 832653 : if (ptr1->x_param_profile_func_internal_id != ptr2->x_param_profile_func_internal_id)
15070 : 0 : internal_error ("%<global_options%> are modified in local context");
15071 : 832653 : if (ptr1->x_param_ranger_debug != ptr2->x_param_ranger_debug)
15072 : 0 : internal_error ("%<global_options%> are modified in local context");
15073 : 832653 : if (ptr1->x_param_ranger_logical_depth != ptr2->x_param_ranger_logical_depth)
15074 : 0 : internal_error ("%<global_options%> are modified in local context");
15075 : 832653 : if (ptr1->x_param_ranger_recompute_depth != ptr2->x_param_ranger_recompute_depth)
15076 : 0 : internal_error ("%<global_options%> are modified in local context");
15077 : 832653 : if (ptr1->x_param_relation_block_limit != ptr2->x_param_relation_block_limit)
15078 : 0 : internal_error ("%<global_options%> are modified in local context");
15079 : 832653 : if (ptr1->x_param_rpo_vn_max_loop_depth != ptr2->x_param_rpo_vn_max_loop_depth)
15080 : 0 : internal_error ("%<global_options%> are modified in local context");
15081 : 832653 : if (ptr1->x_param_sccvn_max_alias_queries_per_access != ptr2->x_param_sccvn_max_alias_queries_per_access)
15082 : 0 : internal_error ("%<global_options%> are modified in local context");
15083 : 832653 : if (ptr1->x_param_scev_max_expr_complexity != ptr2->x_param_scev_max_expr_complexity)
15084 : 0 : internal_error ("%<global_options%> are modified in local context");
15085 : 832653 : if (ptr1->x_param_scev_max_expr_size != ptr2->x_param_scev_max_expr_size)
15086 : 0 : internal_error ("%<global_options%> are modified in local context");
15087 : 832653 : if (ptr1->x_param_sched_autopref_queue_depth != ptr2->x_param_sched_autopref_queue_depth)
15088 : 0 : internal_error ("%<global_options%> are modified in local context");
15089 : 832653 : if (ptr1->x_param_sched_mem_true_dep_cost != ptr2->x_param_sched_mem_true_dep_cost)
15090 : 0 : internal_error ("%<global_options%> are modified in local context");
15091 : 832653 : if (ptr1->x_param_sched_pressure_algorithm != ptr2->x_param_sched_pressure_algorithm)
15092 : 0 : internal_error ("%<global_options%> are modified in local context");
15093 : 832653 : if (ptr1->x_param_sched_spec_prob_cutoff != ptr2->x_param_sched_spec_prob_cutoff)
15094 : 0 : internal_error ("%<global_options%> are modified in local context");
15095 : 832653 : if (ptr1->x_param_sched_state_edge_prob_cutoff != ptr2->x_param_sched_state_edge_prob_cutoff)
15096 : 0 : internal_error ("%<global_options%> are modified in local context");
15097 : 832653 : if (ptr1->x_param_selsched_insns_to_rename != ptr2->x_param_selsched_insns_to_rename)
15098 : 0 : internal_error ("%<global_options%> are modified in local context");
15099 : 832653 : if (ptr1->x_param_selsched_max_lookahead != ptr2->x_param_selsched_max_lookahead)
15100 : 0 : internal_error ("%<global_options%> are modified in local context");
15101 : 832653 : if (ptr1->x_param_selsched_max_sched_times != ptr2->x_param_selsched_max_sched_times)
15102 : 0 : internal_error ("%<global_options%> are modified in local context");
15103 : 832653 : if (ptr1->x_param_simultaneous_prefetches != ptr2->x_param_simultaneous_prefetches)
15104 : 0 : internal_error ("%<global_options%> are modified in local context");
15105 : 832653 : if (ptr1->x_param_sink_frequency_threshold != ptr2->x_param_sink_frequency_threshold)
15106 : 0 : internal_error ("%<global_options%> are modified in local context");
15107 : 832653 : if (ptr1->x_param_sms_dfa_history != ptr2->x_param_sms_dfa_history)
15108 : 0 : internal_error ("%<global_options%> are modified in local context");
15109 : 832653 : if (ptr1->x_param_sms_loop_average_count_threshold != ptr2->x_param_sms_loop_average_count_threshold)
15110 : 0 : internal_error ("%<global_options%> are modified in local context");
15111 : 832653 : if (ptr1->x_param_sms_max_ii_factor != ptr2->x_param_sms_max_ii_factor)
15112 : 0 : internal_error ("%<global_options%> are modified in local context");
15113 : 832653 : if (ptr1->x_param_sms_min_sc != ptr2->x_param_sms_min_sc)
15114 : 0 : internal_error ("%<global_options%> are modified in local context");
15115 : 832653 : if (ptr1->x_param_sra_max_propagations != ptr2->x_param_sra_max_propagations)
15116 : 0 : internal_error ("%<global_options%> are modified in local context");
15117 : 832653 : if (ptr1->x_param_sra_max_scalarization_size_size != ptr2->x_param_sra_max_scalarization_size_size)
15118 : 0 : internal_error ("%<global_options%> are modified in local context");
15119 : 832653 : if (ptr1->x_param_sra_max_scalarization_size_speed != ptr2->x_param_sra_max_scalarization_size_speed)
15120 : 0 : internal_error ("%<global_options%> are modified in local context");
15121 : 832653 : if (ptr1->x_param_ssa_name_def_chain_limit != ptr2->x_param_ssa_name_def_chain_limit)
15122 : 0 : internal_error ("%<global_options%> are modified in local context");
15123 : 832653 : if (ptr1->x_param_ssp_buffer_size != ptr2->x_param_ssp_buffer_size)
15124 : 0 : internal_error ("%<global_options%> are modified in local context");
15125 : 832653 : if (ptr1->x_param_stack_clash_protection_guard_size != ptr2->x_param_stack_clash_protection_guard_size)
15126 : 0 : internal_error ("%<global_options%> are modified in local context");
15127 : 832653 : if (ptr1->x_param_stack_clash_protection_probe_interval != ptr2->x_param_stack_clash_protection_probe_interval)
15128 : 0 : internal_error ("%<global_options%> are modified in local context");
15129 : 832653 : if (ptr1->x_param_store_forwarding_max_distance != ptr2->x_param_store_forwarding_max_distance)
15130 : 0 : internal_error ("%<global_options%> are modified in local context");
15131 : 832653 : if (ptr1->x_param_store_merging_allow_unaligned != ptr2->x_param_store_merging_allow_unaligned)
15132 : 0 : internal_error ("%<global_options%> are modified in local context");
15133 : 832653 : if (ptr1->x_param_store_merging_max_size != ptr2->x_param_store_merging_max_size)
15134 : 0 : internal_error ("%<global_options%> are modified in local context");
15135 : 832653 : if (ptr1->x_param_switch_conversion_branch_ratio != ptr2->x_param_switch_conversion_branch_ratio)
15136 : 0 : internal_error ("%<global_options%> are modified in local context");
15137 : 832653 : if (ptr1->x_param_switch_lower_slow_alg_max_cases != ptr2->x_param_switch_lower_slow_alg_max_cases)
15138 : 0 : internal_error ("%<global_options%> are modified in local context");
15139 : 832653 : if (ptr1->x_param_threader_debug != ptr2->x_param_threader_debug)
15140 : 0 : internal_error ("%<global_options%> are modified in local context");
15141 : 832653 : if (ptr1->x_param_tm_max_aggregate_size != ptr2->x_param_tm_max_aggregate_size)
15142 : 0 : internal_error ("%<global_options%> are modified in local context");
15143 : 832653 : if (ptr1->x_param_tracer_dynamic_coverage_feedback != ptr2->x_param_tracer_dynamic_coverage_feedback)
15144 : 0 : internal_error ("%<global_options%> are modified in local context");
15145 : 832653 : if (ptr1->x_param_tracer_dynamic_coverage != ptr2->x_param_tracer_dynamic_coverage)
15146 : 0 : internal_error ("%<global_options%> are modified in local context");
15147 : 832653 : if (ptr1->x_param_tracer_max_code_growth != ptr2->x_param_tracer_max_code_growth)
15148 : 0 : internal_error ("%<global_options%> are modified in local context");
15149 : 832653 : if (ptr1->x_param_tracer_min_branch_probability_feedback != ptr2->x_param_tracer_min_branch_probability_feedback)
15150 : 0 : internal_error ("%<global_options%> are modified in local context");
15151 : 832653 : if (ptr1->x_param_tracer_min_branch_probability != ptr2->x_param_tracer_min_branch_probability)
15152 : 0 : internal_error ("%<global_options%> are modified in local context");
15153 : 832653 : if (ptr1->x_param_tracer_min_branch_ratio != ptr2->x_param_tracer_min_branch_ratio)
15154 : 0 : internal_error ("%<global_options%> are modified in local context");
15155 : 832653 : if (ptr1->x_param_transitive_relations_work_bound != ptr2->x_param_transitive_relations_work_bound)
15156 : 0 : internal_error ("%<global_options%> are modified in local context");
15157 : 832653 : if (ptr1->x_param_tree_reassoc_width != ptr2->x_param_tree_reassoc_width)
15158 : 0 : internal_error ("%<global_options%> are modified in local context");
15159 : 832653 : if (ptr1->x_param_tsan_distinguish_volatile != ptr2->x_param_tsan_distinguish_volatile)
15160 : 0 : internal_error ("%<global_options%> are modified in local context");
15161 : 832653 : if (ptr1->x_param_tsan_instrument_func_entry_exit != ptr2->x_param_tsan_instrument_func_entry_exit)
15162 : 0 : internal_error ("%<global_options%> are modified in local context");
15163 : 832653 : if (ptr1->x_param_uninit_control_dep_attempts != ptr2->x_param_uninit_control_dep_attempts)
15164 : 0 : internal_error ("%<global_options%> are modified in local context");
15165 : 832653 : if (ptr1->x_param_uninit_max_chain_len != ptr2->x_param_uninit_max_chain_len)
15166 : 0 : internal_error ("%<global_options%> are modified in local context");
15167 : 832653 : if (ptr1->x_param_uninit_max_num_chains != ptr2->x_param_uninit_max_num_chains)
15168 : 0 : internal_error ("%<global_options%> are modified in local context");
15169 : 832653 : if (ptr1->x_param_uninlined_function_insns != ptr2->x_param_uninlined_function_insns)
15170 : 0 : internal_error ("%<global_options%> are modified in local context");
15171 : 832653 : if (ptr1->x_param_uninlined_function_time != ptr2->x_param_uninlined_function_time)
15172 : 0 : internal_error ("%<global_options%> are modified in local context");
15173 : 832653 : if (ptr1->x_param_uninlined_function_thunk_insns != ptr2->x_param_uninlined_function_thunk_insns)
15174 : 0 : internal_error ("%<global_options%> are modified in local context");
15175 : 832653 : if (ptr1->x_param_uninlined_function_thunk_time != ptr2->x_param_uninlined_function_thunk_time)
15176 : 0 : internal_error ("%<global_options%> are modified in local context");
15177 : 832653 : if (ptr1->x_param_unlikely_bb_count_fraction != ptr2->x_param_unlikely_bb_count_fraction)
15178 : 0 : internal_error ("%<global_options%> are modified in local context");
15179 : 832653 : if (ptr1->x_param_unroll_jam_max_unroll != ptr2->x_param_unroll_jam_max_unroll)
15180 : 0 : internal_error ("%<global_options%> are modified in local context");
15181 : 832653 : if (ptr1->x_param_unroll_jam_min_percent != ptr2->x_param_unroll_jam_min_percent)
15182 : 0 : internal_error ("%<global_options%> are modified in local context");
15183 : 832653 : if (ptr1->x_param_use_after_scope_direct_emission_threshold != ptr2->x_param_use_after_scope_direct_emission_threshold)
15184 : 0 : internal_error ("%<global_options%> are modified in local context");
15185 : 832653 : if (ptr1->x_param_use_canonical_types != ptr2->x_param_use_canonical_types)
15186 : 0 : internal_error ("%<global_options%> are modified in local context");
15187 : 832653 : if (ptr1->x_param_vect_epilogues_nomask != ptr2->x_param_vect_epilogues_nomask)
15188 : 0 : internal_error ("%<global_options%> are modified in local context");
15189 : 832653 : if (ptr1->x_param_vect_induction_float != ptr2->x_param_vect_induction_float)
15190 : 0 : internal_error ("%<global_options%> are modified in local context");
15191 : 832653 : if (ptr1->x_param_vect_inner_loop_cost_factor != ptr2->x_param_vect_inner_loop_cost_factor)
15192 : 0 : internal_error ("%<global_options%> are modified in local context");
15193 : 832653 : if (ptr1->x_param_vect_max_layout_candidates != ptr2->x_param_vect_max_layout_candidates)
15194 : 0 : internal_error ("%<global_options%> are modified in local context");
15195 : 832653 : if (ptr1->x_param_vect_max_peeling_for_alignment != ptr2->x_param_vect_max_peeling_for_alignment)
15196 : 0 : internal_error ("%<global_options%> are modified in local context");
15197 : 832653 : if (ptr1->x_param_vect_max_version_for_alias_checks != ptr2->x_param_vect_max_version_for_alias_checks)
15198 : 0 : internal_error ("%<global_options%> are modified in local context");
15199 : 832653 : if (ptr1->x_param_vect_max_version_for_alignment_checks != ptr2->x_param_vect_max_version_for_alignment_checks)
15200 : 0 : internal_error ("%<global_options%> are modified in local context");
15201 : 832653 : if (ptr1->x_param_vect_partial_vector_usage != ptr2->x_param_vect_partial_vector_usage)
15202 : 0 : internal_error ("%<global_options%> are modified in local context");
15203 : 832653 : if (ptr1->x_param_vect_scalar_cost_multiplier != ptr2->x_param_vect_scalar_cost_multiplier)
15204 : 0 : internal_error ("%<global_options%> are modified in local context");
15205 : 832653 : if (ptr1->x_param_vrp_block_limit != ptr2->x_param_vrp_block_limit)
15206 : 0 : internal_error ("%<global_options%> are modified in local context");
15207 : 832653 : if (ptr1->x_param_vrp_sparse_threshold != ptr2->x_param_vrp_sparse_threshold)
15208 : 0 : internal_error ("%<global_options%> are modified in local context");
15209 : 832653 : if (ptr1->x_param_vrp_switch_limit != ptr2->x_param_vrp_switch_limit)
15210 : 0 : internal_error ("%<global_options%> are modified in local context");
15211 : 832653 : if (ptr1->x_param_vrp_vector_threshold != ptr2->x_param_vrp_vector_threshold)
15212 : 0 : internal_error ("%<global_options%> are modified in local context");
15213 : 832653 : if (ptr1->x_x86_stlf_window_ninsns != ptr2->x_x86_stlf_window_ninsns)
15214 : 0 : internal_error ("%<global_options%> are modified in local context");
15215 : 832653 : if (ptr1->x_x86_stv_max_visits != ptr2->x_x86_stv_max_visits)
15216 : 0 : internal_error ("%<global_options%> are modified in local context");
15217 : 832653 : if (ptr1->x_flag_preprocess_only != ptr2->x_flag_preprocess_only)
15218 : 0 : internal_error ("%<global_options%> are modified in local context");
15219 : 832653 : if (ptr1->x_warnings_are_errors != ptr2->x_warnings_are_errors)
15220 : 0 : internal_error ("%<global_options%> are modified in local context");
15221 : 832653 : if (ptr1->x_flag_fatal_errors != ptr2->x_flag_fatal_errors)
15222 : 0 : internal_error ("%<global_options%> are modified in local context");
15223 : 832653 : if (ptr1->x_flag_warn_frontend_loop_interchange != ptr2->x_flag_warn_frontend_loop_interchange)
15224 : 0 : internal_error ("%<global_options%> are modified in local context");
15225 : 832653 : if (ptr1->x_warn_unknown_pragmas != ptr2->x_warn_unknown_pragmas)
15226 : 0 : internal_error ("%<global_options%> are modified in local context");
15227 : 832653 : if (ptr1->x_aux_info_file_name != ptr2->x_aux_info_file_name)
15228 : 0 : internal_error ("%<global_options%> are modified in local context");
15229 : 832653 : if (ptr1->x_flag_dump_callgraph != ptr2->x_flag_dump_callgraph)
15230 : 0 : internal_error ("%<global_options%> are modified in local context");
15231 : 832653 : if (ptr1->x_cobol_copyext != ptr2->x_cobol_copyext)
15232 : 0 : internal_error ("%<global_options%> are modified in local context");
15233 : 832653 : if (ptr1->x_flag_lto_dump_defined != ptr2->x_flag_lto_dump_defined)
15234 : 0 : internal_error ("%<global_options%> are modified in local context");
15235 : 832653 : if (ptr1->x_flag_lto_dump_demangle != ptr2->x_flag_lto_dump_demangle)
15236 : 0 : internal_error ("%<global_options%> are modified in local context");
15237 : 832653 : if (ptr1->x_cobol_dialect != ptr2->x_cobol_dialect)
15238 : 0 : internal_error ("%<global_options%> are modified in local context");
15239 : 832653 : if (ptr1->x_flag_dump_body != ptr2->x_flag_dump_body)
15240 : 0 : internal_error ("%<global_options%> are modified in local context");
15241 : 832653 : if (ptr1->x_flag_dump_level != ptr2->x_flag_dump_level)
15242 : 0 : internal_error ("%<global_options%> are modified in local context");
15243 : 832653 : if (ptr1->x_dump_base_name != ptr2->x_dump_base_name)
15244 : 0 : internal_error ("%<global_options%> are modified in local context");
15245 : 832653 : if (ptr1->x_dump_base_ext != ptr2->x_dump_base_ext)
15246 : 0 : internal_error ("%<global_options%> are modified in local context");
15247 : 832653 : if (ptr1->x_dump_dir_name != ptr2->x_dump_dir_name)
15248 : 0 : internal_error ("%<global_options%> are modified in local context");
15249 : 832653 : if (ptr1->x_flag_pic != ptr2->x_flag_pic)
15250 : 0 : internal_error ("%<global_options%> are modified in local context");
15251 : 832653 : if (ptr1->x_flag_pie != ptr2->x_flag_pie)
15252 : 0 : internal_error ("%<global_options%> are modified in local context");
15253 : 832653 : if (ptr1->x_flag_abi_compat_version != ptr2->x_flag_abi_compat_version)
15254 : 0 : internal_error ("%<global_options%> are modified in local context");
15255 : 832653 : if (ptr1->x_flag_abi_version != ptr2->x_flag_abi_version)
15256 : 0 : internal_error ("%<global_options%> are modified in local context");
15257 : 832653 : if (ptr1->x_flag_access_control != ptr2->x_flag_access_control)
15258 : 0 : internal_error ("%<global_options%> are modified in local context");
15259 : 832653 : if (ptr1->x_ada_specs_parent != ptr2->x_ada_specs_parent)
15260 : 0 : internal_error ("%<global_options%> are modified in local context");
15261 : 832653 : if (ptr1->x_flag_aggressive_function_elimination != ptr2->x_flag_aggressive_function_elimination)
15262 : 0 : internal_error ("%<global_options%> are modified in local context");
15263 : 832653 : if (ptr1->x_flag_aggressive_loop_optimizations != ptr2->x_flag_aggressive_loop_optimizations)
15264 : 0 : internal_error ("%<global_options%> are modified in local context");
15265 : 832653 : if (ptr1->x_flag_align_commons != ptr2->x_flag_align_commons)
15266 : 0 : internal_error ("%<global_options%> are modified in local context");
15267 : 832653 : if (ptr1->x_flag_align_functions != ptr2->x_flag_align_functions)
15268 : 0 : internal_error ("%<global_options%> are modified in local context");
15269 : 832653 : if (ptr1->x_str_align_functions != ptr2->x_str_align_functions
15270 : 0 : && (!ptr1->x_str_align_functions || !ptr2->x_str_align_functions
15271 : 0 : || strcmp (ptr1->x_str_align_functions, ptr2->x_str_align_functions)))
15272 : 0 : internal_error ("%<global_options%> are modified in local context");
15273 : 832653 : if (ptr1->x_flag_align_jumps != ptr2->x_flag_align_jumps)
15274 : 0 : internal_error ("%<global_options%> are modified in local context");
15275 : 832653 : if (ptr1->x_str_align_jumps != ptr2->x_str_align_jumps
15276 : 0 : && (!ptr1->x_str_align_jumps || !ptr2->x_str_align_jumps
15277 : 0 : || strcmp (ptr1->x_str_align_jumps, ptr2->x_str_align_jumps)))
15278 : 0 : internal_error ("%<global_options%> are modified in local context");
15279 : 832653 : if (ptr1->x_flag_align_labels != ptr2->x_flag_align_labels)
15280 : 0 : internal_error ("%<global_options%> are modified in local context");
15281 : 832653 : if (ptr1->x_str_align_labels != ptr2->x_str_align_labels
15282 : 0 : && (!ptr1->x_str_align_labels || !ptr2->x_str_align_labels
15283 : 0 : || strcmp (ptr1->x_str_align_labels, ptr2->x_str_align_labels)))
15284 : 0 : internal_error ("%<global_options%> are modified in local context");
15285 : 832653 : if (ptr1->x_flag_align_loops != ptr2->x_flag_align_loops)
15286 : 0 : internal_error ("%<global_options%> are modified in local context");
15287 : 832653 : if (ptr1->x_str_align_loops != ptr2->x_str_align_loops
15288 : 0 : && (!ptr1->x_str_align_loops || !ptr2->x_str_align_loops
15289 : 0 : || strcmp (ptr1->x_str_align_loops, ptr2->x_str_align_loops)))
15290 : 0 : internal_error ("%<global_options%> are modified in local context");
15291 : 832653 : if (ptr1->x_aligned_new_threshold != ptr2->x_aligned_new_threshold)
15292 : 0 : internal_error ("%<global_options%> are modified in local context");
15293 : 832653 : if (ptr1->x_flag_all_intrinsics != ptr2->x_flag_all_intrinsics)
15294 : 0 : internal_error ("%<global_options%> are modified in local context");
15295 : 832653 : if (ptr1->x_flag_allocation_dce != ptr2->x_flag_allocation_dce)
15296 : 0 : internal_error ("%<global_options%> are modified in local context");
15297 : 832653 : if (ptr1->x_flag_allow_argument_mismatch != ptr2->x_flag_allow_argument_mismatch)
15298 : 0 : internal_error ("%<global_options%> are modified in local context");
15299 : 832653 : if (ptr1->x_flag_allow_invalid_boz != ptr2->x_flag_allow_invalid_boz)
15300 : 0 : internal_error ("%<global_options%> are modified in local context");
15301 : 832653 : if (ptr1->x_flag_allow_leading_underscore != ptr2->x_flag_allow_leading_underscore)
15302 : 0 : internal_error ("%<global_options%> are modified in local context");
15303 : 832653 : if (ptr1->x_flag_store_data_races != ptr2->x_flag_store_data_races)
15304 : 0 : internal_error ("%<global_options%> are modified in local context");
15305 : 832653 : if (ptr1->x_flag_analyzer != ptr2->x_flag_analyzer)
15306 : 0 : internal_error ("%<global_options%> are modified in local context");
15307 : 832653 : if (ptr1->x_flag_analyzer_call_summaries != ptr2->x_flag_analyzer_call_summaries)
15308 : 0 : internal_error ("%<global_options%> are modified in local context");
15309 : 832653 : if (ptr1->x_flag_analyzer_checker != ptr2->x_flag_analyzer_checker)
15310 : 0 : internal_error ("%<global_options%> are modified in local context");
15311 : 832653 : if (ptr1->x_flag_analyzer_debug_text_art != ptr2->x_flag_analyzer_debug_text_art)
15312 : 0 : internal_error ("%<global_options%> are modified in local context");
15313 : 832653 : if (ptr1->x_flag_analyzer_feasibility != ptr2->x_flag_analyzer_feasibility)
15314 : 0 : internal_error ("%<global_options%> are modified in local context");
15315 : 832653 : if (ptr1->x_flag_analyzer_fine_grained != ptr2->x_flag_analyzer_fine_grained)
15316 : 0 : internal_error ("%<global_options%> are modified in local context");
15317 : 832653 : if (ptr1->x_flag_analyzer_show_duplicate_count != ptr2->x_flag_analyzer_show_duplicate_count)
15318 : 0 : internal_error ("%<global_options%> are modified in local context");
15319 : 832653 : if (ptr1->x_flag_analyzer_show_events_in_system_headers != ptr2->x_flag_analyzer_show_events_in_system_headers)
15320 : 0 : internal_error ("%<global_options%> are modified in local context");
15321 : 832653 : if (ptr1->x_flag_analyzer_state_merge != ptr2->x_flag_analyzer_state_merge)
15322 : 0 : internal_error ("%<global_options%> are modified in local context");
15323 : 832653 : if (ptr1->x_flag_analyzer_state_purge != ptr2->x_flag_analyzer_state_purge)
15324 : 0 : internal_error ("%<global_options%> are modified in local context");
15325 : 832653 : if (ptr1->x_flag_analyzer_suppress_followups != ptr2->x_flag_analyzer_suppress_followups)
15326 : 0 : internal_error ("%<global_options%> are modified in local context");
15327 : 832653 : if (ptr1->x_flag_analyzer_transitivity != ptr2->x_flag_analyzer_transitivity)
15328 : 0 : internal_error ("%<global_options%> are modified in local context");
15329 : 832653 : if (ptr1->x_flag_analyzer_undo_inlining != ptr2->x_flag_analyzer_undo_inlining)
15330 : 0 : internal_error ("%<global_options%> are modified in local context");
15331 : 832653 : if (ptr1->x_flag_analyzer_verbose_edges != ptr2->x_flag_analyzer_verbose_edges)
15332 : 0 : internal_error ("%<global_options%> are modified in local context");
15333 : 832653 : if (ptr1->x_flag_analyzer_verbose_state_changes != ptr2->x_flag_analyzer_verbose_state_changes)
15334 : 0 : internal_error ("%<global_options%> are modified in local context");
15335 : 832653 : if (ptr1->x_analyzer_verbosity != ptr2->x_analyzer_verbosity)
15336 : 0 : internal_error ("%<global_options%> are modified in local context");
15337 : 832653 : if (ptr1->x_common_deferred_options != ptr2->x_common_deferred_options)
15338 : 0 : internal_error ("%<global_options%> are modified in local context");
15339 : 832653 : if (ptr1->x_flag_no_asm != ptr2->x_flag_no_asm)
15340 : 0 : internal_error ("%<global_options%> are modified in local context");
15341 : 832653 : if (ptr1->x_flag_assert != ptr2->x_flag_assert)
15342 : 0 : internal_error ("%<global_options%> are modified in local context");
15343 : 832653 : if (ptr1->x_flag_associative_math != ptr2->x_flag_associative_math)
15344 : 0 : internal_error ("%<global_options%> are modified in local context");
15345 : 832653 : if (ptr1->x_flag_assume_sane_operators_new_delete != ptr2->x_flag_assume_sane_operators_new_delete)
15346 : 0 : internal_error ("%<global_options%> are modified in local context");
15347 : 832653 : if (ptr1->x_flag_asynchronous_unwind_tables != ptr2->x_flag_asynchronous_unwind_tables)
15348 : 0 : internal_error ("%<global_options%> are modified in local context");
15349 : 832653 : if (ptr1->x_flag_auto_inc_dec != ptr2->x_flag_auto_inc_dec)
15350 : 0 : internal_error ("%<global_options%> are modified in local context");
15351 : 832653 : if (ptr1->x_flag_auto_profile != ptr2->x_flag_auto_profile)
15352 : 0 : internal_error ("%<global_options%> are modified in local context");
15353 : 832653 : if (ptr1->x_auto_profile_file != ptr2->x_auto_profile_file)
15354 : 0 : internal_error ("%<global_options%> are modified in local context");
15355 : 832653 : if (ptr1->x_flag_automatic != ptr2->x_flag_automatic)
15356 : 0 : internal_error ("%<global_options%> are modified in local context");
15357 : 832653 : if (ptr1->x_flag_avoid_store_forwarding != ptr2->x_flag_avoid_store_forwarding)
15358 : 0 : internal_error ("%<global_options%> are modified in local context");
15359 : 832653 : if (ptr1->x_flag_backslash != ptr2->x_flag_backslash)
15360 : 0 : internal_error ("%<global_options%> are modified in local context");
15361 : 832653 : if (ptr1->x_flag_backtrace != ptr2->x_flag_backtrace)
15362 : 0 : internal_error ("%<global_options%> are modified in local context");
15363 : 832653 : if (ptr1->x_flag_bit_tests != ptr2->x_flag_bit_tests)
15364 : 0 : internal_error ("%<global_options%> are modified in local context");
15365 : 832653 : if (ptr1->x_flag_blas_matmul_limit != ptr2->x_flag_blas_matmul_limit)
15366 : 0 : internal_error ("%<global_options%> are modified in local context");
15367 : 832653 : if (ptr1->x_flag_bounds_check != ptr2->x_flag_bounds_check)
15368 : 0 : internal_error ("%<global_options%> are modified in local context");
15369 : 832653 : if (ptr1->x_flag_branch_on_count_reg != ptr2->x_flag_branch_on_count_reg)
15370 : 0 : internal_error ("%<global_options%> are modified in local context");
15371 : 832653 : if (ptr1->x_flag_branch_probabilities != ptr2->x_flag_branch_probabilities)
15372 : 0 : internal_error ("%<global_options%> are modified in local context");
15373 : 832653 : if (ptr1->x_flag_building_libgcc != ptr2->x_flag_building_libgcc)
15374 : 0 : internal_error ("%<global_options%> are modified in local context");
15375 : 832653 : if (ptr1->x_flag_building_libgfortran != ptr2->x_flag_building_libgfortran)
15376 : 0 : internal_error ("%<global_options%> are modified in local context");
15377 : 832653 : if (ptr1->x_flag_building_libphobos_tests != ptr2->x_flag_building_libphobos_tests)
15378 : 0 : internal_error ("%<global_options%> are modified in local context");
15379 : 832653 : if (ptr1->x_flag_no_builtin != ptr2->x_flag_no_builtin)
15380 : 0 : internal_error ("%<global_options%> are modified in local context");
15381 : 832653 : if (ptr1->x_flag_c_prototypes != ptr2->x_flag_c_prototypes)
15382 : 0 : internal_error ("%<global_options%> are modified in local context");
15383 : 832653 : if (ptr1->x_flag_c_prototypes_external != ptr2->x_flag_c_prototypes_external)
15384 : 0 : internal_error ("%<global_options%> are modified in local context");
15385 : 832653 : if (ptr1->x_flag_caller_saves != ptr2->x_flag_caller_saves)
15386 : 0 : internal_error ("%<global_options%> are modified in local context");
15387 : 832653 : if (ptr1->x_flag_callgraph_info != ptr2->x_flag_callgraph_info)
15388 : 0 : internal_error ("%<global_options%> are modified in local context");
15389 : 832653 : if (ptr1->x_flag_cf_protection != ptr2->x_flag_cf_protection)
15390 : 0 : internal_error ("%<global_options%> are modified in local context");
15391 : 832653 : if (ptr1->x_flag_char8_t != ptr2->x_flag_char8_t)
15392 : 0 : internal_error ("%<global_options%> are modified in local context");
15393 : 832653 : if (ptr1->x_flag_check_new != ptr2->x_flag_check_new)
15394 : 0 : internal_error ("%<global_options%> are modified in local context");
15395 : 832653 : if (ptr1->x_flag_check_action != ptr2->x_flag_check_action)
15396 : 0 : internal_error ("%<global_options%> are modified in local context");
15397 : 832653 : if (ptr1->x_flag_checking != ptr2->x_flag_checking)
15398 : 0 : internal_error ("%<global_options%> are modified in local context");
15399 : 832653 : if (ptr1->x_flag_coarray != ptr2->x_flag_coarray)
15400 : 0 : internal_error ("%<global_options%> are modified in local context");
15401 : 832653 : if (ptr1->x_cobol_exceptions != ptr2->x_cobol_exceptions)
15402 : 0 : internal_error ("%<global_options%> are modified in local context");
15403 : 832653 : if (ptr1->x_flag_code_hoisting != ptr2->x_flag_code_hoisting)
15404 : 0 : internal_error ("%<global_options%> are modified in local context");
15405 : 832653 : if (ptr1->x_flag_combine_stack_adjustments != ptr2->x_flag_combine_stack_adjustments)
15406 : 0 : internal_error ("%<global_options%> are modified in local context");
15407 : 832653 : if (ptr1->x_flag_no_common != ptr2->x_flag_no_common)
15408 : 0 : internal_error ("%<global_options%> are modified in local context");
15409 : 832653 : if (ptr1->x_flag_compare_debug != ptr2->x_flag_compare_debug)
15410 : 0 : internal_error ("%<global_options%> are modified in local context");
15411 : 832653 : if (ptr1->x_flag_compare_debug_opt != ptr2->x_flag_compare_debug_opt)
15412 : 0 : internal_error ("%<global_options%> are modified in local context");
15413 : 832653 : if (ptr1->x_flag_compare_elim_after_reload != ptr2->x_flag_compare_elim_after_reload)
15414 : 0 : internal_error ("%<global_options%> are modified in local context");
15415 : 832653 : if (ptr1->x_flag_concepts != ptr2->x_flag_concepts)
15416 : 0 : internal_error ("%<global_options%> are modified in local context");
15417 : 832653 : if (ptr1->x_concepts_diagnostics_max_depth != ptr2->x_concepts_diagnostics_max_depth)
15418 : 0 : internal_error ("%<global_options%> are modified in local context");
15419 : 832653 : if (ptr1->x_condition_coverage_flag != ptr2->x_condition_coverage_flag)
15420 : 0 : internal_error ("%<global_options%> are modified in local context");
15421 : 832653 : if (ptr1->x_flag_conserve_stack != ptr2->x_flag_conserve_stack)
15422 : 0 : internal_error ("%<global_options%> are modified in local context");
15423 : 832653 : if (ptr1->x_constexpr_cache_depth != ptr2->x_constexpr_cache_depth)
15424 : 0 : internal_error ("%<global_options%> are modified in local context");
15425 : 832653 : if (ptr1->x_max_constexpr_depth != ptr2->x_max_constexpr_depth)
15426 : 0 : internal_error ("%<global_options%> are modified in local context");
15427 : 832653 : if (ptr1->x_flag_constexpr_fp_except != ptr2->x_flag_constexpr_fp_except)
15428 : 0 : internal_error ("%<global_options%> are modified in local context");
15429 : 832653 : if (ptr1->x_constexpr_loop_limit != ptr2->x_constexpr_loop_limit)
15430 : 0 : internal_error ("%<global_options%> are modified in local context");
15431 : 832653 : if (ptr1->x_constexpr_ops_limit != ptr2->x_constexpr_ops_limit)
15432 : 0 : internal_error ("%<global_options%> are modified in local context");
15433 : 832653 : if (ptr1->x_flag_contract_mode != ptr2->x_flag_contract_mode)
15434 : 0 : internal_error ("%<global_options%> are modified in local context");
15435 : 832653 : if (ptr1->x_flag_contract_strict_declarations != ptr2->x_flag_contract_strict_declarations)
15436 : 0 : internal_error ("%<global_options%> are modified in local context");
15437 : 832653 : if (ptr1->x_flag_contracts != ptr2->x_flag_contracts)
15438 : 0 : internal_error ("%<global_options%> are modified in local context");
15439 : 832653 : if (ptr1->x_flag_convert != ptr2->x_flag_convert)
15440 : 0 : internal_error ("%<global_options%> are modified in local context");
15441 : 832653 : if (ptr1->x_flag_coroutines != ptr2->x_flag_coroutines)
15442 : 0 : internal_error ("%<global_options%> are modified in local context");
15443 : 832653 : if (ptr1->x_flag_cprop_registers != ptr2->x_flag_cprop_registers)
15444 : 0 : internal_error ("%<global_options%> are modified in local context");
15445 : 832653 : if (ptr1->x_flag_cray_pointer != ptr2->x_flag_cray_pointer)
15446 : 0 : internal_error ("%<global_options%> are modified in local context");
15447 : 832653 : if (ptr1->x_flag_crossjumping != ptr2->x_flag_crossjumping)
15448 : 0 : internal_error ("%<global_options%> are modified in local context");
15449 : 832653 : if (ptr1->x_flag_cse_follow_jumps != ptr2->x_flag_cse_follow_jumps)
15450 : 0 : internal_error ("%<global_options%> are modified in local context");
15451 : 832653 : if (ptr1->x_flag_complex_method != ptr2->x_flag_complex_method)
15452 : 0 : internal_error ("%<global_options%> are modified in local context");
15453 : 832653 : if (ptr1->x_flag_data_sections != ptr2->x_flag_data_sections)
15454 : 0 : internal_error ("%<global_options%> are modified in local context");
15455 : 832653 : if (ptr1->x_flag_dbg_cnt_list != ptr2->x_flag_dbg_cnt_list)
15456 : 0 : internal_error ("%<global_options%> are modified in local context");
15457 : 832653 : if (ptr1->x_flag_dce != ptr2->x_flag_dce)
15458 : 0 : internal_error ("%<global_options%> are modified in local context");
15459 : 832653 : if (ptr1->x_flag_debug_aux_vars != ptr2->x_flag_debug_aux_vars)
15460 : 0 : internal_error ("%<global_options%> are modified in local context");
15461 : 832653 : if (ptr1->x_flag_debug_types_section != ptr2->x_flag_debug_types_section)
15462 : 0 : internal_error ("%<global_options%> are modified in local context");
15463 : 832653 : if (ptr1->x_flag_dec != ptr2->x_flag_dec)
15464 : 0 : internal_error ("%<global_options%> are modified in local context");
15465 : 832653 : if (ptr1->x_flag_dec_blank_format_item != ptr2->x_flag_dec_blank_format_item)
15466 : 0 : internal_error ("%<global_options%> are modified in local context");
15467 : 832653 : if (ptr1->x_flag_dec_char_conversions != ptr2->x_flag_dec_char_conversions)
15468 : 0 : internal_error ("%<global_options%> are modified in local context");
15469 : 832653 : if (ptr1->x_flag_dec_format_defaults != ptr2->x_flag_dec_format_defaults)
15470 : 0 : internal_error ("%<global_options%> are modified in local context");
15471 : 832653 : if (ptr1->x_flag_dec_include != ptr2->x_flag_dec_include)
15472 : 0 : internal_error ("%<global_options%> are modified in local context");
15473 : 832653 : if (ptr1->x_flag_dec_intrinsic_ints != ptr2->x_flag_dec_intrinsic_ints)
15474 : 0 : internal_error ("%<global_options%> are modified in local context");
15475 : 832653 : if (ptr1->x_flag_dec_math != ptr2->x_flag_dec_math)
15476 : 0 : internal_error ("%<global_options%> are modified in local context");
15477 : 832653 : if (ptr1->x_flag_dec_static != ptr2->x_flag_dec_static)
15478 : 0 : internal_error ("%<global_options%> are modified in local context");
15479 : 832653 : if (ptr1->x_flag_dec_structure != ptr2->x_flag_dec_structure)
15480 : 0 : internal_error ("%<global_options%> are modified in local context");
15481 : 832653 : if (ptr1->x_flag_declone_ctor_dtor != ptr2->x_flag_declone_ctor_dtor)
15482 : 0 : internal_error ("%<global_options%> are modified in local context");
15483 : 832653 : if (ptr1->x_flag_default_double != ptr2->x_flag_default_double)
15484 : 0 : internal_error ("%<global_options%> are modified in local context");
15485 : 832653 : if (ptr1->x_flag_default_integer != ptr2->x_flag_default_integer)
15486 : 0 : internal_error ("%<global_options%> are modified in local context");
15487 : 832653 : if (ptr1->x_flag_default_real_10 != ptr2->x_flag_default_real_10)
15488 : 0 : internal_error ("%<global_options%> are modified in local context");
15489 : 832653 : if (ptr1->x_flag_default_real_16 != ptr2->x_flag_default_real_16)
15490 : 0 : internal_error ("%<global_options%> are modified in local context");
15491 : 832653 : if (ptr1->x_flag_default_real_8 != ptr2->x_flag_default_real_8)
15492 : 0 : internal_error ("%<global_options%> are modified in local context");
15493 : 832653 : if (ptr1->x_cobol_default_byte != ptr2->x_cobol_default_byte)
15494 : 0 : internal_error ("%<global_options%> are modified in local context");
15495 : 832653 : if (ptr1->x_flag_defer_pop != ptr2->x_flag_defer_pop)
15496 : 0 : internal_error ("%<global_options%> are modified in local context");
15497 : 832653 : if (ptr1->x_flag_delayed_branch != ptr2->x_flag_delayed_branch)
15498 : 0 : internal_error ("%<global_options%> are modified in local context");
15499 : 832653 : if (ptr1->x_flag_delete_dead_exceptions != ptr2->x_flag_delete_dead_exceptions)
15500 : 0 : internal_error ("%<global_options%> are modified in local context");
15501 : 832653 : if (ptr1->x_flag_delete_null_pointer_checks != ptr2->x_flag_delete_null_pointer_checks)
15502 : 0 : internal_error ("%<global_options%> are modified in local context");
15503 : 832653 : if (ptr1->x_flag_devirtualize != ptr2->x_flag_devirtualize)
15504 : 0 : internal_error ("%<global_options%> are modified in local context");
15505 : 832653 : if (ptr1->x_flag_ltrans_devirtualize != ptr2->x_flag_ltrans_devirtualize)
15506 : 0 : internal_error ("%<global_options%> are modified in local context");
15507 : 832653 : if (ptr1->x_flag_devirtualize_speculatively != ptr2->x_flag_devirtualize_speculatively)
15508 : 0 : internal_error ("%<global_options%> are modified in local context");
15509 : 832653 : if (ptr1->x_flag_diagnostics_all_candidates != ptr2->x_flag_diagnostics_all_candidates)
15510 : 0 : internal_error ("%<global_options%> are modified in local context");
15511 : 832653 : if (ptr1->x_flag_diagnostics_show_color != ptr2->x_flag_diagnostics_show_color)
15512 : 0 : internal_error ("%<global_options%> are modified in local context");
15513 : 832653 : if (ptr1->x_flag_diagnostics_generate_patch != ptr2->x_flag_diagnostics_generate_patch)
15514 : 0 : internal_error ("%<global_options%> are modified in local context");
15515 : 832653 : if (ptr1->x_flag_diagnostics_json_formatting != ptr2->x_flag_diagnostics_json_formatting)
15516 : 0 : internal_error ("%<global_options%> are modified in local context");
15517 : 832653 : if (ptr1->x_diagnostics_minimum_margin_width != ptr2->x_diagnostics_minimum_margin_width)
15518 : 0 : internal_error ("%<global_options%> are modified in local context");
15519 : 832653 : if (ptr1->x_flag_diagnostics_parseable_fixits != ptr2->x_flag_diagnostics_parseable_fixits)
15520 : 0 : internal_error ("%<global_options%> are modified in local context");
15521 : 832653 : if (ptr1->x_flag_diagnostics_path_format != ptr2->x_flag_diagnostics_path_format)
15522 : 0 : internal_error ("%<global_options%> are modified in local context");
15523 : 832653 : if (ptr1->x_flag_diagnostics_show_caret != ptr2->x_flag_diagnostics_show_caret)
15524 : 0 : internal_error ("%<global_options%> are modified in local context");
15525 : 832653 : if (ptr1->x_flag_diagnostics_show_cwe != ptr2->x_flag_diagnostics_show_cwe)
15526 : 0 : internal_error ("%<global_options%> are modified in local context");
15527 : 832653 : if (ptr1->x_flag_diagnostics_show_event_links != ptr2->x_flag_diagnostics_show_event_links)
15528 : 0 : internal_error ("%<global_options%> are modified in local context");
15529 : 832653 : if (ptr1->x_flag_diagnostics_show_highlight_colors != ptr2->x_flag_diagnostics_show_highlight_colors)
15530 : 0 : internal_error ("%<global_options%> are modified in local context");
15531 : 832653 : if (ptr1->x_flag_diagnostics_show_labels != ptr2->x_flag_diagnostics_show_labels)
15532 : 0 : internal_error ("%<global_options%> are modified in local context");
15533 : 832653 : if (ptr1->x_flag_diagnostics_show_line_numbers != ptr2->x_flag_diagnostics_show_line_numbers)
15534 : 0 : internal_error ("%<global_options%> are modified in local context");
15535 : 832653 : if (ptr1->x_flag_diagnostics_show_option != ptr2->x_flag_diagnostics_show_option)
15536 : 0 : internal_error ("%<global_options%> are modified in local context");
15537 : 832653 : if (ptr1->x_flag_diagnostics_show_path_depths != ptr2->x_flag_diagnostics_show_path_depths)
15538 : 0 : internal_error ("%<global_options%> are modified in local context");
15539 : 832653 : if (ptr1->x_flag_diagnostics_show_rules != ptr2->x_flag_diagnostics_show_rules)
15540 : 0 : internal_error ("%<global_options%> are modified in local context");
15541 : 832653 : if (ptr1->x_flag_diagnostics_show_template_tree != ptr2->x_flag_diagnostics_show_template_tree)
15542 : 0 : internal_error ("%<global_options%> are modified in local context");
15543 : 832653 : if (ptr1->x_flag_diagnostics_text_art_charset != ptr2->x_flag_diagnostics_text_art_charset)
15544 : 0 : internal_error ("%<global_options%> are modified in local context");
15545 : 832653 : if (ptr1->x_flag_diagnostics_show_urls != ptr2->x_flag_diagnostics_show_urls)
15546 : 0 : internal_error ("%<global_options%> are modified in local context");
15547 : 832653 : if (ptr1->x_flag_dollar_ok != ptr2->x_flag_dollar_ok)
15548 : 0 : internal_error ("%<global_options%> are modified in local context");
15549 : 832653 : if (ptr1->x_flag_dse != ptr2->x_flag_dse)
15550 : 0 : internal_error ("%<global_options%> are modified in local context");
15551 : 832653 : if (ptr1->x_flag_dump_ada_spec != ptr2->x_flag_dump_ada_spec)
15552 : 0 : internal_error ("%<global_options%> are modified in local context");
15553 : 832653 : if (ptr1->x_flag_dump_ada_spec_slim != ptr2->x_flag_dump_ada_spec_slim)
15554 : 0 : internal_error ("%<global_options%> are modified in local context");
15555 : 832653 : if (ptr1->x_flag_dump_analyzer != ptr2->x_flag_dump_analyzer)
15556 : 0 : internal_error ("%<global_options%> are modified in local context");
15557 : 832653 : if (ptr1->x_flag_dump_analyzer_callgraph != ptr2->x_flag_dump_analyzer_callgraph)
15558 : 0 : internal_error ("%<global_options%> are modified in local context");
15559 : 832653 : if (ptr1->x_flag_dump_analyzer_exploded_graph != ptr2->x_flag_dump_analyzer_exploded_graph)
15560 : 0 : internal_error ("%<global_options%> are modified in local context");
15561 : 832653 : if (ptr1->x_flag_dump_analyzer_exploded_nodes != ptr2->x_flag_dump_analyzer_exploded_nodes)
15562 : 0 : internal_error ("%<global_options%> are modified in local context");
15563 : 832653 : if (ptr1->x_flag_dump_analyzer_exploded_nodes_2 != ptr2->x_flag_dump_analyzer_exploded_nodes_2)
15564 : 0 : internal_error ("%<global_options%> are modified in local context");
15565 : 832653 : if (ptr1->x_flag_dump_analyzer_exploded_nodes_3 != ptr2->x_flag_dump_analyzer_exploded_nodes_3)
15566 : 0 : internal_error ("%<global_options%> are modified in local context");
15567 : 832653 : if (ptr1->x_flag_dump_analyzer_exploded_paths != ptr2->x_flag_dump_analyzer_exploded_paths)
15568 : 0 : internal_error ("%<global_options%> are modified in local context");
15569 : 832653 : if (ptr1->x_flag_dump_analyzer_feasibility != ptr2->x_flag_dump_analyzer_feasibility)
15570 : 0 : internal_error ("%<global_options%> are modified in local context");
15571 : 832653 : if (ptr1->x_flag_dump_analyzer_infinite_loop != ptr2->x_flag_dump_analyzer_infinite_loop)
15572 : 0 : internal_error ("%<global_options%> are modified in local context");
15573 : 832653 : if (ptr1->x_flag_dump_analyzer_json != ptr2->x_flag_dump_analyzer_json)
15574 : 0 : internal_error ("%<global_options%> are modified in local context");
15575 : 832653 : if (ptr1->x_flag_dump_analyzer_state_purge != ptr2->x_flag_dump_analyzer_state_purge)
15576 : 0 : internal_error ("%<global_options%> are modified in local context");
15577 : 832653 : if (ptr1->x_flag_dump_analyzer_stderr != ptr2->x_flag_dump_analyzer_stderr)
15578 : 0 : internal_error ("%<global_options%> are modified in local context");
15579 : 832653 : if (ptr1->x_flag_dump_analyzer_supergraph != ptr2->x_flag_dump_analyzer_supergraph)
15580 : 0 : internal_error ("%<global_options%> are modified in local context");
15581 : 832653 : if (ptr1->x_flag_dump_analyzer_untracked != ptr2->x_flag_dump_analyzer_untracked)
15582 : 0 : internal_error ("%<global_options%> are modified in local context");
15583 : 832653 : if (ptr1->x_flag_dump_final_insns != ptr2->x_flag_dump_final_insns)
15584 : 0 : internal_error ("%<global_options%> are modified in local context");
15585 : 832653 : if (ptr1->x_flag_dump_fortran_global != ptr2->x_flag_dump_fortran_global)
15586 : 0 : internal_error ("%<global_options%> are modified in local context");
15587 : 832653 : if (ptr1->x_flag_dump_fortran_optimized != ptr2->x_flag_dump_fortran_optimized)
15588 : 0 : internal_error ("%<global_options%> are modified in local context");
15589 : 832653 : if (ptr1->x_flag_dump_fortran_original != ptr2->x_flag_dump_fortran_original)
15590 : 0 : internal_error ("%<global_options%> are modified in local context");
15591 : 832653 : if (ptr1->x_flag_dump_go_spec != ptr2->x_flag_dump_go_spec)
15592 : 0 : internal_error ("%<global_options%> are modified in local context");
15593 : 832653 : if (ptr1->x_flag_dump_locations != ptr2->x_flag_dump_locations)
15594 : 0 : internal_error ("%<global_options%> are modified in local context");
15595 : 832653 : if (ptr1->x_flag_dump_noaddr != ptr2->x_flag_dump_noaddr)
15596 : 0 : internal_error ("%<global_options%> are modified in local context");
15597 : 832653 : if (ptr1->x_flag_dump_passes != ptr2->x_flag_dump_passes)
15598 : 0 : internal_error ("%<global_options%> are modified in local context");
15599 : 832653 : if (ptr1->x_flag_dump_scos != ptr2->x_flag_dump_scos)
15600 : 0 : internal_error ("%<global_options%> are modified in local context");
15601 : 832653 : if (ptr1->x_flag_dump_unnumbered != ptr2->x_flag_dump_unnumbered)
15602 : 0 : internal_error ("%<global_options%> are modified in local context");
15603 : 832653 : if (ptr1->x_flag_dump_unnumbered_links != ptr2->x_flag_dump_unnumbered_links)
15604 : 0 : internal_error ("%<global_options%> are modified in local context");
15605 : 832653 : if (ptr1->x_flag_dwarf2_cfi_asm != ptr2->x_flag_dwarf2_cfi_asm)
15606 : 0 : internal_error ("%<global_options%> are modified in local context");
15607 : 832653 : if (ptr1->x_flag_early_inlining != ptr2->x_flag_early_inlining)
15608 : 0 : internal_error ("%<global_options%> are modified in local context");
15609 : 832653 : if (ptr1->x_flag_elide_constructors != ptr2->x_flag_elide_constructors)
15610 : 0 : internal_error ("%<global_options%> are modified in local context");
15611 : 832653 : if (ptr1->x_flag_elide_type != ptr2->x_flag_elide_type)
15612 : 0 : internal_error ("%<global_options%> are modified in local context");
15613 : 832653 : if (ptr1->x_flag_debug_only_used_symbols != ptr2->x_flag_debug_only_used_symbols)
15614 : 0 : internal_error ("%<global_options%> are modified in local context");
15615 : 832653 : if (ptr1->x_flag_eliminate_unused_debug_types != ptr2->x_flag_eliminate_unused_debug_types)
15616 : 0 : internal_error ("%<global_options%> are modified in local context");
15617 : 832653 : if (ptr1->x_flag_emit_class_debug_always != ptr2->x_flag_emit_class_debug_always)
15618 : 0 : internal_error ("%<global_options%> are modified in local context");
15619 : 832653 : if (ptr1->x_flag_enforce_eh_specs != ptr2->x_flag_enforce_eh_specs)
15620 : 0 : internal_error ("%<global_options%> are modified in local context");
15621 : 832653 : if (ptr1->x_flag_exceptions != ptr2->x_flag_exceptions)
15622 : 0 : internal_error ("%<global_options%> are modified in local context");
15623 : 832653 : if (ptr1->x_flag_excess_precision != ptr2->x_flag_excess_precision)
15624 : 0 : internal_error ("%<global_options%> are modified in local context");
15625 : 832653 : if (ptr1->x_flag_expensive_optimizations != ptr2->x_flag_expensive_optimizations)
15626 : 0 : internal_error ("%<global_options%> are modified in local context");
15627 : 832653 : if (ptr1->x_flag_ext_dce != ptr2->x_flag_ext_dce)
15628 : 0 : internal_error ("%<global_options%> are modified in local context");
15629 : 832653 : if (ptr1->x_flag_ext_numeric_literals != ptr2->x_flag_ext_numeric_literals)
15630 : 0 : internal_error ("%<global_options%> are modified in local context");
15631 : 832653 : if (ptr1->x_flag_extern_stdcpp != ptr2->x_flag_extern_stdcpp)
15632 : 0 : internal_error ("%<global_options%> are modified in local context");
15633 : 832653 : if (ptr1->x_flag_extern_tls_init != ptr2->x_flag_extern_tls_init)
15634 : 0 : internal_error ("%<global_options%> are modified in local context");
15635 : 832653 : if (ptr1->x_flag_external_blas != ptr2->x_flag_external_blas)
15636 : 0 : internal_error ("%<global_options%> are modified in local context");
15637 : 832653 : if (ptr1->x_flag_f2c != ptr2->x_flag_f2c)
15638 : 0 : internal_error ("%<global_options%> are modified in local context");
15639 : 832653 : if (ptr1->x_flag_fat_lto_objects != ptr2->x_flag_fat_lto_objects)
15640 : 0 : internal_error ("%<global_options%> are modified in local context");
15641 : 832653 : if (ptr1->x_flag_finite_loops != ptr2->x_flag_finite_loops)
15642 : 0 : internal_error ("%<global_options%> are modified in local context");
15643 : 832653 : if (ptr1->x_flag_finite_math_only != ptr2->x_flag_finite_math_only)
15644 : 0 : internal_error ("%<global_options%> are modified in local context");
15645 : 832653 : if (ptr1->x_flag_fixed_line_length != ptr2->x_flag_fixed_line_length)
15646 : 0 : internal_error ("%<global_options%> are modified in local context");
15647 : 832653 : if (ptr1->x_yy_flex_debug != ptr2->x_yy_flex_debug)
15648 : 0 : internal_error ("%<global_options%> are modified in local context");
15649 : 832653 : if (ptr1->x_flag_float_store != ptr2->x_flag_float_store)
15650 : 0 : internal_error ("%<global_options%> are modified in local context");
15651 : 832653 : if (ptr1->x_flag_fold_mem_offsets != ptr2->x_flag_fold_mem_offsets)
15652 : 0 : internal_error ("%<global_options%> are modified in local context");
15653 : 832653 : if (ptr1->x_flag_fold_simple_inlines != ptr2->x_flag_fold_simple_inlines)
15654 : 0 : internal_error ("%<global_options%> are modified in local context");
15655 : 832653 : if (ptr1->x_flag_forward_propagate != ptr2->x_flag_forward_propagate)
15656 : 0 : internal_error ("%<global_options%> are modified in local context");
15657 : 832653 : if (ptr1->x_flag_fp_contract_mode != ptr2->x_flag_fp_contract_mode)
15658 : 0 : internal_error ("%<global_options%> are modified in local context");
15659 : 832653 : if (ptr1->x_flag_fp_int_builtin_inexact != ptr2->x_flag_fp_int_builtin_inexact)
15660 : 0 : internal_error ("%<global_options%> are modified in local context");
15661 : 832653 : if (ptr1->x_flag_free_line_length != ptr2->x_flag_free_line_length)
15662 : 0 : internal_error ("%<global_options%> are modified in local context");
15663 : 832653 : if (ptr1->x_flag_frontend_loop_interchange != ptr2->x_flag_frontend_loop_interchange)
15664 : 0 : internal_error ("%<global_options%> are modified in local context");
15665 : 832653 : if (ptr1->x_flag_frontend_optimize != ptr2->x_flag_frontend_optimize)
15666 : 0 : internal_error ("%<global_options%> are modified in local context");
15667 : 832653 : if (ptr1->x_flag_no_function_cse != ptr2->x_flag_no_function_cse)
15668 : 0 : internal_error ("%<global_options%> are modified in local context");
15669 : 832653 : if (ptr1->x_flag_function_sections != ptr2->x_flag_function_sections)
15670 : 0 : internal_error ("%<global_options%> are modified in local context");
15671 : 832653 : if (ptr1->x_flag_gcse != ptr2->x_flag_gcse)
15672 : 0 : internal_error ("%<global_options%> are modified in local context");
15673 : 832653 : if (ptr1->x_flag_gcse_after_reload != ptr2->x_flag_gcse_after_reload)
15674 : 0 : internal_error ("%<global_options%> are modified in local context");
15675 : 832653 : if (ptr1->x_flag_gcse_las != ptr2->x_flag_gcse_las)
15676 : 0 : internal_error ("%<global_options%> are modified in local context");
15677 : 832653 : if (ptr1->x_flag_gcse_lm != ptr2->x_flag_gcse_lm)
15678 : 0 : internal_error ("%<global_options%> are modified in local context");
15679 : 832653 : if (ptr1->x_flag_gcse_sm != ptr2->x_flag_gcse_sm)
15680 : 0 : internal_error ("%<global_options%> are modified in local context");
15681 : 832653 : if (ptr1->x_flag_gimple != ptr2->x_flag_gimple)
15682 : 0 : internal_error ("%<global_options%> are modified in local context");
15683 : 832653 : if (ptr1->x_gnat_encodings != ptr2->x_gnat_encodings)
15684 : 0 : internal_error ("%<global_options%> are modified in local context");
15685 : 832653 : if (ptr1->x_flag_no_gnu_keywords != ptr2->x_flag_no_gnu_keywords)
15686 : 0 : internal_error ("%<global_options%> are modified in local context");
15687 : 832653 : if (ptr1->x_flag_next_runtime != ptr2->x_flag_next_runtime)
15688 : 0 : internal_error ("%<global_options%> are modified in local context");
15689 : 832653 : if (ptr1->x_flag_tm != ptr2->x_flag_tm)
15690 : 0 : internal_error ("%<global_options%> are modified in local context");
15691 : 832653 : if (ptr1->x_flag_gnu_unique != ptr2->x_flag_gnu_unique)
15692 : 0 : internal_error ("%<global_options%> are modified in local context");
15693 : 832653 : if (ptr1->x_flag_gnu89_inline != ptr2->x_flag_gnu89_inline)
15694 : 0 : internal_error ("%<global_options%> are modified in local context");
15695 : 832653 : if (ptr1->x_go_check_divide_overflow != ptr2->x_go_check_divide_overflow)
15696 : 0 : internal_error ("%<global_options%> are modified in local context");
15697 : 832653 : if (ptr1->x_go_check_divide_zero != ptr2->x_go_check_divide_zero)
15698 : 0 : internal_error ("%<global_options%> are modified in local context");
15699 : 832653 : if (ptr1->x_go_compiling_runtime != ptr2->x_go_compiling_runtime)
15700 : 0 : internal_error ("%<global_options%> are modified in local context");
15701 : 832653 : if (ptr1->x_go_debug_escape_level != ptr2->x_go_debug_escape_level)
15702 : 0 : internal_error ("%<global_options%> are modified in local context");
15703 : 832653 : if (ptr1->x_go_debug_escape_hash != ptr2->x_go_debug_escape_hash)
15704 : 0 : internal_error ("%<global_options%> are modified in local context");
15705 : 832653 : if (ptr1->x_go_debug_optimization != ptr2->x_go_debug_optimization)
15706 : 0 : internal_error ("%<global_options%> are modified in local context");
15707 : 832653 : if (ptr1->x_flag_graphite != ptr2->x_flag_graphite)
15708 : 0 : internal_error ("%<global_options%> are modified in local context");
15709 : 832653 : if (ptr1->x_flag_graphite_identity != ptr2->x_flag_graphite_identity)
15710 : 0 : internal_error ("%<global_options%> are modified in local context");
15711 : 832653 : if (ptr1->x_flag_guess_branch_prob != ptr2->x_flag_guess_branch_prob)
15712 : 0 : internal_error ("%<global_options%> are modified in local context");
15713 : 832653 : if (ptr1->x_flag_harden_control_flow_redundancy_check_exceptions != ptr2->x_flag_harden_control_flow_redundancy_check_exceptions)
15714 : 0 : internal_error ("%<global_options%> are modified in local context");
15715 : 832653 : if (ptr1->x_flag_harden_control_flow_redundancy_check_noreturn != ptr2->x_flag_harden_control_flow_redundancy_check_noreturn)
15716 : 0 : internal_error ("%<global_options%> are modified in local context");
15717 : 832653 : if (ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls != ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls)
15718 : 0 : internal_error ("%<global_options%> are modified in local context");
15719 : 832653 : if (ptr1->x_flag_harden_control_flow_redundancy_skip_leaf != ptr2->x_flag_harden_control_flow_redundancy_skip_leaf)
15720 : 0 : internal_error ("%<global_options%> are modified in local context");
15721 : 832653 : if (ptr1->x_flag_harden_compares != ptr2->x_flag_harden_compares)
15722 : 0 : internal_error ("%<global_options%> are modified in local context");
15723 : 832653 : if (ptr1->x_flag_harden_conditional_branches != ptr2->x_flag_harden_conditional_branches)
15724 : 0 : internal_error ("%<global_options%> are modified in local context");
15725 : 832653 : if (ptr1->x_flag_harden_control_flow_redundancy != ptr2->x_flag_harden_control_flow_redundancy)
15726 : 0 : internal_error ("%<global_options%> are modified in local context");
15727 : 832653 : if (ptr1->x_flag_hardened != ptr2->x_flag_hardened)
15728 : 0 : internal_error ("%<global_options%> are modified in local context");
15729 : 832653 : if (ptr1->x_flag_hoist_adjacent_loads != ptr2->x_flag_hoist_adjacent_loads)
15730 : 0 : internal_error ("%<global_options%> are modified in local context");
15731 : 832653 : if (ptr1->x_flag_no_ident != ptr2->x_flag_no_ident)
15732 : 0 : internal_error ("%<global_options%> are modified in local context");
15733 : 832653 : if (ptr1->x_flag_if_conversion != ptr2->x_flag_if_conversion)
15734 : 0 : internal_error ("%<global_options%> are modified in local context");
15735 : 832653 : if (ptr1->x_flag_if_conversion2 != ptr2->x_flag_if_conversion2)
15736 : 0 : internal_error ("%<global_options%> are modified in local context");
15737 : 832653 : if (ptr1->x_flag_immediate_escalation != ptr2->x_flag_immediate_escalation)
15738 : 0 : internal_error ("%<global_options%> are modified in local context");
15739 : 832653 : if (ptr1->x_flag_implement_inlines != ptr2->x_flag_implement_inlines)
15740 : 0 : internal_error ("%<global_options%> are modified in local context");
15741 : 832653 : if (ptr1->x_flag_implicit_constexpr != ptr2->x_flag_implicit_constexpr)
15742 : 0 : internal_error ("%<global_options%> are modified in local context");
15743 : 832653 : if (ptr1->x_flag_implicit_inline_templates != ptr2->x_flag_implicit_inline_templates)
15744 : 0 : internal_error ("%<global_options%> are modified in local context");
15745 : 832653 : if (ptr1->x_flag_implicit_none != ptr2->x_flag_implicit_none)
15746 : 0 : internal_error ("%<global_options%> are modified in local context");
15747 : 832653 : if (ptr1->x_flag_implicit_templates != ptr2->x_flag_implicit_templates)
15748 : 0 : internal_error ("%<global_options%> are modified in local context");
15749 : 832653 : if (ptr1->x_indicator_column != ptr2->x_indicator_column)
15750 : 0 : internal_error ("%<global_options%> are modified in local context");
15751 : 832653 : if (ptr1->x_flag_indirect_inlining != ptr2->x_flag_indirect_inlining)
15752 : 0 : internal_error ("%<global_options%> are modified in local context");
15753 : 832653 : if (ptr1->x_flag_inhibit_size_directive != ptr2->x_flag_inhibit_size_directive)
15754 : 0 : internal_error ("%<global_options%> are modified in local context");
15755 : 832653 : if (ptr1->x_flag_init_derived != ptr2->x_flag_init_derived)
15756 : 0 : internal_error ("%<global_options%> are modified in local context");
15757 : 832653 : if (ptr1->x_flag_init_real != ptr2->x_flag_init_real)
15758 : 0 : internal_error ("%<global_options%> are modified in local context");
15759 : 832653 : if (ptr1->x_flag_no_inline != ptr2->x_flag_no_inline)
15760 : 0 : internal_error ("%<global_options%> are modified in local context");
15761 : 832653 : if (ptr1->x_flag_inline_arg_packing != ptr2->x_flag_inline_arg_packing)
15762 : 0 : internal_error ("%<global_options%> are modified in local context");
15763 : 832653 : if (ptr1->x_flag_inline_atomics != ptr2->x_flag_inline_atomics)
15764 : 0 : internal_error ("%<global_options%> are modified in local context");
15765 : 832653 : if (ptr1->x_flag_inline_functions != ptr2->x_flag_inline_functions)
15766 : 0 : internal_error ("%<global_options%> are modified in local context");
15767 : 832653 : if (ptr1->x_flag_inline_functions_called_once != ptr2->x_flag_inline_functions_called_once)
15768 : 0 : internal_error ("%<global_options%> are modified in local context");
15769 : 832653 : if (ptr1->x_flag_inline_intrinsics != ptr2->x_flag_inline_intrinsics)
15770 : 0 : internal_error ("%<global_options%> are modified in local context");
15771 : 832653 : if (ptr1->x_flag_inline_matmul_limit != ptr2->x_flag_inline_matmul_limit)
15772 : 0 : internal_error ("%<global_options%> are modified in local context");
15773 : 832653 : if (ptr1->x_flag_inline_small_functions != ptr2->x_flag_inline_small_functions)
15774 : 0 : internal_error ("%<global_options%> are modified in local context");
15775 : 832653 : if (ptr1->x_flag_inline_stringops != ptr2->x_flag_inline_stringops)
15776 : 0 : internal_error ("%<global_options%> are modified in local context");
15777 : 832653 : if (ptr1->x_flag_instrument_function_entry_exit != ptr2->x_flag_instrument_function_entry_exit)
15778 : 0 : internal_error ("%<global_options%> are modified in local context");
15779 : 832653 : if (ptr1->x_flag_integer4_kind != ptr2->x_flag_integer4_kind)
15780 : 0 : internal_error ("%<global_options%> are modified in local context");
15781 : 832653 : if (ptr1->x_cobol_ebcdic != ptr2->x_cobol_ebcdic)
15782 : 0 : internal_error ("%<global_options%> are modified in local context");
15783 : 832653 : if (ptr1->x_flag_invariants != ptr2->x_flag_invariants)
15784 : 0 : internal_error ("%<global_options%> are modified in local context");
15785 : 832653 : if (ptr1->x_flag_ipa_bit_cp != ptr2->x_flag_ipa_bit_cp)
15786 : 0 : internal_error ("%<global_options%> are modified in local context");
15787 : 832653 : if (ptr1->x_flag_ipa_cp != ptr2->x_flag_ipa_cp)
15788 : 0 : internal_error ("%<global_options%> are modified in local context");
15789 : 832653 : if (ptr1->x_flag_ipa_cp_clone != ptr2->x_flag_ipa_cp_clone)
15790 : 0 : internal_error ("%<global_options%> are modified in local context");
15791 : 832653 : if (ptr1->x_flag_ipa_icf != ptr2->x_flag_ipa_icf)
15792 : 0 : internal_error ("%<global_options%> are modified in local context");
15793 : 832653 : if (ptr1->x_flag_ipa_icf_functions != ptr2->x_flag_ipa_icf_functions)
15794 : 0 : internal_error ("%<global_options%> are modified in local context");
15795 : 832653 : if (ptr1->x_flag_ipa_icf_variables != ptr2->x_flag_ipa_icf_variables)
15796 : 0 : internal_error ("%<global_options%> are modified in local context");
15797 : 832653 : if (ptr1->x_flag_ipa_modref != ptr2->x_flag_ipa_modref)
15798 : 0 : internal_error ("%<global_options%> are modified in local context");
15799 : 832653 : if (ptr1->x_flag_ipa_profile != ptr2->x_flag_ipa_profile)
15800 : 0 : internal_error ("%<global_options%> are modified in local context");
15801 : 832653 : if (ptr1->x_flag_ipa_pta != ptr2->x_flag_ipa_pta)
15802 : 0 : internal_error ("%<global_options%> are modified in local context");
15803 : 832653 : if (ptr1->x_flag_ipa_pure_const != ptr2->x_flag_ipa_pure_const)
15804 : 0 : internal_error ("%<global_options%> are modified in local context");
15805 : 832653 : if (ptr1->x_flag_ipa_ra != ptr2->x_flag_ipa_ra)
15806 : 0 : internal_error ("%<global_options%> are modified in local context");
15807 : 832653 : if (ptr1->x_flag_ipa_reference != ptr2->x_flag_ipa_reference)
15808 : 0 : internal_error ("%<global_options%> are modified in local context");
15809 : 832653 : if (ptr1->x_flag_ipa_reference_addressable != ptr2->x_flag_ipa_reference_addressable)
15810 : 0 : internal_error ("%<global_options%> are modified in local context");
15811 : 832653 : if (ptr1->x_flag_ipa_reorder_for_locality != ptr2->x_flag_ipa_reorder_for_locality)
15812 : 0 : internal_error ("%<global_options%> are modified in local context");
15813 : 832653 : if (ptr1->x_flag_ipa_sra != ptr2->x_flag_ipa_sra)
15814 : 0 : internal_error ("%<global_options%> are modified in local context");
15815 : 832653 : if (ptr1->x_flag_ipa_stack_alignment != ptr2->x_flag_ipa_stack_alignment)
15816 : 0 : internal_error ("%<global_options%> are modified in local context");
15817 : 832653 : if (ptr1->x_flag_ipa_strict_aliasing != ptr2->x_flag_ipa_strict_aliasing)
15818 : 0 : internal_error ("%<global_options%> are modified in local context");
15819 : 832653 : if (ptr1->x_flag_ipa_vrp != ptr2->x_flag_ipa_vrp)
15820 : 0 : internal_error ("%<global_options%> are modified in local context");
15821 : 832653 : if (ptr1->x_flag_ira_algorithm != ptr2->x_flag_ira_algorithm)
15822 : 0 : internal_error ("%<global_options%> are modified in local context");
15823 : 832653 : if (ptr1->x_flag_ira_hoist_pressure != ptr2->x_flag_ira_hoist_pressure)
15824 : 0 : internal_error ("%<global_options%> are modified in local context");
15825 : 832653 : if (ptr1->x_flag_ira_loop_pressure != ptr2->x_flag_ira_loop_pressure)
15826 : 0 : internal_error ("%<global_options%> are modified in local context");
15827 : 832653 : if (ptr1->x_flag_ira_region != ptr2->x_flag_ira_region)
15828 : 0 : internal_error ("%<global_options%> are modified in local context");
15829 : 832653 : if (ptr1->x_flag_ira_share_save_slots != ptr2->x_flag_ira_share_save_slots)
15830 : 0 : internal_error ("%<global_options%> are modified in local context");
15831 : 832653 : if (ptr1->x_flag_ira_share_spill_slots != ptr2->x_flag_ira_share_spill_slots)
15832 : 0 : internal_error ("%<global_options%> are modified in local context");
15833 : 832653 : if (ptr1->x_flag_ira_verbose != ptr2->x_flag_ira_verbose)
15834 : 0 : internal_error ("%<global_options%> are modified in local context");
15835 : 832653 : if (ptr1->x_flag_isolate_erroneous_paths_attribute != ptr2->x_flag_isolate_erroneous_paths_attribute)
15836 : 0 : internal_error ("%<global_options%> are modified in local context");
15837 : 832653 : if (ptr1->x_flag_isolate_erroneous_paths_dereference != ptr2->x_flag_isolate_erroneous_paths_dereference)
15838 : 0 : internal_error ("%<global_options%> are modified in local context");
15839 : 832653 : if (ptr1->x_default_ivar_visibility != ptr2->x_default_ivar_visibility)
15840 : 0 : internal_error ("%<global_options%> are modified in local context");
15841 : 832653 : if (ptr1->x_flag_ivopts != ptr2->x_flag_ivopts)
15842 : 0 : internal_error ("%<global_options%> are modified in local context");
15843 : 832653 : if (ptr1->x_flag_jump_tables != ptr2->x_flag_jump_tables)
15844 : 0 : internal_error ("%<global_options%> are modified in local context");
15845 : 832653 : if (ptr1->x_flag_keep_gc_roots_live != ptr2->x_flag_keep_gc_roots_live)
15846 : 0 : internal_error ("%<global_options%> are modified in local context");
15847 : 832653 : if (ptr1->x_flag_keep_inline_dllexport != ptr2->x_flag_keep_inline_dllexport)
15848 : 0 : internal_error ("%<global_options%> are modified in local context");
15849 : 832653 : if (ptr1->x_flag_keep_inline_functions != ptr2->x_flag_keep_inline_functions)
15850 : 0 : internal_error ("%<global_options%> are modified in local context");
15851 : 832653 : if (ptr1->x_flag_keep_static_consts != ptr2->x_flag_keep_static_consts)
15852 : 0 : internal_error ("%<global_options%> are modified in local context");
15853 : 832653 : if (ptr1->x_flag_keep_static_functions != ptr2->x_flag_keep_static_functions)
15854 : 0 : internal_error ("%<global_options%> are modified in local context");
15855 : 832653 : if (ptr1->x_note_include_translate_yes != ptr2->x_note_include_translate_yes)
15856 : 0 : internal_error ("%<global_options%> are modified in local context");
15857 : 832653 : if (ptr1->x_note_include_translate_no != ptr2->x_note_include_translate_no)
15858 : 0 : internal_error ("%<global_options%> are modified in local context");
15859 : 832653 : if (ptr1->x_note_module_cmi_yes != ptr2->x_note_module_cmi_yes)
15860 : 0 : internal_error ("%<global_options%> are modified in local context");
15861 : 832653 : if (ptr1->x_flag_late_combine_instructions != ptr2->x_flag_late_combine_instructions)
15862 : 0 : internal_error ("%<global_options%> are modified in local context");
15863 : 832653 : if (ptr1->x_flag_lax_vector_conversions != ptr2->x_flag_lax_vector_conversions)
15864 : 0 : internal_error ("%<global_options%> are modified in local context");
15865 : 832653 : if (ptr1->x_flag_leading_underscore != ptr2->x_flag_leading_underscore)
15866 : 0 : internal_error ("%<global_options%> are modified in local context");
15867 : 832653 : if (ptr1->x_flag_lifetime_dse != ptr2->x_flag_lifetime_dse)
15868 : 0 : internal_error ("%<global_options%> are modified in local context");
15869 : 832653 : if (ptr1->x_flag_limit_function_alignment != ptr2->x_flag_limit_function_alignment)
15870 : 0 : internal_error ("%<global_options%> are modified in local context");
15871 : 832653 : if (ptr1->x_flag_lto_linker_output != ptr2->x_flag_lto_linker_output)
15872 : 0 : internal_error ("%<global_options%> are modified in local context");
15873 : 832653 : if (ptr1->x_flag_live_patching != ptr2->x_flag_live_patching)
15874 : 0 : internal_error ("%<global_options%> are modified in local context");
15875 : 832653 : if (ptr1->x_flag_live_range_shrinkage != ptr2->x_flag_live_range_shrinkage)
15876 : 0 : internal_error ("%<global_options%> are modified in local context");
15877 : 832653 : if (ptr1->x_flag_local_ivars != ptr2->x_flag_local_ivars)
15878 : 0 : internal_error ("%<global_options%> are modified in local context");
15879 : 832653 : if (ptr1->x_flag_loop_interchange != ptr2->x_flag_loop_interchange)
15880 : 0 : internal_error ("%<global_options%> are modified in local context");
15881 : 832653 : if (ptr1->x_flag_loop_nest_optimize != ptr2->x_flag_loop_nest_optimize)
15882 : 0 : internal_error ("%<global_options%> are modified in local context");
15883 : 832653 : if (ptr1->x_flag_loop_parallelize_all != ptr2->x_flag_loop_parallelize_all)
15884 : 0 : internal_error ("%<global_options%> are modified in local context");
15885 : 832653 : if (ptr1->x_flag_unroll_jam != ptr2->x_flag_unroll_jam)
15886 : 0 : internal_error ("%<global_options%> are modified in local context");
15887 : 832653 : if (ptr1->x_flag_lra_remat != ptr2->x_flag_lra_remat)
15888 : 0 : internal_error ("%<global_options%> are modified in local context");
15889 : 832653 : if (ptr1->x_flag_lto_compression_level != ptr2->x_flag_lto_compression_level)
15890 : 0 : internal_error ("%<global_options%> are modified in local context");
15891 : 832653 : if (ptr1->x_flag_lto_incremental_cache_size != ptr2->x_flag_lto_incremental_cache_size)
15892 : 0 : internal_error ("%<global_options%> are modified in local context");
15893 : 832653 : if (ptr1->x_flag_lto_incremental != ptr2->x_flag_lto_incremental)
15894 : 0 : internal_error ("%<global_options%> are modified in local context");
15895 : 832653 : if (ptr1->x_flag_lto_partition != ptr2->x_flag_lto_partition)
15896 : 0 : internal_error ("%<global_options%> are modified in local context");
15897 : 832653 : if (ptr1->x_flag_lto_report != ptr2->x_flag_lto_report)
15898 : 0 : internal_error ("%<global_options%> are modified in local context");
15899 : 832653 : if (ptr1->x_flag_lto_report_wpa != ptr2->x_flag_lto_report_wpa)
15900 : 0 : internal_error ("%<global_options%> are modified in local context");
15901 : 832653 : if (ptr1->x_flag_lto != ptr2->x_flag_lto)
15902 : 0 : internal_error ("%<global_options%> are modified in local context");
15903 : 832653 : if (ptr1->x_flag_ltrans != ptr2->x_flag_ltrans)
15904 : 0 : internal_error ("%<global_options%> are modified in local context");
15905 : 832653 : if (ptr1->x_ltrans_output_list != ptr2->x_ltrans_output_list)
15906 : 0 : internal_error ("%<global_options%> are modified in local context");
15907 : 832653 : if (ptr1->x_flag_malloc_dce != ptr2->x_flag_malloc_dce)
15908 : 0 : internal_error ("%<global_options%> are modified in local context");
15909 : 832653 : if (ptr1->x_flag_malloc_dse != ptr2->x_flag_malloc_dse)
15910 : 0 : internal_error ("%<global_options%> are modified in local context");
15911 : 832653 : if (ptr1->x_flag_errno_math != ptr2->x_flag_errno_math)
15912 : 0 : internal_error ("%<global_options%> are modified in local context");
15913 : 832653 : if (ptr1->x_flag_max_array_constructor != ptr2->x_flag_max_array_constructor)
15914 : 0 : internal_error ("%<global_options%> are modified in local context");
15915 : 832653 : if (ptr1->x_flag_max_errors != ptr2->x_flag_max_errors)
15916 : 0 : internal_error ("%<global_options%> are modified in local context");
15917 : 832653 : if (ptr1->x_flag_max_stack_var_size != ptr2->x_flag_max_stack_var_size)
15918 : 0 : internal_error ("%<global_options%> are modified in local context");
15919 : 832653 : if (ptr1->x_flag_max_subrecord_length != ptr2->x_flag_max_subrecord_length)
15920 : 0 : internal_error ("%<global_options%> are modified in local context");
15921 : 832653 : if (ptr1->x_mem_report != ptr2->x_mem_report)
15922 : 0 : internal_error ("%<global_options%> are modified in local context");
15923 : 832653 : if (ptr1->x_mem_report_wpa != ptr2->x_mem_report_wpa)
15924 : 0 : internal_error ("%<global_options%> are modified in local context");
15925 : 832653 : if (ptr1->x_flag_merge_debug_strings != ptr2->x_flag_merge_debug_strings)
15926 : 0 : internal_error ("%<global_options%> are modified in local context");
15927 : 832653 : if (ptr1->x_flag_min_function_alignment != ptr2->x_flag_min_function_alignment)
15928 : 0 : internal_error ("%<global_options%> are modified in local context");
15929 : 832653 : if (ptr1->x_flag_header_unit != ptr2->x_flag_header_unit)
15930 : 0 : internal_error ("%<global_options%> are modified in local context");
15931 : 832653 : if (ptr1->x_flag_module_implicit_inline != ptr2->x_flag_module_implicit_inline)
15932 : 0 : internal_error ("%<global_options%> are modified in local context");
15933 : 832653 : if (ptr1->x_flag_module_lazy != ptr2->x_flag_module_lazy)
15934 : 0 : internal_error ("%<global_options%> are modified in local context");
15935 : 832653 : if (ptr1->x_flag_module_only != ptr2->x_flag_module_only)
15936 : 0 : internal_error ("%<global_options%> are modified in local context");
15937 : 832653 : if (ptr1->x_flag_module_private != ptr2->x_flag_module_private)
15938 : 0 : internal_error ("%<global_options%> are modified in local context");
15939 : 832653 : if (ptr1->x_flag_module_version_ignore != ptr2->x_flag_module_version_ignore)
15940 : 0 : internal_error ("%<global_options%> are modified in local context");
15941 : 832653 : if (ptr1->x_flag_moduleinfo != ptr2->x_flag_moduleinfo)
15942 : 0 : internal_error ("%<global_options%> are modified in local context");
15943 : 832653 : if (ptr1->x_flag_modules != ptr2->x_flag_modules)
15944 : 0 : internal_error ("%<global_options%> are modified in local context");
15945 : 832653 : if (ptr1->x_flag_modulo_sched != ptr2->x_flag_modulo_sched)
15946 : 0 : internal_error ("%<global_options%> are modified in local context");
15947 : 832653 : if (ptr1->x_flag_modulo_sched_allow_regmoves != ptr2->x_flag_modulo_sched_allow_regmoves)
15948 : 0 : internal_error ("%<global_options%> are modified in local context");
15949 : 832653 : if (ptr1->x_flag_move_loop_invariants != ptr2->x_flag_move_loop_invariants)
15950 : 0 : internal_error ("%<global_options%> are modified in local context");
15951 : 832653 : if (ptr1->x_flag_move_loop_stores != ptr2->x_flag_move_loop_stores)
15952 : 0 : internal_error ("%<global_options%> are modified in local context");
15953 : 832653 : if (ptr1->x_flag_ms_extensions != ptr2->x_flag_ms_extensions)
15954 : 0 : internal_error ("%<global_options%> are modified in local context");
15955 : 832653 : if (ptr1->x_flag_new_inheriting_ctors != ptr2->x_flag_new_inheriting_ctors)
15956 : 0 : internal_error ("%<global_options%> are modified in local context");
15957 : 832653 : if (ptr1->x_flag_new_ttp != ptr2->x_flag_new_ttp)
15958 : 0 : internal_error ("%<global_options%> are modified in local context");
15959 : 832653 : if (ptr1->x_flag_nil_receivers != ptr2->x_flag_nil_receivers)
15960 : 0 : internal_error ("%<global_options%> are modified in local context");
15961 : 832653 : if (ptr1->x_flag_non_call_exceptions != ptr2->x_flag_non_call_exceptions)
15962 : 0 : internal_error ("%<global_options%> are modified in local context");
15963 : 832653 : if (ptr1->x_flag_no_nonansi_builtin != ptr2->x_flag_no_nonansi_builtin)
15964 : 0 : internal_error ("%<global_options%> are modified in local context");
15965 : 832653 : if (ptr1->x_flag_nothrow_opt != ptr2->x_flag_nothrow_opt)
15966 : 0 : internal_error ("%<global_options%> are modified in local context");
15967 : 832653 : if (ptr1->x_flag_objc_abi != ptr2->x_flag_objc_abi)
15968 : 0 : internal_error ("%<global_options%> are modified in local context");
15969 : 832653 : if (ptr1->x_flag_objc_call_cxx_cdtors != ptr2->x_flag_objc_call_cxx_cdtors)
15970 : 0 : internal_error ("%<global_options%> are modified in local context");
15971 : 832653 : if (ptr1->x_flag_objc_direct_dispatch != ptr2->x_flag_objc_direct_dispatch)
15972 : 0 : internal_error ("%<global_options%> are modified in local context");
15973 : 832653 : if (ptr1->x_flag_objc_exceptions != ptr2->x_flag_objc_exceptions)
15974 : 0 : internal_error ("%<global_options%> are modified in local context");
15975 : 832653 : if (ptr1->x_flag_objc_gc != ptr2->x_flag_objc_gc)
15976 : 0 : internal_error ("%<global_options%> are modified in local context");
15977 : 832653 : if (ptr1->x_flag_objc_nilcheck != ptr2->x_flag_objc_nilcheck)
15978 : 0 : internal_error ("%<global_options%> are modified in local context");
15979 : 832653 : if (ptr1->x_flag_objc_sjlj_exceptions != ptr2->x_flag_objc_sjlj_exceptions)
15980 : 0 : internal_error ("%<global_options%> are modified in local context");
15981 : 832653 : if (ptr1->x_flag_objc1_only != ptr2->x_flag_objc1_only)
15982 : 0 : internal_error ("%<global_options%> are modified in local context");
15983 : 832653 : if (ptr1->x_flag_openacc != ptr2->x_flag_openacc)
15984 : 0 : internal_error ("%<global_options%> are modified in local context");
15985 : 832653 : if (ptr1->x_flag_openacc_dims != ptr2->x_flag_openacc_dims)
15986 : 0 : internal_error ("%<global_options%> are modified in local context");
15987 : 832653 : if (ptr1->x_flag_openmp != ptr2->x_flag_openmp)
15988 : 0 : internal_error ("%<global_options%> are modified in local context");
15989 : 832653 : if (ptr1->x_flag_openmp_allocators != ptr2->x_flag_openmp_allocators)
15990 : 0 : internal_error ("%<global_options%> are modified in local context");
15991 : 832653 : if (ptr1->x_flag_openmp_simd != ptr2->x_flag_openmp_simd)
15992 : 0 : internal_error ("%<global_options%> are modified in local context");
15993 : 832653 : if (ptr1->x_flag_openmp_target_simd_clone != ptr2->x_flag_openmp_target_simd_clone)
15994 : 0 : internal_error ("%<global_options%> are modified in local context");
15995 : 832653 : if (ptr1->x_flag_opt_info != ptr2->x_flag_opt_info)
15996 : 0 : internal_error ("%<global_options%> are modified in local context");
15997 : 832653 : if (ptr1->x_flag_optimize_crc != ptr2->x_flag_optimize_crc)
15998 : 0 : internal_error ("%<global_options%> are modified in local context");
15999 : 832653 : if (ptr1->x_flag_optimize_sibling_calls != ptr2->x_flag_optimize_sibling_calls)
16000 : 0 : internal_error ("%<global_options%> are modified in local context");
16001 : 832653 : if (ptr1->x_flag_optimize_strlen != ptr2->x_flag_optimize_strlen)
16002 : 0 : internal_error ("%<global_options%> are modified in local context");
16003 : 832653 : if (ptr1->x_flag_pack_derived != ptr2->x_flag_pack_derived)
16004 : 0 : internal_error ("%<global_options%> are modified in local context");
16005 : 832653 : if (ptr1->x_flag_pack_struct != ptr2->x_flag_pack_struct)
16006 : 0 : internal_error ("%<global_options%> are modified in local context");
16007 : 832653 : if (ptr1->x_flag_pad_source != ptr2->x_flag_pad_source)
16008 : 0 : internal_error ("%<global_options%> are modified in local context");
16009 : 832653 : if (ptr1->x_flag_partial_inlining != ptr2->x_flag_partial_inlining)
16010 : 0 : internal_error ("%<global_options%> are modified in local context");
16011 : 832653 : if (ptr1->x_flag_patchable_function_entry != ptr2->x_flag_patchable_function_entry
16012 : 0 : && (!ptr1->x_flag_patchable_function_entry || !ptr2->x_flag_patchable_function_entry
16013 : 0 : || strcmp (ptr1->x_flag_patchable_function_entry, ptr2->x_flag_patchable_function_entry)))
16014 : 0 : internal_error ("%<global_options%> are modified in local context");
16015 : 832653 : if (ptr1->x_path_coverage_flag != ptr2->x_path_coverage_flag)
16016 : 0 : internal_error ("%<global_options%> are modified in local context");
16017 : 832653 : if (ptr1->x_path_coverage_limit != ptr2->x_path_coverage_limit)
16018 : 0 : internal_error ("%<global_options%> are modified in local context");
16019 : 832653 : if (ptr1->x_flag_pcc_struct_return != ptr2->x_flag_pcc_struct_return)
16020 : 0 : internal_error ("%<global_options%> are modified in local context");
16021 : 832653 : if (ptr1->x_flag_peel_loops != ptr2->x_flag_peel_loops)
16022 : 0 : internal_error ("%<global_options%> are modified in local context");
16023 : 832653 : if (ptr1->x_flag_no_peephole != ptr2->x_flag_no_peephole)
16024 : 0 : internal_error ("%<global_options%> are modified in local context");
16025 : 832653 : if (ptr1->x_flag_peephole2 != ptr2->x_flag_peephole2)
16026 : 0 : internal_error ("%<global_options%> are modified in local context");
16027 : 832653 : if (ptr1->x_flag_permissive != ptr2->x_flag_permissive)
16028 : 0 : internal_error ("%<global_options%> are modified in local context");
16029 : 832653 : if (ptr1->x_flag_permitted_flt_eval_methods != ptr2->x_flag_permitted_flt_eval_methods)
16030 : 0 : internal_error ("%<global_options%> are modified in local context");
16031 : 832653 : if (ptr1->x_flag_plan9_extensions != ptr2->x_flag_plan9_extensions)
16032 : 0 : internal_error ("%<global_options%> are modified in local context");
16033 : 832653 : if (ptr1->x_flag_plt != ptr2->x_flag_plt)
16034 : 0 : internal_error ("%<global_options%> are modified in local context");
16035 : 832653 : if (ptr1->x_post_ipa_mem_report != ptr2->x_post_ipa_mem_report)
16036 : 0 : internal_error ("%<global_options%> are modified in local context");
16037 : 832653 : if (ptr1->x_flag_postconditions != ptr2->x_flag_postconditions)
16038 : 0 : internal_error ("%<global_options%> are modified in local context");
16039 : 832653 : if (ptr1->x_flag_pre_include != ptr2->x_flag_pre_include)
16040 : 0 : internal_error ("%<global_options%> are modified in local context");
16041 : 832653 : if (ptr1->x_pre_ipa_mem_report != ptr2->x_pre_ipa_mem_report)
16042 : 0 : internal_error ("%<global_options%> are modified in local context");
16043 : 832653 : if (ptr1->x_flag_preconditions != ptr2->x_flag_preconditions)
16044 : 0 : internal_error ("%<global_options%> are modified in local context");
16045 : 832653 : if (ptr1->x_flag_predictive_commoning != ptr2->x_flag_predictive_commoning)
16046 : 0 : internal_error ("%<global_options%> are modified in local context");
16047 : 832653 : if (ptr1->x_flag_prefetch_loop_arrays != ptr2->x_flag_prefetch_loop_arrays)
16048 : 0 : internal_error ("%<global_options%> are modified in local context");
16049 : 832653 : if (ptr1->x_flag_pretty_templates != ptr2->x_flag_pretty_templates)
16050 : 0 : internal_error ("%<global_options%> are modified in local context");
16051 : 832653 : if (ptr1->x_flag_printf_return_value != ptr2->x_flag_printf_return_value)
16052 : 0 : internal_error ("%<global_options%> are modified in local context");
16053 : 832653 : if (ptr1->x_profile_flag != ptr2->x_profile_flag)
16054 : 0 : internal_error ("%<global_options%> are modified in local context");
16055 : 832653 : if (ptr1->x_profile_abs_path_flag != ptr2->x_profile_abs_path_flag)
16056 : 0 : internal_error ("%<global_options%> are modified in local context");
16057 : 832653 : if (ptr1->x_profile_arc_flag != ptr2->x_profile_arc_flag)
16058 : 0 : internal_error ("%<global_options%> are modified in local context");
16059 : 832653 : if (ptr1->x_flag_profile_correction != ptr2->x_flag_profile_correction)
16060 : 0 : internal_error ("%<global_options%> are modified in local context");
16061 : 832653 : if (ptr1->x_profile_data_prefix != ptr2->x_profile_data_prefix)
16062 : 0 : internal_error ("%<global_options%> are modified in local context");
16063 : 832653 : if (ptr1->x_flag_profile_exclude_files != ptr2->x_flag_profile_exclude_files)
16064 : 0 : internal_error ("%<global_options%> are modified in local context");
16065 : 832653 : if (ptr1->x_flag_profile_filter_files != ptr2->x_flag_profile_filter_files)
16066 : 0 : internal_error ("%<global_options%> are modified in local context");
16067 : 832653 : if (ptr1->x_profile_info_section != ptr2->x_profile_info_section)
16068 : 0 : internal_error ("%<global_options%> are modified in local context");
16069 : 832653 : if (ptr1->x_profile_note_location != ptr2->x_profile_note_location)
16070 : 0 : internal_error ("%<global_options%> are modified in local context");
16071 : 832653 : if (ptr1->x_flag_profile_partial_training != ptr2->x_flag_profile_partial_training)
16072 : 0 : internal_error ("%<global_options%> are modified in local context");
16073 : 832653 : if (ptr1->x_profile_prefix_path != ptr2->x_profile_prefix_path)
16074 : 0 : internal_error ("%<global_options%> are modified in local context");
16075 : 832653 : if (ptr1->x_flag_profile_reorder_functions != ptr2->x_flag_profile_reorder_functions)
16076 : 0 : internal_error ("%<global_options%> are modified in local context");
16077 : 832653 : if (ptr1->x_profile_report != ptr2->x_profile_report)
16078 : 0 : internal_error ("%<global_options%> are modified in local context");
16079 : 832653 : if (ptr1->x_flag_profile_reproducible != ptr2->x_flag_profile_reproducible)
16080 : 0 : internal_error ("%<global_options%> are modified in local context");
16081 : 832653 : if (ptr1->x_flag_profile_update != ptr2->x_flag_profile_update)
16082 : 0 : internal_error ("%<global_options%> are modified in local context");
16083 : 832653 : if (ptr1->x_flag_profile_use != ptr2->x_flag_profile_use)
16084 : 0 : internal_error ("%<global_options%> are modified in local context");
16085 : 832653 : if (ptr1->x_flag_profile_values != ptr2->x_flag_profile_values)
16086 : 0 : internal_error ("%<global_options%> are modified in local context");
16087 : 832653 : if (ptr1->x_flag_protect_parens != ptr2->x_flag_protect_parens)
16088 : 0 : internal_error ("%<global_options%> are modified in local context");
16089 : 832653 : if (ptr1->x_flag_range_check != ptr2->x_flag_range_check)
16090 : 0 : internal_error ("%<global_options%> are modified in local context");
16091 : 832653 : if (ptr1->x_flag_range_for_ext_temps != ptr2->x_flag_range_for_ext_temps)
16092 : 0 : internal_error ("%<global_options%> are modified in local context");
16093 : 832653 : if (ptr1->x_flag_real4_kind != ptr2->x_flag_real4_kind)
16094 : 0 : internal_error ("%<global_options%> are modified in local context");
16095 : 832653 : if (ptr1->x_flag_real8_kind != ptr2->x_flag_real8_kind)
16096 : 0 : internal_error ("%<global_options%> are modified in local context");
16097 : 832653 : if (ptr1->x_flag_realloc_lhs != ptr2->x_flag_realloc_lhs)
16098 : 0 : internal_error ("%<global_options%> are modified in local context");
16099 : 832653 : if (ptr1->x_flag_reciprocal_math != ptr2->x_flag_reciprocal_math)
16100 : 0 : internal_error ("%<global_options%> are modified in local context");
16101 : 832653 : if (ptr1->x_flag_record_gcc_switches != ptr2->x_flag_record_gcc_switches)
16102 : 0 : internal_error ("%<global_options%> are modified in local context");
16103 : 832653 : if (ptr1->x_flag_record_marker != ptr2->x_flag_record_marker)
16104 : 0 : internal_error ("%<global_options%> are modified in local context");
16105 : 832653 : if (ptr1->x_flag_recursive != ptr2->x_flag_recursive)
16106 : 0 : internal_error ("%<global_options%> are modified in local context");
16107 : 832653 : if (ptr1->x_flag_ree != ptr2->x_flag_ree)
16108 : 0 : internal_error ("%<global_options%> are modified in local context");
16109 : 832653 : if (ptr1->x_flag_rename_registers != ptr2->x_flag_rename_registers)
16110 : 0 : internal_error ("%<global_options%> are modified in local context");
16111 : 832653 : if (ptr1->x_flag_reorder_blocks != ptr2->x_flag_reorder_blocks)
16112 : 0 : internal_error ("%<global_options%> are modified in local context");
16113 : 832653 : if (ptr1->x_flag_reorder_blocks_algorithm != ptr2->x_flag_reorder_blocks_algorithm)
16114 : 0 : internal_error ("%<global_options%> are modified in local context");
16115 : 832653 : if (ptr1->x_flag_reorder_blocks_and_partition != ptr2->x_flag_reorder_blocks_and_partition)
16116 : 0 : internal_error ("%<global_options%> are modified in local context");
16117 : 832653 : if (ptr1->x_flag_reorder_functions != ptr2->x_flag_reorder_functions)
16118 : 0 : internal_error ("%<global_options%> are modified in local context");
16119 : 832653 : if (ptr1->x_flag_repack_arrays != ptr2->x_flag_repack_arrays)
16120 : 0 : internal_error ("%<global_options%> are modified in local context");
16121 : 832653 : if (ptr1->x_flag_replace_objc_classes != ptr2->x_flag_replace_objc_classes)
16122 : 0 : internal_error ("%<global_options%> are modified in local context");
16123 : 832653 : if (ptr1->x_flag_report_bug != ptr2->x_flag_report_bug)
16124 : 0 : internal_error ("%<global_options%> are modified in local context");
16125 : 832653 : if (ptr1->x_flag_rerun_cse_after_loop != ptr2->x_flag_rerun_cse_after_loop)
16126 : 0 : internal_error ("%<global_options%> are modified in local context");
16127 : 832653 : if (ptr1->x_flag_resched_modulo_sched != ptr2->x_flag_resched_modulo_sched)
16128 : 0 : internal_error ("%<global_options%> are modified in local context");
16129 : 832653 : if (ptr1->x_flag_rounding_math != ptr2->x_flag_rounding_math)
16130 : 0 : internal_error ("%<global_options%> are modified in local context");
16131 : 832653 : if (ptr1->x_flag_rtti != ptr2->x_flag_rtti)
16132 : 0 : internal_error ("%<global_options%> are modified in local context");
16133 : 832653 : if (ptr1->x_flag_borrowcheck != ptr2->x_flag_borrowcheck)
16134 : 0 : internal_error ("%<global_options%> are modified in local context");
16135 : 832653 : if (ptr1->x_flag_rust_compile_until != ptr2->x_flag_rust_compile_until)
16136 : 0 : internal_error ("%<global_options%> are modified in local context");
16137 : 832653 : if (ptr1->x_flag_rust_crate_type != ptr2->x_flag_rust_crate_type)
16138 : 0 : internal_error ("%<global_options%> are modified in local context");
16139 : 832653 : if (ptr1->x_flag_rust_debug != ptr2->x_flag_rust_debug)
16140 : 0 : internal_error ("%<global_options%> are modified in local context");
16141 : 832653 : if (ptr1->x_flag_rust_edition != ptr2->x_flag_rust_edition)
16142 : 0 : internal_error ("%<global_options%> are modified in local context");
16143 : 832653 : if (ptr1->x_flag_rust_embed_metadata != ptr2->x_flag_rust_embed_metadata)
16144 : 0 : internal_error ("%<global_options%> are modified in local context");
16145 : 832653 : if (ptr1->x_flag_rust_experimental != ptr2->x_flag_rust_experimental)
16146 : 0 : internal_error ("%<global_options%> are modified in local context");
16147 : 832653 : if (ptr1->x_flag_rust_mangling != ptr2->x_flag_rust_mangling)
16148 : 0 : internal_error ("%<global_options%> are modified in local context");
16149 : 832653 : if (ptr1->x_rust_max_recursion_depth != ptr2->x_rust_max_recursion_depth)
16150 : 0 : internal_error ("%<global_options%> are modified in local context");
16151 : 832653 : if (ptr1->x_flag_name_resolution_2_0 != ptr2->x_flag_name_resolution_2_0)
16152 : 0 : internal_error ("%<global_options%> are modified in local context");
16153 : 832653 : if (ptr1->x_flag_overflow_checks != ptr2->x_flag_overflow_checks)
16154 : 0 : internal_error ("%<global_options%> are modified in local context");
16155 : 832653 : if (ptr1->x_flag_rust_panic != ptr2->x_flag_rust_panic)
16156 : 0 : internal_error ("%<global_options%> are modified in local context");
16157 : 832653 : if (ptr1->x_flag_sanitize_address_use_after_scope != ptr2->x_flag_sanitize_address_use_after_scope)
16158 : 0 : internal_error ("%<global_options%> are modified in local context");
16159 : 832653 : if (ptr1->x_flag_sanitize_coverage != ptr2->x_flag_sanitize_coverage)
16160 : 0 : internal_error ("%<global_options%> are modified in local context");
16161 : 832653 : if (ptr1->x_flag_save_optimization_record != ptr2->x_flag_save_optimization_record)
16162 : 0 : internal_error ("%<global_options%> are modified in local context");
16163 : 832653 : if (ptr1->x_flag_sched_critical_path_heuristic != ptr2->x_flag_sched_critical_path_heuristic)
16164 : 0 : internal_error ("%<global_options%> are modified in local context");
16165 : 832653 : if (ptr1->x_flag_sched_dep_count_heuristic != ptr2->x_flag_sched_dep_count_heuristic)
16166 : 0 : internal_error ("%<global_options%> are modified in local context");
16167 : 832653 : if (ptr1->x_flag_sched_group_heuristic != ptr2->x_flag_sched_group_heuristic)
16168 : 0 : internal_error ("%<global_options%> are modified in local context");
16169 : 832653 : if (ptr1->x_flag_schedule_interblock != ptr2->x_flag_schedule_interblock)
16170 : 0 : internal_error ("%<global_options%> are modified in local context");
16171 : 832653 : if (ptr1->x_flag_sched_last_insn_heuristic != ptr2->x_flag_sched_last_insn_heuristic)
16172 : 0 : internal_error ("%<global_options%> are modified in local context");
16173 : 832653 : if (ptr1->x_flag_sched_pressure != ptr2->x_flag_sched_pressure)
16174 : 0 : internal_error ("%<global_options%> are modified in local context");
16175 : 832653 : if (ptr1->x_flag_sched_rank_heuristic != ptr2->x_flag_sched_rank_heuristic)
16176 : 0 : internal_error ("%<global_options%> are modified in local context");
16177 : 832653 : if (ptr1->x_flag_schedule_speculative != ptr2->x_flag_schedule_speculative)
16178 : 0 : internal_error ("%<global_options%> are modified in local context");
16179 : 832653 : if (ptr1->x_flag_sched_spec_insn_heuristic != ptr2->x_flag_sched_spec_insn_heuristic)
16180 : 0 : internal_error ("%<global_options%> are modified in local context");
16181 : 832653 : if (ptr1->x_flag_schedule_speculative_load != ptr2->x_flag_schedule_speculative_load)
16182 : 0 : internal_error ("%<global_options%> are modified in local context");
16183 : 832653 : if (ptr1->x_flag_schedule_speculative_load_dangerous != ptr2->x_flag_schedule_speculative_load_dangerous)
16184 : 0 : internal_error ("%<global_options%> are modified in local context");
16185 : 832653 : if (ptr1->x_flag_sched_stalled_insns != ptr2->x_flag_sched_stalled_insns)
16186 : 0 : internal_error ("%<global_options%> are modified in local context");
16187 : 832653 : if (ptr1->x_flag_sched_stalled_insns_dep != ptr2->x_flag_sched_stalled_insns_dep)
16188 : 0 : internal_error ("%<global_options%> are modified in local context");
16189 : 832653 : if (ptr1->x_sched_verbose_param != ptr2->x_sched_verbose_param)
16190 : 0 : internal_error ("%<global_options%> are modified in local context");
16191 : 832653 : if (ptr1->x_flag_sched2_use_superblocks != ptr2->x_flag_sched2_use_superblocks)
16192 : 0 : internal_error ("%<global_options%> are modified in local context");
16193 : 832653 : if (ptr1->x_flag_schedule_fusion != ptr2->x_flag_schedule_fusion)
16194 : 0 : internal_error ("%<global_options%> are modified in local context");
16195 : 832653 : if (ptr1->x_flag_schedule_insns != ptr2->x_flag_schedule_insns)
16196 : 0 : internal_error ("%<global_options%> are modified in local context");
16197 : 832653 : if (ptr1->x_flag_schedule_insns_after_reload != ptr2->x_flag_schedule_insns_after_reload)
16198 : 0 : internal_error ("%<global_options%> are modified in local context");
16199 : 832653 : if (ptr1->x_flag_second_underscore != ptr2->x_flag_second_underscore)
16200 : 0 : internal_error ("%<global_options%> are modified in local context");
16201 : 832653 : if (ptr1->x_flag_section_anchors != ptr2->x_flag_section_anchors)
16202 : 0 : internal_error ("%<global_options%> are modified in local context");
16203 : 832653 : if (ptr1->x_flag_sel_sched_pipelining != ptr2->x_flag_sel_sched_pipelining)
16204 : 0 : internal_error ("%<global_options%> are modified in local context");
16205 : 832653 : if (ptr1->x_flag_sel_sched_pipelining_outer_loops != ptr2->x_flag_sel_sched_pipelining_outer_loops)
16206 : 0 : internal_error ("%<global_options%> are modified in local context");
16207 : 832653 : if (ptr1->x_flag_sel_sched_reschedule_pipelined != ptr2->x_flag_sel_sched_reschedule_pipelined)
16208 : 0 : internal_error ("%<global_options%> are modified in local context");
16209 : 832653 : if (ptr1->x_flag_selective_scheduling != ptr2->x_flag_selective_scheduling)
16210 : 0 : internal_error ("%<global_options%> are modified in local context");
16211 : 832653 : if (ptr1->x_flag_selective_scheduling2 != ptr2->x_flag_selective_scheduling2)
16212 : 0 : internal_error ("%<global_options%> are modified in local context");
16213 : 832653 : if (ptr1->x_flag_self_test != ptr2->x_flag_self_test)
16214 : 0 : internal_error ("%<global_options%> are modified in local context");
16215 : 832653 : if (ptr1->x_flag_semantic_interposition != ptr2->x_flag_semantic_interposition)
16216 : 0 : internal_error ("%<global_options%> are modified in local context");
16217 : 832653 : if (ptr1->x_flag_short_enums != ptr2->x_flag_short_enums)
16218 : 0 : internal_error ("%<global_options%> are modified in local context");
16219 : 832653 : if (ptr1->x_flag_short_wchar != ptr2->x_flag_short_wchar)
16220 : 0 : internal_error ("%<global_options%> are modified in local context");
16221 : 832653 : if (ptr1->x_flag_show_column != ptr2->x_flag_show_column)
16222 : 0 : internal_error ("%<global_options%> are modified in local context");
16223 : 832653 : if (ptr1->x_flag_shrink_wrap != ptr2->x_flag_shrink_wrap)
16224 : 0 : internal_error ("%<global_options%> are modified in local context");
16225 : 832653 : if (ptr1->x_flag_shrink_wrap_separate != ptr2->x_flag_shrink_wrap_separate)
16226 : 0 : internal_error ("%<global_options%> are modified in local context");
16227 : 832653 : if (ptr1->x_flag_sign_zero != ptr2->x_flag_sign_zero)
16228 : 0 : internal_error ("%<global_options%> are modified in local context");
16229 : 832653 : if (ptr1->x_flag_signaling_nans != ptr2->x_flag_signaling_nans)
16230 : 0 : internal_error ("%<global_options%> are modified in local context");
16231 : 832653 : if (ptr1->x_flag_signed_bitfields != ptr2->x_flag_signed_bitfields)
16232 : 0 : internal_error ("%<global_options%> are modified in local context");
16233 : 832653 : if (ptr1->x_flag_signed_char != ptr2->x_flag_signed_char)
16234 : 0 : internal_error ("%<global_options%> are modified in local context");
16235 : 832653 : if (ptr1->x_flag_signed_zeros != ptr2->x_flag_signed_zeros)
16236 : 0 : internal_error ("%<global_options%> are modified in local context");
16237 : 832653 : if (ptr1->x_flag_simd_cost_model != ptr2->x_flag_simd_cost_model)
16238 : 0 : internal_error ("%<global_options%> are modified in local context");
16239 : 832653 : if (ptr1->x_flag_single_precision_constant != ptr2->x_flag_single_precision_constant)
16240 : 0 : internal_error ("%<global_options%> are modified in local context");
16241 : 832653 : if (ptr1->x_flag_sized_deallocation != ptr2->x_flag_sized_deallocation)
16242 : 0 : internal_error ("%<global_options%> are modified in local context");
16243 : 832653 : if (ptr1->x_flag_split_ivs_in_unroller != ptr2->x_flag_split_ivs_in_unroller)
16244 : 0 : internal_error ("%<global_options%> are modified in local context");
16245 : 832653 : if (ptr1->x_flag_split_loops != ptr2->x_flag_split_loops)
16246 : 0 : internal_error ("%<global_options%> are modified in local context");
16247 : 832653 : if (ptr1->x_flag_split_paths != ptr2->x_flag_split_paths)
16248 : 0 : internal_error ("%<global_options%> are modified in local context");
16249 : 832653 : if (ptr1->x_flag_split_stack != ptr2->x_flag_split_stack)
16250 : 0 : internal_error ("%<global_options%> are modified in local context");
16251 : 832653 : if (ptr1->x_flag_split_wide_types != ptr2->x_flag_split_wide_types)
16252 : 0 : internal_error ("%<global_options%> are modified in local context");
16253 : 832653 : if (ptr1->x_flag_split_wide_types_early != ptr2->x_flag_split_wide_types_early)
16254 : 0 : internal_error ("%<global_options%> are modified in local context");
16255 : 832653 : if (ptr1->x_flag_ssa_backprop != ptr2->x_flag_ssa_backprop)
16256 : 0 : internal_error ("%<global_options%> are modified in local context");
16257 : 832653 : if (ptr1->x_flag_ssa_phiopt != ptr2->x_flag_ssa_phiopt)
16258 : 0 : internal_error ("%<global_options%> are modified in local context");
16259 : 832653 : if (ptr1->x_default_sso != ptr2->x_default_sso)
16260 : 0 : internal_error ("%<global_options%> are modified in local context");
16261 : 832653 : if (ptr1->x_flag_stack_arrays != ptr2->x_flag_stack_arrays)
16262 : 0 : internal_error ("%<global_options%> are modified in local context");
16263 : 832653 : if (ptr1->x_flag_stack_clash_protection != ptr2->x_flag_stack_clash_protection)
16264 : 0 : internal_error ("%<global_options%> are modified in local context");
16265 : 832653 : if (ptr1->x_flag_stack_protect != ptr2->x_flag_stack_protect)
16266 : 0 : internal_error ("%<global_options%> are modified in local context");
16267 : 832653 : if (ptr1->x_flag_stack_reuse != ptr2->x_flag_stack_reuse)
16268 : 0 : internal_error ("%<global_options%> are modified in local context");
16269 : 832653 : if (ptr1->x_flag_stack_usage != ptr2->x_flag_stack_usage)
16270 : 0 : internal_error ("%<global_options%> are modified in local context");
16271 : 832653 : if (ptr1->x_cobol_static_call != ptr2->x_cobol_static_call)
16272 : 0 : internal_error ("%<global_options%> are modified in local context");
16273 : 832653 : if (ptr1->x_flag_detailed_statistics != ptr2->x_flag_detailed_statistics)
16274 : 0 : internal_error ("%<global_options%> are modified in local context");
16275 : 832653 : if (ptr1->x_flag_stdarg_opt != ptr2->x_flag_stdarg_opt)
16276 : 0 : internal_error ("%<global_options%> are modified in local context");
16277 : 832653 : if (ptr1->x_flag_store_merging != ptr2->x_flag_store_merging)
16278 : 0 : internal_error ("%<global_options%> are modified in local context");
16279 : 832653 : if (ptr1->x_flag_strict_aliasing != ptr2->x_flag_strict_aliasing)
16280 : 0 : internal_error ("%<global_options%> are modified in local context");
16281 : 832653 : if (ptr1->x_flag_strict_enums != ptr2->x_flag_strict_enums)
16282 : 0 : internal_error ("%<global_options%> are modified in local context");
16283 : 832653 : if (ptr1->x_flag_strict_flex_arrays != ptr2->x_flag_strict_flex_arrays)
16284 : 0 : internal_error ("%<global_options%> are modified in local context");
16285 : 832653 : if (ptr1->x_flag_strict_volatile_bitfields != ptr2->x_flag_strict_volatile_bitfields)
16286 : 0 : internal_error ("%<global_options%> are modified in local context");
16287 : 832653 : if (ptr1->x_flag_strong_eval_order != ptr2->x_flag_strong_eval_order)
16288 : 0 : internal_error ("%<global_options%> are modified in local context");
16289 : 832653 : if (ptr1->x_flag_strub != ptr2->x_flag_strub)
16290 : 0 : internal_error ("%<global_options%> are modified in local context");
16291 : 832653 : if (ptr1->x_flag_switch_errors != ptr2->x_flag_switch_errors)
16292 : 0 : internal_error ("%<global_options%> are modified in local context");
16293 : 832653 : if (ptr1->x_flag_sync_libcalls != ptr2->x_flag_sync_libcalls)
16294 : 0 : internal_error ("%<global_options%> are modified in local context");
16295 : 832653 : if (ptr1->x_flag_syntax_only != ptr2->x_flag_syntax_only)
16296 : 0 : internal_error ("%<global_options%> are modified in local context");
16297 : 832653 : if (ptr1->x_flag_tail_call_workaround != ptr2->x_flag_tail_call_workaround)
16298 : 0 : internal_error ("%<global_options%> are modified in local context");
16299 : 832653 : if (ptr1->x_template_backtrace_limit != ptr2->x_template_backtrace_limit)
16300 : 0 : internal_error ("%<global_options%> are modified in local context");
16301 : 832653 : if (ptr1->x_flag_test_coverage != ptr2->x_flag_test_coverage)
16302 : 0 : internal_error ("%<global_options%> are modified in local context");
16303 : 832653 : if (ptr1->x_flag_test_forall_temp != ptr2->x_flag_test_forall_temp)
16304 : 0 : internal_error ("%<global_options%> are modified in local context");
16305 : 832653 : if (ptr1->x_flag_thread_jumps != ptr2->x_flag_thread_jumps)
16306 : 0 : internal_error ("%<global_options%> are modified in local context");
16307 : 832653 : if (ptr1->x_flag_threadsafe_statics != ptr2->x_flag_threadsafe_statics)
16308 : 0 : internal_error ("%<global_options%> are modified in local context");
16309 : 832653 : if (ptr1->x_time_report != ptr2->x_time_report)
16310 : 0 : internal_error ("%<global_options%> are modified in local context");
16311 : 832653 : if (ptr1->x_time_report_details != ptr2->x_time_report_details)
16312 : 0 : internal_error ("%<global_options%> are modified in local context");
16313 : 832653 : if (ptr1->x_flag_tls_default != ptr2->x_flag_tls_default)
16314 : 0 : internal_error ("%<global_options%> are modified in local context");
16315 : 832653 : if (ptr1->x_flag_toplevel_reorder != ptr2->x_flag_toplevel_reorder)
16316 : 0 : internal_error ("%<global_options%> are modified in local context");
16317 : 832653 : if (ptr1->x_cobol_trace_debug != ptr2->x_cobol_trace_debug)
16318 : 0 : internal_error ("%<global_options%> are modified in local context");
16319 : 832653 : if (ptr1->x_flag_tracer != ptr2->x_flag_tracer)
16320 : 0 : internal_error ("%<global_options%> are modified in local context");
16321 : 832653 : if (ptr1->x_flag_trampoline_impl != ptr2->x_flag_trampoline_impl)
16322 : 0 : internal_error ("%<global_options%> are modified in local context");
16323 : 832653 : if (ptr1->x_flag_trampolines != ptr2->x_flag_trampolines)
16324 : 0 : internal_error ("%<global_options%> are modified in local context");
16325 : 832653 : if (ptr1->x_flag_trapping_math != ptr2->x_flag_trapping_math)
16326 : 0 : internal_error ("%<global_options%> are modified in local context");
16327 : 832653 : if (ptr1->x_flag_trapv != ptr2->x_flag_trapv)
16328 : 0 : internal_error ("%<global_options%> are modified in local context");
16329 : 832653 : if (ptr1->x_flag_tree_bit_ccp != ptr2->x_flag_tree_bit_ccp)
16330 : 0 : internal_error ("%<global_options%> are modified in local context");
16331 : 832653 : if (ptr1->x_flag_tree_builtin_call_dce != ptr2->x_flag_tree_builtin_call_dce)
16332 : 0 : internal_error ("%<global_options%> are modified in local context");
16333 : 832653 : if (ptr1->x_flag_tree_ccp != ptr2->x_flag_tree_ccp)
16334 : 0 : internal_error ("%<global_options%> are modified in local context");
16335 : 832653 : if (ptr1->x_flag_tree_ch != ptr2->x_flag_tree_ch)
16336 : 0 : internal_error ("%<global_options%> are modified in local context");
16337 : 832653 : if (ptr1->x_flag_tree_coalesce_vars != ptr2->x_flag_tree_coalesce_vars)
16338 : 0 : internal_error ("%<global_options%> are modified in local context");
16339 : 832653 : if (ptr1->x_flag_tree_copy_prop != ptr2->x_flag_tree_copy_prop)
16340 : 0 : internal_error ("%<global_options%> are modified in local context");
16341 : 832653 : if (ptr1->x_flag_tree_cselim != ptr2->x_flag_tree_cselim)
16342 : 0 : internal_error ("%<global_options%> are modified in local context");
16343 : 832653 : if (ptr1->x_flag_tree_dce != ptr2->x_flag_tree_dce)
16344 : 0 : internal_error ("%<global_options%> are modified in local context");
16345 : 832653 : if (ptr1->x_flag_tree_dom != ptr2->x_flag_tree_dom)
16346 : 0 : internal_error ("%<global_options%> are modified in local context");
16347 : 832653 : if (ptr1->x_flag_tree_dse != ptr2->x_flag_tree_dse)
16348 : 0 : internal_error ("%<global_options%> are modified in local context");
16349 : 832653 : if (ptr1->x_flag_tree_forwprop != ptr2->x_flag_tree_forwprop)
16350 : 0 : internal_error ("%<global_options%> are modified in local context");
16351 : 832653 : if (ptr1->x_flag_tree_fre != ptr2->x_flag_tree_fre)
16352 : 0 : internal_error ("%<global_options%> are modified in local context");
16353 : 832653 : if (ptr1->x_flag_tree_loop_distribute_patterns != ptr2->x_flag_tree_loop_distribute_patterns)
16354 : 0 : internal_error ("%<global_options%> are modified in local context");
16355 : 832653 : if (ptr1->x_flag_tree_loop_distribution != ptr2->x_flag_tree_loop_distribution)
16356 : 0 : internal_error ("%<global_options%> are modified in local context");
16357 : 832653 : if (ptr1->x_flag_tree_loop_if_convert != ptr2->x_flag_tree_loop_if_convert)
16358 : 0 : internal_error ("%<global_options%> are modified in local context");
16359 : 832653 : if (ptr1->x_flag_tree_loop_im != ptr2->x_flag_tree_loop_im)
16360 : 0 : internal_error ("%<global_options%> are modified in local context");
16361 : 832653 : if (ptr1->x_flag_tree_loop_ivcanon != ptr2->x_flag_tree_loop_ivcanon)
16362 : 0 : internal_error ("%<global_options%> are modified in local context");
16363 : 832653 : if (ptr1->x_flag_tree_loop_optimize != ptr2->x_flag_tree_loop_optimize)
16364 : 0 : internal_error ("%<global_options%> are modified in local context");
16365 : 832653 : if (ptr1->x_flag_tree_loop_vectorize != ptr2->x_flag_tree_loop_vectorize)
16366 : 0 : internal_error ("%<global_options%> are modified in local context");
16367 : 832653 : if (ptr1->x_flag_tree_live_range_split != ptr2->x_flag_tree_live_range_split)
16368 : 0 : internal_error ("%<global_options%> are modified in local context");
16369 : 832653 : if (ptr1->x_flag_tree_parallelize_loops != ptr2->x_flag_tree_parallelize_loops)
16370 : 0 : internal_error ("%<global_options%> are modified in local context");
16371 : 832653 : if (ptr1->x_flag_tree_partial_pre != ptr2->x_flag_tree_partial_pre)
16372 : 0 : internal_error ("%<global_options%> are modified in local context");
16373 : 832653 : if (ptr1->x_flag_tree_phiprop != ptr2->x_flag_tree_phiprop)
16374 : 0 : internal_error ("%<global_options%> are modified in local context");
16375 : 832653 : if (ptr1->x_flag_tree_pre != ptr2->x_flag_tree_pre)
16376 : 0 : internal_error ("%<global_options%> are modified in local context");
16377 : 832653 : if (ptr1->x_flag_tree_pta != ptr2->x_flag_tree_pta)
16378 : 0 : internal_error ("%<global_options%> are modified in local context");
16379 : 832653 : if (ptr1->x_flag_tree_reassoc != ptr2->x_flag_tree_reassoc)
16380 : 0 : internal_error ("%<global_options%> are modified in local context");
16381 : 832653 : if (ptr1->x_flag_tree_scev_cprop != ptr2->x_flag_tree_scev_cprop)
16382 : 0 : internal_error ("%<global_options%> are modified in local context");
16383 : 832653 : if (ptr1->x_flag_tree_sink != ptr2->x_flag_tree_sink)
16384 : 0 : internal_error ("%<global_options%> are modified in local context");
16385 : 832653 : if (ptr1->x_flag_tree_slp_vectorize != ptr2->x_flag_tree_slp_vectorize)
16386 : 0 : internal_error ("%<global_options%> are modified in local context");
16387 : 832653 : if (ptr1->x_flag_tree_slsr != ptr2->x_flag_tree_slsr)
16388 : 0 : internal_error ("%<global_options%> are modified in local context");
16389 : 832653 : if (ptr1->x_flag_tree_sra != ptr2->x_flag_tree_sra)
16390 : 0 : internal_error ("%<global_options%> are modified in local context");
16391 : 832653 : if (ptr1->x_flag_tree_switch_conversion != ptr2->x_flag_tree_switch_conversion)
16392 : 0 : internal_error ("%<global_options%> are modified in local context");
16393 : 832653 : if (ptr1->x_flag_tree_tail_merge != ptr2->x_flag_tree_tail_merge)
16394 : 0 : internal_error ("%<global_options%> are modified in local context");
16395 : 832653 : if (ptr1->x_flag_tree_ter != ptr2->x_flag_tree_ter)
16396 : 0 : internal_error ("%<global_options%> are modified in local context");
16397 : 832653 : if (ptr1->x_flag_tree_vectorize != ptr2->x_flag_tree_vectorize)
16398 : 0 : internal_error ("%<global_options%> are modified in local context");
16399 : 832653 : if (ptr1->x_flag_tree_vrp != ptr2->x_flag_tree_vrp)
16400 : 0 : internal_error ("%<global_options%> are modified in local context");
16401 : 832653 : if (ptr1->x_flag_auto_var_init != ptr2->x_flag_auto_var_init)
16402 : 0 : internal_error ("%<global_options%> are modified in local context");
16403 : 832653 : if (ptr1->x_flag_unconstrained_commons != ptr2->x_flag_unconstrained_commons)
16404 : 0 : internal_error ("%<global_options%> are modified in local context");
16405 : 832653 : if (ptr1->x_flag_underscoring != ptr2->x_flag_underscoring)
16406 : 0 : internal_error ("%<global_options%> are modified in local context");
16407 : 832653 : if (ptr1->x_flag_unit_at_a_time != ptr2->x_flag_unit_at_a_time)
16408 : 0 : internal_error ("%<global_options%> are modified in local context");
16409 : 832653 : if (ptr1->x_flag_unreachable_traps != ptr2->x_flag_unreachable_traps)
16410 : 0 : internal_error ("%<global_options%> are modified in local context");
16411 : 832653 : if (ptr1->x_flag_unroll_all_loops != ptr2->x_flag_unroll_all_loops)
16412 : 0 : internal_error ("%<global_options%> are modified in local context");
16413 : 832653 : if (ptr1->x_flag_cunroll_grow_size != ptr2->x_flag_cunroll_grow_size)
16414 : 0 : internal_error ("%<global_options%> are modified in local context");
16415 : 832653 : if (ptr1->x_flag_unroll_loops != ptr2->x_flag_unroll_loops)
16416 : 0 : internal_error ("%<global_options%> are modified in local context");
16417 : 832653 : if (ptr1->x_flag_unsafe_math_optimizations != ptr2->x_flag_unsafe_math_optimizations)
16418 : 0 : internal_error ("%<global_options%> are modified in local context");
16419 : 832653 : if (ptr1->x_flag_unsigned != ptr2->x_flag_unsigned)
16420 : 0 : internal_error ("%<global_options%> are modified in local context");
16421 : 832653 : if (ptr1->x_flag_unswitch_loops != ptr2->x_flag_unswitch_loops)
16422 : 0 : internal_error ("%<global_options%> are modified in local context");
16423 : 832653 : if (ptr1->x_flag_unwind_tables != ptr2->x_flag_unwind_tables)
16424 : 0 : internal_error ("%<global_options%> are modified in local context");
16425 : 832653 : if (ptr1->x_flag_use_cxa_atexit != ptr2->x_flag_use_cxa_atexit)
16426 : 0 : internal_error ("%<global_options%> are modified in local context");
16427 : 832653 : if (ptr1->x_flag_use_cxa_get_exception_ptr != ptr2->x_flag_use_cxa_get_exception_ptr)
16428 : 0 : internal_error ("%<global_options%> are modified in local context");
16429 : 832653 : if (ptr1->x_flag_use_linker_plugin != ptr2->x_flag_use_linker_plugin)
16430 : 0 : internal_error ("%<global_options%> are modified in local context");
16431 : 832653 : if (ptr1->x_flag_var_tracking != ptr2->x_flag_var_tracking)
16432 : 0 : internal_error ("%<global_options%> are modified in local context");
16433 : 832653 : if (ptr1->x_flag_var_tracking_assignments != ptr2->x_flag_var_tracking_assignments)
16434 : 0 : internal_error ("%<global_options%> are modified in local context");
16435 : 832653 : if (ptr1->x_flag_var_tracking_assignments_toggle != ptr2->x_flag_var_tracking_assignments_toggle)
16436 : 0 : internal_error ("%<global_options%> are modified in local context");
16437 : 832653 : if (ptr1->x_flag_var_tracking_uninit != ptr2->x_flag_var_tracking_uninit)
16438 : 0 : internal_error ("%<global_options%> are modified in local context");
16439 : 832653 : if (ptr1->x_flag_variable_expansion_in_unroller != ptr2->x_flag_variable_expansion_in_unroller)
16440 : 0 : internal_error ("%<global_options%> are modified in local context");
16441 : 832653 : if (ptr1->x_flag_vect_cost_model != ptr2->x_flag_vect_cost_model)
16442 : 0 : internal_error ("%<global_options%> are modified in local context");
16443 : 832653 : if (ptr1->x_flag_verbose_asm != ptr2->x_flag_verbose_asm)
16444 : 0 : internal_error ("%<global_options%> are modified in local context");
16445 : 832653 : if (ptr1->x_flag_version_loops_for_strides != ptr2->x_flag_version_loops_for_strides)
16446 : 0 : internal_error ("%<global_options%> are modified in local context");
16447 : 832653 : if (ptr1->x_flag_visibility_ms_compat != ptr2->x_flag_visibility_ms_compat)
16448 : 0 : internal_error ("%<global_options%> are modified in local context");
16449 : 832653 : if (ptr1->x_default_visibility != ptr2->x_default_visibility)
16450 : 0 : internal_error ("%<global_options%> are modified in local context");
16451 : 832653 : if (ptr1->x_flag_value_profile_transformations != ptr2->x_flag_value_profile_transformations)
16452 : 0 : internal_error ("%<global_options%> are modified in local context");
16453 : 832653 : if (ptr1->x_flag_vtable_verify != ptr2->x_flag_vtable_verify)
16454 : 0 : internal_error ("%<global_options%> are modified in local context");
16455 : 832653 : if (ptr1->x_flag_vtv_counts != ptr2->x_flag_vtv_counts)
16456 : 0 : internal_error ("%<global_options%> are modified in local context");
16457 : 832653 : if (ptr1->x_flag_vtv_debug != ptr2->x_flag_vtv_debug)
16458 : 0 : internal_error ("%<global_options%> are modified in local context");
16459 : 832653 : if (ptr1->x_flag_weak != ptr2->x_flag_weak)
16460 : 0 : internal_error ("%<global_options%> are modified in local context");
16461 : 832653 : if (ptr1->x_flag_weak_templates != ptr2->x_flag_weak_templates)
16462 : 0 : internal_error ("%<global_options%> are modified in local context");
16463 : 832653 : if (ptr1->x_flag_web != ptr2->x_flag_web)
16464 : 0 : internal_error ("%<global_options%> are modified in local context");
16465 : 832653 : if (ptr1->x_flag_whole_program != ptr2->x_flag_whole_program)
16466 : 0 : internal_error ("%<global_options%> are modified in local context");
16467 : 832653 : if (ptr1->x_flag_working_directory != ptr2->x_flag_working_directory)
16468 : 0 : internal_error ("%<global_options%> are modified in local context");
16469 : 832653 : if (ptr1->x_flag_wpa != ptr2->x_flag_wpa)
16470 : 0 : internal_error ("%<global_options%> are modified in local context");
16471 : 832653 : if (ptr1->x_flag_wrapv != ptr2->x_flag_wrapv)
16472 : 0 : internal_error ("%<global_options%> are modified in local context");
16473 : 832653 : if (ptr1->x_flag_wrapv_pointer != ptr2->x_flag_wrapv_pointer)
16474 : 0 : internal_error ("%<global_options%> are modified in local context");
16475 : 832653 : if (ptr1->x_yy_debug != ptr2->x_yy_debug)
16476 : 0 : internal_error ("%<global_options%> are modified in local context");
16477 : 832653 : if (ptr1->x_flag_zero_init_padding_bits != ptr2->x_flag_zero_init_padding_bits)
16478 : 0 : internal_error ("%<global_options%> are modified in local context");
16479 : 832653 : if (ptr1->x_flag_zero_initialized_in_bss != ptr2->x_flag_zero_initialized_in_bss)
16480 : 0 : internal_error ("%<global_options%> are modified in local context");
16481 : 832653 : if (ptr1->x_flag_zero_link != ptr2->x_flag_zero_link)
16482 : 0 : internal_error ("%<global_options%> are modified in local context");
16483 : 832653 : if (ptr1->x_dwarf2out_as_loc_support != ptr2->x_dwarf2out_as_loc_support)
16484 : 0 : internal_error ("%<global_options%> are modified in local context");
16485 : 832653 : if (ptr1->x_dwarf2out_as_locview_support != ptr2->x_dwarf2out_as_locview_support)
16486 : 0 : internal_error ("%<global_options%> are modified in local context");
16487 : 832653 : if (ptr1->x_debug_column_info != ptr2->x_debug_column_info)
16488 : 0 : internal_error ("%<global_options%> are modified in local context");
16489 : 832653 : if (ptr1->x_flag_describe_dies != ptr2->x_flag_describe_dies)
16490 : 0 : internal_error ("%<global_options%> are modified in local context");
16491 : 832653 : if (ptr1->x_dwarf_version != ptr2->x_dwarf_version)
16492 : 0 : internal_error ("%<global_options%> are modified in local context");
16493 : 832653 : if (ptr1->x_dwarf_offset_size != ptr2->x_dwarf_offset_size)
16494 : 0 : internal_error ("%<global_options%> are modified in local context");
16495 : 832653 : if (ptr1->x_flag_gen_declaration != ptr2->x_flag_gen_declaration)
16496 : 0 : internal_error ("%<global_options%> are modified in local context");
16497 : 832653 : if (ptr1->x_debug_generate_pub_sections != ptr2->x_debug_generate_pub_sections)
16498 : 0 : internal_error ("%<global_options%> are modified in local context");
16499 : 832653 : if (ptr1->x_flag_lto_gimple_stats != ptr2->x_flag_lto_gimple_stats)
16500 : 0 : internal_error ("%<global_options%> are modified in local context");
16501 : 832653 : if (ptr1->x_debug_inline_points != ptr2->x_debug_inline_points)
16502 : 0 : internal_error ("%<global_options%> are modified in local context");
16503 : 832653 : if (ptr1->x_debug_internal_reset_location_views != ptr2->x_debug_internal_reset_location_views)
16504 : 0 : internal_error ("%<global_options%> are modified in local context");
16505 : 832653 : if (ptr1->x_debug_prune_btf != ptr2->x_debug_prune_btf)
16506 : 0 : internal_error ("%<global_options%> are modified in local context");
16507 : 832653 : if (ptr1->x_dwarf_record_gcc_switches != ptr2->x_dwarf_record_gcc_switches)
16508 : 0 : internal_error ("%<global_options%> are modified in local context");
16509 : 832653 : if (ptr1->x_dwarf_split_debug_info != ptr2->x_dwarf_split_debug_info)
16510 : 0 : internal_error ("%<global_options%> are modified in local context");
16511 : 832653 : if (ptr1->x_debug_nonbind_markers_p != ptr2->x_debug_nonbind_markers_p)
16512 : 0 : internal_error ("%<global_options%> are modified in local context");
16513 : 832653 : if (ptr1->x_dwarf_strict != ptr2->x_dwarf_strict)
16514 : 0 : internal_error ("%<global_options%> are modified in local context");
16515 : 832653 : if (ptr1->x_flag_gtoggle != ptr2->x_flag_gtoggle)
16516 : 0 : internal_error ("%<global_options%> are modified in local context");
16517 : 832653 : if (ptr1->x_debug_variable_location_views != ptr2->x_debug_variable_location_views)
16518 : 0 : internal_error ("%<global_options%> are modified in local context");
16519 : 832653 : if (ptr1->x_flag_lto_dump_tool_help != ptr2->x_flag_lto_dump_tool_help)
16520 : 0 : internal_error ("%<global_options%> are modified in local context");
16521 : 832653 : if (ptr1->x_imultiarch != ptr2->x_imultiarch)
16522 : 0 : internal_error ("%<global_options%> are modified in local context");
16523 : 832653 : if (ptr1->x_plugindir_string != ptr2->x_plugindir_string)
16524 : 0 : internal_error ("%<global_options%> are modified in local context");
16525 : 832653 : if (ptr1->x_flag_lto_dump_list != ptr2->x_flag_lto_dump_list)
16526 : 0 : internal_error ("%<global_options%> are modified in local context");
16527 : 832653 : if (ptr1->x_ix86_isa_flags != ptr2->x_ix86_isa_flags)
16528 : 0 : internal_error ("%<global_options%> are modified in local context");
16529 : 832653 : if (ptr1->x_ix86_abi != ptr2->x_ix86_abi)
16530 : 0 : internal_error ("%<global_options%> are modified in local context");
16531 : 832653 : if (ptr1->x_ix86_pmode != ptr2->x_ix86_pmode)
16532 : 0 : internal_error ("%<global_options%> are modified in local context");
16533 : 832653 : if (ptr1->x_cobol_main_string != ptr2->x_cobol_main_string)
16534 : 0 : internal_error ("%<global_options%> are modified in local context");
16535 : 832653 : if (ptr1->x_ix86_align_data_type != ptr2->x_ix86_align_data_type)
16536 : 0 : internal_error ("%<global_options%> are modified in local context");
16537 : 832653 : if (ptr1->x_ix86_isa_flags2 != ptr2->x_ix86_isa_flags2)
16538 : 0 : internal_error ("%<global_options%> are modified in local context");
16539 : 832653 : if (ptr1->x_flag_android != ptr2->x_flag_android)
16540 : 0 : internal_error ("%<global_options%> are modified in local context");
16541 : 832653 : if (ptr1->x_ix86_apx_features != ptr2->x_ix86_apx_features)
16542 : 0 : internal_error ("%<global_options%> are modified in local context");
16543 : 832653 : if (ptr1->x_ix86_apx_inline_asm_use_gpr32 != ptr2->x_ix86_apx_inline_asm_use_gpr32)
16544 : 0 : internal_error ("%<global_options%> are modified in local context");
16545 : 832653 : if (ptr1->x_ix86_arch_string != ptr2->x_ix86_arch_string
16546 : 0 : && (!ptr1->x_ix86_arch_string || !ptr2->x_ix86_arch_string
16547 : 0 : || strcmp (ptr1->x_ix86_arch_string, ptr2->x_ix86_arch_string)))
16548 : 0 : internal_error ("%<global_options%> are modified in local context");
16549 : 832653 : if (ptr1->x_ix86_asm_dialect != ptr2->x_ix86_asm_dialect)
16550 : 0 : internal_error ("%<global_options%> are modified in local context");
16551 : 832653 : if (ptr1->x_linux_libc != ptr2->x_linux_libc)
16552 : 0 : internal_error ("%<global_options%> are modified in local context");
16553 : 832653 : if (ptr1->x_ix86_branch_cost != ptr2->x_ix86_branch_cost)
16554 : 0 : internal_error ("%<global_options%> are modified in local context");
16555 : 832653 : if (ptr1->x_flag_cet_switch != ptr2->x_flag_cet_switch)
16556 : 0 : internal_error ("%<global_options%> are modified in local context");
16557 : 832653 : if (ptr1->x_ix86_cmodel != ptr2->x_ix86_cmodel)
16558 : 0 : internal_error ("%<global_options%> are modified in local context");
16559 : 832653 : if (ptr1->x_ix86_direct_extern_access != ptr2->x_ix86_direct_extern_access)
16560 : 0 : internal_error ("%<global_options%> are modified in local context");
16561 : 832653 : if (ptr1->x_flag_dispatch_scheduler != ptr2->x_flag_dispatch_scheduler)
16562 : 0 : internal_error ("%<global_options%> are modified in local context");
16563 : 832653 : if (ptr1->x_ix86_dump_tunes != ptr2->x_ix86_dump_tunes)
16564 : 0 : internal_error ("%<global_options%> are modified in local context");
16565 : 832653 : if (ptr1->x_flag_fentry != ptr2->x_flag_fentry)
16566 : 0 : internal_error ("%<global_options%> are modified in local context");
16567 : 832653 : if (ptr1->x_fentry_name != ptr2->x_fentry_name)
16568 : 0 : internal_error ("%<global_options%> are modified in local context");
16569 : 832653 : if (ptr1->x_fentry_section != ptr2->x_fentry_section)
16570 : 0 : internal_error ("%<global_options%> are modified in local context");
16571 : 832653 : if (ptr1->x_ix86_force_drap != ptr2->x_ix86_force_drap)
16572 : 0 : internal_error ("%<global_options%> are modified in local context");
16573 : 832653 : if (ptr1->x_flag_force_indirect_call != ptr2->x_flag_force_indirect_call)
16574 : 0 : internal_error ("%<global_options%> are modified in local context");
16575 : 832653 : if (ptr1->x_ix86_fpmath != ptr2->x_ix86_fpmath)
16576 : 0 : internal_error ("%<global_options%> are modified in local context");
16577 : 832653 : if (ptr1->x_ix86_function_return != ptr2->x_ix86_function_return)
16578 : 0 : internal_error ("%<global_options%> are modified in local context");
16579 : 832653 : if (ptr1->x_ix86_target_flags != ptr2->x_ix86_target_flags)
16580 : 0 : internal_error ("%<global_options%> are modified in local context");
16581 : 832653 : if (ptr1->x_ix86_harden_sls != ptr2->x_ix86_harden_sls)
16582 : 0 : internal_error ("%<global_options%> are modified in local context");
16583 : 832653 : if (ptr1->x_ix86_incoming_stack_boundary_arg != ptr2->x_ix86_incoming_stack_boundary_arg)
16584 : 0 : internal_error ("%<global_options%> are modified in local context");
16585 : 832653 : if (ptr1->x_ix86_indirect_branch_cs_prefix != ptr2->x_ix86_indirect_branch_cs_prefix)
16586 : 0 : internal_error ("%<global_options%> are modified in local context");
16587 : 832653 : if (ptr1->x_ix86_indirect_branch_register != ptr2->x_ix86_indirect_branch_register)
16588 : 0 : internal_error ("%<global_options%> are modified in local context");
16589 : 832653 : if (ptr1->x_ix86_indirect_branch != ptr2->x_ix86_indirect_branch)
16590 : 0 : internal_error ("%<global_options%> are modified in local context");
16591 : 832653 : if (ptr1->x_ix86_instrument_return != ptr2->x_ix86_instrument_return)
16592 : 0 : internal_error ("%<global_options%> are modified in local context");
16593 : 832653 : if (ptr1->x_ix86_lam_type != ptr2->x_ix86_lam_type)
16594 : 0 : internal_error ("%<global_options%> are modified in local context");
16595 : 832653 : if (ptr1->x_ix86_section_threshold != ptr2->x_ix86_section_threshold)
16596 : 0 : internal_error ("%<global_options%> are modified in local context");
16597 : 832653 : if (ptr1->x_flag_manual_endbr != ptr2->x_flag_manual_endbr)
16598 : 0 : internal_error ("%<global_options%> are modified in local context");
16599 : 832653 : if (ptr1->x_ix86_tune_memcpy_strategy != ptr2->x_ix86_tune_memcpy_strategy
16600 : 0 : && (!ptr1->x_ix86_tune_memcpy_strategy || !ptr2->x_ix86_tune_memcpy_strategy
16601 : 0 : || strcmp (ptr1->x_ix86_tune_memcpy_strategy, ptr2->x_ix86_tune_memcpy_strategy)))
16602 : 0 : internal_error ("%<global_options%> are modified in local context");
16603 : 832653 : if (ptr1->x_ix86_tune_memset_strategy != ptr2->x_ix86_tune_memset_strategy
16604 : 0 : && (!ptr1->x_ix86_tune_memset_strategy || !ptr2->x_ix86_tune_memset_strategy
16605 : 0 : || strcmp (ptr1->x_ix86_tune_memset_strategy, ptr2->x_ix86_tune_memset_strategy)))
16606 : 0 : internal_error ("%<global_options%> are modified in local context");
16607 : 832653 : if (ptr1->x_ix86_move_max != ptr2->x_ix86_move_max)
16608 : 0 : internal_error ("%<global_options%> are modified in local context");
16609 : 832653 : if (ptr1->x_ix86_needed != ptr2->x_ix86_needed)
16610 : 0 : internal_error ("%<global_options%> are modified in local context");
16611 : 832653 : if (ptr1->x_ix86_tune_no_default != ptr2->x_ix86_tune_no_default)
16612 : 0 : internal_error ("%<global_options%> are modified in local context");
16613 : 832653 : if (ptr1->x_flag_nop_mcount != ptr2->x_flag_nop_mcount)
16614 : 0 : internal_error ("%<global_options%> are modified in local context");
16615 : 832653 : if (ptr1->x_ix86_noreturn_no_callee_saved_registers != ptr2->x_ix86_noreturn_no_callee_saved_registers)
16616 : 0 : internal_error ("%<global_options%> are modified in local context");
16617 : 832653 : if (ptr1->x_ix86_partial_vec_fp_math != ptr2->x_ix86_partial_vec_fp_math)
16618 : 0 : internal_error ("%<global_options%> are modified in local context");
16619 : 832653 : if (ptr1->x_prefer_vector_width_type != ptr2->x_prefer_vector_width_type)
16620 : 0 : internal_error ("%<global_options%> are modified in local context");
16621 : 832653 : if (ptr1->x_ix86_preferred_stack_boundary_arg != ptr2->x_ix86_preferred_stack_boundary_arg)
16622 : 0 : internal_error ("%<global_options%> are modified in local context");
16623 : 832653 : if (ptr1->x_ix86_recip_name != ptr2->x_ix86_recip_name
16624 : 0 : && (!ptr1->x_ix86_recip_name || !ptr2->x_ix86_recip_name
16625 : 0 : || strcmp (ptr1->x_ix86_recip_name, ptr2->x_ix86_recip_name)))
16626 : 0 : internal_error ("%<global_options%> are modified in local context");
16627 : 832653 : if (ptr1->x_flag_record_mcount != ptr2->x_flag_record_mcount)
16628 : 0 : internal_error ("%<global_options%> are modified in local context");
16629 : 832653 : if (ptr1->x_ix86_flag_record_return != ptr2->x_ix86_flag_record_return)
16630 : 0 : internal_error ("%<global_options%> are modified in local context");
16631 : 832653 : if (ptr1->x_ix86_regparm != ptr2->x_ix86_regparm)
16632 : 0 : internal_error ("%<global_options%> are modified in local context");
16633 : 832653 : if (ptr1->x_flag_skip_rax_setup != ptr2->x_flag_skip_rax_setup)
16634 : 0 : internal_error ("%<global_options%> are modified in local context");
16635 : 832653 : if (ptr1->x_ix86_sse2avx != ptr2->x_ix86_sse2avx)
16636 : 0 : internal_error ("%<global_options%> are modified in local context");
16637 : 832653 : if (ptr1->x_ix86_stack_protector_guard_offset_str != ptr2->x_ix86_stack_protector_guard_offset_str
16638 : 0 : && (!ptr1->x_ix86_stack_protector_guard_offset_str || !ptr2->x_ix86_stack_protector_guard_offset_str
16639 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_offset_str, ptr2->x_ix86_stack_protector_guard_offset_str)))
16640 : 0 : internal_error ("%<global_options%> are modified in local context");
16641 : 832653 : if (ptr1->x_ix86_stack_protector_guard_reg_str != ptr2->x_ix86_stack_protector_guard_reg_str
16642 : 0 : && (!ptr1->x_ix86_stack_protector_guard_reg_str || !ptr2->x_ix86_stack_protector_guard_reg_str
16643 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_reg_str, ptr2->x_ix86_stack_protector_guard_reg_str)))
16644 : 0 : internal_error ("%<global_options%> are modified in local context");
16645 : 832653 : if (ptr1->x_ix86_stack_protector_guard_symbol_str != ptr2->x_ix86_stack_protector_guard_symbol_str
16646 : 0 : && (!ptr1->x_ix86_stack_protector_guard_symbol_str || !ptr2->x_ix86_stack_protector_guard_symbol_str
16647 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_symbol_str, ptr2->x_ix86_stack_protector_guard_symbol_str)))
16648 : 0 : internal_error ("%<global_options%> are modified in local context");
16649 : 832653 : if (ptr1->x_ix86_stack_protector_guard != ptr2->x_ix86_stack_protector_guard)
16650 : 0 : internal_error ("%<global_options%> are modified in local context");
16651 : 832653 : if (ptr1->x_ix86_force_align_arg_pointer != ptr2->x_ix86_force_align_arg_pointer)
16652 : 0 : internal_error ("%<global_options%> are modified in local context");
16653 : 832653 : if (ptr1->x_ix86_store_max != ptr2->x_ix86_store_max)
16654 : 0 : internal_error ("%<global_options%> are modified in local context");
16655 : 832653 : if (ptr1->x_ix86_stringop_alg != ptr2->x_ix86_stringop_alg)
16656 : 0 : internal_error ("%<global_options%> are modified in local context");
16657 : 832653 : if (ptr1->x_ix86_tls_dialect != ptr2->x_ix86_tls_dialect)
16658 : 0 : internal_error ("%<global_options%> are modified in local context");
16659 : 832653 : if (ptr1->x_ix86_tune_ctrl_string != ptr2->x_ix86_tune_ctrl_string
16660 : 0 : && (!ptr1->x_ix86_tune_ctrl_string || !ptr2->x_ix86_tune_ctrl_string
16661 : 0 : || strcmp (ptr1->x_ix86_tune_ctrl_string, ptr2->x_ix86_tune_ctrl_string)))
16662 : 0 : internal_error ("%<global_options%> are modified in local context");
16663 : 832653 : if (ptr1->x_ix86_tune_string != ptr2->x_ix86_tune_string
16664 : 0 : && (!ptr1->x_ix86_tune_string || !ptr2->x_ix86_tune_string
16665 : 0 : || strcmp (ptr1->x_ix86_tune_string, ptr2->x_ix86_tune_string)))
16666 : 0 : internal_error ("%<global_options%> are modified in local context");
16667 : 832653 : if (ptr1->x_ix86_unroll_only_small_loops != ptr2->x_ix86_unroll_only_small_loops)
16668 : 0 : internal_error ("%<global_options%> are modified in local context");
16669 : 832653 : if (ptr1->x_ix86_veclibabi_type != ptr2->x_ix86_veclibabi_type)
16670 : 0 : internal_error ("%<global_options%> are modified in local context");
16671 : 832653 : if (ptr1->x_flag_lto_name_sort != ptr2->x_flag_lto_name_sort)
16672 : 0 : internal_error ("%<global_options%> are modified in local context");
16673 : 832653 : if (ptr1->x_asm_file_name != ptr2->x_asm_file_name)
16674 : 0 : internal_error ("%<global_options%> are modified in local context");
16675 : 832653 : if (ptr1->x_flag_lto_dump_objects != ptr2->x_flag_lto_dump_objects)
16676 : 0 : internal_error ("%<global_options%> are modified in local context");
16677 : 832653 : if (ptr1->x_pass_exit_codes != ptr2->x_pass_exit_codes)
16678 : 0 : internal_error ("%<global_options%> are modified in local context");
16679 : 832653 : if (ptr1->x_flag_pedantic_errors != ptr2->x_flag_pedantic_errors)
16680 : 0 : internal_error ("%<global_options%> are modified in local context");
16681 : 832653 : if (ptr1->x_use_pipes != ptr2->x_use_pipes)
16682 : 0 : internal_error ("%<global_options%> are modified in local context");
16683 : 832653 : if (ptr1->x_cobol_preprocess != ptr2->x_cobol_preprocess)
16684 : 0 : internal_error ("%<global_options%> are modified in local context");
16685 : 832653 : if (ptr1->x_print_file_name != ptr2->x_print_file_name)
16686 : 0 : internal_error ("%<global_options%> are modified in local context");
16687 : 832653 : if (ptr1->x_print_multi_directory != ptr2->x_print_multi_directory)
16688 : 0 : internal_error ("%<global_options%> are modified in local context");
16689 : 832653 : if (ptr1->x_print_multi_lib != ptr2->x_print_multi_lib)
16690 : 0 : internal_error ("%<global_options%> are modified in local context");
16691 : 832653 : if (ptr1->x_print_multi_os_directory != ptr2->x_print_multi_os_directory)
16692 : 0 : internal_error ("%<global_options%> are modified in local context");
16693 : 832653 : if (ptr1->x_print_multiarch != ptr2->x_print_multiarch)
16694 : 0 : internal_error ("%<global_options%> are modified in local context");
16695 : 832653 : if (ptr1->x_print_prog_name != ptr2->x_print_prog_name)
16696 : 0 : internal_error ("%<global_options%> are modified in local context");
16697 : 832653 : if (ptr1->x_print_search_dirs != ptr2->x_print_search_dirs)
16698 : 0 : internal_error ("%<global_options%> are modified in local context");
16699 : 832653 : if (ptr1->x_print_sysroot != ptr2->x_print_sysroot)
16700 : 0 : internal_error ("%<global_options%> are modified in local context");
16701 : 832653 : if (ptr1->x_print_sysroot_headers_suffix != ptr2->x_print_sysroot_headers_suffix)
16702 : 0 : internal_error ("%<global_options%> are modified in local context");
16703 : 832653 : if (ptr1->x_flag_lto_print_value != ptr2->x_flag_lto_print_value)
16704 : 0 : internal_error ("%<global_options%> are modified in local context");
16705 : 832653 : if (ptr1->x_quiet_flag != ptr2->x_quiet_flag)
16706 : 0 : internal_error ("%<global_options%> are modified in local context");
16707 : 832653 : if (ptr1->x_flag_lto_reverse_sort != ptr2->x_flag_lto_reverse_sort)
16708 : 0 : internal_error ("%<global_options%> are modified in local context");
16709 : 832653 : if (ptr1->x_flag_lto_size_sort != ptr2->x_flag_lto_size_sort)
16710 : 0 : internal_error ("%<global_options%> are modified in local context");
16711 : 832653 : if (ptr1->x_flag_stdlib_kind != ptr2->x_flag_stdlib_kind)
16712 : 0 : internal_error ("%<global_options%> are modified in local context");
16713 : 832653 : if (ptr1->x_flag_lto_dump_symbol != ptr2->x_flag_lto_dump_symbol)
16714 : 0 : internal_error ("%<global_options%> are modified in local context");
16715 : 832653 : if (ptr1->x_report_times != ptr2->x_report_times)
16716 : 0 : internal_error ("%<global_options%> are modified in local context");
16717 : 832653 : if (ptr1->x_flag_lto_tree_stats != ptr2->x_flag_lto_tree_stats)
16718 : 0 : internal_error ("%<global_options%> are modified in local context");
16719 : 832653 : if (ptr1->x_flag_lto_dump_type_stats != ptr2->x_flag_lto_dump_type_stats)
16720 : 0 : internal_error ("%<global_options%> are modified in local context");
16721 : 832653 : if (ptr1->x_flag_undef != ptr2->x_flag_undef)
16722 : 0 : internal_error ("%<global_options%> are modified in local context");
16723 : 832653 : if (ptr1->x_verbose_flag != ptr2->x_verbose_flag)
16724 : 0 : internal_error ("%<global_options%> are modified in local context");
16725 : 832653 : if (ptr1->x_version_flag != ptr2->x_version_flag)
16726 : 0 : internal_error ("%<global_options%> are modified in local context");
16727 : 832653 : if (ptr1->x_inhibit_warnings != ptr2->x_inhibit_warnings)
16728 : 0 : internal_error ("%<global_options%> are modified in local context");
16729 : 832653 : if (ptr1->x_wrapper_string != ptr2->x_wrapper_string)
16730 : 0 : internal_error ("%<global_options%> are modified in local context");
16731 : 832653 : }
|