Branch data Line data Source code
1 : : /* This file is auto-generated by optc-save-gen.awk. */
2 : :
3 : : #define INCLUDE_MEMORY
4 : : #include "config.h"
5 : : #include "system.h"
6 : : #include "coretypes.h"
7 : : #include "tm.h"
8 : : #include "opts.h"
9 : : #include "intl.h"
10 : :
11 : : #include "flags.h"
12 : : #include "target.h"
13 : : #include "inchash.h"
14 : : #include "hash-set.h"
15 : : #include "vec.h"
16 : : #include "input.h"
17 : : #include "alias.h"
18 : : #include "symtab.h"
19 : : #include "inchash.h"
20 : : #include "tree.h"
21 : : #include "fold-const.h"
22 : : #include "tree-ssa-alias.h"
23 : : #include "is-a.h"
24 : : #include "predict.h"
25 : : #include "function.h"
26 : : #include "basic-block.h"
27 : : #include "gimple-expr.h"
28 : : #include "gimple.h"
29 : : #include "data-streamer.h"
30 : : #include "ipa-ref.h"
31 : : #include "cgraph.h"
32 : :
33 : : #include "cpplib.h"
34 : : #include "cpplib.h"
35 : : #include "diagnostic.h"
36 : : #include "diagnostics/color.h"
37 : : #include "diagnostics/url.h"
38 : : #include "pretty-print.h"
39 : :
40 : : /* Save optimization variables into a structure. */
41 : : void
42 : 96144180 : cl_optimization_save (struct cl_optimization *ptr, struct gcc_options *opts,
43 : : struct gcc_options *opts_set)
44 : : {
45 : 96144180 : gcc_assert (IN_RANGE (opts->x_optimize, 0, 255));
46 : 96144180 : gcc_assert (IN_RANGE (opts->x_optimize_size, 0, 2));
47 : 96144180 : gcc_assert (IN_RANGE (opts->x_optimize_debug, 0, 1));
48 : 96144180 : gcc_assert (IN_RANGE (opts->x_optimize_fast, 0, 1));
49 : 96144180 : gcc_assert (IN_RANGE (opts->x_warn_inline, -128, 127));
50 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_aggressive_loop_optimizations, -128, 127));
51 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_align_functions, -128, 127));
52 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_align_jumps, -128, 127));
53 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_align_labels, -128, 127));
54 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_align_loops, -128, 127));
55 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_allocation_dce, -128, 127));
56 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_store_data_races, -128, 127));
57 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_associative_math, -128, 127));
58 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_assume_sane_operators_new_delete, -128, 127));
59 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_asynchronous_unwind_tables, -128, 127));
60 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_auto_inc_dec, -128, 127));
61 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_auto_profile_inlining, -128, 127));
62 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_avoid_store_forwarding, -128, 127));
63 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_bit_tests, -128, 127));
64 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_branch_on_count_reg, -128, 127));
65 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_branch_probabilities, -128, 127));
66 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_caller_saves, -128, 127));
67 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_code_hoisting, -128, 127));
68 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_combine_stack_adjustments, -128, 127));
69 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_compare_elim_after_reload, -128, 127));
70 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_conserve_stack, -128, 127));
71 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_cprop_registers, -128, 127));
72 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_crossjumping, -128, 127));
73 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_cse_follow_jumps, -128, 127));
74 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_dce, -128, 127));
75 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_defer_pop, -128, 127));
76 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_delayed_branch, -128, 127));
77 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_delete_dead_exceptions, -128, 127));
78 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_delete_null_pointer_checks, -128, 127));
79 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_dep_fusion, -128, 127));
80 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_devirtualize, -128, 127));
81 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_devirtualize_speculatively, -128, 127));
82 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_dse, -128, 127));
83 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_early_inlining, -128, 127));
84 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_exceptions, -128, 127));
85 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_expensive_optimizations, -128, 127));
86 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ext_dce, -128, 127));
87 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_finite_loops, -128, 127));
88 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_finite_math_only, -128, 127));
89 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_float_store, -128, 127));
90 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_fold_mem_offsets, -128, 127));
91 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_fold_simple_inlines, -128, 127));
92 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_forward_propagate, -128, 127));
93 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_fp_int_builtin_inexact, -128, 127));
94 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_no_function_cse, -128, 127));
95 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_gcse, -128, 127));
96 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_gcse_after_reload, -128, 127));
97 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_gcse_las, -128, 127));
98 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_gcse_lm, -128, 127));
99 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_gcse_sm, -128, 127));
100 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_graphite, -128, 127));
101 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_graphite_identity, -128, 127));
102 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_guess_branch_prob, -128, 127));
103 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy_check_exceptions, -128, 127));
104 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy_check_returning_calls, -128, 127));
105 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy_skip_leaf, -128, 127));
106 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_harden_compares, -128, 127));
107 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_harden_conditional_branches, -128, 127));
108 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_harden_control_flow_redundancy, -128, 127));
109 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_hoist_adjacent_loads, -128, 127));
110 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_if_conversion, -128, 127));
111 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_if_conversion2, -128, 127));
112 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_indirect_inlining, -128, 127));
113 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_no_inline, -128, 127));
114 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_inline_atomics, -128, 127));
115 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_inline_functions, -128, 127));
116 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_inline_functions_called_once, -128, 127));
117 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_inline_small_functions, -128, 127));
118 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_bit_cp, -128, 127));
119 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_cp, -128, 127));
120 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_cp_clone, -128, 127));
121 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_icf, -128, 127));
122 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_icf_functions, -128, 127));
123 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_icf_variables, -128, 127));
124 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_modref, -128, 127));
125 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_profile, -128, 127));
126 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_pta, -128, 127));
127 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_pure_const, -128, 127));
128 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_ra, -128, 127));
129 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_reference, -128, 127));
130 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_reference_addressable, -128, 127));
131 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_reorder_for_locality, -128, 127));
132 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_sra, -128, 127));
133 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_stack_alignment, -128, 127));
134 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_strict_aliasing, -128, 127));
135 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ipa_vrp, -128, 127));
136 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ira_hoist_pressure, -128, 127));
137 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ira_loop_pressure, -128, 127));
138 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ira_share_save_slots, -128, 127));
139 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ira_share_spill_slots, -128, 127));
140 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_isolate_erroneous_paths_attribute, -128, 127));
141 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_isolate_erroneous_paths_dereference, -128, 127));
142 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ivopts, -128, 127));
143 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_jump_tables, -128, 127));
144 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_keep_gc_roots_live, -128, 127));
145 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_late_combine_instructions, -128, 127));
146 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_lifetime_dse, -128, 127));
147 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_limit_function_alignment, -128, 127));
148 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_live_range_shrinkage, -128, 127));
149 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_loop_interchange, -128, 127));
150 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_loop_nest_optimize, -128, 127));
151 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_loop_parallelize_all, -128, 127));
152 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_unroll_jam, -128, 127));
153 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_lra_remat, -128, 127));
154 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_malloc_dce, -128, 127));
155 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_errno_math, -128, 127));
156 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_modulo_sched, -128, 127));
157 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_modulo_sched_allow_regmoves, -128, 127));
158 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_move_loop_invariants, -128, 127));
159 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_move_loop_stores, -128, 127));
160 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_non_call_exceptions, -128, 127));
161 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_nothrow_opt, -128, 127));
162 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_omit_frame_pointer, -128, 127));
163 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_opt_info, -128, 127));
164 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_optimize_crc, -128, 127));
165 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_optimize_sibling_calls, -128, 127));
166 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_optimize_strlen, -128, 127));
167 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_pack_struct, -128, 127));
168 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_partial_inlining, -128, 127));
169 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_pcc_struct_return, -128, 127));
170 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_peel_loops, -128, 127));
171 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_no_peephole, -128, 127));
172 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_peephole2, -128, 127));
173 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_plt, -128, 127));
174 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_predictive_commoning, -128, 127));
175 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_prefetch_loop_arrays, -128, 127));
176 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_printf_return_value, -128, 127));
177 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_profile_partial_training, -128, 127));
178 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_profile_reorder_functions, -128, 127));
179 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_reciprocal_math, -128, 127));
180 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ree, -128, 127));
181 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_rename_registers, -128, 127));
182 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_reorder_blocks, -128, 127));
183 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_reorder_blocks_and_partition, -128, 127));
184 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_reorder_functions, -128, 127));
185 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_rerun_cse_after_loop, -128, 127));
186 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_resched_modulo_sched, -128, 127));
187 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_rounding_math, -128, 127));
188 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_rtti, -128, 127));
189 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_save_optimization_record, -128, 127));
190 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sched_critical_path_heuristic, -128, 127));
191 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sched_dep_count_heuristic, -128, 127));
192 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sched_group_heuristic, -128, 127));
193 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_schedule_interblock, -128, 127));
194 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sched_last_insn_heuristic, -128, 127));
195 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sched_pressure, -128, 127));
196 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sched_rank_heuristic, -128, 127));
197 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_schedule_speculative, -128, 127));
198 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sched_spec_insn_heuristic, -128, 127));
199 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_schedule_speculative_load, -128, 127));
200 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_schedule_speculative_load_dangerous, -128, 127));
201 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sched2_use_superblocks, -128, 127));
202 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_schedule_fusion, -128, 127));
203 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_schedule_insns, -128, 127));
204 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_schedule_insns_after_reload, -128, 127));
205 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_section_anchors, -128, 127));
206 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sel_sched_pipelining, -128, 127));
207 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sel_sched_pipelining_outer_loops, -128, 127));
208 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_sel_sched_reschedule_pipelined, -128, 127));
209 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_selective_scheduling, -128, 127));
210 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_selective_scheduling2, -128, 127));
211 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_semantic_interposition, -128, 127));
212 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_short_enums, -128, 127));
213 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_short_wchar, -128, 127));
214 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_shrink_wrap, -128, 127));
215 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_shrink_wrap_separate, -128, 127));
216 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_signaling_nans, -128, 127));
217 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_signed_zeros, -128, 127));
218 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_single_precision_constant, -128, 127));
219 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_split_ivs_in_unroller, -128, 127));
220 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_split_loops, -128, 127));
221 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_split_paths, -128, 127));
222 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_split_wide_types, -128, 127));
223 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_split_wide_types_early, -128, 127));
224 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ssa_backprop, -128, 127));
225 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_ssa_phiopt, -128, 127));
226 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_stack_clash_protection, -128, 127));
227 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_stack_protect, -128, 127));
228 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_stdarg_opt, -128, 127));
229 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_store_merging, -128, 127));
230 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_strict_aliasing, -128, 127));
231 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_strict_enums, -128, 127));
232 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_strict_volatile_bitfields, -128, 127));
233 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_thread_jumps, -128, 127));
234 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_threadsafe_statics, -128, 127));
235 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_toplevel_reorder, -128, 127));
236 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tracer, -128, 127));
237 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_trapping_math, -128, 127));
238 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_trapv, -128, 127));
239 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_bit_ccp, -128, 127));
240 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_builtin_call_dce, -128, 127));
241 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_ccp, -128, 127));
242 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_ch, -128, 127));
243 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_coalesce_vars, -128, 127));
244 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_copy_prop, -128, 127));
245 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_cselim, -128, 127));
246 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_dce, -128, 127));
247 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_dom, -128, 127));
248 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_dse, -128, 127));
249 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_forwprop, -128, 127));
250 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_fre, -128, 127));
251 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_distribute_patterns, -128, 127));
252 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_distribution, -128, 127));
253 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_if_convert, -128, 127));
254 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_im, -128, 127));
255 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_ivcanon, -128, 127));
256 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_optimize, -128, 127));
257 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_loop_vectorize, -128, 127));
258 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_live_range_split, -128, 127));
259 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_partial_pre, -128, 127));
260 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_phiprop, -128, 127));
261 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_pre, -128, 127));
262 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_pta, -128, 127));
263 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_reassoc, -128, 127));
264 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_scev_cprop, -128, 127));
265 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_sink, -128, 127));
266 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_slp_vectorize, -128, 127));
267 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_slsr, -128, 127));
268 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_sra, -128, 127));
269 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_switch_conversion, -128, 127));
270 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_tail_merge, -128, 127));
271 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_ter, -128, 127));
272 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_vectorize, -128, 127));
273 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_tree_vrp, -128, 127));
274 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_unconstrained_commons, -128, 127));
275 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_unreachable_traps, -128, 127));
276 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_unroll_all_loops, -128, 127));
277 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_cunroll_grow_size, -128, 127));
278 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_unroll_loops, -128, 127));
279 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_unsafe_math_optimizations, -128, 127));
280 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_unswitch_loops, -128, 127));
281 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_unwind_tables, -128, 127));
282 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking, -128, 127));
283 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking_assignments, -128, 127));
284 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking_assignments_toggle, -128, 127));
285 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_var_tracking_uninit, -128, 127));
286 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_variable_expansion_in_unroller, -128, 127));
287 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_version_loops_for_strides, -128, 127));
288 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_value_profile_transformations, -128, 127));
289 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_web, -128, 127));
290 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_wrapv, -128, 127));
291 : 96144180 : gcc_assert (IN_RANGE (opts->x_flag_wrapv_pointer, -128, 127));
292 : 96144180 : gcc_assert (IN_RANGE (opts->x_debug_nonbind_markers_p, -128, 127));
293 : 96144180 : gcc_assert (IN_RANGE (opts->x_ix86_unroll_only_small_loops, -128, 127));
294 : :
295 : 96144180 : ptr->x_param_align_loop_iterations = opts->x_param_align_loop_iterations;
296 : 96144180 : ptr->x_param_align_threshold = opts->x_param_align_threshold;
297 : 96144180 : ptr->x_param_asan_protect_allocas = opts->x_param_asan_protect_allocas;
298 : 96144180 : ptr->x_param_asan_instrument_reads = opts->x_param_asan_instrument_reads;
299 : 96144180 : ptr->x_param_asan_instrument_writes = opts->x_param_asan_instrument_writes;
300 : 96144180 : ptr->x_param_asan_instrumentation_with_call_threshold = opts->x_param_asan_instrumentation_with_call_threshold;
301 : 96144180 : ptr->x_param_asan_kernel_mem_intrinsic_prefix = opts->x_param_asan_kernel_mem_intrinsic_prefix;
302 : 96144180 : ptr->x_param_asan_memintrin = opts->x_param_asan_memintrin;
303 : 96144180 : ptr->x_param_asan_stack = opts->x_param_asan_stack;
304 : 96144180 : ptr->x_param_asan_use_after_return = opts->x_param_asan_use_after_return;
305 : 96144180 : ptr->x_param_avg_loop_niter = opts->x_param_avg_loop_niter;
306 : 96144180 : ptr->x_param_avoid_fma_max_bits = opts->x_param_avoid_fma_max_bits;
307 : 96144180 : ptr->x_param_builtin_expect_probability = opts->x_param_builtin_expect_probability;
308 : 96144180 : ptr->x_param_builtin_string_cmp_inline_length = opts->x_param_builtin_string_cmp_inline_length;
309 : 96144180 : ptr->x_param_case_values_threshold = opts->x_param_case_values_threshold;
310 : 96144180 : ptr->x_param_comdat_sharing_probability = opts->x_param_comdat_sharing_probability;
311 : 96144180 : ptr->x_param_construct_interfere_size = opts->x_param_construct_interfere_size;
312 : 96144180 : ptr->x_param_cycle_accurate_model = opts->x_param_cycle_accurate_model;
313 : 96144180 : ptr->x_param_destruct_interfere_size = opts->x_param_destruct_interfere_size;
314 : 96144180 : ptr->x_param_dse_max_alias_queries_per_store = opts->x_param_dse_max_alias_queries_per_store;
315 : 96144180 : ptr->x_param_dse_max_object_size = opts->x_param_dse_max_object_size;
316 : 96144180 : ptr->x_param_early_inlining_insns = opts->x_param_early_inlining_insns;
317 : 96144180 : ptr->x_param_fsm_scale_path_stmts = opts->x_param_fsm_scale_path_stmts;
318 : 96144180 : ptr->x_param_fully_pipelined_fma = opts->x_param_fully_pipelined_fma;
319 : 96144180 : ptr->x_param_gcse_after_reload_critical_fraction = opts->x_param_gcse_after_reload_critical_fraction;
320 : 96144180 : ptr->x_param_gcse_after_reload_partial_fraction = opts->x_param_gcse_after_reload_partial_fraction;
321 : 96144180 : ptr->x_param_gcse_cost_distance_ratio = opts->x_param_gcse_cost_distance_ratio;
322 : 96144180 : ptr->x_param_gcse_unrestricted_cost = opts->x_param_gcse_unrestricted_cost;
323 : 96144180 : ptr->x_param_graphite_max_arrays_per_scop = opts->x_param_graphite_max_arrays_per_scop;
324 : 96144180 : ptr->x_param_graphite_max_nb_scop_params = opts->x_param_graphite_max_nb_scop_params;
325 : 96144180 : ptr->x_param_hardcfr_max_blocks = opts->x_param_hardcfr_max_blocks;
326 : 96144180 : ptr->x_param_hardcfr_max_inline_blocks = opts->x_param_hardcfr_max_inline_blocks;
327 : 96144180 : ptr->x_param_hwasan_instrument_allocas = opts->x_param_hwasan_instrument_allocas;
328 : 96144180 : ptr->x_param_hwasan_instrument_mem_intrinsics = opts->x_param_hwasan_instrument_mem_intrinsics;
329 : 96144180 : ptr->x_param_hwasan_instrument_reads = opts->x_param_hwasan_instrument_reads;
330 : 96144180 : ptr->x_param_hwasan_instrument_stack = opts->x_param_hwasan_instrument_stack;
331 : 96144180 : ptr->x_param_hwasan_instrument_writes = opts->x_param_hwasan_instrument_writes;
332 : 96144180 : ptr->x_param_hwasan_random_frame_tag = opts->x_param_hwasan_random_frame_tag;
333 : 96144180 : ptr->x_param_inline_heuristics_hint_percent = opts->x_param_inline_heuristics_hint_percent;
334 : 96144180 : ptr->x_param_inline_min_speedup = opts->x_param_inline_min_speedup;
335 : 96144180 : ptr->x_param_inline_unit_growth = opts->x_param_inline_unit_growth;
336 : 96144180 : ptr->x_param_ipa_cp_eval_threshold = opts->x_param_ipa_cp_eval_threshold;
337 : 96144180 : ptr->x_param_ipa_cp_large_unit_insns = opts->x_param_ipa_cp_large_unit_insns;
338 : 96144180 : ptr->x_param_ipa_cp_loop_hint_bonus = opts->x_param_ipa_cp_loop_hint_bonus;
339 : 96144180 : ptr->x_param_ipa_cp_max_recursive_depth = opts->x_param_ipa_cp_max_recursive_depth;
340 : 96144180 : ptr->x_param_ipa_cp_min_recursive_probability = opts->x_param_ipa_cp_min_recursive_probability;
341 : 96144180 : ptr->x_param_ipa_cp_recursion_penalty = opts->x_param_ipa_cp_recursion_penalty;
342 : 96144180 : ptr->x_param_ipa_cp_recursive_freq_factor = opts->x_param_ipa_cp_recursive_freq_factor;
343 : 96144180 : ptr->x_param_ipa_cp_single_call_penalty = opts->x_param_ipa_cp_single_call_penalty;
344 : 96144180 : ptr->x_param_ipa_cp_unit_growth = opts->x_param_ipa_cp_unit_growth;
345 : 96144180 : ptr->x_param_ipa_cp_value_list_size = opts->x_param_ipa_cp_value_list_size;
346 : 96144180 : ptr->x_param_ipa_jump_function_lookups = opts->x_param_ipa_jump_function_lookups;
347 : 96144180 : ptr->x_param_ipa_max_aa_steps = opts->x_param_ipa_max_aa_steps;
348 : 96144180 : ptr->x_param_ipa_max_agg_items = opts->x_param_ipa_max_agg_items;
349 : 96144180 : ptr->x_param_ipa_max_loop_predicates = opts->x_param_ipa_max_loop_predicates;
350 : 96144180 : ptr->x_param_ipa_max_param_expr_ops = opts->x_param_ipa_max_param_expr_ops;
351 : 96144180 : ptr->x_param_ipa_max_switch_predicate_bounds = opts->x_param_ipa_max_switch_predicate_bounds;
352 : 96144180 : ptr->x_param_ipa_sra_deref_prob_threshold = opts->x_param_ipa_sra_deref_prob_threshold;
353 : 96144180 : ptr->x_param_ipa_sra_max_replacements = opts->x_param_ipa_sra_max_replacements;
354 : 96144180 : ptr->x_param_ipa_sra_ptr_growth_factor = opts->x_param_ipa_sra_ptr_growth_factor;
355 : 96144180 : ptr->x_param_ipa_sra_ptrwrap_growth_factor = opts->x_param_ipa_sra_ptrwrap_growth_factor;
356 : 96144180 : ptr->x_param_ira_consider_dup_in_all_alts = opts->x_param_ira_consider_dup_in_all_alts;
357 : 96144180 : ptr->x_param_ira_loop_reserved_regs = opts->x_param_ira_loop_reserved_regs;
358 : 96144180 : ptr->x_param_ira_max_conflict_table_size = opts->x_param_ira_max_conflict_table_size;
359 : 96144180 : ptr->x_param_ira_max_loops_num = opts->x_param_ira_max_loops_num;
360 : 96144180 : ptr->x_param_ira_simple_lra_insn_threshold = opts->x_param_ira_simple_lra_insn_threshold;
361 : 96144180 : ptr->x_param_iv_always_prune_cand_set_bound = opts->x_param_iv_always_prune_cand_set_bound;
362 : 96144180 : ptr->x_param_iv_consider_all_candidates_bound = opts->x_param_iv_consider_all_candidates_bound;
363 : 96144180 : ptr->x_param_iv_max_considered_uses = opts->x_param_iv_max_considered_uses;
364 : 96144180 : ptr->x_param_jump_table_max_growth_ratio_for_size = opts->x_param_jump_table_max_growth_ratio_for_size;
365 : 96144180 : ptr->x_param_jump_table_max_growth_ratio_for_speed = opts->x_param_jump_table_max_growth_ratio_for_speed;
366 : 96144180 : ptr->x_param_l1_cache_line_size = opts->x_param_l1_cache_line_size;
367 : 96144180 : ptr->x_param_l1_cache_size = opts->x_param_l1_cache_size;
368 : 96144180 : ptr->x_param_l2_cache_size = opts->x_param_l2_cache_size;
369 : 96144180 : ptr->x_param_large_function_growth = opts->x_param_large_function_growth;
370 : 96144180 : ptr->x_param_large_function_insns = opts->x_param_large_function_insns;
371 : 96144180 : ptr->x_param_stack_frame_growth = opts->x_param_stack_frame_growth;
372 : 96144180 : ptr->x_param_large_stack_frame = opts->x_param_large_stack_frame;
373 : 96144180 : ptr->x_param_large_unit_insns = opts->x_param_large_unit_insns;
374 : 96144180 : ptr->x_param_lim_expensive = opts->x_param_lim_expensive;
375 : 96144180 : ptr->x_param_loop_block_tile_size = opts->x_param_loop_block_tile_size;
376 : 96144180 : ptr->x_param_loop_interchange_max_num_stmts = opts->x_param_loop_interchange_max_num_stmts;
377 : 96144180 : ptr->x_param_loop_interchange_stride_ratio = opts->x_param_loop_interchange_stride_ratio;
378 : 96144180 : ptr->x_param_loop_invariant_max_bbs_in_loop = opts->x_param_loop_invariant_max_bbs_in_loop;
379 : 96144180 : ptr->x_param_loop_max_datarefs_for_datadeps = opts->x_param_loop_max_datarefs_for_datadeps;
380 : 96144180 : ptr->x_param_loop_versioning_max_inner_insns = opts->x_param_loop_versioning_max_inner_insns;
381 : 96144180 : ptr->x_param_loop_versioning_max_outer_insns = opts->x_param_loop_versioning_max_outer_insns;
382 : 96144180 : ptr->x_param_lra_inheritance_ebb_probability_cutoff = opts->x_param_lra_inheritance_ebb_probability_cutoff;
383 : 96144180 : ptr->x_param_lra_max_considered_reload_pseudos = opts->x_param_lra_max_considered_reload_pseudos;
384 : 96144180 : ptr->x_param_lto_locality_frequency = opts->x_param_lto_locality_frequency;
385 : 96144180 : ptr->x_param_lto_locality_size = opts->x_param_lto_locality_size;
386 : 96144180 : ptr->x_param_max_average_unrolled_insns = opts->x_param_max_average_unrolled_insns;
387 : 96144180 : ptr->x_param_max_combine_insns = opts->x_param_max_combine_insns;
388 : 96144180 : ptr->x_param_max_combine_search_insns = opts->x_param_max_combine_search_insns;
389 : 96144180 : ptr->x_param_max_unroll_iterations = opts->x_param_max_unroll_iterations;
390 : 96144180 : ptr->x_param_max_completely_peel_times = opts->x_param_max_completely_peel_times;
391 : 96144180 : ptr->x_param_max_completely_peeled_insns = opts->x_param_max_completely_peeled_insns;
392 : 96144180 : ptr->x_param_max_crossjump_edges = opts->x_param_max_crossjump_edges;
393 : 96144180 : ptr->x_param_max_cse_insns = opts->x_param_max_cse_insns;
394 : 96144180 : ptr->x_param_max_cse_path_length = opts->x_param_max_cse_path_length;
395 : 96144180 : ptr->x_param_max_cselib_memory_locations = opts->x_param_max_cselib_memory_locations;
396 : 96144180 : ptr->x_param_max_debug_marker_count = opts->x_param_max_debug_marker_count;
397 : 96144180 : ptr->x_param_max_delay_slot_insn_search = opts->x_param_max_delay_slot_insn_search;
398 : 96144180 : ptr->x_param_max_delay_slot_live_search = opts->x_param_max_delay_slot_live_search;
399 : 96144180 : ptr->x_param_max_dse_active_local_stores = opts->x_param_max_dse_active_local_stores;
400 : 96144180 : ptr->x_param_early_inliner_max_iterations = opts->x_param_early_inliner_max_iterations;
401 : 96144180 : ptr->x_param_max_find_base_term_values = opts->x_param_max_find_base_term_values;
402 : 96144180 : ptr->x_param_max_fsm_thread_path_insns = opts->x_param_max_fsm_thread_path_insns;
403 : 96144180 : ptr->x_param_max_gcse_insertion_ratio = opts->x_param_max_gcse_insertion_ratio;
404 : 96144180 : ptr->x_param_max_gcse_memory = opts->x_param_max_gcse_memory;
405 : 96144180 : ptr->x_param_max_goto_duplication_insns = opts->x_param_max_goto_duplication_insns;
406 : 96144180 : ptr->x_param_max_grow_copy_bb_insns = opts->x_param_max_grow_copy_bb_insns;
407 : 96144180 : ptr->x_param_max_hoist_depth = opts->x_param_max_hoist_depth;
408 : 96144180 : ptr->x_param_inline_functions_called_once_insns = opts->x_param_inline_functions_called_once_insns;
409 : 96144180 : ptr->x_param_inline_functions_called_once_loop_depth = opts->x_param_inline_functions_called_once_loop_depth;
410 : 96144180 : ptr->x_param_max_inline_insns_auto = opts->x_param_max_inline_insns_auto;
411 : 96144180 : ptr->x_param_max_inline_insns_recursive_auto = opts->x_param_max_inline_insns_recursive_auto;
412 : 96144180 : ptr->x_param_max_inline_insns_recursive = opts->x_param_max_inline_insns_recursive;
413 : 96144180 : ptr->x_param_max_inline_insns_single = opts->x_param_max_inline_insns_single;
414 : 96144180 : ptr->x_param_max_inline_insns_size = opts->x_param_max_inline_insns_size;
415 : 96144180 : ptr->x_param_max_inline_insns_small = opts->x_param_max_inline_insns_small;
416 : 96144180 : ptr->x_param_max_inline_recursive_depth_auto = opts->x_param_max_inline_recursive_depth_auto;
417 : 96144180 : ptr->x_param_max_inline_recursive_depth = opts->x_param_max_inline_recursive_depth;
418 : 96144180 : ptr->x_param_max_isl_operations = opts->x_param_max_isl_operations;
419 : 96144180 : ptr->x_param_max_iterations_computation_cost = opts->x_param_max_iterations_computation_cost;
420 : 96144180 : ptr->x_param_max_iterations_to_track = opts->x_param_max_iterations_to_track;
421 : 96144180 : ptr->x_param_max_jump_thread_duplication_stmts = opts->x_param_max_jump_thread_duplication_stmts;
422 : 96144180 : ptr->x_param_max_jump_thread_paths = opts->x_param_max_jump_thread_paths;
423 : 96144180 : ptr->x_param_max_last_value_rtl = opts->x_param_max_last_value_rtl;
424 : 96144180 : ptr->x_param_max_loop_header_insns = opts->x_param_max_loop_header_insns;
425 : 96144180 : ptr->x_param_max_modulo_backtrack_attempts = opts->x_param_max_modulo_backtrack_attempts;
426 : 96144180 : ptr->x_param_max_partial_antic_length = opts->x_param_max_partial_antic_length;
427 : 96144180 : ptr->x_param_max_peel_branches = opts->x_param_max_peel_branches;
428 : 96144180 : ptr->x_param_max_peel_times = opts->x_param_max_peel_times;
429 : 96144180 : ptr->x_param_max_peeled_insns = opts->x_param_max_peeled_insns;
430 : 96144180 : ptr->x_param_max_pending_list_length = opts->x_param_max_pending_list_length;
431 : 96144180 : ptr->x_param_max_pipeline_region_blocks = opts->x_param_max_pipeline_region_blocks;
432 : 96144180 : ptr->x_param_max_pipeline_region_insns = opts->x_param_max_pipeline_region_insns;
433 : 96144180 : ptr->x_param_max_pow_sqrt_depth = opts->x_param_max_pow_sqrt_depth;
434 : 96144180 : ptr->x_param_max_predicted_iterations = opts->x_param_max_predicted_iterations;
435 : 96144180 : ptr->x_param_max_reload_search_insns = opts->x_param_max_reload_search_insns;
436 : 96144180 : ptr->x_param_max_rtl_if_conversion_insns = opts->x_param_max_rtl_if_conversion_insns;
437 : 96144180 : ptr->x_param_max_rtl_if_conversion_predictable_cost = opts->x_param_max_rtl_if_conversion_predictable_cost;
438 : 96144180 : ptr->x_param_max_rtl_if_conversion_unpredictable_cost = opts->x_param_max_rtl_if_conversion_unpredictable_cost;
439 : 96144180 : ptr->x_param_max_sched_extend_regions_iters = opts->x_param_max_sched_extend_regions_iters;
440 : 96144180 : ptr->x_param_max_sched_insn_conflict_delay = opts->x_param_max_sched_insn_conflict_delay;
441 : 96144180 : ptr->x_param_max_sched_ready_insns = opts->x_param_max_sched_ready_insns;
442 : 96144180 : ptr->x_param_max_sched_region_blocks = opts->x_param_max_sched_region_blocks;
443 : 96144180 : ptr->x_param_max_sched_region_insns = opts->x_param_max_sched_region_insns;
444 : 96144180 : ptr->x_param_max_slsr_candidate_scan = opts->x_param_max_slsr_candidate_scan;
445 : 96144180 : ptr->x_param_max_speculative_devirt_maydefs = opts->x_param_max_speculative_devirt_maydefs;
446 : 96144180 : ptr->x_param_max_stores_to_merge = opts->x_param_max_stores_to_merge;
447 : 96144180 : ptr->x_param_max_stores_to_sink = opts->x_param_max_stores_to_sink;
448 : 96144180 : ptr->x_param_max_tail_merge_comparisons = opts->x_param_max_tail_merge_comparisons;
449 : 96144180 : ptr->x_param_max_tail_merge_iterations = opts->x_param_max_tail_merge_iterations;
450 : 96144180 : ptr->x_param_max_tracked_strlens = opts->x_param_max_tracked_strlens;
451 : 96144180 : ptr->x_param_max_tree_if_conversion_phi_args = opts->x_param_max_tree_if_conversion_phi_args;
452 : 96144180 : ptr->x_param_max_unroll_times = opts->x_param_max_unroll_times;
453 : 96144180 : ptr->x_param_max_unrolled_insns = opts->x_param_max_unrolled_insns;
454 : 96144180 : ptr->x_param_max_unswitch_depth = opts->x_param_max_unswitch_depth;
455 : 96144180 : ptr->x_param_max_unswitch_insns = opts->x_param_max_unswitch_insns;
456 : 96144180 : ptr->x_param_max_variable_expansions = opts->x_param_max_variable_expansions;
457 : 96144180 : ptr->x_param_max_vartrack_expr_depth = opts->x_param_max_vartrack_expr_depth;
458 : 96144180 : ptr->x_param_max_vartrack_reverse_op_size = opts->x_param_max_vartrack_reverse_op_size;
459 : 96144180 : ptr->x_param_max_vartrack_size = opts->x_param_max_vartrack_size;
460 : 96144180 : ptr->x_param_min_crossjump_insns = opts->x_param_min_crossjump_insns;
461 : 96144180 : ptr->x_param_min_inline_recursive_probability = opts->x_param_min_inline_recursive_probability;
462 : 96144180 : ptr->x_param_min_insn_to_prefetch_ratio = opts->x_param_min_insn_to_prefetch_ratio;
463 : 96144180 : ptr->x_param_min_loop_cond_split_prob = opts->x_param_min_loop_cond_split_prob;
464 : 96144180 : ptr->x_param_min_pagesize = opts->x_param_min_pagesize;
465 : 96144180 : ptr->x_param_min_size_for_stack_sharing = opts->x_param_min_size_for_stack_sharing;
466 : 96144180 : ptr->x_param_min_spec_prob = opts->x_param_min_spec_prob;
467 : 96144180 : ptr->x_param_min_vect_loop_bound = opts->x_param_min_vect_loop_bound;
468 : 96144180 : ptr->x_param_modref_max_accesses = opts->x_param_modref_max_accesses;
469 : 96144180 : ptr->x_param_modref_max_adjustments = opts->x_param_modref_max_adjustments;
470 : 96144180 : ptr->x_param_modref_max_bases = opts->x_param_modref_max_bases;
471 : 96144180 : ptr->x_param_modref_max_depth = opts->x_param_modref_max_depth;
472 : 96144180 : ptr->x_param_modref_max_escape_points = opts->x_param_modref_max_escape_points;
473 : 96144180 : ptr->x_param_modref_max_refs = opts->x_param_modref_max_refs;
474 : 96144180 : ptr->x_param_modref_max_tests = opts->x_param_modref_max_tests;
475 : 96144180 : ptr->x_param_parloops_chunk_size = opts->x_param_parloops_chunk_size;
476 : 96144180 : ptr->x_param_parloops_min_per_thread = opts->x_param_parloops_min_per_thread;
477 : 96144180 : ptr->x_param_parloops_schedule = opts->x_param_parloops_schedule;
478 : 96144180 : ptr->x_param_partial_inlining_entry_probability = opts->x_param_partial_inlining_entry_probability;
479 : 96144180 : ptr->x_param_phiopt_factor_max_stmts_live = opts->x_param_phiopt_factor_max_stmts_live;
480 : 96144180 : ptr->x_param_predictable_branch_outcome = opts->x_param_predictable_branch_outcome;
481 : 96144180 : ptr->x_param_prefetch_dynamic_strides = opts->x_param_prefetch_dynamic_strides;
482 : 96144180 : ptr->x_param_prefetch_latency = opts->x_param_prefetch_latency;
483 : 96144180 : ptr->x_param_prefetch_min_insn_to_mem_ratio = opts->x_param_prefetch_min_insn_to_mem_ratio;
484 : 96144180 : ptr->x_param_prefetch_minimum_stride = opts->x_param_prefetch_minimum_stride;
485 : 96144180 : ptr->x_param_ranger_logical_depth = opts->x_param_ranger_logical_depth;
486 : 96144180 : ptr->x_param_ranger_recompute_depth = opts->x_param_ranger_recompute_depth;
487 : 96144180 : ptr->x_param_relation_block_limit = opts->x_param_relation_block_limit;
488 : 96144180 : ptr->x_param_rpo_vn_max_loop_depth = opts->x_param_rpo_vn_max_loop_depth;
489 : 96144180 : ptr->x_param_sccvn_max_alias_queries_per_access = opts->x_param_sccvn_max_alias_queries_per_access;
490 : 96144180 : ptr->x_param_scev_max_expr_complexity = opts->x_param_scev_max_expr_complexity;
491 : 96144180 : ptr->x_param_scev_max_expr_size = opts->x_param_scev_max_expr_size;
492 : 96144180 : ptr->x_param_sched_autopref_queue_depth = opts->x_param_sched_autopref_queue_depth;
493 : 96144180 : ptr->x_param_sched_mem_true_dep_cost = opts->x_param_sched_mem_true_dep_cost;
494 : 96144180 : ptr->x_param_sched_pressure_algorithm = opts->x_param_sched_pressure_algorithm;
495 : 96144180 : ptr->x_param_sched_spec_prob_cutoff = opts->x_param_sched_spec_prob_cutoff;
496 : 96144180 : ptr->x_param_sched_state_edge_prob_cutoff = opts->x_param_sched_state_edge_prob_cutoff;
497 : 96144180 : ptr->x_param_selsched_insns_to_rename = opts->x_param_selsched_insns_to_rename;
498 : 96144180 : ptr->x_param_selsched_max_lookahead = opts->x_param_selsched_max_lookahead;
499 : 96144180 : ptr->x_param_selsched_max_sched_times = opts->x_param_selsched_max_sched_times;
500 : 96144180 : ptr->x_param_simultaneous_prefetches = opts->x_param_simultaneous_prefetches;
501 : 96144180 : ptr->x_param_sink_frequency_threshold = opts->x_param_sink_frequency_threshold;
502 : 96144180 : ptr->x_param_sms_dfa_history = opts->x_param_sms_dfa_history;
503 : 96144180 : ptr->x_param_sms_loop_average_count_threshold = opts->x_param_sms_loop_average_count_threshold;
504 : 96144180 : ptr->x_param_sms_max_ii_factor = opts->x_param_sms_max_ii_factor;
505 : 96144180 : ptr->x_param_sms_min_sc = opts->x_param_sms_min_sc;
506 : 96144180 : ptr->x_param_sra_max_propagations = opts->x_param_sra_max_propagations;
507 : 96144180 : ptr->x_param_sra_max_scalarization_size_size = opts->x_param_sra_max_scalarization_size_size;
508 : 96144180 : ptr->x_param_sra_max_scalarization_size_speed = opts->x_param_sra_max_scalarization_size_speed;
509 : 96144180 : ptr->x_param_ssa_name_def_chain_limit = opts->x_param_ssa_name_def_chain_limit;
510 : 96144180 : ptr->x_param_ssp_buffer_size = opts->x_param_ssp_buffer_size;
511 : 96144180 : ptr->x_param_stack_clash_protection_guard_size = opts->x_param_stack_clash_protection_guard_size;
512 : 96144180 : ptr->x_param_stack_clash_protection_probe_interval = opts->x_param_stack_clash_protection_probe_interval;
513 : 96144180 : ptr->x_param_store_forwarding_max_distance = opts->x_param_store_forwarding_max_distance;
514 : 96144180 : ptr->x_param_store_merging_allow_unaligned = opts->x_param_store_merging_allow_unaligned;
515 : 96144180 : ptr->x_param_store_merging_max_size = opts->x_param_store_merging_max_size;
516 : 96144180 : ptr->x_param_switch_conversion_branch_ratio = opts->x_param_switch_conversion_branch_ratio;
517 : 96144180 : ptr->x_param_switch_lower_slow_alg_max_cases = opts->x_param_switch_lower_slow_alg_max_cases;
518 : 96144180 : ptr->x_param_tm_max_aggregate_size = opts->x_param_tm_max_aggregate_size;
519 : 96144180 : ptr->x_param_tracer_dynamic_coverage_feedback = opts->x_param_tracer_dynamic_coverage_feedback;
520 : 96144180 : ptr->x_param_tracer_dynamic_coverage = opts->x_param_tracer_dynamic_coverage;
521 : 96144180 : ptr->x_param_tracer_max_code_growth = opts->x_param_tracer_max_code_growth;
522 : 96144180 : ptr->x_param_tracer_min_branch_probability_feedback = opts->x_param_tracer_min_branch_probability_feedback;
523 : 96144180 : ptr->x_param_tracer_min_branch_probability = opts->x_param_tracer_min_branch_probability;
524 : 96144180 : ptr->x_param_tracer_min_branch_ratio = opts->x_param_tracer_min_branch_ratio;
525 : 96144180 : ptr->x_param_transitive_relations_work_bound = opts->x_param_transitive_relations_work_bound;
526 : 96144180 : ptr->x_param_tree_reassoc_width = opts->x_param_tree_reassoc_width;
527 : 96144180 : ptr->x_param_uninit_control_dep_attempts = opts->x_param_uninit_control_dep_attempts;
528 : 96144180 : ptr->x_param_uninit_max_chain_len = opts->x_param_uninit_max_chain_len;
529 : 96144180 : ptr->x_param_uninit_max_num_chains = opts->x_param_uninit_max_num_chains;
530 : 96144180 : ptr->x_param_uninit_max_prune_work = opts->x_param_uninit_max_prune_work;
531 : 96144180 : ptr->x_param_uninlined_function_insns = opts->x_param_uninlined_function_insns;
532 : 96144180 : ptr->x_param_uninlined_function_time = opts->x_param_uninlined_function_time;
533 : 96144180 : ptr->x_param_uninlined_function_thunk_insns = opts->x_param_uninlined_function_thunk_insns;
534 : 96144180 : ptr->x_param_uninlined_function_thunk_time = opts->x_param_uninlined_function_thunk_time;
535 : 96144180 : ptr->x_param_unlikely_bb_count_fraction = opts->x_param_unlikely_bb_count_fraction;
536 : 96144180 : ptr->x_param_unroll_jam_max_unroll = opts->x_param_unroll_jam_max_unroll;
537 : 96144180 : ptr->x_param_unroll_jam_min_percent = opts->x_param_unroll_jam_min_percent;
538 : 96144180 : ptr->x_param_use_after_scope_direct_emission_threshold = opts->x_param_use_after_scope_direct_emission_threshold;
539 : 96144180 : ptr->x_param_vect_epilogues_nomask = opts->x_param_vect_epilogues_nomask;
540 : 96144180 : ptr->x_param_vect_induction_float = opts->x_param_vect_induction_float;
541 : 96144180 : ptr->x_param_vect_inner_loop_cost_factor = opts->x_param_vect_inner_loop_cost_factor;
542 : 96144180 : ptr->x_param_vect_max_layout_candidates = opts->x_param_vect_max_layout_candidates;
543 : 96144180 : ptr->x_param_vect_max_peeling_for_alignment = opts->x_param_vect_max_peeling_for_alignment;
544 : 96144180 : ptr->x_param_vect_max_version_for_alias_checks = opts->x_param_vect_max_version_for_alias_checks;
545 : 96144180 : ptr->x_param_vect_max_version_for_alignment_checks = opts->x_param_vect_max_version_for_alignment_checks;
546 : 96144180 : ptr->x_param_vect_partial_vector_usage = opts->x_param_vect_partial_vector_usage;
547 : 96144180 : ptr->x_param_vect_scalar_cost_multiplier = opts->x_param_vect_scalar_cost_multiplier;
548 : 96144180 : ptr->x_param_vrp_block_limit = opts->x_param_vrp_block_limit;
549 : 96144180 : ptr->x_param_vrp_sparse_threshold = opts->x_param_vrp_sparse_threshold;
550 : 96144180 : ptr->x_param_vrp_switch_limit = opts->x_param_vrp_switch_limit;
551 : 96144180 : ptr->x_param_vrp_vector_threshold = opts->x_param_vrp_vector_threshold;
552 : 96144180 : ptr->x_flag_complex_method = opts->x_flag_complex_method;
553 : 96144180 : ptr->x_flag_malloc_dse = opts->x_flag_malloc_dse;
554 : 96144180 : ptr->x_flag_min_function_alignment = opts->x_flag_min_function_alignment;
555 : 96144180 : ptr->x_flag_openmp_target_simd_clone = opts->x_flag_openmp_target_simd_clone;
556 : 96144180 : ptr->x_flag_sched_stalled_insns = opts->x_flag_sched_stalled_insns;
557 : 96144180 : ptr->x_flag_sched_stalled_insns_dep = opts->x_flag_sched_stalled_insns_dep;
558 : 96144180 : ptr->x_flag_tree_parallelize_loops = opts->x_flag_tree_parallelize_loops;
559 : 96144180 : ptr->x_flag_lto_locality_cloning = opts->x_flag_lto_locality_cloning;
560 : 96144180 : ptr->x_param_ranger_debug = opts->x_param_ranger_debug;
561 : 96144180 : ptr->x_param_threader_debug = opts->x_param_threader_debug;
562 : 96144180 : ptr->x_flag_excess_precision = opts->x_flag_excess_precision;
563 : 96144180 : ptr->x_flag_fp_contract_mode = opts->x_flag_fp_contract_mode;
564 : 96144180 : ptr->x_flag_harden_control_flow_redundancy_check_noreturn = opts->x_flag_harden_control_flow_redundancy_check_noreturn;
565 : 96144180 : ptr->x_flag_inline_stringops = opts->x_flag_inline_stringops;
566 : 96144180 : ptr->x_flag_ira_algorithm = opts->x_flag_ira_algorithm;
567 : 96144180 : ptr->x_flag_ira_region = opts->x_flag_ira_region;
568 : 96144180 : ptr->x_flag_live_patching = opts->x_flag_live_patching;
569 : 96144180 : ptr->x_flag_reorder_blocks_algorithm = opts->x_flag_reorder_blocks_algorithm;
570 : 96144180 : ptr->x_flag_simd_cost_model = opts->x_flag_simd_cost_model;
571 : 96144180 : ptr->x_flag_stack_reuse = opts->x_flag_stack_reuse;
572 : 96144180 : ptr->x_flag_auto_var_init = opts->x_flag_auto_var_init;
573 : 96144180 : ptr->x_flag_vect_cost_model = opts->x_flag_vect_cost_model;
574 : 96144180 : ptr->x_optimize = opts->x_optimize;
575 : 96144180 : ptr->x_optimize_size = opts->x_optimize_size;
576 : 96144180 : ptr->x_optimize_debug = opts->x_optimize_debug;
577 : 96144180 : ptr->x_optimize_fast = opts->x_optimize_fast;
578 : 96144180 : ptr->x_warn_inline = opts->x_warn_inline;
579 : 96144180 : ptr->x_flag_aggressive_loop_optimizations = opts->x_flag_aggressive_loop_optimizations;
580 : 96144180 : ptr->x_flag_align_functions = opts->x_flag_align_functions;
581 : 96144180 : ptr->x_flag_align_jumps = opts->x_flag_align_jumps;
582 : 96144180 : ptr->x_flag_align_labels = opts->x_flag_align_labels;
583 : 96144180 : ptr->x_flag_align_loops = opts->x_flag_align_loops;
584 : 96144180 : ptr->x_flag_allocation_dce = opts->x_flag_allocation_dce;
585 : 96144180 : ptr->x_flag_store_data_races = opts->x_flag_store_data_races;
586 : 96144180 : ptr->x_flag_associative_math = opts->x_flag_associative_math;
587 : 96144180 : ptr->x_flag_assume_sane_operators_new_delete = opts->x_flag_assume_sane_operators_new_delete;
588 : 96144180 : ptr->x_flag_asynchronous_unwind_tables = opts->x_flag_asynchronous_unwind_tables;
589 : 96144180 : ptr->x_flag_auto_inc_dec = opts->x_flag_auto_inc_dec;
590 : 96144180 : ptr->x_flag_auto_profile_inlining = opts->x_flag_auto_profile_inlining;
591 : 96144180 : ptr->x_flag_avoid_store_forwarding = opts->x_flag_avoid_store_forwarding;
592 : 96144180 : ptr->x_flag_bit_tests = opts->x_flag_bit_tests;
593 : 96144180 : ptr->x_flag_branch_on_count_reg = opts->x_flag_branch_on_count_reg;
594 : 96144180 : ptr->x_flag_branch_probabilities = opts->x_flag_branch_probabilities;
595 : 96144180 : ptr->x_flag_caller_saves = opts->x_flag_caller_saves;
596 : 96144180 : ptr->x_flag_code_hoisting = opts->x_flag_code_hoisting;
597 : 96144180 : ptr->x_flag_combine_stack_adjustments = opts->x_flag_combine_stack_adjustments;
598 : 96144180 : ptr->x_flag_compare_elim_after_reload = opts->x_flag_compare_elim_after_reload;
599 : 96144180 : ptr->x_flag_conserve_stack = opts->x_flag_conserve_stack;
600 : 96144180 : ptr->x_flag_cprop_registers = opts->x_flag_cprop_registers;
601 : 96144180 : ptr->x_flag_crossjumping = opts->x_flag_crossjumping;
602 : 96144180 : ptr->x_flag_cse_follow_jumps = opts->x_flag_cse_follow_jumps;
603 : 96144180 : ptr->x_flag_dce = opts->x_flag_dce;
604 : 96144180 : ptr->x_flag_defer_pop = opts->x_flag_defer_pop;
605 : 96144180 : ptr->x_flag_delayed_branch = opts->x_flag_delayed_branch;
606 : 96144180 : ptr->x_flag_delete_dead_exceptions = opts->x_flag_delete_dead_exceptions;
607 : 96144180 : ptr->x_flag_delete_null_pointer_checks = opts->x_flag_delete_null_pointer_checks;
608 : 96144180 : ptr->x_flag_dep_fusion = opts->x_flag_dep_fusion;
609 : 96144180 : ptr->x_flag_devirtualize = opts->x_flag_devirtualize;
610 : 96144180 : ptr->x_flag_devirtualize_speculatively = opts->x_flag_devirtualize_speculatively;
611 : 96144180 : ptr->x_flag_dse = opts->x_flag_dse;
612 : 96144180 : ptr->x_flag_early_inlining = opts->x_flag_early_inlining;
613 : 96144180 : ptr->x_flag_exceptions = opts->x_flag_exceptions;
614 : 96144180 : ptr->x_flag_expensive_optimizations = opts->x_flag_expensive_optimizations;
615 : 96144180 : ptr->x_flag_ext_dce = opts->x_flag_ext_dce;
616 : 96144180 : ptr->x_flag_finite_loops = opts->x_flag_finite_loops;
617 : 96144180 : ptr->x_flag_finite_math_only = opts->x_flag_finite_math_only;
618 : 96144180 : ptr->x_flag_float_store = opts->x_flag_float_store;
619 : 96144180 : ptr->x_flag_fold_mem_offsets = opts->x_flag_fold_mem_offsets;
620 : 96144180 : ptr->x_flag_fold_simple_inlines = opts->x_flag_fold_simple_inlines;
621 : 96144180 : ptr->x_flag_forward_propagate = opts->x_flag_forward_propagate;
622 : 96144180 : ptr->x_flag_fp_int_builtin_inexact = opts->x_flag_fp_int_builtin_inexact;
623 : 96144180 : ptr->x_flag_no_function_cse = opts->x_flag_no_function_cse;
624 : 96144180 : ptr->x_flag_gcse = opts->x_flag_gcse;
625 : 96144180 : ptr->x_flag_gcse_after_reload = opts->x_flag_gcse_after_reload;
626 : 96144180 : ptr->x_flag_gcse_las = opts->x_flag_gcse_las;
627 : 96144180 : ptr->x_flag_gcse_lm = opts->x_flag_gcse_lm;
628 : 96144180 : ptr->x_flag_gcse_sm = opts->x_flag_gcse_sm;
629 : 96144180 : ptr->x_flag_graphite = opts->x_flag_graphite;
630 : 96144180 : ptr->x_flag_graphite_identity = opts->x_flag_graphite_identity;
631 : 96144180 : ptr->x_flag_guess_branch_prob = opts->x_flag_guess_branch_prob;
632 : 96144180 : ptr->x_flag_harden_control_flow_redundancy_check_exceptions = opts->x_flag_harden_control_flow_redundancy_check_exceptions;
633 : 96144180 : ptr->x_flag_harden_control_flow_redundancy_check_returning_calls = opts->x_flag_harden_control_flow_redundancy_check_returning_calls;
634 : 96144180 : ptr->x_flag_harden_control_flow_redundancy_skip_leaf = opts->x_flag_harden_control_flow_redundancy_skip_leaf;
635 : 96144180 : ptr->x_flag_harden_compares = opts->x_flag_harden_compares;
636 : 96144180 : ptr->x_flag_harden_conditional_branches = opts->x_flag_harden_conditional_branches;
637 : 96144180 : ptr->x_flag_harden_control_flow_redundancy = opts->x_flag_harden_control_flow_redundancy;
638 : 96144180 : ptr->x_flag_hoist_adjacent_loads = opts->x_flag_hoist_adjacent_loads;
639 : 96144180 : ptr->x_flag_if_conversion = opts->x_flag_if_conversion;
640 : 96144180 : ptr->x_flag_if_conversion2 = opts->x_flag_if_conversion2;
641 : 96144180 : ptr->x_flag_indirect_inlining = opts->x_flag_indirect_inlining;
642 : 96144180 : ptr->x_flag_no_inline = opts->x_flag_no_inline;
643 : 96144180 : ptr->x_flag_inline_atomics = opts->x_flag_inline_atomics;
644 : 96144180 : ptr->x_flag_inline_functions = opts->x_flag_inline_functions;
645 : 96144180 : ptr->x_flag_inline_functions_called_once = opts->x_flag_inline_functions_called_once;
646 : 96144180 : ptr->x_flag_inline_small_functions = opts->x_flag_inline_small_functions;
647 : 96144180 : ptr->x_flag_ipa_bit_cp = opts->x_flag_ipa_bit_cp;
648 : 96144180 : ptr->x_flag_ipa_cp = opts->x_flag_ipa_cp;
649 : 96144180 : ptr->x_flag_ipa_cp_clone = opts->x_flag_ipa_cp_clone;
650 : 96144180 : ptr->x_flag_ipa_icf = opts->x_flag_ipa_icf;
651 : 96144180 : ptr->x_flag_ipa_icf_functions = opts->x_flag_ipa_icf_functions;
652 : 96144180 : ptr->x_flag_ipa_icf_variables = opts->x_flag_ipa_icf_variables;
653 : 96144180 : ptr->x_flag_ipa_modref = opts->x_flag_ipa_modref;
654 : 96144180 : ptr->x_flag_ipa_profile = opts->x_flag_ipa_profile;
655 : 96144180 : ptr->x_flag_ipa_pta = opts->x_flag_ipa_pta;
656 : 96144180 : ptr->x_flag_ipa_pure_const = opts->x_flag_ipa_pure_const;
657 : 96144180 : ptr->x_flag_ipa_ra = opts->x_flag_ipa_ra;
658 : 96144180 : ptr->x_flag_ipa_reference = opts->x_flag_ipa_reference;
659 : 96144180 : ptr->x_flag_ipa_reference_addressable = opts->x_flag_ipa_reference_addressable;
660 : 96144180 : ptr->x_flag_ipa_reorder_for_locality = opts->x_flag_ipa_reorder_for_locality;
661 : 96144180 : ptr->x_flag_ipa_sra = opts->x_flag_ipa_sra;
662 : 96144180 : ptr->x_flag_ipa_stack_alignment = opts->x_flag_ipa_stack_alignment;
663 : 96144180 : ptr->x_flag_ipa_strict_aliasing = opts->x_flag_ipa_strict_aliasing;
664 : 96144180 : ptr->x_flag_ipa_vrp = opts->x_flag_ipa_vrp;
665 : 96144180 : ptr->x_flag_ira_hoist_pressure = opts->x_flag_ira_hoist_pressure;
666 : 96144180 : ptr->x_flag_ira_loop_pressure = opts->x_flag_ira_loop_pressure;
667 : 96144180 : ptr->x_flag_ira_share_save_slots = opts->x_flag_ira_share_save_slots;
668 : 96144180 : ptr->x_flag_ira_share_spill_slots = opts->x_flag_ira_share_spill_slots;
669 : 96144180 : ptr->x_flag_isolate_erroneous_paths_attribute = opts->x_flag_isolate_erroneous_paths_attribute;
670 : 96144180 : ptr->x_flag_isolate_erroneous_paths_dereference = opts->x_flag_isolate_erroneous_paths_dereference;
671 : 96144180 : ptr->x_flag_ivopts = opts->x_flag_ivopts;
672 : 96144180 : ptr->x_flag_jump_tables = opts->x_flag_jump_tables;
673 : 96144180 : ptr->x_flag_keep_gc_roots_live = opts->x_flag_keep_gc_roots_live;
674 : 96144180 : ptr->x_flag_late_combine_instructions = opts->x_flag_late_combine_instructions;
675 : 96144180 : ptr->x_flag_lifetime_dse = opts->x_flag_lifetime_dse;
676 : 96144180 : ptr->x_flag_limit_function_alignment = opts->x_flag_limit_function_alignment;
677 : 96144180 : ptr->x_flag_live_range_shrinkage = opts->x_flag_live_range_shrinkage;
678 : 96144180 : ptr->x_flag_loop_interchange = opts->x_flag_loop_interchange;
679 : 96144180 : ptr->x_flag_loop_nest_optimize = opts->x_flag_loop_nest_optimize;
680 : 96144180 : ptr->x_flag_loop_parallelize_all = opts->x_flag_loop_parallelize_all;
681 : 96144180 : ptr->x_flag_unroll_jam = opts->x_flag_unroll_jam;
682 : 96144180 : ptr->x_flag_lra_remat = opts->x_flag_lra_remat;
683 : 96144180 : ptr->x_flag_malloc_dce = opts->x_flag_malloc_dce;
684 : 96144180 : ptr->x_flag_errno_math = opts->x_flag_errno_math;
685 : 96144180 : ptr->x_flag_modulo_sched = opts->x_flag_modulo_sched;
686 : 96144180 : ptr->x_flag_modulo_sched_allow_regmoves = opts->x_flag_modulo_sched_allow_regmoves;
687 : 96144180 : ptr->x_flag_move_loop_invariants = opts->x_flag_move_loop_invariants;
688 : 96144180 : ptr->x_flag_move_loop_stores = opts->x_flag_move_loop_stores;
689 : 96144180 : ptr->x_flag_non_call_exceptions = opts->x_flag_non_call_exceptions;
690 : 96144180 : ptr->x_flag_nothrow_opt = opts->x_flag_nothrow_opt;
691 : 96144180 : ptr->x_flag_omit_frame_pointer = opts->x_flag_omit_frame_pointer;
692 : 96144180 : ptr->x_flag_opt_info = opts->x_flag_opt_info;
693 : 96144180 : ptr->x_flag_optimize_crc = opts->x_flag_optimize_crc;
694 : 96144180 : ptr->x_flag_optimize_sibling_calls = opts->x_flag_optimize_sibling_calls;
695 : 96144180 : ptr->x_flag_optimize_strlen = opts->x_flag_optimize_strlen;
696 : 96144180 : ptr->x_flag_pack_struct = opts->x_flag_pack_struct;
697 : 96144180 : ptr->x_flag_partial_inlining = opts->x_flag_partial_inlining;
698 : 96144180 : ptr->x_flag_pcc_struct_return = opts->x_flag_pcc_struct_return;
699 : 96144180 : ptr->x_flag_peel_loops = opts->x_flag_peel_loops;
700 : 96144180 : ptr->x_flag_no_peephole = opts->x_flag_no_peephole;
701 : 96144180 : ptr->x_flag_peephole2 = opts->x_flag_peephole2;
702 : 96144180 : ptr->x_flag_plt = opts->x_flag_plt;
703 : 96144180 : ptr->x_flag_predictive_commoning = opts->x_flag_predictive_commoning;
704 : 96144180 : ptr->x_flag_prefetch_loop_arrays = opts->x_flag_prefetch_loop_arrays;
705 : 96144180 : ptr->x_flag_printf_return_value = opts->x_flag_printf_return_value;
706 : 96144180 : ptr->x_flag_profile_partial_training = opts->x_flag_profile_partial_training;
707 : 96144180 : ptr->x_flag_profile_reorder_functions = opts->x_flag_profile_reorder_functions;
708 : 96144180 : ptr->x_flag_reciprocal_math = opts->x_flag_reciprocal_math;
709 : 96144180 : ptr->x_flag_ree = opts->x_flag_ree;
710 : 96144180 : ptr->x_flag_rename_registers = opts->x_flag_rename_registers;
711 : 96144180 : ptr->x_flag_reorder_blocks = opts->x_flag_reorder_blocks;
712 : 96144180 : ptr->x_flag_reorder_blocks_and_partition = opts->x_flag_reorder_blocks_and_partition;
713 : 96144180 : ptr->x_flag_reorder_functions = opts->x_flag_reorder_functions;
714 : 96144180 : ptr->x_flag_rerun_cse_after_loop = opts->x_flag_rerun_cse_after_loop;
715 : 96144180 : ptr->x_flag_resched_modulo_sched = opts->x_flag_resched_modulo_sched;
716 : 96144180 : ptr->x_flag_rounding_math = opts->x_flag_rounding_math;
717 : 96144180 : ptr->x_flag_rtti = opts->x_flag_rtti;
718 : 96144180 : ptr->x_flag_save_optimization_record = opts->x_flag_save_optimization_record;
719 : 96144180 : ptr->x_flag_sched_critical_path_heuristic = opts->x_flag_sched_critical_path_heuristic;
720 : 96144180 : ptr->x_flag_sched_dep_count_heuristic = opts->x_flag_sched_dep_count_heuristic;
721 : 96144180 : ptr->x_flag_sched_group_heuristic = opts->x_flag_sched_group_heuristic;
722 : 96144180 : ptr->x_flag_schedule_interblock = opts->x_flag_schedule_interblock;
723 : 96144180 : ptr->x_flag_sched_last_insn_heuristic = opts->x_flag_sched_last_insn_heuristic;
724 : 96144180 : ptr->x_flag_sched_pressure = opts->x_flag_sched_pressure;
725 : 96144180 : ptr->x_flag_sched_rank_heuristic = opts->x_flag_sched_rank_heuristic;
726 : 96144180 : ptr->x_flag_schedule_speculative = opts->x_flag_schedule_speculative;
727 : 96144180 : ptr->x_flag_sched_spec_insn_heuristic = opts->x_flag_sched_spec_insn_heuristic;
728 : 96144180 : ptr->x_flag_schedule_speculative_load = opts->x_flag_schedule_speculative_load;
729 : 96144180 : ptr->x_flag_schedule_speculative_load_dangerous = opts->x_flag_schedule_speculative_load_dangerous;
730 : 96144180 : ptr->x_flag_sched2_use_superblocks = opts->x_flag_sched2_use_superblocks;
731 : 96144180 : ptr->x_flag_schedule_fusion = opts->x_flag_schedule_fusion;
732 : 96144180 : ptr->x_flag_schedule_insns = opts->x_flag_schedule_insns;
733 : 96144180 : ptr->x_flag_schedule_insns_after_reload = opts->x_flag_schedule_insns_after_reload;
734 : 96144180 : ptr->x_flag_section_anchors = opts->x_flag_section_anchors;
735 : 96144180 : ptr->x_flag_sel_sched_pipelining = opts->x_flag_sel_sched_pipelining;
736 : 96144180 : ptr->x_flag_sel_sched_pipelining_outer_loops = opts->x_flag_sel_sched_pipelining_outer_loops;
737 : 96144180 : ptr->x_flag_sel_sched_reschedule_pipelined = opts->x_flag_sel_sched_reschedule_pipelined;
738 : 96144180 : ptr->x_flag_selective_scheduling = opts->x_flag_selective_scheduling;
739 : 96144180 : ptr->x_flag_selective_scheduling2 = opts->x_flag_selective_scheduling2;
740 : 96144180 : ptr->x_flag_semantic_interposition = opts->x_flag_semantic_interposition;
741 : 96144180 : ptr->x_flag_short_enums = opts->x_flag_short_enums;
742 : 96144180 : ptr->x_flag_short_wchar = opts->x_flag_short_wchar;
743 : 96144180 : ptr->x_flag_shrink_wrap = opts->x_flag_shrink_wrap;
744 : 96144180 : ptr->x_flag_shrink_wrap_separate = opts->x_flag_shrink_wrap_separate;
745 : 96144180 : ptr->x_flag_signaling_nans = opts->x_flag_signaling_nans;
746 : 96144180 : ptr->x_flag_signed_zeros = opts->x_flag_signed_zeros;
747 : 96144180 : ptr->x_flag_single_precision_constant = opts->x_flag_single_precision_constant;
748 : 96144180 : ptr->x_flag_split_ivs_in_unroller = opts->x_flag_split_ivs_in_unroller;
749 : 96144180 : ptr->x_flag_split_loops = opts->x_flag_split_loops;
750 : 96144180 : ptr->x_flag_split_paths = opts->x_flag_split_paths;
751 : 96144180 : ptr->x_flag_split_wide_types = opts->x_flag_split_wide_types;
752 : 96144180 : ptr->x_flag_split_wide_types_early = opts->x_flag_split_wide_types_early;
753 : 96144180 : ptr->x_flag_ssa_backprop = opts->x_flag_ssa_backprop;
754 : 96144180 : ptr->x_flag_ssa_phiopt = opts->x_flag_ssa_phiopt;
755 : 96144180 : ptr->x_flag_stack_clash_protection = opts->x_flag_stack_clash_protection;
756 : 96144180 : ptr->x_flag_stack_protect = opts->x_flag_stack_protect;
757 : 96144180 : ptr->x_flag_stdarg_opt = opts->x_flag_stdarg_opt;
758 : 96144180 : ptr->x_flag_store_merging = opts->x_flag_store_merging;
759 : 96144180 : ptr->x_flag_strict_aliasing = opts->x_flag_strict_aliasing;
760 : 96144180 : ptr->x_flag_strict_enums = opts->x_flag_strict_enums;
761 : 96144180 : ptr->x_flag_strict_volatile_bitfields = opts->x_flag_strict_volatile_bitfields;
762 : 96144180 : ptr->x_flag_thread_jumps = opts->x_flag_thread_jumps;
763 : 96144180 : ptr->x_flag_threadsafe_statics = opts->x_flag_threadsafe_statics;
764 : 96144180 : ptr->x_flag_toplevel_reorder = opts->x_flag_toplevel_reorder;
765 : 96144180 : ptr->x_flag_tracer = opts->x_flag_tracer;
766 : 96144180 : ptr->x_flag_trapping_math = opts->x_flag_trapping_math;
767 : 96144180 : ptr->x_flag_trapv = opts->x_flag_trapv;
768 : 96144180 : ptr->x_flag_tree_bit_ccp = opts->x_flag_tree_bit_ccp;
769 : 96144180 : ptr->x_flag_tree_builtin_call_dce = opts->x_flag_tree_builtin_call_dce;
770 : 96144180 : ptr->x_flag_tree_ccp = opts->x_flag_tree_ccp;
771 : 96144180 : ptr->x_flag_tree_ch = opts->x_flag_tree_ch;
772 : 96144180 : ptr->x_flag_tree_coalesce_vars = opts->x_flag_tree_coalesce_vars;
773 : 96144180 : ptr->x_flag_tree_copy_prop = opts->x_flag_tree_copy_prop;
774 : 96144180 : ptr->x_flag_tree_cselim = opts->x_flag_tree_cselim;
775 : 96144180 : ptr->x_flag_tree_dce = opts->x_flag_tree_dce;
776 : 96144180 : ptr->x_flag_tree_dom = opts->x_flag_tree_dom;
777 : 96144180 : ptr->x_flag_tree_dse = opts->x_flag_tree_dse;
778 : 96144180 : ptr->x_flag_tree_forwprop = opts->x_flag_tree_forwprop;
779 : 96144180 : ptr->x_flag_tree_fre = opts->x_flag_tree_fre;
780 : 96144180 : ptr->x_flag_tree_loop_distribute_patterns = opts->x_flag_tree_loop_distribute_patterns;
781 : 96144180 : ptr->x_flag_tree_loop_distribution = opts->x_flag_tree_loop_distribution;
782 : 96144180 : ptr->x_flag_tree_loop_if_convert = opts->x_flag_tree_loop_if_convert;
783 : 96144180 : ptr->x_flag_tree_loop_im = opts->x_flag_tree_loop_im;
784 : 96144180 : ptr->x_flag_tree_loop_ivcanon = opts->x_flag_tree_loop_ivcanon;
785 : 96144180 : ptr->x_flag_tree_loop_optimize = opts->x_flag_tree_loop_optimize;
786 : 96144180 : ptr->x_flag_tree_loop_vectorize = opts->x_flag_tree_loop_vectorize;
787 : 96144180 : ptr->x_flag_tree_live_range_split = opts->x_flag_tree_live_range_split;
788 : 96144180 : ptr->x_flag_tree_partial_pre = opts->x_flag_tree_partial_pre;
789 : 96144180 : ptr->x_flag_tree_phiprop = opts->x_flag_tree_phiprop;
790 : 96144180 : ptr->x_flag_tree_pre = opts->x_flag_tree_pre;
791 : 96144180 : ptr->x_flag_tree_pta = opts->x_flag_tree_pta;
792 : 96144180 : ptr->x_flag_tree_reassoc = opts->x_flag_tree_reassoc;
793 : 96144180 : ptr->x_flag_tree_scev_cprop = opts->x_flag_tree_scev_cprop;
794 : 96144180 : ptr->x_flag_tree_sink = opts->x_flag_tree_sink;
795 : 96144180 : ptr->x_flag_tree_slp_vectorize = opts->x_flag_tree_slp_vectorize;
796 : 96144180 : ptr->x_flag_tree_slsr = opts->x_flag_tree_slsr;
797 : 96144180 : ptr->x_flag_tree_sra = opts->x_flag_tree_sra;
798 : 96144180 : ptr->x_flag_tree_switch_conversion = opts->x_flag_tree_switch_conversion;
799 : 96144180 : ptr->x_flag_tree_tail_merge = opts->x_flag_tree_tail_merge;
800 : 96144180 : ptr->x_flag_tree_ter = opts->x_flag_tree_ter;
801 : 96144180 : ptr->x_flag_tree_vectorize = opts->x_flag_tree_vectorize;
802 : 96144180 : ptr->x_flag_tree_vrp = opts->x_flag_tree_vrp;
803 : 96144180 : ptr->x_flag_unconstrained_commons = opts->x_flag_unconstrained_commons;
804 : 96144180 : ptr->x_flag_unreachable_traps = opts->x_flag_unreachable_traps;
805 : 96144180 : ptr->x_flag_unroll_all_loops = opts->x_flag_unroll_all_loops;
806 : 96144180 : ptr->x_flag_cunroll_grow_size = opts->x_flag_cunroll_grow_size;
807 : 96144180 : ptr->x_flag_unroll_loops = opts->x_flag_unroll_loops;
808 : 96144180 : ptr->x_flag_unsafe_math_optimizations = opts->x_flag_unsafe_math_optimizations;
809 : 96144180 : ptr->x_flag_unswitch_loops = opts->x_flag_unswitch_loops;
810 : 96144180 : ptr->x_flag_unwind_tables = opts->x_flag_unwind_tables;
811 : 96144180 : ptr->x_flag_var_tracking = opts->x_flag_var_tracking;
812 : 96144180 : ptr->x_flag_var_tracking_assignments = opts->x_flag_var_tracking_assignments;
813 : 96144180 : ptr->x_flag_var_tracking_assignments_toggle = opts->x_flag_var_tracking_assignments_toggle;
814 : 96144180 : ptr->x_flag_var_tracking_uninit = opts->x_flag_var_tracking_uninit;
815 : 96144180 : ptr->x_flag_variable_expansion_in_unroller = opts->x_flag_variable_expansion_in_unroller;
816 : 96144180 : ptr->x_flag_version_loops_for_strides = opts->x_flag_version_loops_for_strides;
817 : 96144180 : ptr->x_flag_value_profile_transformations = opts->x_flag_value_profile_transformations;
818 : 96144180 : ptr->x_flag_web = opts->x_flag_web;
819 : 96144180 : ptr->x_flag_wrapv = opts->x_flag_wrapv;
820 : 96144180 : ptr->x_flag_wrapv_pointer = opts->x_flag_wrapv_pointer;
821 : 96144180 : ptr->x_debug_nonbind_markers_p = opts->x_debug_nonbind_markers_p;
822 : 96144180 : ptr->x_ix86_unroll_only_small_loops = opts->x_ix86_unroll_only_small_loops;
823 : 96144180 : ptr->x_str_align_functions = opts->x_str_align_functions;
824 : 96144180 : ptr->x_str_align_jumps = opts->x_str_align_jumps;
825 : 96144180 : ptr->x_str_align_labels = opts->x_str_align_labels;
826 : 96144180 : ptr->x_str_align_loops = opts->x_str_align_loops;
827 : 96144180 : ptr->x_flag_patchable_function_entry = opts->x_flag_patchable_function_entry;
828 : :
829 : 96144180 : unsigned HOST_WIDE_INT mask = 0;
830 : 96144180 : if (opts_set->x_param_align_loop_iterations) mask |= HOST_WIDE_INT_1U << 0;
831 : 96144180 : if (opts_set->x_param_align_threshold) mask |= HOST_WIDE_INT_1U << 1;
832 : 96144180 : if (opts_set->x_param_asan_protect_allocas) mask |= HOST_WIDE_INT_1U << 2;
833 : 96144180 : if (opts_set->x_param_asan_instrument_reads) mask |= HOST_WIDE_INT_1U << 3;
834 : 96144180 : if (opts_set->x_param_asan_instrument_writes) mask |= HOST_WIDE_INT_1U << 4;
835 : 96144180 : if (opts_set->x_param_asan_instrumentation_with_call_threshold) mask |= HOST_WIDE_INT_1U << 5;
836 : 96144180 : if (opts_set->x_param_asan_kernel_mem_intrinsic_prefix) mask |= HOST_WIDE_INT_1U << 6;
837 : 96144180 : if (opts_set->x_param_asan_memintrin) mask |= HOST_WIDE_INT_1U << 7;
838 : 96144180 : if (opts_set->x_param_asan_stack) mask |= HOST_WIDE_INT_1U << 8;
839 : 96144180 : if (opts_set->x_param_asan_use_after_return) mask |= HOST_WIDE_INT_1U << 9;
840 : 96144180 : if (opts_set->x_param_avg_loop_niter) mask |= HOST_WIDE_INT_1U << 10;
841 : 96144180 : if (opts_set->x_param_avoid_fma_max_bits) mask |= HOST_WIDE_INT_1U << 11;
842 : 96144180 : if (opts_set->x_param_builtin_expect_probability) mask |= HOST_WIDE_INT_1U << 12;
843 : 96144180 : if (opts_set->x_param_builtin_string_cmp_inline_length) mask |= HOST_WIDE_INT_1U << 13;
844 : 96144180 : if (opts_set->x_param_case_values_threshold) mask |= HOST_WIDE_INT_1U << 14;
845 : 96144180 : if (opts_set->x_param_comdat_sharing_probability) mask |= HOST_WIDE_INT_1U << 15;
846 : 96144180 : if (opts_set->x_param_construct_interfere_size) mask |= HOST_WIDE_INT_1U << 16;
847 : 96144180 : if (opts_set->x_param_cycle_accurate_model) mask |= HOST_WIDE_INT_1U << 17;
848 : 96144180 : if (opts_set->x_param_destruct_interfere_size) mask |= HOST_WIDE_INT_1U << 18;
849 : 96144180 : if (opts_set->x_param_dse_max_alias_queries_per_store) mask |= HOST_WIDE_INT_1U << 19;
850 : 96144180 : if (opts_set->x_param_dse_max_object_size) mask |= HOST_WIDE_INT_1U << 20;
851 : 96144180 : if (opts_set->x_param_early_inlining_insns) mask |= HOST_WIDE_INT_1U << 21;
852 : 96144180 : if (opts_set->x_param_fsm_scale_path_stmts) mask |= HOST_WIDE_INT_1U << 22;
853 : 96144180 : if (opts_set->x_param_fully_pipelined_fma) mask |= HOST_WIDE_INT_1U << 23;
854 : 96144180 : if (opts_set->x_param_gcse_after_reload_critical_fraction) mask |= HOST_WIDE_INT_1U << 24;
855 : 96144180 : if (opts_set->x_param_gcse_after_reload_partial_fraction) mask |= HOST_WIDE_INT_1U << 25;
856 : 96144180 : if (opts_set->x_param_gcse_cost_distance_ratio) mask |= HOST_WIDE_INT_1U << 26;
857 : 96144180 : if (opts_set->x_param_gcse_unrestricted_cost) mask |= HOST_WIDE_INT_1U << 27;
858 : 96144180 : if (opts_set->x_param_graphite_max_arrays_per_scop) mask |= HOST_WIDE_INT_1U << 28;
859 : 96144180 : if (opts_set->x_param_graphite_max_nb_scop_params) mask |= HOST_WIDE_INT_1U << 29;
860 : 96144180 : if (opts_set->x_param_hardcfr_max_blocks) mask |= HOST_WIDE_INT_1U << 30;
861 : 96144180 : if (opts_set->x_param_hardcfr_max_inline_blocks) mask |= HOST_WIDE_INT_1U << 31;
862 : 96144180 : if (opts_set->x_param_hwasan_instrument_allocas) mask |= HOST_WIDE_INT_1U << 32;
863 : 96144180 : if (opts_set->x_param_hwasan_instrument_mem_intrinsics) mask |= HOST_WIDE_INT_1U << 33;
864 : 96144180 : if (opts_set->x_param_hwasan_instrument_reads) mask |= HOST_WIDE_INT_1U << 34;
865 : 96144180 : if (opts_set->x_param_hwasan_instrument_stack) mask |= HOST_WIDE_INT_1U << 35;
866 : 96144180 : if (opts_set->x_param_hwasan_instrument_writes) mask |= HOST_WIDE_INT_1U << 36;
867 : 96144180 : if (opts_set->x_param_hwasan_random_frame_tag) mask |= HOST_WIDE_INT_1U << 37;
868 : 96144180 : if (opts_set->x_param_inline_heuristics_hint_percent) mask |= HOST_WIDE_INT_1U << 38;
869 : 96144180 : if (opts_set->x_param_inline_min_speedup) mask |= HOST_WIDE_INT_1U << 39;
870 : 96144180 : if (opts_set->x_param_inline_unit_growth) mask |= HOST_WIDE_INT_1U << 40;
871 : 96144180 : if (opts_set->x_param_ipa_cp_eval_threshold) mask |= HOST_WIDE_INT_1U << 41;
872 : 96144180 : if (opts_set->x_param_ipa_cp_large_unit_insns) mask |= HOST_WIDE_INT_1U << 42;
873 : 96144180 : if (opts_set->x_param_ipa_cp_loop_hint_bonus) mask |= HOST_WIDE_INT_1U << 43;
874 : 96144180 : if (opts_set->x_param_ipa_cp_max_recursive_depth) mask |= HOST_WIDE_INT_1U << 44;
875 : 96144180 : if (opts_set->x_param_ipa_cp_min_recursive_probability) mask |= HOST_WIDE_INT_1U << 45;
876 : 96144180 : if (opts_set->x_param_ipa_cp_recursion_penalty) mask |= HOST_WIDE_INT_1U << 46;
877 : 96144180 : if (opts_set->x_param_ipa_cp_recursive_freq_factor) mask |= HOST_WIDE_INT_1U << 47;
878 : 96144180 : if (opts_set->x_param_ipa_cp_single_call_penalty) mask |= HOST_WIDE_INT_1U << 48;
879 : 96144180 : if (opts_set->x_param_ipa_cp_unit_growth) mask |= HOST_WIDE_INT_1U << 49;
880 : 96144180 : if (opts_set->x_param_ipa_cp_value_list_size) mask |= HOST_WIDE_INT_1U << 50;
881 : 96144180 : if (opts_set->x_param_ipa_jump_function_lookups) mask |= HOST_WIDE_INT_1U << 51;
882 : 96144180 : if (opts_set->x_param_ipa_max_aa_steps) mask |= HOST_WIDE_INT_1U << 52;
883 : 96144180 : if (opts_set->x_param_ipa_max_agg_items) mask |= HOST_WIDE_INT_1U << 53;
884 : 96144180 : if (opts_set->x_param_ipa_max_loop_predicates) mask |= HOST_WIDE_INT_1U << 54;
885 : 96144180 : if (opts_set->x_param_ipa_max_param_expr_ops) mask |= HOST_WIDE_INT_1U << 55;
886 : 96144180 : if (opts_set->x_param_ipa_max_switch_predicate_bounds) mask |= HOST_WIDE_INT_1U << 56;
887 : 96144180 : if (opts_set->x_param_ipa_sra_deref_prob_threshold) mask |= HOST_WIDE_INT_1U << 57;
888 : 96144180 : if (opts_set->x_param_ipa_sra_max_replacements) mask |= HOST_WIDE_INT_1U << 58;
889 : 96144180 : if (opts_set->x_param_ipa_sra_ptr_growth_factor) mask |= HOST_WIDE_INT_1U << 59;
890 : 96144180 : if (opts_set->x_param_ipa_sra_ptrwrap_growth_factor) mask |= HOST_WIDE_INT_1U << 60;
891 : 96144180 : if (opts_set->x_param_ira_consider_dup_in_all_alts) mask |= HOST_WIDE_INT_1U << 61;
892 : 96144180 : if (opts_set->x_param_ira_loop_reserved_regs) mask |= HOST_WIDE_INT_1U << 62;
893 : 96144180 : if (opts_set->x_param_ira_max_conflict_table_size) mask |= HOST_WIDE_INT_1U << 63;
894 : 96144180 : ptr->explicit_mask[0] = mask;
895 : 96144180 : mask = 0;
896 : 96144180 : if (opts_set->x_param_ira_max_loops_num) mask |= HOST_WIDE_INT_1U << 0;
897 : 96144180 : if (opts_set->x_param_ira_simple_lra_insn_threshold) mask |= HOST_WIDE_INT_1U << 1;
898 : 96144180 : if (opts_set->x_param_iv_always_prune_cand_set_bound) mask |= HOST_WIDE_INT_1U << 2;
899 : 96144180 : if (opts_set->x_param_iv_consider_all_candidates_bound) mask |= HOST_WIDE_INT_1U << 3;
900 : 96144180 : if (opts_set->x_param_iv_max_considered_uses) mask |= HOST_WIDE_INT_1U << 4;
901 : 96144180 : if (opts_set->x_param_jump_table_max_growth_ratio_for_size) mask |= HOST_WIDE_INT_1U << 5;
902 : 96144180 : if (opts_set->x_param_jump_table_max_growth_ratio_for_speed) mask |= HOST_WIDE_INT_1U << 6;
903 : 96144180 : if (opts_set->x_param_l1_cache_line_size) mask |= HOST_WIDE_INT_1U << 7;
904 : 96144180 : if (opts_set->x_param_l1_cache_size) mask |= HOST_WIDE_INT_1U << 8;
905 : 96144180 : if (opts_set->x_param_l2_cache_size) mask |= HOST_WIDE_INT_1U << 9;
906 : 96144180 : if (opts_set->x_param_large_function_growth) mask |= HOST_WIDE_INT_1U << 10;
907 : 96144180 : if (opts_set->x_param_large_function_insns) mask |= HOST_WIDE_INT_1U << 11;
908 : 96144180 : if (opts_set->x_param_stack_frame_growth) mask |= HOST_WIDE_INT_1U << 12;
909 : 96144180 : if (opts_set->x_param_large_stack_frame) mask |= HOST_WIDE_INT_1U << 13;
910 : 96144180 : if (opts_set->x_param_large_unit_insns) mask |= HOST_WIDE_INT_1U << 14;
911 : 96144180 : if (opts_set->x_param_lim_expensive) mask |= HOST_WIDE_INT_1U << 15;
912 : 96144180 : if (opts_set->x_param_loop_block_tile_size) mask |= HOST_WIDE_INT_1U << 16;
913 : 96144180 : if (opts_set->x_param_loop_interchange_max_num_stmts) mask |= HOST_WIDE_INT_1U << 17;
914 : 96144180 : if (opts_set->x_param_loop_interchange_stride_ratio) mask |= HOST_WIDE_INT_1U << 18;
915 : 96144180 : if (opts_set->x_param_loop_invariant_max_bbs_in_loop) mask |= HOST_WIDE_INT_1U << 19;
916 : 96144180 : if (opts_set->x_param_loop_max_datarefs_for_datadeps) mask |= HOST_WIDE_INT_1U << 20;
917 : 96144180 : if (opts_set->x_param_loop_versioning_max_inner_insns) mask |= HOST_WIDE_INT_1U << 21;
918 : 96144180 : if (opts_set->x_param_loop_versioning_max_outer_insns) mask |= HOST_WIDE_INT_1U << 22;
919 : 96144180 : if (opts_set->x_param_lra_inheritance_ebb_probability_cutoff) mask |= HOST_WIDE_INT_1U << 23;
920 : 96144180 : if (opts_set->x_param_lra_max_considered_reload_pseudos) mask |= HOST_WIDE_INT_1U << 24;
921 : 96144180 : if (opts_set->x_param_lto_locality_frequency) mask |= HOST_WIDE_INT_1U << 25;
922 : 96144180 : if (opts_set->x_param_lto_locality_size) mask |= HOST_WIDE_INT_1U << 26;
923 : 96144180 : if (opts_set->x_param_max_average_unrolled_insns) mask |= HOST_WIDE_INT_1U << 27;
924 : 96144180 : if (opts_set->x_param_max_combine_insns) mask |= HOST_WIDE_INT_1U << 28;
925 : 96144180 : if (opts_set->x_param_max_combine_search_insns) mask |= HOST_WIDE_INT_1U << 29;
926 : 96144180 : if (opts_set->x_param_max_unroll_iterations) mask |= HOST_WIDE_INT_1U << 30;
927 : 96144180 : if (opts_set->x_param_max_completely_peel_times) mask |= HOST_WIDE_INT_1U << 31;
928 : 96144180 : if (opts_set->x_param_max_completely_peeled_insns) mask |= HOST_WIDE_INT_1U << 32;
929 : 96144180 : if (opts_set->x_param_max_crossjump_edges) mask |= HOST_WIDE_INT_1U << 33;
930 : 96144180 : if (opts_set->x_param_max_cse_insns) mask |= HOST_WIDE_INT_1U << 34;
931 : 96144180 : if (opts_set->x_param_max_cse_path_length) mask |= HOST_WIDE_INT_1U << 35;
932 : 96144180 : if (opts_set->x_param_max_cselib_memory_locations) mask |= HOST_WIDE_INT_1U << 36;
933 : 96144180 : if (opts_set->x_param_max_debug_marker_count) mask |= HOST_WIDE_INT_1U << 37;
934 : 96144180 : if (opts_set->x_param_max_delay_slot_insn_search) mask |= HOST_WIDE_INT_1U << 38;
935 : 96144180 : if (opts_set->x_param_max_delay_slot_live_search) mask |= HOST_WIDE_INT_1U << 39;
936 : 96144180 : if (opts_set->x_param_max_dse_active_local_stores) mask |= HOST_WIDE_INT_1U << 40;
937 : 96144180 : if (opts_set->x_param_early_inliner_max_iterations) mask |= HOST_WIDE_INT_1U << 41;
938 : 96144180 : if (opts_set->x_param_max_find_base_term_values) mask |= HOST_WIDE_INT_1U << 42;
939 : 96144180 : if (opts_set->x_param_max_fsm_thread_path_insns) mask |= HOST_WIDE_INT_1U << 43;
940 : 96144180 : if (opts_set->x_param_max_gcse_insertion_ratio) mask |= HOST_WIDE_INT_1U << 44;
941 : 96144180 : if (opts_set->x_param_max_gcse_memory) mask |= HOST_WIDE_INT_1U << 45;
942 : 96144180 : if (opts_set->x_param_max_goto_duplication_insns) mask |= HOST_WIDE_INT_1U << 46;
943 : 96144180 : if (opts_set->x_param_max_grow_copy_bb_insns) mask |= HOST_WIDE_INT_1U << 47;
944 : 96144180 : if (opts_set->x_param_max_hoist_depth) mask |= HOST_WIDE_INT_1U << 48;
945 : 96144180 : if (opts_set->x_param_inline_functions_called_once_insns) mask |= HOST_WIDE_INT_1U << 49;
946 : 96144180 : if (opts_set->x_param_inline_functions_called_once_loop_depth) mask |= HOST_WIDE_INT_1U << 50;
947 : 96144180 : if (opts_set->x_param_max_inline_insns_auto) mask |= HOST_WIDE_INT_1U << 51;
948 : 96144180 : if (opts_set->x_param_max_inline_insns_recursive_auto) mask |= HOST_WIDE_INT_1U << 52;
949 : 96144180 : if (opts_set->x_param_max_inline_insns_recursive) mask |= HOST_WIDE_INT_1U << 53;
950 : 96144180 : if (opts_set->x_param_max_inline_insns_single) mask |= HOST_WIDE_INT_1U << 54;
951 : 96144180 : if (opts_set->x_param_max_inline_insns_size) mask |= HOST_WIDE_INT_1U << 55;
952 : 96144180 : if (opts_set->x_param_max_inline_insns_small) mask |= HOST_WIDE_INT_1U << 56;
953 : 96144180 : if (opts_set->x_param_max_inline_recursive_depth_auto) mask |= HOST_WIDE_INT_1U << 57;
954 : 96144180 : if (opts_set->x_param_max_inline_recursive_depth) mask |= HOST_WIDE_INT_1U << 58;
955 : 96144180 : if (opts_set->x_param_max_isl_operations) mask |= HOST_WIDE_INT_1U << 59;
956 : 96144180 : if (opts_set->x_param_max_iterations_computation_cost) mask |= HOST_WIDE_INT_1U << 60;
957 : 96144180 : if (opts_set->x_param_max_iterations_to_track) mask |= HOST_WIDE_INT_1U << 61;
958 : 96144180 : if (opts_set->x_param_max_jump_thread_duplication_stmts) mask |= HOST_WIDE_INT_1U << 62;
959 : 96144180 : if (opts_set->x_param_max_jump_thread_paths) mask |= HOST_WIDE_INT_1U << 63;
960 : 96144180 : ptr->explicit_mask[1] = mask;
961 : 96144180 : mask = 0;
962 : 96144180 : if (opts_set->x_param_max_last_value_rtl) mask |= HOST_WIDE_INT_1U << 0;
963 : 96144180 : if (opts_set->x_param_max_loop_header_insns) mask |= HOST_WIDE_INT_1U << 1;
964 : 96144180 : if (opts_set->x_param_max_modulo_backtrack_attempts) mask |= HOST_WIDE_INT_1U << 2;
965 : 96144180 : if (opts_set->x_param_max_partial_antic_length) mask |= HOST_WIDE_INT_1U << 3;
966 : 96144180 : if (opts_set->x_param_max_peel_branches) mask |= HOST_WIDE_INT_1U << 4;
967 : 96144180 : if (opts_set->x_param_max_peel_times) mask |= HOST_WIDE_INT_1U << 5;
968 : 96144180 : if (opts_set->x_param_max_peeled_insns) mask |= HOST_WIDE_INT_1U << 6;
969 : 96144180 : if (opts_set->x_param_max_pending_list_length) mask |= HOST_WIDE_INT_1U << 7;
970 : 96144180 : if (opts_set->x_param_max_pipeline_region_blocks) mask |= HOST_WIDE_INT_1U << 8;
971 : 96144180 : if (opts_set->x_param_max_pipeline_region_insns) mask |= HOST_WIDE_INT_1U << 9;
972 : 96144180 : if (opts_set->x_param_max_pow_sqrt_depth) mask |= HOST_WIDE_INT_1U << 10;
973 : 96144180 : if (opts_set->x_param_max_predicted_iterations) mask |= HOST_WIDE_INT_1U << 11;
974 : 96144180 : if (opts_set->x_param_max_reload_search_insns) mask |= HOST_WIDE_INT_1U << 12;
975 : 96144180 : if (opts_set->x_param_max_rtl_if_conversion_insns) mask |= HOST_WIDE_INT_1U << 13;
976 : 96144180 : if (opts_set->x_param_max_rtl_if_conversion_predictable_cost) mask |= HOST_WIDE_INT_1U << 14;
977 : 96144180 : if (opts_set->x_param_max_rtl_if_conversion_unpredictable_cost) mask |= HOST_WIDE_INT_1U << 15;
978 : 96144180 : if (opts_set->x_param_max_sched_extend_regions_iters) mask |= HOST_WIDE_INT_1U << 16;
979 : 96144180 : if (opts_set->x_param_max_sched_insn_conflict_delay) mask |= HOST_WIDE_INT_1U << 17;
980 : 96144180 : if (opts_set->x_param_max_sched_ready_insns) mask |= HOST_WIDE_INT_1U << 18;
981 : 96144180 : if (opts_set->x_param_max_sched_region_blocks) mask |= HOST_WIDE_INT_1U << 19;
982 : 96144180 : if (opts_set->x_param_max_sched_region_insns) mask |= HOST_WIDE_INT_1U << 20;
983 : 96144180 : if (opts_set->x_param_max_slsr_candidate_scan) mask |= HOST_WIDE_INT_1U << 21;
984 : 96144180 : if (opts_set->x_param_max_speculative_devirt_maydefs) mask |= HOST_WIDE_INT_1U << 22;
985 : 96144180 : if (opts_set->x_param_max_stores_to_merge) mask |= HOST_WIDE_INT_1U << 23;
986 : 96144180 : if (opts_set->x_param_max_stores_to_sink) mask |= HOST_WIDE_INT_1U << 24;
987 : 96144180 : if (opts_set->x_param_max_tail_merge_comparisons) mask |= HOST_WIDE_INT_1U << 25;
988 : 96144180 : if (opts_set->x_param_max_tail_merge_iterations) mask |= HOST_WIDE_INT_1U << 26;
989 : 96144180 : if (opts_set->x_param_max_tracked_strlens) mask |= HOST_WIDE_INT_1U << 27;
990 : 96144180 : if (opts_set->x_param_max_tree_if_conversion_phi_args) mask |= HOST_WIDE_INT_1U << 28;
991 : 96144180 : if (opts_set->x_param_max_unroll_times) mask |= HOST_WIDE_INT_1U << 29;
992 : 96144180 : if (opts_set->x_param_max_unrolled_insns) mask |= HOST_WIDE_INT_1U << 30;
993 : 96144180 : if (opts_set->x_param_max_unswitch_depth) mask |= HOST_WIDE_INT_1U << 31;
994 : 96144180 : if (opts_set->x_param_max_unswitch_insns) mask |= HOST_WIDE_INT_1U << 32;
995 : 96144180 : if (opts_set->x_param_max_variable_expansions) mask |= HOST_WIDE_INT_1U << 33;
996 : 96144180 : if (opts_set->x_param_max_vartrack_expr_depth) mask |= HOST_WIDE_INT_1U << 34;
997 : 96144180 : if (opts_set->x_param_max_vartrack_reverse_op_size) mask |= HOST_WIDE_INT_1U << 35;
998 : 96144180 : if (opts_set->x_param_max_vartrack_size) mask |= HOST_WIDE_INT_1U << 36;
999 : 96144180 : if (opts_set->x_param_min_crossjump_insns) mask |= HOST_WIDE_INT_1U << 37;
1000 : 96144180 : if (opts_set->x_param_min_inline_recursive_probability) mask |= HOST_WIDE_INT_1U << 38;
1001 : 96144180 : if (opts_set->x_param_min_insn_to_prefetch_ratio) mask |= HOST_WIDE_INT_1U << 39;
1002 : 96144180 : if (opts_set->x_param_min_loop_cond_split_prob) mask |= HOST_WIDE_INT_1U << 40;
1003 : 96144180 : if (opts_set->x_param_min_pagesize) mask |= HOST_WIDE_INT_1U << 41;
1004 : 96144180 : if (opts_set->x_param_min_size_for_stack_sharing) mask |= HOST_WIDE_INT_1U << 42;
1005 : 96144180 : if (opts_set->x_param_min_spec_prob) mask |= HOST_WIDE_INT_1U << 43;
1006 : 96144180 : if (opts_set->x_param_min_vect_loop_bound) mask |= HOST_WIDE_INT_1U << 44;
1007 : 96144180 : if (opts_set->x_param_modref_max_accesses) mask |= HOST_WIDE_INT_1U << 45;
1008 : 96144180 : if (opts_set->x_param_modref_max_adjustments) mask |= HOST_WIDE_INT_1U << 46;
1009 : 96144180 : if (opts_set->x_param_modref_max_bases) mask |= HOST_WIDE_INT_1U << 47;
1010 : 96144180 : if (opts_set->x_param_modref_max_depth) mask |= HOST_WIDE_INT_1U << 48;
1011 : 96144180 : if (opts_set->x_param_modref_max_escape_points) mask |= HOST_WIDE_INT_1U << 49;
1012 : 96144180 : if (opts_set->x_param_modref_max_refs) mask |= HOST_WIDE_INT_1U << 50;
1013 : 96144180 : if (opts_set->x_param_modref_max_tests) mask |= HOST_WIDE_INT_1U << 51;
1014 : 96144180 : if (opts_set->x_param_parloops_chunk_size) mask |= HOST_WIDE_INT_1U << 52;
1015 : 96144180 : if (opts_set->x_param_parloops_min_per_thread) mask |= HOST_WIDE_INT_1U << 53;
1016 : 96144180 : if (opts_set->x_param_parloops_schedule) mask |= HOST_WIDE_INT_1U << 54;
1017 : 96144180 : if (opts_set->x_param_partial_inlining_entry_probability) mask |= HOST_WIDE_INT_1U << 55;
1018 : 96144180 : if (opts_set->x_param_phiopt_factor_max_stmts_live) mask |= HOST_WIDE_INT_1U << 56;
1019 : 96144180 : if (opts_set->x_param_predictable_branch_outcome) mask |= HOST_WIDE_INT_1U << 57;
1020 : 96144180 : if (opts_set->x_param_prefetch_dynamic_strides) mask |= HOST_WIDE_INT_1U << 58;
1021 : 96144180 : if (opts_set->x_param_prefetch_latency) mask |= HOST_WIDE_INT_1U << 59;
1022 : 96144180 : if (opts_set->x_param_prefetch_min_insn_to_mem_ratio) mask |= HOST_WIDE_INT_1U << 60;
1023 : 96144180 : if (opts_set->x_param_prefetch_minimum_stride) mask |= HOST_WIDE_INT_1U << 61;
1024 : 96144180 : if (opts_set->x_param_ranger_logical_depth) mask |= HOST_WIDE_INT_1U << 62;
1025 : 96144180 : if (opts_set->x_param_ranger_recompute_depth) mask |= HOST_WIDE_INT_1U << 63;
1026 : 96144180 : ptr->explicit_mask[2] = mask;
1027 : 96144180 : mask = 0;
1028 : 96144180 : if (opts_set->x_param_relation_block_limit) mask |= HOST_WIDE_INT_1U << 0;
1029 : 96144180 : if (opts_set->x_param_rpo_vn_max_loop_depth) mask |= HOST_WIDE_INT_1U << 1;
1030 : 96144180 : if (opts_set->x_param_sccvn_max_alias_queries_per_access) mask |= HOST_WIDE_INT_1U << 2;
1031 : 96144180 : if (opts_set->x_param_scev_max_expr_complexity) mask |= HOST_WIDE_INT_1U << 3;
1032 : 96144180 : if (opts_set->x_param_scev_max_expr_size) mask |= HOST_WIDE_INT_1U << 4;
1033 : 96144180 : if (opts_set->x_param_sched_autopref_queue_depth) mask |= HOST_WIDE_INT_1U << 5;
1034 : 96144180 : if (opts_set->x_param_sched_mem_true_dep_cost) mask |= HOST_WIDE_INT_1U << 6;
1035 : 96144180 : if (opts_set->x_param_sched_pressure_algorithm) mask |= HOST_WIDE_INT_1U << 7;
1036 : 96144180 : if (opts_set->x_param_sched_spec_prob_cutoff) mask |= HOST_WIDE_INT_1U << 8;
1037 : 96144180 : if (opts_set->x_param_sched_state_edge_prob_cutoff) mask |= HOST_WIDE_INT_1U << 9;
1038 : 96144180 : if (opts_set->x_param_selsched_insns_to_rename) mask |= HOST_WIDE_INT_1U << 10;
1039 : 96144180 : if (opts_set->x_param_selsched_max_lookahead) mask |= HOST_WIDE_INT_1U << 11;
1040 : 96144180 : if (opts_set->x_param_selsched_max_sched_times) mask |= HOST_WIDE_INT_1U << 12;
1041 : 96144180 : if (opts_set->x_param_simultaneous_prefetches) mask |= HOST_WIDE_INT_1U << 13;
1042 : 96144180 : if (opts_set->x_param_sink_frequency_threshold) mask |= HOST_WIDE_INT_1U << 14;
1043 : 96144180 : if (opts_set->x_param_sms_dfa_history) mask |= HOST_WIDE_INT_1U << 15;
1044 : 96144180 : if (opts_set->x_param_sms_loop_average_count_threshold) mask |= HOST_WIDE_INT_1U << 16;
1045 : 96144180 : if (opts_set->x_param_sms_max_ii_factor) mask |= HOST_WIDE_INT_1U << 17;
1046 : 96144180 : if (opts_set->x_param_sms_min_sc) mask |= HOST_WIDE_INT_1U << 18;
1047 : 96144180 : if (opts_set->x_param_sra_max_propagations) mask |= HOST_WIDE_INT_1U << 19;
1048 : 96144180 : if (opts_set->x_param_sra_max_scalarization_size_size) mask |= HOST_WIDE_INT_1U << 20;
1049 : 96144180 : if (opts_set->x_param_sra_max_scalarization_size_speed) mask |= HOST_WIDE_INT_1U << 21;
1050 : 96144180 : if (opts_set->x_param_ssa_name_def_chain_limit) mask |= HOST_WIDE_INT_1U << 22;
1051 : 96144180 : if (opts_set->x_param_ssp_buffer_size) mask |= HOST_WIDE_INT_1U << 23;
1052 : 96144180 : if (opts_set->x_param_stack_clash_protection_guard_size) mask |= HOST_WIDE_INT_1U << 24;
1053 : 96144180 : if (opts_set->x_param_stack_clash_protection_probe_interval) mask |= HOST_WIDE_INT_1U << 25;
1054 : 96144180 : if (opts_set->x_param_store_forwarding_max_distance) mask |= HOST_WIDE_INT_1U << 26;
1055 : 96144180 : if (opts_set->x_param_store_merging_allow_unaligned) mask |= HOST_WIDE_INT_1U << 27;
1056 : 96144180 : if (opts_set->x_param_store_merging_max_size) mask |= HOST_WIDE_INT_1U << 28;
1057 : 96144180 : if (opts_set->x_param_switch_conversion_branch_ratio) mask |= HOST_WIDE_INT_1U << 29;
1058 : 96144180 : if (opts_set->x_param_switch_lower_slow_alg_max_cases) mask |= HOST_WIDE_INT_1U << 30;
1059 : 96144180 : if (opts_set->x_param_tm_max_aggregate_size) mask |= HOST_WIDE_INT_1U << 31;
1060 : 96144180 : if (opts_set->x_param_tracer_dynamic_coverage_feedback) mask |= HOST_WIDE_INT_1U << 32;
1061 : 96144180 : if (opts_set->x_param_tracer_dynamic_coverage) mask |= HOST_WIDE_INT_1U << 33;
1062 : 96144180 : if (opts_set->x_param_tracer_max_code_growth) mask |= HOST_WIDE_INT_1U << 34;
1063 : 96144180 : if (opts_set->x_param_tracer_min_branch_probability_feedback) mask |= HOST_WIDE_INT_1U << 35;
1064 : 96144180 : if (opts_set->x_param_tracer_min_branch_probability) mask |= HOST_WIDE_INT_1U << 36;
1065 : 96144180 : if (opts_set->x_param_tracer_min_branch_ratio) mask |= HOST_WIDE_INT_1U << 37;
1066 : 96144180 : if (opts_set->x_param_transitive_relations_work_bound) mask |= HOST_WIDE_INT_1U << 38;
1067 : 96144180 : if (opts_set->x_param_tree_reassoc_width) mask |= HOST_WIDE_INT_1U << 39;
1068 : 96144180 : if (opts_set->x_param_uninit_control_dep_attempts) mask |= HOST_WIDE_INT_1U << 40;
1069 : 96144180 : if (opts_set->x_param_uninit_max_chain_len) mask |= HOST_WIDE_INT_1U << 41;
1070 : 96144180 : if (opts_set->x_param_uninit_max_num_chains) mask |= HOST_WIDE_INT_1U << 42;
1071 : 96144180 : if (opts_set->x_param_uninit_max_prune_work) mask |= HOST_WIDE_INT_1U << 43;
1072 : 96144180 : if (opts_set->x_param_uninlined_function_insns) mask |= HOST_WIDE_INT_1U << 44;
1073 : 96144180 : if (opts_set->x_param_uninlined_function_time) mask |= HOST_WIDE_INT_1U << 45;
1074 : 96144180 : if (opts_set->x_param_uninlined_function_thunk_insns) mask |= HOST_WIDE_INT_1U << 46;
1075 : 96144180 : if (opts_set->x_param_uninlined_function_thunk_time) mask |= HOST_WIDE_INT_1U << 47;
1076 : 96144180 : if (opts_set->x_param_unlikely_bb_count_fraction) mask |= HOST_WIDE_INT_1U << 48;
1077 : 96144180 : if (opts_set->x_param_unroll_jam_max_unroll) mask |= HOST_WIDE_INT_1U << 49;
1078 : 96144180 : if (opts_set->x_param_unroll_jam_min_percent) mask |= HOST_WIDE_INT_1U << 50;
1079 : 96144180 : if (opts_set->x_param_use_after_scope_direct_emission_threshold) mask |= HOST_WIDE_INT_1U << 51;
1080 : 96144180 : if (opts_set->x_param_vect_epilogues_nomask) mask |= HOST_WIDE_INT_1U << 52;
1081 : 96144180 : if (opts_set->x_param_vect_induction_float) mask |= HOST_WIDE_INT_1U << 53;
1082 : 96144180 : if (opts_set->x_param_vect_inner_loop_cost_factor) mask |= HOST_WIDE_INT_1U << 54;
1083 : 96144180 : if (opts_set->x_param_vect_max_layout_candidates) mask |= HOST_WIDE_INT_1U << 55;
1084 : 96144180 : if (opts_set->x_param_vect_max_peeling_for_alignment) mask |= HOST_WIDE_INT_1U << 56;
1085 : 96144180 : if (opts_set->x_param_vect_max_version_for_alias_checks) mask |= HOST_WIDE_INT_1U << 57;
1086 : 96144180 : if (opts_set->x_param_vect_max_version_for_alignment_checks) mask |= HOST_WIDE_INT_1U << 58;
1087 : 96144180 : if (opts_set->x_param_vect_partial_vector_usage) mask |= HOST_WIDE_INT_1U << 59;
1088 : 96144180 : if (opts_set->x_param_vect_scalar_cost_multiplier) mask |= HOST_WIDE_INT_1U << 60;
1089 : 96144180 : if (opts_set->x_param_vrp_block_limit) mask |= HOST_WIDE_INT_1U << 61;
1090 : 96144180 : if (opts_set->x_param_vrp_sparse_threshold) mask |= HOST_WIDE_INT_1U << 62;
1091 : 96144180 : if (opts_set->x_param_vrp_switch_limit) mask |= HOST_WIDE_INT_1U << 63;
1092 : 96144180 : ptr->explicit_mask[3] = mask;
1093 : 96144180 : mask = 0;
1094 : 96144180 : if (opts_set->x_param_vrp_vector_threshold) mask |= HOST_WIDE_INT_1U << 0;
1095 : 96144180 : if (opts_set->x_flag_complex_method) mask |= HOST_WIDE_INT_1U << 1;
1096 : 96144180 : if (opts_set->x_flag_malloc_dse) mask |= HOST_WIDE_INT_1U << 2;
1097 : 96144180 : if (opts_set->x_flag_min_function_alignment) mask |= HOST_WIDE_INT_1U << 3;
1098 : 96144180 : if (opts_set->x_flag_openmp_target_simd_clone) mask |= HOST_WIDE_INT_1U << 4;
1099 : 96144180 : if (opts_set->x_flag_sched_stalled_insns) mask |= HOST_WIDE_INT_1U << 5;
1100 : 96144180 : if (opts_set->x_flag_sched_stalled_insns_dep) mask |= HOST_WIDE_INT_1U << 6;
1101 : 96144180 : if (opts_set->x_flag_tree_parallelize_loops) mask |= HOST_WIDE_INT_1U << 7;
1102 : 96144180 : if (opts_set->x_flag_lto_locality_cloning) mask |= HOST_WIDE_INT_1U << 8;
1103 : 96144180 : if (opts_set->x_param_ranger_debug) mask |= HOST_WIDE_INT_1U << 9;
1104 : 96144180 : if (opts_set->x_param_threader_debug) mask |= HOST_WIDE_INT_1U << 10;
1105 : 96144180 : if (opts_set->x_flag_excess_precision) mask |= HOST_WIDE_INT_1U << 11;
1106 : 96144180 : if (opts_set->x_flag_fp_contract_mode) mask |= HOST_WIDE_INT_1U << 12;
1107 : 96144180 : if (opts_set->x_flag_harden_control_flow_redundancy_check_noreturn) mask |= HOST_WIDE_INT_1U << 13;
1108 : 96144180 : if (opts_set->x_flag_inline_stringops) mask |= HOST_WIDE_INT_1U << 14;
1109 : 96144180 : if (opts_set->x_flag_ira_algorithm) mask |= HOST_WIDE_INT_1U << 15;
1110 : 96144180 : if (opts_set->x_flag_ira_region) mask |= HOST_WIDE_INT_1U << 16;
1111 : 96144180 : if (opts_set->x_flag_live_patching) mask |= HOST_WIDE_INT_1U << 17;
1112 : 96144180 : if (opts_set->x_flag_reorder_blocks_algorithm) mask |= HOST_WIDE_INT_1U << 18;
1113 : 96144180 : if (opts_set->x_flag_simd_cost_model) mask |= HOST_WIDE_INT_1U << 19;
1114 : 96144180 : if (opts_set->x_flag_stack_reuse) mask |= HOST_WIDE_INT_1U << 20;
1115 : 96144180 : if (opts_set->x_flag_auto_var_init) mask |= HOST_WIDE_INT_1U << 21;
1116 : 96144180 : if (opts_set->x_flag_vect_cost_model) mask |= HOST_WIDE_INT_1U << 22;
1117 : 96144180 : if (opts_set->x_optimize) mask |= HOST_WIDE_INT_1U << 23;
1118 : 96144180 : if (opts_set->x_optimize_size) mask |= HOST_WIDE_INT_1U << 24;
1119 : 96144180 : if (opts_set->x_optimize_debug) mask |= HOST_WIDE_INT_1U << 25;
1120 : 96144180 : if (opts_set->x_optimize_fast) mask |= HOST_WIDE_INT_1U << 26;
1121 : 96144180 : if (opts_set->x_warn_inline) mask |= HOST_WIDE_INT_1U << 27;
1122 : 96144180 : if (opts_set->x_flag_aggressive_loop_optimizations) mask |= HOST_WIDE_INT_1U << 28;
1123 : 96144180 : if (opts_set->x_flag_align_functions) mask |= HOST_WIDE_INT_1U << 29;
1124 : 96144180 : if (opts_set->x_flag_align_jumps) mask |= HOST_WIDE_INT_1U << 30;
1125 : 96144180 : if (opts_set->x_flag_align_labels) mask |= HOST_WIDE_INT_1U << 31;
1126 : 96144180 : if (opts_set->x_flag_align_loops) mask |= HOST_WIDE_INT_1U << 32;
1127 : 96144180 : if (opts_set->x_flag_allocation_dce) mask |= HOST_WIDE_INT_1U << 33;
1128 : 96144180 : if (opts_set->x_flag_store_data_races) mask |= HOST_WIDE_INT_1U << 34;
1129 : 96144180 : if (opts_set->x_flag_associative_math) mask |= HOST_WIDE_INT_1U << 35;
1130 : 96144180 : if (opts_set->x_flag_assume_sane_operators_new_delete) mask |= HOST_WIDE_INT_1U << 36;
1131 : 96144180 : if (opts_set->x_flag_asynchronous_unwind_tables) mask |= HOST_WIDE_INT_1U << 37;
1132 : 96144180 : if (opts_set->x_flag_auto_inc_dec) mask |= HOST_WIDE_INT_1U << 38;
1133 : 96144180 : if (opts_set->x_flag_auto_profile_inlining) mask |= HOST_WIDE_INT_1U << 39;
1134 : 96144180 : if (opts_set->x_flag_avoid_store_forwarding) mask |= HOST_WIDE_INT_1U << 40;
1135 : 96144180 : if (opts_set->x_flag_bit_tests) mask |= HOST_WIDE_INT_1U << 41;
1136 : 96144180 : if (opts_set->x_flag_branch_on_count_reg) mask |= HOST_WIDE_INT_1U << 42;
1137 : 96144180 : if (opts_set->x_flag_branch_probabilities) mask |= HOST_WIDE_INT_1U << 43;
1138 : 96144180 : if (opts_set->x_flag_caller_saves) mask |= HOST_WIDE_INT_1U << 44;
1139 : 96144180 : if (opts_set->x_flag_code_hoisting) mask |= HOST_WIDE_INT_1U << 45;
1140 : 96144180 : if (opts_set->x_flag_combine_stack_adjustments) mask |= HOST_WIDE_INT_1U << 46;
1141 : 96144180 : if (opts_set->x_flag_compare_elim_after_reload) mask |= HOST_WIDE_INT_1U << 47;
1142 : 96144180 : if (opts_set->x_flag_conserve_stack) mask |= HOST_WIDE_INT_1U << 48;
1143 : 96144180 : if (opts_set->x_flag_cprop_registers) mask |= HOST_WIDE_INT_1U << 49;
1144 : 96144180 : if (opts_set->x_flag_crossjumping) mask |= HOST_WIDE_INT_1U << 50;
1145 : 96144180 : if (opts_set->x_flag_cse_follow_jumps) mask |= HOST_WIDE_INT_1U << 51;
1146 : 96144180 : if (opts_set->x_flag_dce) mask |= HOST_WIDE_INT_1U << 52;
1147 : 96144180 : if (opts_set->x_flag_defer_pop) mask |= HOST_WIDE_INT_1U << 53;
1148 : 96144180 : if (opts_set->x_flag_delayed_branch) mask |= HOST_WIDE_INT_1U << 54;
1149 : 96144180 : if (opts_set->x_flag_delete_dead_exceptions) mask |= HOST_WIDE_INT_1U << 55;
1150 : 96144180 : if (opts_set->x_flag_delete_null_pointer_checks) mask |= HOST_WIDE_INT_1U << 56;
1151 : 96144180 : if (opts_set->x_flag_dep_fusion) mask |= HOST_WIDE_INT_1U << 57;
1152 : 96144180 : if (opts_set->x_flag_devirtualize) mask |= HOST_WIDE_INT_1U << 58;
1153 : 96144180 : if (opts_set->x_flag_devirtualize_speculatively) mask |= HOST_WIDE_INT_1U << 59;
1154 : 96144180 : if (opts_set->x_flag_dse) mask |= HOST_WIDE_INT_1U << 60;
1155 : 96144180 : if (opts_set->x_flag_early_inlining) mask |= HOST_WIDE_INT_1U << 61;
1156 : 96144180 : if (opts_set->x_flag_exceptions) mask |= HOST_WIDE_INT_1U << 62;
1157 : 96144180 : if (opts_set->x_flag_expensive_optimizations) mask |= HOST_WIDE_INT_1U << 63;
1158 : 96144180 : ptr->explicit_mask[4] = mask;
1159 : 96144180 : mask = 0;
1160 : 96144180 : if (opts_set->x_flag_ext_dce) mask |= HOST_WIDE_INT_1U << 0;
1161 : 96144180 : if (opts_set->x_flag_finite_loops) mask |= HOST_WIDE_INT_1U << 1;
1162 : 96144180 : if (opts_set->x_flag_finite_math_only) mask |= HOST_WIDE_INT_1U << 2;
1163 : 96144180 : if (opts_set->x_flag_float_store) mask |= HOST_WIDE_INT_1U << 3;
1164 : 96144180 : if (opts_set->x_flag_fold_mem_offsets) mask |= HOST_WIDE_INT_1U << 4;
1165 : 96144180 : if (opts_set->x_flag_fold_simple_inlines) mask |= HOST_WIDE_INT_1U << 5;
1166 : 96144180 : if (opts_set->x_flag_forward_propagate) mask |= HOST_WIDE_INT_1U << 6;
1167 : 96144180 : if (opts_set->x_flag_fp_int_builtin_inexact) mask |= HOST_WIDE_INT_1U << 7;
1168 : 96144180 : if (opts_set->x_flag_no_function_cse) mask |= HOST_WIDE_INT_1U << 8;
1169 : 96144180 : if (opts_set->x_flag_gcse) mask |= HOST_WIDE_INT_1U << 9;
1170 : 96144180 : if (opts_set->x_flag_gcse_after_reload) mask |= HOST_WIDE_INT_1U << 10;
1171 : 96144180 : if (opts_set->x_flag_gcse_las) mask |= HOST_WIDE_INT_1U << 11;
1172 : 96144180 : if (opts_set->x_flag_gcse_lm) mask |= HOST_WIDE_INT_1U << 12;
1173 : 96144180 : if (opts_set->x_flag_gcse_sm) mask |= HOST_WIDE_INT_1U << 13;
1174 : 96144180 : if (opts_set->x_flag_graphite) mask |= HOST_WIDE_INT_1U << 14;
1175 : 96144180 : if (opts_set->x_flag_graphite_identity) mask |= HOST_WIDE_INT_1U << 15;
1176 : 96144180 : if (opts_set->x_flag_guess_branch_prob) mask |= HOST_WIDE_INT_1U << 16;
1177 : 96144180 : if (opts_set->x_flag_harden_control_flow_redundancy_check_exceptions) mask |= HOST_WIDE_INT_1U << 17;
1178 : 96144180 : if (opts_set->x_flag_harden_control_flow_redundancy_check_returning_calls) mask |= HOST_WIDE_INT_1U << 18;
1179 : 96144180 : if (opts_set->x_flag_harden_control_flow_redundancy_skip_leaf) mask |= HOST_WIDE_INT_1U << 19;
1180 : 96144180 : if (opts_set->x_flag_harden_compares) mask |= HOST_WIDE_INT_1U << 20;
1181 : 96144180 : if (opts_set->x_flag_harden_conditional_branches) mask |= HOST_WIDE_INT_1U << 21;
1182 : 96144180 : if (opts_set->x_flag_harden_control_flow_redundancy) mask |= HOST_WIDE_INT_1U << 22;
1183 : 96144180 : if (opts_set->x_flag_hoist_adjacent_loads) mask |= HOST_WIDE_INT_1U << 23;
1184 : 96144180 : if (opts_set->x_flag_if_conversion) mask |= HOST_WIDE_INT_1U << 24;
1185 : 96144180 : if (opts_set->x_flag_if_conversion2) mask |= HOST_WIDE_INT_1U << 25;
1186 : 96144180 : if (opts_set->x_flag_indirect_inlining) mask |= HOST_WIDE_INT_1U << 26;
1187 : 96144180 : if (opts_set->x_flag_no_inline) mask |= HOST_WIDE_INT_1U << 27;
1188 : 96144180 : if (opts_set->x_flag_inline_atomics) mask |= HOST_WIDE_INT_1U << 28;
1189 : 96144180 : if (opts_set->x_flag_inline_functions) mask |= HOST_WIDE_INT_1U << 29;
1190 : 96144180 : if (opts_set->x_flag_inline_functions_called_once) mask |= HOST_WIDE_INT_1U << 30;
1191 : 96144180 : if (opts_set->x_flag_inline_small_functions) mask |= HOST_WIDE_INT_1U << 31;
1192 : 96144180 : if (opts_set->x_flag_ipa_bit_cp) mask |= HOST_WIDE_INT_1U << 32;
1193 : 96144180 : if (opts_set->x_flag_ipa_cp) mask |= HOST_WIDE_INT_1U << 33;
1194 : 96144180 : if (opts_set->x_flag_ipa_cp_clone) mask |= HOST_WIDE_INT_1U << 34;
1195 : 96144180 : if (opts_set->x_flag_ipa_icf) mask |= HOST_WIDE_INT_1U << 35;
1196 : 96144180 : if (opts_set->x_flag_ipa_icf_functions) mask |= HOST_WIDE_INT_1U << 36;
1197 : 96144180 : if (opts_set->x_flag_ipa_icf_variables) mask |= HOST_WIDE_INT_1U << 37;
1198 : 96144180 : if (opts_set->x_flag_ipa_modref) mask |= HOST_WIDE_INT_1U << 38;
1199 : 96144180 : if (opts_set->x_flag_ipa_profile) mask |= HOST_WIDE_INT_1U << 39;
1200 : 96144180 : if (opts_set->x_flag_ipa_pta) mask |= HOST_WIDE_INT_1U << 40;
1201 : 96144180 : if (opts_set->x_flag_ipa_pure_const) mask |= HOST_WIDE_INT_1U << 41;
1202 : 96144180 : if (opts_set->x_flag_ipa_ra) mask |= HOST_WIDE_INT_1U << 42;
1203 : 96144180 : if (opts_set->x_flag_ipa_reference) mask |= HOST_WIDE_INT_1U << 43;
1204 : 96144180 : if (opts_set->x_flag_ipa_reference_addressable) mask |= HOST_WIDE_INT_1U << 44;
1205 : 96144180 : if (opts_set->x_flag_ipa_reorder_for_locality) mask |= HOST_WIDE_INT_1U << 45;
1206 : 96144180 : if (opts_set->x_flag_ipa_sra) mask |= HOST_WIDE_INT_1U << 46;
1207 : 96144180 : if (opts_set->x_flag_ipa_stack_alignment) mask |= HOST_WIDE_INT_1U << 47;
1208 : 96144180 : if (opts_set->x_flag_ipa_strict_aliasing) mask |= HOST_WIDE_INT_1U << 48;
1209 : 96144180 : if (opts_set->x_flag_ipa_vrp) mask |= HOST_WIDE_INT_1U << 49;
1210 : 96144180 : if (opts_set->x_flag_ira_hoist_pressure) mask |= HOST_WIDE_INT_1U << 50;
1211 : 96144180 : if (opts_set->x_flag_ira_loop_pressure) mask |= HOST_WIDE_INT_1U << 51;
1212 : 96144180 : if (opts_set->x_flag_ira_share_save_slots) mask |= HOST_WIDE_INT_1U << 52;
1213 : 96144180 : if (opts_set->x_flag_ira_share_spill_slots) mask |= HOST_WIDE_INT_1U << 53;
1214 : 96144180 : if (opts_set->x_flag_isolate_erroneous_paths_attribute) mask |= HOST_WIDE_INT_1U << 54;
1215 : 96144180 : if (opts_set->x_flag_isolate_erroneous_paths_dereference) mask |= HOST_WIDE_INT_1U << 55;
1216 : 96144180 : if (opts_set->x_flag_ivopts) mask |= HOST_WIDE_INT_1U << 56;
1217 : 96144180 : if (opts_set->x_flag_jump_tables) mask |= HOST_WIDE_INT_1U << 57;
1218 : 96144180 : if (opts_set->x_flag_keep_gc_roots_live) mask |= HOST_WIDE_INT_1U << 58;
1219 : 96144180 : if (opts_set->x_flag_late_combine_instructions) mask |= HOST_WIDE_INT_1U << 59;
1220 : 96144180 : if (opts_set->x_flag_lifetime_dse) mask |= HOST_WIDE_INT_1U << 60;
1221 : 96144180 : if (opts_set->x_flag_limit_function_alignment) mask |= HOST_WIDE_INT_1U << 61;
1222 : 96144180 : if (opts_set->x_flag_live_range_shrinkage) mask |= HOST_WIDE_INT_1U << 62;
1223 : 96144180 : if (opts_set->x_flag_loop_interchange) mask |= HOST_WIDE_INT_1U << 63;
1224 : 96144180 : ptr->explicit_mask[5] = mask;
1225 : 96144180 : mask = 0;
1226 : 96144180 : if (opts_set->x_flag_loop_nest_optimize) mask |= HOST_WIDE_INT_1U << 0;
1227 : 96144180 : if (opts_set->x_flag_loop_parallelize_all) mask |= HOST_WIDE_INT_1U << 1;
1228 : 96144180 : if (opts_set->x_flag_unroll_jam) mask |= HOST_WIDE_INT_1U << 2;
1229 : 96144180 : if (opts_set->x_flag_lra_remat) mask |= HOST_WIDE_INT_1U << 3;
1230 : 96144180 : if (opts_set->x_flag_malloc_dce) mask |= HOST_WIDE_INT_1U << 4;
1231 : 96144180 : if (opts_set->x_flag_errno_math) mask |= HOST_WIDE_INT_1U << 5;
1232 : 96144180 : if (opts_set->x_flag_modulo_sched) mask |= HOST_WIDE_INT_1U << 6;
1233 : 96144180 : if (opts_set->x_flag_modulo_sched_allow_regmoves) mask |= HOST_WIDE_INT_1U << 7;
1234 : 96144180 : if (opts_set->x_flag_move_loop_invariants) mask |= HOST_WIDE_INT_1U << 8;
1235 : 96144180 : if (opts_set->x_flag_move_loop_stores) mask |= HOST_WIDE_INT_1U << 9;
1236 : 96144180 : if (opts_set->x_flag_non_call_exceptions) mask |= HOST_WIDE_INT_1U << 10;
1237 : 96144180 : if (opts_set->x_flag_nothrow_opt) mask |= HOST_WIDE_INT_1U << 11;
1238 : 96144180 : if (opts_set->x_flag_omit_frame_pointer) mask |= HOST_WIDE_INT_1U << 12;
1239 : 96144180 : if (opts_set->x_flag_opt_info) mask |= HOST_WIDE_INT_1U << 13;
1240 : 96144180 : if (opts_set->x_flag_optimize_crc) mask |= HOST_WIDE_INT_1U << 14;
1241 : 96144180 : if (opts_set->x_flag_optimize_sibling_calls) mask |= HOST_WIDE_INT_1U << 15;
1242 : 96144180 : if (opts_set->x_flag_optimize_strlen) mask |= HOST_WIDE_INT_1U << 16;
1243 : 96144180 : if (opts_set->x_flag_pack_struct) mask |= HOST_WIDE_INT_1U << 17;
1244 : 96144180 : if (opts_set->x_flag_partial_inlining) mask |= HOST_WIDE_INT_1U << 18;
1245 : 96144180 : if (opts_set->x_flag_pcc_struct_return) mask |= HOST_WIDE_INT_1U << 19;
1246 : 96144180 : if (opts_set->x_flag_peel_loops) mask |= HOST_WIDE_INT_1U << 20;
1247 : 96144180 : if (opts_set->x_flag_no_peephole) mask |= HOST_WIDE_INT_1U << 21;
1248 : 96144180 : if (opts_set->x_flag_peephole2) mask |= HOST_WIDE_INT_1U << 22;
1249 : 96144180 : if (opts_set->x_flag_plt) mask |= HOST_WIDE_INT_1U << 23;
1250 : 96144180 : if (opts_set->x_flag_predictive_commoning) mask |= HOST_WIDE_INT_1U << 24;
1251 : 96144180 : if (opts_set->x_flag_prefetch_loop_arrays) mask |= HOST_WIDE_INT_1U << 25;
1252 : 96144180 : if (opts_set->x_flag_printf_return_value) mask |= HOST_WIDE_INT_1U << 26;
1253 : 96144180 : if (opts_set->x_flag_profile_partial_training) mask |= HOST_WIDE_INT_1U << 27;
1254 : 96144180 : if (opts_set->x_flag_profile_reorder_functions) mask |= HOST_WIDE_INT_1U << 28;
1255 : 96144180 : if (opts_set->x_flag_reciprocal_math) mask |= HOST_WIDE_INT_1U << 29;
1256 : 96144180 : if (opts_set->x_flag_ree) mask |= HOST_WIDE_INT_1U << 30;
1257 : 96144180 : if (opts_set->x_flag_rename_registers) mask |= HOST_WIDE_INT_1U << 31;
1258 : 96144180 : if (opts_set->x_flag_reorder_blocks) mask |= HOST_WIDE_INT_1U << 32;
1259 : 96144180 : if (opts_set->x_flag_reorder_blocks_and_partition) mask |= HOST_WIDE_INT_1U << 33;
1260 : 96144180 : if (opts_set->x_flag_reorder_functions) mask |= HOST_WIDE_INT_1U << 34;
1261 : 96144180 : if (opts_set->x_flag_rerun_cse_after_loop) mask |= HOST_WIDE_INT_1U << 35;
1262 : 96144180 : if (opts_set->x_flag_resched_modulo_sched) mask |= HOST_WIDE_INT_1U << 36;
1263 : 96144180 : if (opts_set->x_flag_rounding_math) mask |= HOST_WIDE_INT_1U << 37;
1264 : 96144180 : if (opts_set->x_flag_rtti) mask |= HOST_WIDE_INT_1U << 38;
1265 : 96144180 : if (opts_set->x_flag_save_optimization_record) mask |= HOST_WIDE_INT_1U << 39;
1266 : 96144180 : if (opts_set->x_flag_sched_critical_path_heuristic) mask |= HOST_WIDE_INT_1U << 40;
1267 : 96144180 : if (opts_set->x_flag_sched_dep_count_heuristic) mask |= HOST_WIDE_INT_1U << 41;
1268 : 96144180 : if (opts_set->x_flag_sched_group_heuristic) mask |= HOST_WIDE_INT_1U << 42;
1269 : 96144180 : if (opts_set->x_flag_schedule_interblock) mask |= HOST_WIDE_INT_1U << 43;
1270 : 96144180 : if (opts_set->x_flag_sched_last_insn_heuristic) mask |= HOST_WIDE_INT_1U << 44;
1271 : 96144180 : if (opts_set->x_flag_sched_pressure) mask |= HOST_WIDE_INT_1U << 45;
1272 : 96144180 : if (opts_set->x_flag_sched_rank_heuristic) mask |= HOST_WIDE_INT_1U << 46;
1273 : 96144180 : if (opts_set->x_flag_schedule_speculative) mask |= HOST_WIDE_INT_1U << 47;
1274 : 96144180 : if (opts_set->x_flag_sched_spec_insn_heuristic) mask |= HOST_WIDE_INT_1U << 48;
1275 : 96144180 : if (opts_set->x_flag_schedule_speculative_load) mask |= HOST_WIDE_INT_1U << 49;
1276 : 96144180 : if (opts_set->x_flag_schedule_speculative_load_dangerous) mask |= HOST_WIDE_INT_1U << 50;
1277 : 96144180 : if (opts_set->x_flag_sched2_use_superblocks) mask |= HOST_WIDE_INT_1U << 51;
1278 : 96144180 : if (opts_set->x_flag_schedule_fusion) mask |= HOST_WIDE_INT_1U << 52;
1279 : 96144180 : if (opts_set->x_flag_schedule_insns) mask |= HOST_WIDE_INT_1U << 53;
1280 : 96144180 : if (opts_set->x_flag_schedule_insns_after_reload) mask |= HOST_WIDE_INT_1U << 54;
1281 : 96144180 : if (opts_set->x_flag_section_anchors) mask |= HOST_WIDE_INT_1U << 55;
1282 : 96144180 : if (opts_set->x_flag_sel_sched_pipelining) mask |= HOST_WIDE_INT_1U << 56;
1283 : 96144180 : if (opts_set->x_flag_sel_sched_pipelining_outer_loops) mask |= HOST_WIDE_INT_1U << 57;
1284 : 96144180 : if (opts_set->x_flag_sel_sched_reschedule_pipelined) mask |= HOST_WIDE_INT_1U << 58;
1285 : 96144180 : if (opts_set->x_flag_selective_scheduling) mask |= HOST_WIDE_INT_1U << 59;
1286 : 96144180 : if (opts_set->x_flag_selective_scheduling2) mask |= HOST_WIDE_INT_1U << 60;
1287 : 96144180 : if (opts_set->x_flag_semantic_interposition) mask |= HOST_WIDE_INT_1U << 61;
1288 : 96144180 : if (opts_set->x_flag_short_enums) mask |= HOST_WIDE_INT_1U << 62;
1289 : 96144180 : if (opts_set->x_flag_short_wchar) mask |= HOST_WIDE_INT_1U << 63;
1290 : 96144180 : ptr->explicit_mask[6] = mask;
1291 : 96144180 : mask = 0;
1292 : 96144180 : if (opts_set->x_flag_shrink_wrap) mask |= HOST_WIDE_INT_1U << 0;
1293 : 96144180 : if (opts_set->x_flag_shrink_wrap_separate) mask |= HOST_WIDE_INT_1U << 1;
1294 : 96144180 : if (opts_set->x_flag_signaling_nans) mask |= HOST_WIDE_INT_1U << 2;
1295 : 96144180 : if (opts_set->x_flag_signed_zeros) mask |= HOST_WIDE_INT_1U << 3;
1296 : 96144180 : if (opts_set->x_flag_single_precision_constant) mask |= HOST_WIDE_INT_1U << 4;
1297 : 96144180 : if (opts_set->x_flag_split_ivs_in_unroller) mask |= HOST_WIDE_INT_1U << 5;
1298 : 96144180 : if (opts_set->x_flag_split_loops) mask |= HOST_WIDE_INT_1U << 6;
1299 : 96144180 : if (opts_set->x_flag_split_paths) mask |= HOST_WIDE_INT_1U << 7;
1300 : 96144180 : if (opts_set->x_flag_split_wide_types) mask |= HOST_WIDE_INT_1U << 8;
1301 : 96144180 : if (opts_set->x_flag_split_wide_types_early) mask |= HOST_WIDE_INT_1U << 9;
1302 : 96144180 : if (opts_set->x_flag_ssa_backprop) mask |= HOST_WIDE_INT_1U << 10;
1303 : 96144180 : if (opts_set->x_flag_ssa_phiopt) mask |= HOST_WIDE_INT_1U << 11;
1304 : 96144180 : if (opts_set->x_flag_stack_clash_protection) mask |= HOST_WIDE_INT_1U << 12;
1305 : 96144180 : if (opts_set->x_flag_stack_protect) mask |= HOST_WIDE_INT_1U << 13;
1306 : 96144180 : if (opts_set->x_flag_stdarg_opt) mask |= HOST_WIDE_INT_1U << 14;
1307 : 96144180 : if (opts_set->x_flag_store_merging) mask |= HOST_WIDE_INT_1U << 15;
1308 : 96144180 : if (opts_set->x_flag_strict_aliasing) mask |= HOST_WIDE_INT_1U << 16;
1309 : 96144180 : if (opts_set->x_flag_strict_enums) mask |= HOST_WIDE_INT_1U << 17;
1310 : 96144180 : if (opts_set->x_flag_strict_volatile_bitfields) mask |= HOST_WIDE_INT_1U << 18;
1311 : 96144180 : if (opts_set->x_flag_thread_jumps) mask |= HOST_WIDE_INT_1U << 19;
1312 : 96144180 : if (opts_set->x_flag_threadsafe_statics) mask |= HOST_WIDE_INT_1U << 20;
1313 : 96144180 : if (opts_set->x_flag_toplevel_reorder) mask |= HOST_WIDE_INT_1U << 21;
1314 : 96144180 : if (opts_set->x_flag_tracer) mask |= HOST_WIDE_INT_1U << 22;
1315 : 96144180 : if (opts_set->x_flag_trapping_math) mask |= HOST_WIDE_INT_1U << 23;
1316 : 96144180 : if (opts_set->x_flag_trapv) mask |= HOST_WIDE_INT_1U << 24;
1317 : 96144180 : if (opts_set->x_flag_tree_bit_ccp) mask |= HOST_WIDE_INT_1U << 25;
1318 : 96144180 : if (opts_set->x_flag_tree_builtin_call_dce) mask |= HOST_WIDE_INT_1U << 26;
1319 : 96144180 : if (opts_set->x_flag_tree_ccp) mask |= HOST_WIDE_INT_1U << 27;
1320 : 96144180 : if (opts_set->x_flag_tree_ch) mask |= HOST_WIDE_INT_1U << 28;
1321 : 96144180 : if (opts_set->x_flag_tree_coalesce_vars) mask |= HOST_WIDE_INT_1U << 29;
1322 : 96144180 : if (opts_set->x_flag_tree_copy_prop) mask |= HOST_WIDE_INT_1U << 30;
1323 : 96144180 : if (opts_set->x_flag_tree_cselim) mask |= HOST_WIDE_INT_1U << 31;
1324 : 96144180 : if (opts_set->x_flag_tree_dce) mask |= HOST_WIDE_INT_1U << 32;
1325 : 96144180 : if (opts_set->x_flag_tree_dom) mask |= HOST_WIDE_INT_1U << 33;
1326 : 96144180 : if (opts_set->x_flag_tree_dse) mask |= HOST_WIDE_INT_1U << 34;
1327 : 96144180 : if (opts_set->x_flag_tree_forwprop) mask |= HOST_WIDE_INT_1U << 35;
1328 : 96144180 : if (opts_set->x_flag_tree_fre) mask |= HOST_WIDE_INT_1U << 36;
1329 : 96144180 : if (opts_set->x_flag_tree_loop_distribute_patterns) mask |= HOST_WIDE_INT_1U << 37;
1330 : 96144180 : if (opts_set->x_flag_tree_loop_distribution) mask |= HOST_WIDE_INT_1U << 38;
1331 : 96144180 : if (opts_set->x_flag_tree_loop_if_convert) mask |= HOST_WIDE_INT_1U << 39;
1332 : 96144180 : if (opts_set->x_flag_tree_loop_im) mask |= HOST_WIDE_INT_1U << 40;
1333 : 96144180 : if (opts_set->x_flag_tree_loop_ivcanon) mask |= HOST_WIDE_INT_1U << 41;
1334 : 96144180 : if (opts_set->x_flag_tree_loop_optimize) mask |= HOST_WIDE_INT_1U << 42;
1335 : 96144180 : if (opts_set->x_flag_tree_loop_vectorize) mask |= HOST_WIDE_INT_1U << 43;
1336 : 96144180 : if (opts_set->x_flag_tree_live_range_split) mask |= HOST_WIDE_INT_1U << 44;
1337 : 96144180 : if (opts_set->x_flag_tree_partial_pre) mask |= HOST_WIDE_INT_1U << 45;
1338 : 96144180 : if (opts_set->x_flag_tree_phiprop) mask |= HOST_WIDE_INT_1U << 46;
1339 : 96144180 : if (opts_set->x_flag_tree_pre) mask |= HOST_WIDE_INT_1U << 47;
1340 : 96144180 : if (opts_set->x_flag_tree_pta) mask |= HOST_WIDE_INT_1U << 48;
1341 : 96144180 : if (opts_set->x_flag_tree_reassoc) mask |= HOST_WIDE_INT_1U << 49;
1342 : 96144180 : if (opts_set->x_flag_tree_scev_cprop) mask |= HOST_WIDE_INT_1U << 50;
1343 : 96144180 : if (opts_set->x_flag_tree_sink) mask |= HOST_WIDE_INT_1U << 51;
1344 : 96144180 : if (opts_set->x_flag_tree_slp_vectorize) mask |= HOST_WIDE_INT_1U << 52;
1345 : 96144180 : if (opts_set->x_flag_tree_slsr) mask |= HOST_WIDE_INT_1U << 53;
1346 : 96144180 : if (opts_set->x_flag_tree_sra) mask |= HOST_WIDE_INT_1U << 54;
1347 : 96144180 : if (opts_set->x_flag_tree_switch_conversion) mask |= HOST_WIDE_INT_1U << 55;
1348 : 96144180 : if (opts_set->x_flag_tree_tail_merge) mask |= HOST_WIDE_INT_1U << 56;
1349 : 96144180 : if (opts_set->x_flag_tree_ter) mask |= HOST_WIDE_INT_1U << 57;
1350 : 96144180 : if (opts_set->x_flag_tree_vectorize) mask |= HOST_WIDE_INT_1U << 58;
1351 : 96144180 : if (opts_set->x_flag_tree_vrp) mask |= HOST_WIDE_INT_1U << 59;
1352 : 96144180 : if (opts_set->x_flag_unconstrained_commons) mask |= HOST_WIDE_INT_1U << 60;
1353 : 96144180 : if (opts_set->x_flag_unreachable_traps) mask |= HOST_WIDE_INT_1U << 61;
1354 : 96144180 : if (opts_set->x_flag_unroll_all_loops) mask |= HOST_WIDE_INT_1U << 62;
1355 : 96144180 : if (opts_set->x_flag_cunroll_grow_size) mask |= HOST_WIDE_INT_1U << 63;
1356 : 96144180 : ptr->explicit_mask[7] = mask;
1357 : 96144180 : mask = 0;
1358 : 96144180 : if (opts_set->x_flag_unroll_loops) mask |= HOST_WIDE_INT_1U << 0;
1359 : 96144180 : if (opts_set->x_flag_unsafe_math_optimizations) mask |= HOST_WIDE_INT_1U << 1;
1360 : 96144180 : if (opts_set->x_flag_unswitch_loops) mask |= HOST_WIDE_INT_1U << 2;
1361 : 96144180 : if (opts_set->x_flag_unwind_tables) mask |= HOST_WIDE_INT_1U << 3;
1362 : 96144180 : if (opts_set->x_flag_var_tracking) mask |= HOST_WIDE_INT_1U << 4;
1363 : 96144180 : if (opts_set->x_flag_var_tracking_assignments) mask |= HOST_WIDE_INT_1U << 5;
1364 : 96144180 : if (opts_set->x_flag_var_tracking_assignments_toggle) mask |= HOST_WIDE_INT_1U << 6;
1365 : 96144180 : if (opts_set->x_flag_var_tracking_uninit) mask |= HOST_WIDE_INT_1U << 7;
1366 : 96144180 : if (opts_set->x_flag_variable_expansion_in_unroller) mask |= HOST_WIDE_INT_1U << 8;
1367 : 96144180 : if (opts_set->x_flag_version_loops_for_strides) mask |= HOST_WIDE_INT_1U << 9;
1368 : 96144180 : if (opts_set->x_flag_value_profile_transformations) mask |= HOST_WIDE_INT_1U << 10;
1369 : 96144180 : if (opts_set->x_flag_web) mask |= HOST_WIDE_INT_1U << 11;
1370 : 96144180 : if (opts_set->x_flag_wrapv) mask |= HOST_WIDE_INT_1U << 12;
1371 : 96144180 : if (opts_set->x_flag_wrapv_pointer) mask |= HOST_WIDE_INT_1U << 13;
1372 : 96144180 : if (opts_set->x_debug_nonbind_markers_p) mask |= HOST_WIDE_INT_1U << 14;
1373 : 96144180 : if (opts_set->x_ix86_unroll_only_small_loops) mask |= HOST_WIDE_INT_1U << 15;
1374 : 96144180 : if (opts_set->x_str_align_functions) mask |= HOST_WIDE_INT_1U << 16;
1375 : 96144180 : if (opts_set->x_str_align_jumps) mask |= HOST_WIDE_INT_1U << 17;
1376 : 96144180 : if (opts_set->x_str_align_labels) mask |= HOST_WIDE_INT_1U << 18;
1377 : 96144180 : if (opts_set->x_str_align_loops) mask |= HOST_WIDE_INT_1U << 19;
1378 : 96144180 : if (opts_set->x_flag_patchable_function_entry) mask |= HOST_WIDE_INT_1U << 20;
1379 : 96144180 : ptr->explicit_mask[8] = mask;
1380 : 96144180 : }
1381 : :
1382 : : /* Restore optimization options from a structure. */
1383 : : void
1384 : 51194351 : cl_optimization_restore (struct gcc_options *opts, struct gcc_options *opts_set,
1385 : : struct cl_optimization *ptr)
1386 : : {
1387 : 51194351 : opts->x_param_align_loop_iterations = ptr->x_param_align_loop_iterations;
1388 : 51194351 : opts->x_param_align_threshold = ptr->x_param_align_threshold;
1389 : 51194351 : opts->x_param_asan_protect_allocas = ptr->x_param_asan_protect_allocas;
1390 : 51194351 : opts->x_param_asan_instrument_reads = ptr->x_param_asan_instrument_reads;
1391 : 51194351 : opts->x_param_asan_instrument_writes = ptr->x_param_asan_instrument_writes;
1392 : 51194351 : opts->x_param_asan_instrumentation_with_call_threshold = ptr->x_param_asan_instrumentation_with_call_threshold;
1393 : 51194351 : opts->x_param_asan_kernel_mem_intrinsic_prefix = ptr->x_param_asan_kernel_mem_intrinsic_prefix;
1394 : 51194351 : opts->x_param_asan_memintrin = ptr->x_param_asan_memintrin;
1395 : 51194351 : opts->x_param_asan_stack = ptr->x_param_asan_stack;
1396 : 51194351 : opts->x_param_asan_use_after_return = ptr->x_param_asan_use_after_return;
1397 : 51194351 : opts->x_param_avg_loop_niter = ptr->x_param_avg_loop_niter;
1398 : 51194351 : opts->x_param_avoid_fma_max_bits = ptr->x_param_avoid_fma_max_bits;
1399 : 51194351 : opts->x_param_builtin_expect_probability = ptr->x_param_builtin_expect_probability;
1400 : 51194351 : opts->x_param_builtin_string_cmp_inline_length = ptr->x_param_builtin_string_cmp_inline_length;
1401 : 51194351 : opts->x_param_case_values_threshold = ptr->x_param_case_values_threshold;
1402 : 51194351 : opts->x_param_comdat_sharing_probability = ptr->x_param_comdat_sharing_probability;
1403 : 51194351 : opts->x_param_construct_interfere_size = ptr->x_param_construct_interfere_size;
1404 : 51194351 : opts->x_param_cycle_accurate_model = ptr->x_param_cycle_accurate_model;
1405 : 51194351 : opts->x_param_destruct_interfere_size = ptr->x_param_destruct_interfere_size;
1406 : 51194351 : opts->x_param_dse_max_alias_queries_per_store = ptr->x_param_dse_max_alias_queries_per_store;
1407 : 51194351 : opts->x_param_dse_max_object_size = ptr->x_param_dse_max_object_size;
1408 : 51194351 : opts->x_param_early_inlining_insns = ptr->x_param_early_inlining_insns;
1409 : 51194351 : opts->x_param_fsm_scale_path_stmts = ptr->x_param_fsm_scale_path_stmts;
1410 : 51194351 : opts->x_param_fully_pipelined_fma = ptr->x_param_fully_pipelined_fma;
1411 : 51194351 : opts->x_param_gcse_after_reload_critical_fraction = ptr->x_param_gcse_after_reload_critical_fraction;
1412 : 51194351 : opts->x_param_gcse_after_reload_partial_fraction = ptr->x_param_gcse_after_reload_partial_fraction;
1413 : 51194351 : opts->x_param_gcse_cost_distance_ratio = ptr->x_param_gcse_cost_distance_ratio;
1414 : 51194351 : opts->x_param_gcse_unrestricted_cost = ptr->x_param_gcse_unrestricted_cost;
1415 : 51194351 : opts->x_param_graphite_max_arrays_per_scop = ptr->x_param_graphite_max_arrays_per_scop;
1416 : 51194351 : opts->x_param_graphite_max_nb_scop_params = ptr->x_param_graphite_max_nb_scop_params;
1417 : 51194351 : opts->x_param_hardcfr_max_blocks = ptr->x_param_hardcfr_max_blocks;
1418 : 51194351 : opts->x_param_hardcfr_max_inline_blocks = ptr->x_param_hardcfr_max_inline_blocks;
1419 : 51194351 : opts->x_param_hwasan_instrument_allocas = ptr->x_param_hwasan_instrument_allocas;
1420 : 51194351 : opts->x_param_hwasan_instrument_mem_intrinsics = ptr->x_param_hwasan_instrument_mem_intrinsics;
1421 : 51194351 : opts->x_param_hwasan_instrument_reads = ptr->x_param_hwasan_instrument_reads;
1422 : 51194351 : opts->x_param_hwasan_instrument_stack = ptr->x_param_hwasan_instrument_stack;
1423 : 51194351 : opts->x_param_hwasan_instrument_writes = ptr->x_param_hwasan_instrument_writes;
1424 : 51194351 : opts->x_param_hwasan_random_frame_tag = ptr->x_param_hwasan_random_frame_tag;
1425 : 51194351 : opts->x_param_inline_heuristics_hint_percent = ptr->x_param_inline_heuristics_hint_percent;
1426 : 51194351 : opts->x_param_inline_min_speedup = ptr->x_param_inline_min_speedup;
1427 : 51194351 : opts->x_param_inline_unit_growth = ptr->x_param_inline_unit_growth;
1428 : 51194351 : opts->x_param_ipa_cp_eval_threshold = ptr->x_param_ipa_cp_eval_threshold;
1429 : 51194351 : opts->x_param_ipa_cp_large_unit_insns = ptr->x_param_ipa_cp_large_unit_insns;
1430 : 51194351 : opts->x_param_ipa_cp_loop_hint_bonus = ptr->x_param_ipa_cp_loop_hint_bonus;
1431 : 51194351 : opts->x_param_ipa_cp_max_recursive_depth = ptr->x_param_ipa_cp_max_recursive_depth;
1432 : 51194351 : opts->x_param_ipa_cp_min_recursive_probability = ptr->x_param_ipa_cp_min_recursive_probability;
1433 : 51194351 : opts->x_param_ipa_cp_recursion_penalty = ptr->x_param_ipa_cp_recursion_penalty;
1434 : 51194351 : opts->x_param_ipa_cp_recursive_freq_factor = ptr->x_param_ipa_cp_recursive_freq_factor;
1435 : 51194351 : opts->x_param_ipa_cp_single_call_penalty = ptr->x_param_ipa_cp_single_call_penalty;
1436 : 51194351 : opts->x_param_ipa_cp_unit_growth = ptr->x_param_ipa_cp_unit_growth;
1437 : 51194351 : opts->x_param_ipa_cp_value_list_size = ptr->x_param_ipa_cp_value_list_size;
1438 : 51194351 : opts->x_param_ipa_jump_function_lookups = ptr->x_param_ipa_jump_function_lookups;
1439 : 51194351 : opts->x_param_ipa_max_aa_steps = ptr->x_param_ipa_max_aa_steps;
1440 : 51194351 : opts->x_param_ipa_max_agg_items = ptr->x_param_ipa_max_agg_items;
1441 : 51194351 : opts->x_param_ipa_max_loop_predicates = ptr->x_param_ipa_max_loop_predicates;
1442 : 51194351 : opts->x_param_ipa_max_param_expr_ops = ptr->x_param_ipa_max_param_expr_ops;
1443 : 51194351 : opts->x_param_ipa_max_switch_predicate_bounds = ptr->x_param_ipa_max_switch_predicate_bounds;
1444 : 51194351 : opts->x_param_ipa_sra_deref_prob_threshold = ptr->x_param_ipa_sra_deref_prob_threshold;
1445 : 51194351 : opts->x_param_ipa_sra_max_replacements = ptr->x_param_ipa_sra_max_replacements;
1446 : 51194351 : opts->x_param_ipa_sra_ptr_growth_factor = ptr->x_param_ipa_sra_ptr_growth_factor;
1447 : 51194351 : opts->x_param_ipa_sra_ptrwrap_growth_factor = ptr->x_param_ipa_sra_ptrwrap_growth_factor;
1448 : 51194351 : opts->x_param_ira_consider_dup_in_all_alts = ptr->x_param_ira_consider_dup_in_all_alts;
1449 : 51194351 : opts->x_param_ira_loop_reserved_regs = ptr->x_param_ira_loop_reserved_regs;
1450 : 51194351 : opts->x_param_ira_max_conflict_table_size = ptr->x_param_ira_max_conflict_table_size;
1451 : 51194351 : opts->x_param_ira_max_loops_num = ptr->x_param_ira_max_loops_num;
1452 : 51194351 : opts->x_param_ira_simple_lra_insn_threshold = ptr->x_param_ira_simple_lra_insn_threshold;
1453 : 51194351 : opts->x_param_iv_always_prune_cand_set_bound = ptr->x_param_iv_always_prune_cand_set_bound;
1454 : 51194351 : opts->x_param_iv_consider_all_candidates_bound = ptr->x_param_iv_consider_all_candidates_bound;
1455 : 51194351 : opts->x_param_iv_max_considered_uses = ptr->x_param_iv_max_considered_uses;
1456 : 51194351 : opts->x_param_jump_table_max_growth_ratio_for_size = ptr->x_param_jump_table_max_growth_ratio_for_size;
1457 : 51194351 : opts->x_param_jump_table_max_growth_ratio_for_speed = ptr->x_param_jump_table_max_growth_ratio_for_speed;
1458 : 51194351 : opts->x_param_l1_cache_line_size = ptr->x_param_l1_cache_line_size;
1459 : 51194351 : opts->x_param_l1_cache_size = ptr->x_param_l1_cache_size;
1460 : 51194351 : opts->x_param_l2_cache_size = ptr->x_param_l2_cache_size;
1461 : 51194351 : opts->x_param_large_function_growth = ptr->x_param_large_function_growth;
1462 : 51194351 : opts->x_param_large_function_insns = ptr->x_param_large_function_insns;
1463 : 51194351 : opts->x_param_stack_frame_growth = ptr->x_param_stack_frame_growth;
1464 : 51194351 : opts->x_param_large_stack_frame = ptr->x_param_large_stack_frame;
1465 : 51194351 : opts->x_param_large_unit_insns = ptr->x_param_large_unit_insns;
1466 : 51194351 : opts->x_param_lim_expensive = ptr->x_param_lim_expensive;
1467 : 51194351 : opts->x_param_loop_block_tile_size = ptr->x_param_loop_block_tile_size;
1468 : 51194351 : opts->x_param_loop_interchange_max_num_stmts = ptr->x_param_loop_interchange_max_num_stmts;
1469 : 51194351 : opts->x_param_loop_interchange_stride_ratio = ptr->x_param_loop_interchange_stride_ratio;
1470 : 51194351 : opts->x_param_loop_invariant_max_bbs_in_loop = ptr->x_param_loop_invariant_max_bbs_in_loop;
1471 : 51194351 : opts->x_param_loop_max_datarefs_for_datadeps = ptr->x_param_loop_max_datarefs_for_datadeps;
1472 : 51194351 : opts->x_param_loop_versioning_max_inner_insns = ptr->x_param_loop_versioning_max_inner_insns;
1473 : 51194351 : opts->x_param_loop_versioning_max_outer_insns = ptr->x_param_loop_versioning_max_outer_insns;
1474 : 51194351 : opts->x_param_lra_inheritance_ebb_probability_cutoff = ptr->x_param_lra_inheritance_ebb_probability_cutoff;
1475 : 51194351 : opts->x_param_lra_max_considered_reload_pseudos = ptr->x_param_lra_max_considered_reload_pseudos;
1476 : 51194351 : opts->x_param_lto_locality_frequency = ptr->x_param_lto_locality_frequency;
1477 : 51194351 : opts->x_param_lto_locality_size = ptr->x_param_lto_locality_size;
1478 : 51194351 : opts->x_param_max_average_unrolled_insns = ptr->x_param_max_average_unrolled_insns;
1479 : 51194351 : opts->x_param_max_combine_insns = ptr->x_param_max_combine_insns;
1480 : 51194351 : opts->x_param_max_combine_search_insns = ptr->x_param_max_combine_search_insns;
1481 : 51194351 : opts->x_param_max_unroll_iterations = ptr->x_param_max_unroll_iterations;
1482 : 51194351 : opts->x_param_max_completely_peel_times = ptr->x_param_max_completely_peel_times;
1483 : 51194351 : opts->x_param_max_completely_peeled_insns = ptr->x_param_max_completely_peeled_insns;
1484 : 51194351 : opts->x_param_max_crossjump_edges = ptr->x_param_max_crossjump_edges;
1485 : 51194351 : opts->x_param_max_cse_insns = ptr->x_param_max_cse_insns;
1486 : 51194351 : opts->x_param_max_cse_path_length = ptr->x_param_max_cse_path_length;
1487 : 51194351 : opts->x_param_max_cselib_memory_locations = ptr->x_param_max_cselib_memory_locations;
1488 : 51194351 : opts->x_param_max_debug_marker_count = ptr->x_param_max_debug_marker_count;
1489 : 51194351 : opts->x_param_max_delay_slot_insn_search = ptr->x_param_max_delay_slot_insn_search;
1490 : 51194351 : opts->x_param_max_delay_slot_live_search = ptr->x_param_max_delay_slot_live_search;
1491 : 51194351 : opts->x_param_max_dse_active_local_stores = ptr->x_param_max_dse_active_local_stores;
1492 : 51194351 : opts->x_param_early_inliner_max_iterations = ptr->x_param_early_inliner_max_iterations;
1493 : 51194351 : opts->x_param_max_find_base_term_values = ptr->x_param_max_find_base_term_values;
1494 : 51194351 : opts->x_param_max_fsm_thread_path_insns = ptr->x_param_max_fsm_thread_path_insns;
1495 : 51194351 : opts->x_param_max_gcse_insertion_ratio = ptr->x_param_max_gcse_insertion_ratio;
1496 : 51194351 : opts->x_param_max_gcse_memory = ptr->x_param_max_gcse_memory;
1497 : 51194351 : opts->x_param_max_goto_duplication_insns = ptr->x_param_max_goto_duplication_insns;
1498 : 51194351 : opts->x_param_max_grow_copy_bb_insns = ptr->x_param_max_grow_copy_bb_insns;
1499 : 51194351 : opts->x_param_max_hoist_depth = ptr->x_param_max_hoist_depth;
1500 : 51194351 : opts->x_param_inline_functions_called_once_insns = ptr->x_param_inline_functions_called_once_insns;
1501 : 51194351 : opts->x_param_inline_functions_called_once_loop_depth = ptr->x_param_inline_functions_called_once_loop_depth;
1502 : 51194351 : opts->x_param_max_inline_insns_auto = ptr->x_param_max_inline_insns_auto;
1503 : 51194351 : opts->x_param_max_inline_insns_recursive_auto = ptr->x_param_max_inline_insns_recursive_auto;
1504 : 51194351 : opts->x_param_max_inline_insns_recursive = ptr->x_param_max_inline_insns_recursive;
1505 : 51194351 : opts->x_param_max_inline_insns_single = ptr->x_param_max_inline_insns_single;
1506 : 51194351 : opts->x_param_max_inline_insns_size = ptr->x_param_max_inline_insns_size;
1507 : 51194351 : opts->x_param_max_inline_insns_small = ptr->x_param_max_inline_insns_small;
1508 : 51194351 : opts->x_param_max_inline_recursive_depth_auto = ptr->x_param_max_inline_recursive_depth_auto;
1509 : 51194351 : opts->x_param_max_inline_recursive_depth = ptr->x_param_max_inline_recursive_depth;
1510 : 51194351 : opts->x_param_max_isl_operations = ptr->x_param_max_isl_operations;
1511 : 51194351 : opts->x_param_max_iterations_computation_cost = ptr->x_param_max_iterations_computation_cost;
1512 : 51194351 : opts->x_param_max_iterations_to_track = ptr->x_param_max_iterations_to_track;
1513 : 51194351 : opts->x_param_max_jump_thread_duplication_stmts = ptr->x_param_max_jump_thread_duplication_stmts;
1514 : 51194351 : opts->x_param_max_jump_thread_paths = ptr->x_param_max_jump_thread_paths;
1515 : 51194351 : opts->x_param_max_last_value_rtl = ptr->x_param_max_last_value_rtl;
1516 : 51194351 : opts->x_param_max_loop_header_insns = ptr->x_param_max_loop_header_insns;
1517 : 51194351 : opts->x_param_max_modulo_backtrack_attempts = ptr->x_param_max_modulo_backtrack_attempts;
1518 : 51194351 : opts->x_param_max_partial_antic_length = ptr->x_param_max_partial_antic_length;
1519 : 51194351 : opts->x_param_max_peel_branches = ptr->x_param_max_peel_branches;
1520 : 51194351 : opts->x_param_max_peel_times = ptr->x_param_max_peel_times;
1521 : 51194351 : opts->x_param_max_peeled_insns = ptr->x_param_max_peeled_insns;
1522 : 51194351 : opts->x_param_max_pending_list_length = ptr->x_param_max_pending_list_length;
1523 : 51194351 : opts->x_param_max_pipeline_region_blocks = ptr->x_param_max_pipeline_region_blocks;
1524 : 51194351 : opts->x_param_max_pipeline_region_insns = ptr->x_param_max_pipeline_region_insns;
1525 : 51194351 : opts->x_param_max_pow_sqrt_depth = ptr->x_param_max_pow_sqrt_depth;
1526 : 51194351 : opts->x_param_max_predicted_iterations = ptr->x_param_max_predicted_iterations;
1527 : 51194351 : opts->x_param_max_reload_search_insns = ptr->x_param_max_reload_search_insns;
1528 : 51194351 : opts->x_param_max_rtl_if_conversion_insns = ptr->x_param_max_rtl_if_conversion_insns;
1529 : 51194351 : opts->x_param_max_rtl_if_conversion_predictable_cost = ptr->x_param_max_rtl_if_conversion_predictable_cost;
1530 : 51194351 : opts->x_param_max_rtl_if_conversion_unpredictable_cost = ptr->x_param_max_rtl_if_conversion_unpredictable_cost;
1531 : 51194351 : opts->x_param_max_sched_extend_regions_iters = ptr->x_param_max_sched_extend_regions_iters;
1532 : 51194351 : opts->x_param_max_sched_insn_conflict_delay = ptr->x_param_max_sched_insn_conflict_delay;
1533 : 51194351 : opts->x_param_max_sched_ready_insns = ptr->x_param_max_sched_ready_insns;
1534 : 51194351 : opts->x_param_max_sched_region_blocks = ptr->x_param_max_sched_region_blocks;
1535 : 51194351 : opts->x_param_max_sched_region_insns = ptr->x_param_max_sched_region_insns;
1536 : 51194351 : opts->x_param_max_slsr_candidate_scan = ptr->x_param_max_slsr_candidate_scan;
1537 : 51194351 : opts->x_param_max_speculative_devirt_maydefs = ptr->x_param_max_speculative_devirt_maydefs;
1538 : 51194351 : opts->x_param_max_stores_to_merge = ptr->x_param_max_stores_to_merge;
1539 : 51194351 : opts->x_param_max_stores_to_sink = ptr->x_param_max_stores_to_sink;
1540 : 51194351 : opts->x_param_max_tail_merge_comparisons = ptr->x_param_max_tail_merge_comparisons;
1541 : 51194351 : opts->x_param_max_tail_merge_iterations = ptr->x_param_max_tail_merge_iterations;
1542 : 51194351 : opts->x_param_max_tracked_strlens = ptr->x_param_max_tracked_strlens;
1543 : 51194351 : opts->x_param_max_tree_if_conversion_phi_args = ptr->x_param_max_tree_if_conversion_phi_args;
1544 : 51194351 : opts->x_param_max_unroll_times = ptr->x_param_max_unroll_times;
1545 : 51194351 : opts->x_param_max_unrolled_insns = ptr->x_param_max_unrolled_insns;
1546 : 51194351 : opts->x_param_max_unswitch_depth = ptr->x_param_max_unswitch_depth;
1547 : 51194351 : opts->x_param_max_unswitch_insns = ptr->x_param_max_unswitch_insns;
1548 : 51194351 : opts->x_param_max_variable_expansions = ptr->x_param_max_variable_expansions;
1549 : 51194351 : opts->x_param_max_vartrack_expr_depth = ptr->x_param_max_vartrack_expr_depth;
1550 : 51194351 : opts->x_param_max_vartrack_reverse_op_size = ptr->x_param_max_vartrack_reverse_op_size;
1551 : 51194351 : opts->x_param_max_vartrack_size = ptr->x_param_max_vartrack_size;
1552 : 51194351 : opts->x_param_min_crossjump_insns = ptr->x_param_min_crossjump_insns;
1553 : 51194351 : opts->x_param_min_inline_recursive_probability = ptr->x_param_min_inline_recursive_probability;
1554 : 51194351 : opts->x_param_min_insn_to_prefetch_ratio = ptr->x_param_min_insn_to_prefetch_ratio;
1555 : 51194351 : opts->x_param_min_loop_cond_split_prob = ptr->x_param_min_loop_cond_split_prob;
1556 : 51194351 : opts->x_param_min_pagesize = ptr->x_param_min_pagesize;
1557 : 51194351 : opts->x_param_min_size_for_stack_sharing = ptr->x_param_min_size_for_stack_sharing;
1558 : 51194351 : opts->x_param_min_spec_prob = ptr->x_param_min_spec_prob;
1559 : 51194351 : opts->x_param_min_vect_loop_bound = ptr->x_param_min_vect_loop_bound;
1560 : 51194351 : opts->x_param_modref_max_accesses = ptr->x_param_modref_max_accesses;
1561 : 51194351 : opts->x_param_modref_max_adjustments = ptr->x_param_modref_max_adjustments;
1562 : 51194351 : opts->x_param_modref_max_bases = ptr->x_param_modref_max_bases;
1563 : 51194351 : opts->x_param_modref_max_depth = ptr->x_param_modref_max_depth;
1564 : 51194351 : opts->x_param_modref_max_escape_points = ptr->x_param_modref_max_escape_points;
1565 : 51194351 : opts->x_param_modref_max_refs = ptr->x_param_modref_max_refs;
1566 : 51194351 : opts->x_param_modref_max_tests = ptr->x_param_modref_max_tests;
1567 : 51194351 : opts->x_param_parloops_chunk_size = ptr->x_param_parloops_chunk_size;
1568 : 51194351 : opts->x_param_parloops_min_per_thread = ptr->x_param_parloops_min_per_thread;
1569 : 51194351 : opts->x_param_parloops_schedule = ptr->x_param_parloops_schedule;
1570 : 51194351 : opts->x_param_partial_inlining_entry_probability = ptr->x_param_partial_inlining_entry_probability;
1571 : 51194351 : opts->x_param_phiopt_factor_max_stmts_live = ptr->x_param_phiopt_factor_max_stmts_live;
1572 : 51194351 : opts->x_param_predictable_branch_outcome = ptr->x_param_predictable_branch_outcome;
1573 : 51194351 : opts->x_param_prefetch_dynamic_strides = ptr->x_param_prefetch_dynamic_strides;
1574 : 51194351 : opts->x_param_prefetch_latency = ptr->x_param_prefetch_latency;
1575 : 51194351 : opts->x_param_prefetch_min_insn_to_mem_ratio = ptr->x_param_prefetch_min_insn_to_mem_ratio;
1576 : 51194351 : opts->x_param_prefetch_minimum_stride = ptr->x_param_prefetch_minimum_stride;
1577 : 51194351 : opts->x_param_ranger_logical_depth = ptr->x_param_ranger_logical_depth;
1578 : 51194351 : opts->x_param_ranger_recompute_depth = ptr->x_param_ranger_recompute_depth;
1579 : 51194351 : opts->x_param_relation_block_limit = ptr->x_param_relation_block_limit;
1580 : 51194351 : opts->x_param_rpo_vn_max_loop_depth = ptr->x_param_rpo_vn_max_loop_depth;
1581 : 51194351 : opts->x_param_sccvn_max_alias_queries_per_access = ptr->x_param_sccvn_max_alias_queries_per_access;
1582 : 51194351 : opts->x_param_scev_max_expr_complexity = ptr->x_param_scev_max_expr_complexity;
1583 : 51194351 : opts->x_param_scev_max_expr_size = ptr->x_param_scev_max_expr_size;
1584 : 51194351 : opts->x_param_sched_autopref_queue_depth = ptr->x_param_sched_autopref_queue_depth;
1585 : 51194351 : opts->x_param_sched_mem_true_dep_cost = ptr->x_param_sched_mem_true_dep_cost;
1586 : 51194351 : opts->x_param_sched_pressure_algorithm = ptr->x_param_sched_pressure_algorithm;
1587 : 51194351 : opts->x_param_sched_spec_prob_cutoff = ptr->x_param_sched_spec_prob_cutoff;
1588 : 51194351 : opts->x_param_sched_state_edge_prob_cutoff = ptr->x_param_sched_state_edge_prob_cutoff;
1589 : 51194351 : opts->x_param_selsched_insns_to_rename = ptr->x_param_selsched_insns_to_rename;
1590 : 51194351 : opts->x_param_selsched_max_lookahead = ptr->x_param_selsched_max_lookahead;
1591 : 51194351 : opts->x_param_selsched_max_sched_times = ptr->x_param_selsched_max_sched_times;
1592 : 51194351 : opts->x_param_simultaneous_prefetches = ptr->x_param_simultaneous_prefetches;
1593 : 51194351 : opts->x_param_sink_frequency_threshold = ptr->x_param_sink_frequency_threshold;
1594 : 51194351 : opts->x_param_sms_dfa_history = ptr->x_param_sms_dfa_history;
1595 : 51194351 : opts->x_param_sms_loop_average_count_threshold = ptr->x_param_sms_loop_average_count_threshold;
1596 : 51194351 : opts->x_param_sms_max_ii_factor = ptr->x_param_sms_max_ii_factor;
1597 : 51194351 : opts->x_param_sms_min_sc = ptr->x_param_sms_min_sc;
1598 : 51194351 : opts->x_param_sra_max_propagations = ptr->x_param_sra_max_propagations;
1599 : 51194351 : opts->x_param_sra_max_scalarization_size_size = ptr->x_param_sra_max_scalarization_size_size;
1600 : 51194351 : opts->x_param_sra_max_scalarization_size_speed = ptr->x_param_sra_max_scalarization_size_speed;
1601 : 51194351 : opts->x_param_ssa_name_def_chain_limit = ptr->x_param_ssa_name_def_chain_limit;
1602 : 51194351 : opts->x_param_ssp_buffer_size = ptr->x_param_ssp_buffer_size;
1603 : 51194351 : opts->x_param_stack_clash_protection_guard_size = ptr->x_param_stack_clash_protection_guard_size;
1604 : 51194351 : opts->x_param_stack_clash_protection_probe_interval = ptr->x_param_stack_clash_protection_probe_interval;
1605 : 51194351 : opts->x_param_store_forwarding_max_distance = ptr->x_param_store_forwarding_max_distance;
1606 : 51194351 : opts->x_param_store_merging_allow_unaligned = ptr->x_param_store_merging_allow_unaligned;
1607 : 51194351 : opts->x_param_store_merging_max_size = ptr->x_param_store_merging_max_size;
1608 : 51194351 : opts->x_param_switch_conversion_branch_ratio = ptr->x_param_switch_conversion_branch_ratio;
1609 : 51194351 : opts->x_param_switch_lower_slow_alg_max_cases = ptr->x_param_switch_lower_slow_alg_max_cases;
1610 : 51194351 : opts->x_param_tm_max_aggregate_size = ptr->x_param_tm_max_aggregate_size;
1611 : 51194351 : opts->x_param_tracer_dynamic_coverage_feedback = ptr->x_param_tracer_dynamic_coverage_feedback;
1612 : 51194351 : opts->x_param_tracer_dynamic_coverage = ptr->x_param_tracer_dynamic_coverage;
1613 : 51194351 : opts->x_param_tracer_max_code_growth = ptr->x_param_tracer_max_code_growth;
1614 : 51194351 : opts->x_param_tracer_min_branch_probability_feedback = ptr->x_param_tracer_min_branch_probability_feedback;
1615 : 51194351 : opts->x_param_tracer_min_branch_probability = ptr->x_param_tracer_min_branch_probability;
1616 : 51194351 : opts->x_param_tracer_min_branch_ratio = ptr->x_param_tracer_min_branch_ratio;
1617 : 51194351 : opts->x_param_transitive_relations_work_bound = ptr->x_param_transitive_relations_work_bound;
1618 : 51194351 : opts->x_param_tree_reassoc_width = ptr->x_param_tree_reassoc_width;
1619 : 51194351 : opts->x_param_uninit_control_dep_attempts = ptr->x_param_uninit_control_dep_attempts;
1620 : 51194351 : opts->x_param_uninit_max_chain_len = ptr->x_param_uninit_max_chain_len;
1621 : 51194351 : opts->x_param_uninit_max_num_chains = ptr->x_param_uninit_max_num_chains;
1622 : 51194351 : opts->x_param_uninit_max_prune_work = ptr->x_param_uninit_max_prune_work;
1623 : 51194351 : opts->x_param_uninlined_function_insns = ptr->x_param_uninlined_function_insns;
1624 : 51194351 : opts->x_param_uninlined_function_time = ptr->x_param_uninlined_function_time;
1625 : 51194351 : opts->x_param_uninlined_function_thunk_insns = ptr->x_param_uninlined_function_thunk_insns;
1626 : 51194351 : opts->x_param_uninlined_function_thunk_time = ptr->x_param_uninlined_function_thunk_time;
1627 : 51194351 : opts->x_param_unlikely_bb_count_fraction = ptr->x_param_unlikely_bb_count_fraction;
1628 : 51194351 : opts->x_param_unroll_jam_max_unroll = ptr->x_param_unroll_jam_max_unroll;
1629 : 51194351 : opts->x_param_unroll_jam_min_percent = ptr->x_param_unroll_jam_min_percent;
1630 : 51194351 : opts->x_param_use_after_scope_direct_emission_threshold = ptr->x_param_use_after_scope_direct_emission_threshold;
1631 : 51194351 : opts->x_param_vect_epilogues_nomask = ptr->x_param_vect_epilogues_nomask;
1632 : 51194351 : opts->x_param_vect_induction_float = ptr->x_param_vect_induction_float;
1633 : 51194351 : opts->x_param_vect_inner_loop_cost_factor = ptr->x_param_vect_inner_loop_cost_factor;
1634 : 51194351 : opts->x_param_vect_max_layout_candidates = ptr->x_param_vect_max_layout_candidates;
1635 : 51194351 : opts->x_param_vect_max_peeling_for_alignment = ptr->x_param_vect_max_peeling_for_alignment;
1636 : 51194351 : opts->x_param_vect_max_version_for_alias_checks = ptr->x_param_vect_max_version_for_alias_checks;
1637 : 51194351 : opts->x_param_vect_max_version_for_alignment_checks = ptr->x_param_vect_max_version_for_alignment_checks;
1638 : 51194351 : opts->x_param_vect_partial_vector_usage = ptr->x_param_vect_partial_vector_usage;
1639 : 51194351 : opts->x_param_vect_scalar_cost_multiplier = ptr->x_param_vect_scalar_cost_multiplier;
1640 : 51194351 : opts->x_param_vrp_block_limit = ptr->x_param_vrp_block_limit;
1641 : 51194351 : opts->x_param_vrp_sparse_threshold = ptr->x_param_vrp_sparse_threshold;
1642 : 51194351 : opts->x_param_vrp_switch_limit = ptr->x_param_vrp_switch_limit;
1643 : 51194351 : opts->x_param_vrp_vector_threshold = ptr->x_param_vrp_vector_threshold;
1644 : 51194351 : opts->x_flag_complex_method = ptr->x_flag_complex_method;
1645 : 51194351 : opts->x_flag_malloc_dse = ptr->x_flag_malloc_dse;
1646 : 51194351 : opts->x_flag_min_function_alignment = ptr->x_flag_min_function_alignment;
1647 : 51194351 : opts->x_flag_openmp_target_simd_clone = ptr->x_flag_openmp_target_simd_clone;
1648 : 51194351 : opts->x_flag_sched_stalled_insns = ptr->x_flag_sched_stalled_insns;
1649 : 51194351 : opts->x_flag_sched_stalled_insns_dep = ptr->x_flag_sched_stalled_insns_dep;
1650 : 51194351 : opts->x_flag_tree_parallelize_loops = ptr->x_flag_tree_parallelize_loops;
1651 : 51194351 : opts->x_flag_lto_locality_cloning = ptr->x_flag_lto_locality_cloning;
1652 : 51194351 : opts->x_param_ranger_debug = ptr->x_param_ranger_debug;
1653 : 51194351 : opts->x_param_threader_debug = ptr->x_param_threader_debug;
1654 : 51194351 : opts->x_flag_excess_precision = ptr->x_flag_excess_precision;
1655 : 51194351 : opts->x_flag_fp_contract_mode = ptr->x_flag_fp_contract_mode;
1656 : 51194351 : opts->x_flag_harden_control_flow_redundancy_check_noreturn = ptr->x_flag_harden_control_flow_redundancy_check_noreturn;
1657 : 51194351 : opts->x_flag_inline_stringops = ptr->x_flag_inline_stringops;
1658 : 51194351 : opts->x_flag_ira_algorithm = ptr->x_flag_ira_algorithm;
1659 : 51194351 : opts->x_flag_ira_region = ptr->x_flag_ira_region;
1660 : 51194351 : opts->x_flag_live_patching = ptr->x_flag_live_patching;
1661 : 51194351 : opts->x_flag_reorder_blocks_algorithm = ptr->x_flag_reorder_blocks_algorithm;
1662 : 51194351 : opts->x_flag_simd_cost_model = ptr->x_flag_simd_cost_model;
1663 : 51194351 : opts->x_flag_stack_reuse = ptr->x_flag_stack_reuse;
1664 : 51194351 : opts->x_flag_auto_var_init = ptr->x_flag_auto_var_init;
1665 : 51194351 : opts->x_flag_vect_cost_model = ptr->x_flag_vect_cost_model;
1666 : 51194351 : opts->x_optimize = ptr->x_optimize;
1667 : 51194351 : opts->x_optimize_size = ptr->x_optimize_size;
1668 : 51194351 : opts->x_optimize_debug = ptr->x_optimize_debug;
1669 : 51194351 : opts->x_optimize_fast = ptr->x_optimize_fast;
1670 : 51194351 : opts->x_warn_inline = ptr->x_warn_inline;
1671 : 51194351 : opts->x_flag_aggressive_loop_optimizations = ptr->x_flag_aggressive_loop_optimizations;
1672 : 51194351 : opts->x_flag_align_functions = ptr->x_flag_align_functions;
1673 : 51194351 : opts->x_flag_align_jumps = ptr->x_flag_align_jumps;
1674 : 51194351 : opts->x_flag_align_labels = ptr->x_flag_align_labels;
1675 : 51194351 : opts->x_flag_align_loops = ptr->x_flag_align_loops;
1676 : 51194351 : opts->x_flag_allocation_dce = ptr->x_flag_allocation_dce;
1677 : 51194351 : opts->x_flag_store_data_races = ptr->x_flag_store_data_races;
1678 : 51194351 : opts->x_flag_associative_math = ptr->x_flag_associative_math;
1679 : 51194351 : opts->x_flag_assume_sane_operators_new_delete = ptr->x_flag_assume_sane_operators_new_delete;
1680 : 51194351 : opts->x_flag_asynchronous_unwind_tables = ptr->x_flag_asynchronous_unwind_tables;
1681 : 51194351 : opts->x_flag_auto_inc_dec = ptr->x_flag_auto_inc_dec;
1682 : 51194351 : opts->x_flag_auto_profile_inlining = ptr->x_flag_auto_profile_inlining;
1683 : 51194351 : opts->x_flag_avoid_store_forwarding = ptr->x_flag_avoid_store_forwarding;
1684 : 51194351 : opts->x_flag_bit_tests = ptr->x_flag_bit_tests;
1685 : 51194351 : opts->x_flag_branch_on_count_reg = ptr->x_flag_branch_on_count_reg;
1686 : 51194351 : opts->x_flag_branch_probabilities = ptr->x_flag_branch_probabilities;
1687 : 51194351 : opts->x_flag_caller_saves = ptr->x_flag_caller_saves;
1688 : 51194351 : opts->x_flag_code_hoisting = ptr->x_flag_code_hoisting;
1689 : 51194351 : opts->x_flag_combine_stack_adjustments = ptr->x_flag_combine_stack_adjustments;
1690 : 51194351 : opts->x_flag_compare_elim_after_reload = ptr->x_flag_compare_elim_after_reload;
1691 : 51194351 : opts->x_flag_conserve_stack = ptr->x_flag_conserve_stack;
1692 : 51194351 : opts->x_flag_cprop_registers = ptr->x_flag_cprop_registers;
1693 : 51194351 : opts->x_flag_crossjumping = ptr->x_flag_crossjumping;
1694 : 51194351 : opts->x_flag_cse_follow_jumps = ptr->x_flag_cse_follow_jumps;
1695 : 51194351 : opts->x_flag_dce = ptr->x_flag_dce;
1696 : 51194351 : opts->x_flag_defer_pop = ptr->x_flag_defer_pop;
1697 : 51194351 : opts->x_flag_delayed_branch = ptr->x_flag_delayed_branch;
1698 : 51194351 : opts->x_flag_delete_dead_exceptions = ptr->x_flag_delete_dead_exceptions;
1699 : 51194351 : opts->x_flag_delete_null_pointer_checks = ptr->x_flag_delete_null_pointer_checks;
1700 : 51194351 : opts->x_flag_dep_fusion = ptr->x_flag_dep_fusion;
1701 : 51194351 : opts->x_flag_devirtualize = ptr->x_flag_devirtualize;
1702 : 51194351 : opts->x_flag_devirtualize_speculatively = ptr->x_flag_devirtualize_speculatively;
1703 : 51194351 : opts->x_flag_dse = ptr->x_flag_dse;
1704 : 51194351 : opts->x_flag_early_inlining = ptr->x_flag_early_inlining;
1705 : 51194351 : opts->x_flag_exceptions = ptr->x_flag_exceptions;
1706 : 51194351 : opts->x_flag_expensive_optimizations = ptr->x_flag_expensive_optimizations;
1707 : 51194351 : opts->x_flag_ext_dce = ptr->x_flag_ext_dce;
1708 : 51194351 : opts->x_flag_finite_loops = ptr->x_flag_finite_loops;
1709 : 51194351 : opts->x_flag_finite_math_only = ptr->x_flag_finite_math_only;
1710 : 51194351 : opts->x_flag_float_store = ptr->x_flag_float_store;
1711 : 51194351 : opts->x_flag_fold_mem_offsets = ptr->x_flag_fold_mem_offsets;
1712 : 51194351 : opts->x_flag_fold_simple_inlines = ptr->x_flag_fold_simple_inlines;
1713 : 51194351 : opts->x_flag_forward_propagate = ptr->x_flag_forward_propagate;
1714 : 51194351 : opts->x_flag_fp_int_builtin_inexact = ptr->x_flag_fp_int_builtin_inexact;
1715 : 51194351 : opts->x_flag_no_function_cse = ptr->x_flag_no_function_cse;
1716 : 51194351 : opts->x_flag_gcse = ptr->x_flag_gcse;
1717 : 51194351 : opts->x_flag_gcse_after_reload = ptr->x_flag_gcse_after_reload;
1718 : 51194351 : opts->x_flag_gcse_las = ptr->x_flag_gcse_las;
1719 : 51194351 : opts->x_flag_gcse_lm = ptr->x_flag_gcse_lm;
1720 : 51194351 : opts->x_flag_gcse_sm = ptr->x_flag_gcse_sm;
1721 : 51194351 : opts->x_flag_graphite = ptr->x_flag_graphite;
1722 : 51194351 : opts->x_flag_graphite_identity = ptr->x_flag_graphite_identity;
1723 : 51194351 : opts->x_flag_guess_branch_prob = ptr->x_flag_guess_branch_prob;
1724 : 51194351 : opts->x_flag_harden_control_flow_redundancy_check_exceptions = ptr->x_flag_harden_control_flow_redundancy_check_exceptions;
1725 : 51194351 : opts->x_flag_harden_control_flow_redundancy_check_returning_calls = ptr->x_flag_harden_control_flow_redundancy_check_returning_calls;
1726 : 51194351 : opts->x_flag_harden_control_flow_redundancy_skip_leaf = ptr->x_flag_harden_control_flow_redundancy_skip_leaf;
1727 : 51194351 : opts->x_flag_harden_compares = ptr->x_flag_harden_compares;
1728 : 51194351 : opts->x_flag_harden_conditional_branches = ptr->x_flag_harden_conditional_branches;
1729 : 51194351 : opts->x_flag_harden_control_flow_redundancy = ptr->x_flag_harden_control_flow_redundancy;
1730 : 51194351 : opts->x_flag_hoist_adjacent_loads = ptr->x_flag_hoist_adjacent_loads;
1731 : 51194351 : opts->x_flag_if_conversion = ptr->x_flag_if_conversion;
1732 : 51194351 : opts->x_flag_if_conversion2 = ptr->x_flag_if_conversion2;
1733 : 51194351 : opts->x_flag_indirect_inlining = ptr->x_flag_indirect_inlining;
1734 : 51194351 : opts->x_flag_no_inline = ptr->x_flag_no_inline;
1735 : 51194351 : opts->x_flag_inline_atomics = ptr->x_flag_inline_atomics;
1736 : 51194351 : opts->x_flag_inline_functions = ptr->x_flag_inline_functions;
1737 : 51194351 : opts->x_flag_inline_functions_called_once = ptr->x_flag_inline_functions_called_once;
1738 : 51194351 : opts->x_flag_inline_small_functions = ptr->x_flag_inline_small_functions;
1739 : 51194351 : opts->x_flag_ipa_bit_cp = ptr->x_flag_ipa_bit_cp;
1740 : 51194351 : opts->x_flag_ipa_cp = ptr->x_flag_ipa_cp;
1741 : 51194351 : opts->x_flag_ipa_cp_clone = ptr->x_flag_ipa_cp_clone;
1742 : 51194351 : opts->x_flag_ipa_icf = ptr->x_flag_ipa_icf;
1743 : 51194351 : opts->x_flag_ipa_icf_functions = ptr->x_flag_ipa_icf_functions;
1744 : 51194351 : opts->x_flag_ipa_icf_variables = ptr->x_flag_ipa_icf_variables;
1745 : 51194351 : opts->x_flag_ipa_modref = ptr->x_flag_ipa_modref;
1746 : 51194351 : opts->x_flag_ipa_profile = ptr->x_flag_ipa_profile;
1747 : 51194351 : opts->x_flag_ipa_pta = ptr->x_flag_ipa_pta;
1748 : 51194351 : opts->x_flag_ipa_pure_const = ptr->x_flag_ipa_pure_const;
1749 : 51194351 : opts->x_flag_ipa_ra = ptr->x_flag_ipa_ra;
1750 : 51194351 : opts->x_flag_ipa_reference = ptr->x_flag_ipa_reference;
1751 : 51194351 : opts->x_flag_ipa_reference_addressable = ptr->x_flag_ipa_reference_addressable;
1752 : 51194351 : opts->x_flag_ipa_reorder_for_locality = ptr->x_flag_ipa_reorder_for_locality;
1753 : 51194351 : opts->x_flag_ipa_sra = ptr->x_flag_ipa_sra;
1754 : 51194351 : opts->x_flag_ipa_stack_alignment = ptr->x_flag_ipa_stack_alignment;
1755 : 51194351 : opts->x_flag_ipa_strict_aliasing = ptr->x_flag_ipa_strict_aliasing;
1756 : 51194351 : opts->x_flag_ipa_vrp = ptr->x_flag_ipa_vrp;
1757 : 51194351 : opts->x_flag_ira_hoist_pressure = ptr->x_flag_ira_hoist_pressure;
1758 : 51194351 : opts->x_flag_ira_loop_pressure = ptr->x_flag_ira_loop_pressure;
1759 : 51194351 : opts->x_flag_ira_share_save_slots = ptr->x_flag_ira_share_save_slots;
1760 : 51194351 : opts->x_flag_ira_share_spill_slots = ptr->x_flag_ira_share_spill_slots;
1761 : 51194351 : opts->x_flag_isolate_erroneous_paths_attribute = ptr->x_flag_isolate_erroneous_paths_attribute;
1762 : 51194351 : opts->x_flag_isolate_erroneous_paths_dereference = ptr->x_flag_isolate_erroneous_paths_dereference;
1763 : 51194351 : opts->x_flag_ivopts = ptr->x_flag_ivopts;
1764 : 51194351 : opts->x_flag_jump_tables = ptr->x_flag_jump_tables;
1765 : 51194351 : opts->x_flag_keep_gc_roots_live = ptr->x_flag_keep_gc_roots_live;
1766 : 51194351 : opts->x_flag_late_combine_instructions = ptr->x_flag_late_combine_instructions;
1767 : 51194351 : opts->x_flag_lifetime_dse = ptr->x_flag_lifetime_dse;
1768 : 51194351 : opts->x_flag_limit_function_alignment = ptr->x_flag_limit_function_alignment;
1769 : 51194351 : opts->x_flag_live_range_shrinkage = ptr->x_flag_live_range_shrinkage;
1770 : 51194351 : opts->x_flag_loop_interchange = ptr->x_flag_loop_interchange;
1771 : 51194351 : opts->x_flag_loop_nest_optimize = ptr->x_flag_loop_nest_optimize;
1772 : 51194351 : opts->x_flag_loop_parallelize_all = ptr->x_flag_loop_parallelize_all;
1773 : 51194351 : opts->x_flag_unroll_jam = ptr->x_flag_unroll_jam;
1774 : 51194351 : opts->x_flag_lra_remat = ptr->x_flag_lra_remat;
1775 : 51194351 : opts->x_flag_malloc_dce = ptr->x_flag_malloc_dce;
1776 : 51194351 : opts->x_flag_errno_math = ptr->x_flag_errno_math;
1777 : 51194351 : opts->x_flag_modulo_sched = ptr->x_flag_modulo_sched;
1778 : 51194351 : opts->x_flag_modulo_sched_allow_regmoves = ptr->x_flag_modulo_sched_allow_regmoves;
1779 : 51194351 : opts->x_flag_move_loop_invariants = ptr->x_flag_move_loop_invariants;
1780 : 51194351 : opts->x_flag_move_loop_stores = ptr->x_flag_move_loop_stores;
1781 : 51194351 : opts->x_flag_non_call_exceptions = ptr->x_flag_non_call_exceptions;
1782 : 51194351 : opts->x_flag_nothrow_opt = ptr->x_flag_nothrow_opt;
1783 : 51194351 : opts->x_flag_omit_frame_pointer = ptr->x_flag_omit_frame_pointer;
1784 : 51194351 : opts->x_flag_opt_info = ptr->x_flag_opt_info;
1785 : 51194351 : opts->x_flag_optimize_crc = ptr->x_flag_optimize_crc;
1786 : 51194351 : opts->x_flag_optimize_sibling_calls = ptr->x_flag_optimize_sibling_calls;
1787 : 51194351 : opts->x_flag_optimize_strlen = ptr->x_flag_optimize_strlen;
1788 : 51194351 : opts->x_flag_pack_struct = ptr->x_flag_pack_struct;
1789 : 51194351 : opts->x_flag_partial_inlining = ptr->x_flag_partial_inlining;
1790 : 51194351 : opts->x_flag_pcc_struct_return = ptr->x_flag_pcc_struct_return;
1791 : 51194351 : opts->x_flag_peel_loops = ptr->x_flag_peel_loops;
1792 : 51194351 : opts->x_flag_no_peephole = ptr->x_flag_no_peephole;
1793 : 51194351 : opts->x_flag_peephole2 = ptr->x_flag_peephole2;
1794 : 51194351 : opts->x_flag_plt = ptr->x_flag_plt;
1795 : 51194351 : opts->x_flag_predictive_commoning = ptr->x_flag_predictive_commoning;
1796 : 51194351 : opts->x_flag_prefetch_loop_arrays = ptr->x_flag_prefetch_loop_arrays;
1797 : 51194351 : opts->x_flag_printf_return_value = ptr->x_flag_printf_return_value;
1798 : 51194351 : opts->x_flag_profile_partial_training = ptr->x_flag_profile_partial_training;
1799 : 51194351 : opts->x_flag_profile_reorder_functions = ptr->x_flag_profile_reorder_functions;
1800 : 51194351 : opts->x_flag_reciprocal_math = ptr->x_flag_reciprocal_math;
1801 : 51194351 : opts->x_flag_ree = ptr->x_flag_ree;
1802 : 51194351 : opts->x_flag_rename_registers = ptr->x_flag_rename_registers;
1803 : 51194351 : opts->x_flag_reorder_blocks = ptr->x_flag_reorder_blocks;
1804 : 51194351 : opts->x_flag_reorder_blocks_and_partition = ptr->x_flag_reorder_blocks_and_partition;
1805 : 51194351 : opts->x_flag_reorder_functions = ptr->x_flag_reorder_functions;
1806 : 51194351 : opts->x_flag_rerun_cse_after_loop = ptr->x_flag_rerun_cse_after_loop;
1807 : 51194351 : opts->x_flag_resched_modulo_sched = ptr->x_flag_resched_modulo_sched;
1808 : 51194351 : opts->x_flag_rounding_math = ptr->x_flag_rounding_math;
1809 : 51194351 : opts->x_flag_rtti = ptr->x_flag_rtti;
1810 : 51194351 : opts->x_flag_save_optimization_record = ptr->x_flag_save_optimization_record;
1811 : 51194351 : opts->x_flag_sched_critical_path_heuristic = ptr->x_flag_sched_critical_path_heuristic;
1812 : 51194351 : opts->x_flag_sched_dep_count_heuristic = ptr->x_flag_sched_dep_count_heuristic;
1813 : 51194351 : opts->x_flag_sched_group_heuristic = ptr->x_flag_sched_group_heuristic;
1814 : 51194351 : opts->x_flag_schedule_interblock = ptr->x_flag_schedule_interblock;
1815 : 51194351 : opts->x_flag_sched_last_insn_heuristic = ptr->x_flag_sched_last_insn_heuristic;
1816 : 51194351 : opts->x_flag_sched_pressure = ptr->x_flag_sched_pressure;
1817 : 51194351 : opts->x_flag_sched_rank_heuristic = ptr->x_flag_sched_rank_heuristic;
1818 : 51194351 : opts->x_flag_schedule_speculative = ptr->x_flag_schedule_speculative;
1819 : 51194351 : opts->x_flag_sched_spec_insn_heuristic = ptr->x_flag_sched_spec_insn_heuristic;
1820 : 51194351 : opts->x_flag_schedule_speculative_load = ptr->x_flag_schedule_speculative_load;
1821 : 51194351 : opts->x_flag_schedule_speculative_load_dangerous = ptr->x_flag_schedule_speculative_load_dangerous;
1822 : 51194351 : opts->x_flag_sched2_use_superblocks = ptr->x_flag_sched2_use_superblocks;
1823 : 51194351 : opts->x_flag_schedule_fusion = ptr->x_flag_schedule_fusion;
1824 : 51194351 : opts->x_flag_schedule_insns = ptr->x_flag_schedule_insns;
1825 : 51194351 : opts->x_flag_schedule_insns_after_reload = ptr->x_flag_schedule_insns_after_reload;
1826 : 51194351 : opts->x_flag_section_anchors = ptr->x_flag_section_anchors;
1827 : 51194351 : opts->x_flag_sel_sched_pipelining = ptr->x_flag_sel_sched_pipelining;
1828 : 51194351 : opts->x_flag_sel_sched_pipelining_outer_loops = ptr->x_flag_sel_sched_pipelining_outer_loops;
1829 : 51194351 : opts->x_flag_sel_sched_reschedule_pipelined = ptr->x_flag_sel_sched_reschedule_pipelined;
1830 : 51194351 : opts->x_flag_selective_scheduling = ptr->x_flag_selective_scheduling;
1831 : 51194351 : opts->x_flag_selective_scheduling2 = ptr->x_flag_selective_scheduling2;
1832 : 51194351 : opts->x_flag_semantic_interposition = ptr->x_flag_semantic_interposition;
1833 : 51194351 : opts->x_flag_short_enums = ptr->x_flag_short_enums;
1834 : 51194351 : opts->x_flag_short_wchar = ptr->x_flag_short_wchar;
1835 : 51194351 : opts->x_flag_shrink_wrap = ptr->x_flag_shrink_wrap;
1836 : 51194351 : opts->x_flag_shrink_wrap_separate = ptr->x_flag_shrink_wrap_separate;
1837 : 51194351 : opts->x_flag_signaling_nans = ptr->x_flag_signaling_nans;
1838 : 51194351 : opts->x_flag_signed_zeros = ptr->x_flag_signed_zeros;
1839 : 51194351 : opts->x_flag_single_precision_constant = ptr->x_flag_single_precision_constant;
1840 : 51194351 : opts->x_flag_split_ivs_in_unroller = ptr->x_flag_split_ivs_in_unroller;
1841 : 51194351 : opts->x_flag_split_loops = ptr->x_flag_split_loops;
1842 : 51194351 : opts->x_flag_split_paths = ptr->x_flag_split_paths;
1843 : 51194351 : opts->x_flag_split_wide_types = ptr->x_flag_split_wide_types;
1844 : 51194351 : opts->x_flag_split_wide_types_early = ptr->x_flag_split_wide_types_early;
1845 : 51194351 : opts->x_flag_ssa_backprop = ptr->x_flag_ssa_backprop;
1846 : 51194351 : opts->x_flag_ssa_phiopt = ptr->x_flag_ssa_phiopt;
1847 : 51194351 : opts->x_flag_stack_clash_protection = ptr->x_flag_stack_clash_protection;
1848 : 51194351 : opts->x_flag_stack_protect = ptr->x_flag_stack_protect;
1849 : 51194351 : opts->x_flag_stdarg_opt = ptr->x_flag_stdarg_opt;
1850 : 51194351 : opts->x_flag_store_merging = ptr->x_flag_store_merging;
1851 : 51194351 : opts->x_flag_strict_aliasing = ptr->x_flag_strict_aliasing;
1852 : 51194351 : opts->x_flag_strict_enums = ptr->x_flag_strict_enums;
1853 : 51194351 : opts->x_flag_strict_volatile_bitfields = ptr->x_flag_strict_volatile_bitfields;
1854 : 51194351 : opts->x_flag_thread_jumps = ptr->x_flag_thread_jumps;
1855 : 51194351 : opts->x_flag_threadsafe_statics = ptr->x_flag_threadsafe_statics;
1856 : 51194351 : opts->x_flag_toplevel_reorder = ptr->x_flag_toplevel_reorder;
1857 : 51194351 : opts->x_flag_tracer = ptr->x_flag_tracer;
1858 : 51194351 : opts->x_flag_trapping_math = ptr->x_flag_trapping_math;
1859 : 51194351 : opts->x_flag_trapv = ptr->x_flag_trapv;
1860 : 51194351 : opts->x_flag_tree_bit_ccp = ptr->x_flag_tree_bit_ccp;
1861 : 51194351 : opts->x_flag_tree_builtin_call_dce = ptr->x_flag_tree_builtin_call_dce;
1862 : 51194351 : opts->x_flag_tree_ccp = ptr->x_flag_tree_ccp;
1863 : 51194351 : opts->x_flag_tree_ch = ptr->x_flag_tree_ch;
1864 : 51194351 : opts->x_flag_tree_coalesce_vars = ptr->x_flag_tree_coalesce_vars;
1865 : 51194351 : opts->x_flag_tree_copy_prop = ptr->x_flag_tree_copy_prop;
1866 : 51194351 : opts->x_flag_tree_cselim = ptr->x_flag_tree_cselim;
1867 : 51194351 : opts->x_flag_tree_dce = ptr->x_flag_tree_dce;
1868 : 51194351 : opts->x_flag_tree_dom = ptr->x_flag_tree_dom;
1869 : 51194351 : opts->x_flag_tree_dse = ptr->x_flag_tree_dse;
1870 : 51194351 : opts->x_flag_tree_forwprop = ptr->x_flag_tree_forwprop;
1871 : 51194351 : opts->x_flag_tree_fre = ptr->x_flag_tree_fre;
1872 : 51194351 : opts->x_flag_tree_loop_distribute_patterns = ptr->x_flag_tree_loop_distribute_patterns;
1873 : 51194351 : opts->x_flag_tree_loop_distribution = ptr->x_flag_tree_loop_distribution;
1874 : 51194351 : opts->x_flag_tree_loop_if_convert = ptr->x_flag_tree_loop_if_convert;
1875 : 51194351 : opts->x_flag_tree_loop_im = ptr->x_flag_tree_loop_im;
1876 : 51194351 : opts->x_flag_tree_loop_ivcanon = ptr->x_flag_tree_loop_ivcanon;
1877 : 51194351 : opts->x_flag_tree_loop_optimize = ptr->x_flag_tree_loop_optimize;
1878 : 51194351 : opts->x_flag_tree_loop_vectorize = ptr->x_flag_tree_loop_vectorize;
1879 : 51194351 : opts->x_flag_tree_live_range_split = ptr->x_flag_tree_live_range_split;
1880 : 51194351 : opts->x_flag_tree_partial_pre = ptr->x_flag_tree_partial_pre;
1881 : 51194351 : opts->x_flag_tree_phiprop = ptr->x_flag_tree_phiprop;
1882 : 51194351 : opts->x_flag_tree_pre = ptr->x_flag_tree_pre;
1883 : 51194351 : opts->x_flag_tree_pta = ptr->x_flag_tree_pta;
1884 : 51194351 : opts->x_flag_tree_reassoc = ptr->x_flag_tree_reassoc;
1885 : 51194351 : opts->x_flag_tree_scev_cprop = ptr->x_flag_tree_scev_cprop;
1886 : 51194351 : opts->x_flag_tree_sink = ptr->x_flag_tree_sink;
1887 : 51194351 : opts->x_flag_tree_slp_vectorize = ptr->x_flag_tree_slp_vectorize;
1888 : 51194351 : opts->x_flag_tree_slsr = ptr->x_flag_tree_slsr;
1889 : 51194351 : opts->x_flag_tree_sra = ptr->x_flag_tree_sra;
1890 : 51194351 : opts->x_flag_tree_switch_conversion = ptr->x_flag_tree_switch_conversion;
1891 : 51194351 : opts->x_flag_tree_tail_merge = ptr->x_flag_tree_tail_merge;
1892 : 51194351 : opts->x_flag_tree_ter = ptr->x_flag_tree_ter;
1893 : 51194351 : opts->x_flag_tree_vectorize = ptr->x_flag_tree_vectorize;
1894 : 51194351 : opts->x_flag_tree_vrp = ptr->x_flag_tree_vrp;
1895 : 51194351 : opts->x_flag_unconstrained_commons = ptr->x_flag_unconstrained_commons;
1896 : 51194351 : opts->x_flag_unreachable_traps = ptr->x_flag_unreachable_traps;
1897 : 51194351 : opts->x_flag_unroll_all_loops = ptr->x_flag_unroll_all_loops;
1898 : 51194351 : opts->x_flag_cunroll_grow_size = ptr->x_flag_cunroll_grow_size;
1899 : 51194351 : opts->x_flag_unroll_loops = ptr->x_flag_unroll_loops;
1900 : 51194351 : opts->x_flag_unsafe_math_optimizations = ptr->x_flag_unsafe_math_optimizations;
1901 : 51194351 : opts->x_flag_unswitch_loops = ptr->x_flag_unswitch_loops;
1902 : 51194351 : opts->x_flag_unwind_tables = ptr->x_flag_unwind_tables;
1903 : 51194351 : opts->x_flag_var_tracking = ptr->x_flag_var_tracking;
1904 : 51194351 : opts->x_flag_var_tracking_assignments = ptr->x_flag_var_tracking_assignments;
1905 : 51194351 : opts->x_flag_var_tracking_assignments_toggle = ptr->x_flag_var_tracking_assignments_toggle;
1906 : 51194351 : opts->x_flag_var_tracking_uninit = ptr->x_flag_var_tracking_uninit;
1907 : 51194351 : opts->x_flag_variable_expansion_in_unroller = ptr->x_flag_variable_expansion_in_unroller;
1908 : 51194351 : opts->x_flag_version_loops_for_strides = ptr->x_flag_version_loops_for_strides;
1909 : 51194351 : opts->x_flag_value_profile_transformations = ptr->x_flag_value_profile_transformations;
1910 : 51194351 : opts->x_flag_web = ptr->x_flag_web;
1911 : 51194351 : opts->x_flag_wrapv = ptr->x_flag_wrapv;
1912 : 51194351 : opts->x_flag_wrapv_pointer = ptr->x_flag_wrapv_pointer;
1913 : 51194351 : opts->x_debug_nonbind_markers_p = ptr->x_debug_nonbind_markers_p;
1914 : 51194351 : opts->x_ix86_unroll_only_small_loops = ptr->x_ix86_unroll_only_small_loops;
1915 : 51194351 : opts->x_str_align_functions = ptr->x_str_align_functions;
1916 : 51194351 : opts->x_str_align_jumps = ptr->x_str_align_jumps;
1917 : 51194351 : opts->x_str_align_labels = ptr->x_str_align_labels;
1918 : 51194351 : opts->x_str_align_loops = ptr->x_str_align_loops;
1919 : 51194351 : opts->x_flag_patchable_function_entry = ptr->x_flag_patchable_function_entry;
1920 : :
1921 : 51194351 : unsigned HOST_WIDE_INT mask;
1922 : 51194351 : mask = ptr->explicit_mask[0];
1923 : 51194351 : opts_set->x_param_align_loop_iterations = (mask & 1) != 0;
1924 : 51194351 : mask >>= 1;
1925 : 51194351 : opts_set->x_param_align_threshold = (mask & 1) != 0;
1926 : 51194351 : mask >>= 1;
1927 : 51194351 : opts_set->x_param_asan_protect_allocas = (mask & 1) != 0;
1928 : 51194351 : mask >>= 1;
1929 : 51194351 : opts_set->x_param_asan_instrument_reads = (mask & 1) != 0;
1930 : 51194351 : mask >>= 1;
1931 : 51194351 : opts_set->x_param_asan_instrument_writes = (mask & 1) != 0;
1932 : 51194351 : mask >>= 1;
1933 : 51194351 : opts_set->x_param_asan_instrumentation_with_call_threshold = (mask & 1) != 0;
1934 : 51194351 : mask >>= 1;
1935 : 51194351 : opts_set->x_param_asan_kernel_mem_intrinsic_prefix = (mask & 1) != 0;
1936 : 51194351 : mask >>= 1;
1937 : 51194351 : opts_set->x_param_asan_memintrin = (mask & 1) != 0;
1938 : 51194351 : mask >>= 1;
1939 : 51194351 : opts_set->x_param_asan_stack = (mask & 1) != 0;
1940 : 51194351 : mask >>= 1;
1941 : 51194351 : opts_set->x_param_asan_use_after_return = (mask & 1) != 0;
1942 : 51194351 : mask >>= 1;
1943 : 51194351 : opts_set->x_param_avg_loop_niter = (mask & 1) != 0;
1944 : 51194351 : mask >>= 1;
1945 : 51194351 : opts_set->x_param_avoid_fma_max_bits = (mask & 1) != 0;
1946 : 51194351 : mask >>= 1;
1947 : 51194351 : opts_set->x_param_builtin_expect_probability = (mask & 1) != 0;
1948 : 51194351 : mask >>= 1;
1949 : 51194351 : opts_set->x_param_builtin_string_cmp_inline_length = (mask & 1) != 0;
1950 : 51194351 : mask >>= 1;
1951 : 51194351 : opts_set->x_param_case_values_threshold = (mask & 1) != 0;
1952 : 51194351 : mask >>= 1;
1953 : 51194351 : opts_set->x_param_comdat_sharing_probability = (mask & 1) != 0;
1954 : 51194351 : mask >>= 1;
1955 : 51194351 : opts_set->x_param_construct_interfere_size = (mask & 1) != 0;
1956 : 51194351 : mask >>= 1;
1957 : 51194351 : opts_set->x_param_cycle_accurate_model = (mask & 1) != 0;
1958 : 51194351 : mask >>= 1;
1959 : 51194351 : opts_set->x_param_destruct_interfere_size = (mask & 1) != 0;
1960 : 51194351 : mask >>= 1;
1961 : 51194351 : opts_set->x_param_dse_max_alias_queries_per_store = (mask & 1) != 0;
1962 : 51194351 : mask >>= 1;
1963 : 51194351 : opts_set->x_param_dse_max_object_size = (mask & 1) != 0;
1964 : 51194351 : mask >>= 1;
1965 : 51194351 : opts_set->x_param_early_inlining_insns = (mask & 1) != 0;
1966 : 51194351 : mask >>= 1;
1967 : 51194351 : opts_set->x_param_fsm_scale_path_stmts = (mask & 1) != 0;
1968 : 51194351 : mask >>= 1;
1969 : 51194351 : opts_set->x_param_fully_pipelined_fma = (mask & 1) != 0;
1970 : 51194351 : mask >>= 1;
1971 : 51194351 : opts_set->x_param_gcse_after_reload_critical_fraction = (mask & 1) != 0;
1972 : 51194351 : mask >>= 1;
1973 : 51194351 : opts_set->x_param_gcse_after_reload_partial_fraction = (mask & 1) != 0;
1974 : 51194351 : mask >>= 1;
1975 : 51194351 : opts_set->x_param_gcse_cost_distance_ratio = (mask & 1) != 0;
1976 : 51194351 : mask >>= 1;
1977 : 51194351 : opts_set->x_param_gcse_unrestricted_cost = (mask & 1) != 0;
1978 : 51194351 : mask >>= 1;
1979 : 51194351 : opts_set->x_param_graphite_max_arrays_per_scop = (mask & 1) != 0;
1980 : 51194351 : mask >>= 1;
1981 : 51194351 : opts_set->x_param_graphite_max_nb_scop_params = (mask & 1) != 0;
1982 : 51194351 : mask >>= 1;
1983 : 51194351 : opts_set->x_param_hardcfr_max_blocks = (mask & 1) != 0;
1984 : 51194351 : mask >>= 1;
1985 : 51194351 : opts_set->x_param_hardcfr_max_inline_blocks = (mask & 1) != 0;
1986 : 51194351 : mask >>= 1;
1987 : 51194351 : opts_set->x_param_hwasan_instrument_allocas = (mask & 1) != 0;
1988 : 51194351 : mask >>= 1;
1989 : 51194351 : opts_set->x_param_hwasan_instrument_mem_intrinsics = (mask & 1) != 0;
1990 : 51194351 : mask >>= 1;
1991 : 51194351 : opts_set->x_param_hwasan_instrument_reads = (mask & 1) != 0;
1992 : 51194351 : mask >>= 1;
1993 : 51194351 : opts_set->x_param_hwasan_instrument_stack = (mask & 1) != 0;
1994 : 51194351 : mask >>= 1;
1995 : 51194351 : opts_set->x_param_hwasan_instrument_writes = (mask & 1) != 0;
1996 : 51194351 : mask >>= 1;
1997 : 51194351 : opts_set->x_param_hwasan_random_frame_tag = (mask & 1) != 0;
1998 : 51194351 : mask >>= 1;
1999 : 51194351 : opts_set->x_param_inline_heuristics_hint_percent = (mask & 1) != 0;
2000 : 51194351 : mask >>= 1;
2001 : 51194351 : opts_set->x_param_inline_min_speedup = (mask & 1) != 0;
2002 : 51194351 : mask >>= 1;
2003 : 51194351 : opts_set->x_param_inline_unit_growth = (mask & 1) != 0;
2004 : 51194351 : mask >>= 1;
2005 : 51194351 : opts_set->x_param_ipa_cp_eval_threshold = (mask & 1) != 0;
2006 : 51194351 : mask >>= 1;
2007 : 51194351 : opts_set->x_param_ipa_cp_large_unit_insns = (mask & 1) != 0;
2008 : 51194351 : mask >>= 1;
2009 : 51194351 : opts_set->x_param_ipa_cp_loop_hint_bonus = (mask & 1) != 0;
2010 : 51194351 : mask >>= 1;
2011 : 51194351 : opts_set->x_param_ipa_cp_max_recursive_depth = (mask & 1) != 0;
2012 : 51194351 : mask >>= 1;
2013 : 51194351 : opts_set->x_param_ipa_cp_min_recursive_probability = (mask & 1) != 0;
2014 : 51194351 : mask >>= 1;
2015 : 51194351 : opts_set->x_param_ipa_cp_recursion_penalty = (mask & 1) != 0;
2016 : 51194351 : mask >>= 1;
2017 : 51194351 : opts_set->x_param_ipa_cp_recursive_freq_factor = (mask & 1) != 0;
2018 : 51194351 : mask >>= 1;
2019 : 51194351 : opts_set->x_param_ipa_cp_single_call_penalty = (mask & 1) != 0;
2020 : 51194351 : mask >>= 1;
2021 : 51194351 : opts_set->x_param_ipa_cp_unit_growth = (mask & 1) != 0;
2022 : 51194351 : mask >>= 1;
2023 : 51194351 : opts_set->x_param_ipa_cp_value_list_size = (mask & 1) != 0;
2024 : 51194351 : mask >>= 1;
2025 : 51194351 : opts_set->x_param_ipa_jump_function_lookups = (mask & 1) != 0;
2026 : 51194351 : mask >>= 1;
2027 : 51194351 : opts_set->x_param_ipa_max_aa_steps = (mask & 1) != 0;
2028 : 51194351 : mask >>= 1;
2029 : 51194351 : opts_set->x_param_ipa_max_agg_items = (mask & 1) != 0;
2030 : 51194351 : mask >>= 1;
2031 : 51194351 : opts_set->x_param_ipa_max_loop_predicates = (mask & 1) != 0;
2032 : 51194351 : mask >>= 1;
2033 : 51194351 : opts_set->x_param_ipa_max_param_expr_ops = (mask & 1) != 0;
2034 : 51194351 : mask >>= 1;
2035 : 51194351 : opts_set->x_param_ipa_max_switch_predicate_bounds = (mask & 1) != 0;
2036 : 51194351 : mask >>= 1;
2037 : 51194351 : opts_set->x_param_ipa_sra_deref_prob_threshold = (mask & 1) != 0;
2038 : 51194351 : mask >>= 1;
2039 : 51194351 : opts_set->x_param_ipa_sra_max_replacements = (mask & 1) != 0;
2040 : 51194351 : mask >>= 1;
2041 : 51194351 : opts_set->x_param_ipa_sra_ptr_growth_factor = (mask & 1) != 0;
2042 : 51194351 : mask >>= 1;
2043 : 51194351 : opts_set->x_param_ipa_sra_ptrwrap_growth_factor = (mask & 1) != 0;
2044 : 51194351 : mask >>= 1;
2045 : 51194351 : opts_set->x_param_ira_consider_dup_in_all_alts = (mask & 1) != 0;
2046 : 51194351 : mask >>= 1;
2047 : 51194351 : opts_set->x_param_ira_loop_reserved_regs = (mask & 1) != 0;
2048 : 51194351 : mask >>= 1;
2049 : 51194351 : opts_set->x_param_ira_max_conflict_table_size = (mask & 1) != 0;
2050 : 51194351 : mask >>= 1;
2051 : 51194351 : mask = ptr->explicit_mask[1];
2052 : 51194351 : opts_set->x_param_ira_max_loops_num = (mask & 1) != 0;
2053 : 51194351 : mask >>= 1;
2054 : 51194351 : opts_set->x_param_ira_simple_lra_insn_threshold = (mask & 1) != 0;
2055 : 51194351 : mask >>= 1;
2056 : 51194351 : opts_set->x_param_iv_always_prune_cand_set_bound = (mask & 1) != 0;
2057 : 51194351 : mask >>= 1;
2058 : 51194351 : opts_set->x_param_iv_consider_all_candidates_bound = (mask & 1) != 0;
2059 : 51194351 : mask >>= 1;
2060 : 51194351 : opts_set->x_param_iv_max_considered_uses = (mask & 1) != 0;
2061 : 51194351 : mask >>= 1;
2062 : 51194351 : opts_set->x_param_jump_table_max_growth_ratio_for_size = (mask & 1) != 0;
2063 : 51194351 : mask >>= 1;
2064 : 51194351 : opts_set->x_param_jump_table_max_growth_ratio_for_speed = (mask & 1) != 0;
2065 : 51194351 : mask >>= 1;
2066 : 51194351 : opts_set->x_param_l1_cache_line_size = (mask & 1) != 0;
2067 : 51194351 : mask >>= 1;
2068 : 51194351 : opts_set->x_param_l1_cache_size = (mask & 1) != 0;
2069 : 51194351 : mask >>= 1;
2070 : 51194351 : opts_set->x_param_l2_cache_size = (mask & 1) != 0;
2071 : 51194351 : mask >>= 1;
2072 : 51194351 : opts_set->x_param_large_function_growth = (mask & 1) != 0;
2073 : 51194351 : mask >>= 1;
2074 : 51194351 : opts_set->x_param_large_function_insns = (mask & 1) != 0;
2075 : 51194351 : mask >>= 1;
2076 : 51194351 : opts_set->x_param_stack_frame_growth = (mask & 1) != 0;
2077 : 51194351 : mask >>= 1;
2078 : 51194351 : opts_set->x_param_large_stack_frame = (mask & 1) != 0;
2079 : 51194351 : mask >>= 1;
2080 : 51194351 : opts_set->x_param_large_unit_insns = (mask & 1) != 0;
2081 : 51194351 : mask >>= 1;
2082 : 51194351 : opts_set->x_param_lim_expensive = (mask & 1) != 0;
2083 : 51194351 : mask >>= 1;
2084 : 51194351 : opts_set->x_param_loop_block_tile_size = (mask & 1) != 0;
2085 : 51194351 : mask >>= 1;
2086 : 51194351 : opts_set->x_param_loop_interchange_max_num_stmts = (mask & 1) != 0;
2087 : 51194351 : mask >>= 1;
2088 : 51194351 : opts_set->x_param_loop_interchange_stride_ratio = (mask & 1) != 0;
2089 : 51194351 : mask >>= 1;
2090 : 51194351 : opts_set->x_param_loop_invariant_max_bbs_in_loop = (mask & 1) != 0;
2091 : 51194351 : mask >>= 1;
2092 : 51194351 : opts_set->x_param_loop_max_datarefs_for_datadeps = (mask & 1) != 0;
2093 : 51194351 : mask >>= 1;
2094 : 51194351 : opts_set->x_param_loop_versioning_max_inner_insns = (mask & 1) != 0;
2095 : 51194351 : mask >>= 1;
2096 : 51194351 : opts_set->x_param_loop_versioning_max_outer_insns = (mask & 1) != 0;
2097 : 51194351 : mask >>= 1;
2098 : 51194351 : opts_set->x_param_lra_inheritance_ebb_probability_cutoff = (mask & 1) != 0;
2099 : 51194351 : mask >>= 1;
2100 : 51194351 : opts_set->x_param_lra_max_considered_reload_pseudos = (mask & 1) != 0;
2101 : 51194351 : mask >>= 1;
2102 : 51194351 : opts_set->x_param_lto_locality_frequency = (mask & 1) != 0;
2103 : 51194351 : mask >>= 1;
2104 : 51194351 : opts_set->x_param_lto_locality_size = (mask & 1) != 0;
2105 : 51194351 : mask >>= 1;
2106 : 51194351 : opts_set->x_param_max_average_unrolled_insns = (mask & 1) != 0;
2107 : 51194351 : mask >>= 1;
2108 : 51194351 : opts_set->x_param_max_combine_insns = (mask & 1) != 0;
2109 : 51194351 : mask >>= 1;
2110 : 51194351 : opts_set->x_param_max_combine_search_insns = (mask & 1) != 0;
2111 : 51194351 : mask >>= 1;
2112 : 51194351 : opts_set->x_param_max_unroll_iterations = (mask & 1) != 0;
2113 : 51194351 : mask >>= 1;
2114 : 51194351 : opts_set->x_param_max_completely_peel_times = (mask & 1) != 0;
2115 : 51194351 : mask >>= 1;
2116 : 51194351 : opts_set->x_param_max_completely_peeled_insns = (mask & 1) != 0;
2117 : 51194351 : mask >>= 1;
2118 : 51194351 : opts_set->x_param_max_crossjump_edges = (mask & 1) != 0;
2119 : 51194351 : mask >>= 1;
2120 : 51194351 : opts_set->x_param_max_cse_insns = (mask & 1) != 0;
2121 : 51194351 : mask >>= 1;
2122 : 51194351 : opts_set->x_param_max_cse_path_length = (mask & 1) != 0;
2123 : 51194351 : mask >>= 1;
2124 : 51194351 : opts_set->x_param_max_cselib_memory_locations = (mask & 1) != 0;
2125 : 51194351 : mask >>= 1;
2126 : 51194351 : opts_set->x_param_max_debug_marker_count = (mask & 1) != 0;
2127 : 51194351 : mask >>= 1;
2128 : 51194351 : opts_set->x_param_max_delay_slot_insn_search = (mask & 1) != 0;
2129 : 51194351 : mask >>= 1;
2130 : 51194351 : opts_set->x_param_max_delay_slot_live_search = (mask & 1) != 0;
2131 : 51194351 : mask >>= 1;
2132 : 51194351 : opts_set->x_param_max_dse_active_local_stores = (mask & 1) != 0;
2133 : 51194351 : mask >>= 1;
2134 : 51194351 : opts_set->x_param_early_inliner_max_iterations = (mask & 1) != 0;
2135 : 51194351 : mask >>= 1;
2136 : 51194351 : opts_set->x_param_max_find_base_term_values = (mask & 1) != 0;
2137 : 51194351 : mask >>= 1;
2138 : 51194351 : opts_set->x_param_max_fsm_thread_path_insns = (mask & 1) != 0;
2139 : 51194351 : mask >>= 1;
2140 : 51194351 : opts_set->x_param_max_gcse_insertion_ratio = (mask & 1) != 0;
2141 : 51194351 : mask >>= 1;
2142 : 51194351 : opts_set->x_param_max_gcse_memory = (mask & 1) != 0;
2143 : 51194351 : mask >>= 1;
2144 : 51194351 : opts_set->x_param_max_goto_duplication_insns = (mask & 1) != 0;
2145 : 51194351 : mask >>= 1;
2146 : 51194351 : opts_set->x_param_max_grow_copy_bb_insns = (mask & 1) != 0;
2147 : 51194351 : mask >>= 1;
2148 : 51194351 : opts_set->x_param_max_hoist_depth = (mask & 1) != 0;
2149 : 51194351 : mask >>= 1;
2150 : 51194351 : opts_set->x_param_inline_functions_called_once_insns = (mask & 1) != 0;
2151 : 51194351 : mask >>= 1;
2152 : 51194351 : opts_set->x_param_inline_functions_called_once_loop_depth = (mask & 1) != 0;
2153 : 51194351 : mask >>= 1;
2154 : 51194351 : opts_set->x_param_max_inline_insns_auto = (mask & 1) != 0;
2155 : 51194351 : mask >>= 1;
2156 : 51194351 : opts_set->x_param_max_inline_insns_recursive_auto = (mask & 1) != 0;
2157 : 51194351 : mask >>= 1;
2158 : 51194351 : opts_set->x_param_max_inline_insns_recursive = (mask & 1) != 0;
2159 : 51194351 : mask >>= 1;
2160 : 51194351 : opts_set->x_param_max_inline_insns_single = (mask & 1) != 0;
2161 : 51194351 : mask >>= 1;
2162 : 51194351 : opts_set->x_param_max_inline_insns_size = (mask & 1) != 0;
2163 : 51194351 : mask >>= 1;
2164 : 51194351 : opts_set->x_param_max_inline_insns_small = (mask & 1) != 0;
2165 : 51194351 : mask >>= 1;
2166 : 51194351 : opts_set->x_param_max_inline_recursive_depth_auto = (mask & 1) != 0;
2167 : 51194351 : mask >>= 1;
2168 : 51194351 : opts_set->x_param_max_inline_recursive_depth = (mask & 1) != 0;
2169 : 51194351 : mask >>= 1;
2170 : 51194351 : opts_set->x_param_max_isl_operations = (mask & 1) != 0;
2171 : 51194351 : mask >>= 1;
2172 : 51194351 : opts_set->x_param_max_iterations_computation_cost = (mask & 1) != 0;
2173 : 51194351 : mask >>= 1;
2174 : 51194351 : opts_set->x_param_max_iterations_to_track = (mask & 1) != 0;
2175 : 51194351 : mask >>= 1;
2176 : 51194351 : opts_set->x_param_max_jump_thread_duplication_stmts = (mask & 1) != 0;
2177 : 51194351 : mask >>= 1;
2178 : 51194351 : opts_set->x_param_max_jump_thread_paths = (mask & 1) != 0;
2179 : 51194351 : mask >>= 1;
2180 : 51194351 : mask = ptr->explicit_mask[2];
2181 : 51194351 : opts_set->x_param_max_last_value_rtl = (mask & 1) != 0;
2182 : 51194351 : mask >>= 1;
2183 : 51194351 : opts_set->x_param_max_loop_header_insns = (mask & 1) != 0;
2184 : 51194351 : mask >>= 1;
2185 : 51194351 : opts_set->x_param_max_modulo_backtrack_attempts = (mask & 1) != 0;
2186 : 51194351 : mask >>= 1;
2187 : 51194351 : opts_set->x_param_max_partial_antic_length = (mask & 1) != 0;
2188 : 51194351 : mask >>= 1;
2189 : 51194351 : opts_set->x_param_max_peel_branches = (mask & 1) != 0;
2190 : 51194351 : mask >>= 1;
2191 : 51194351 : opts_set->x_param_max_peel_times = (mask & 1) != 0;
2192 : 51194351 : mask >>= 1;
2193 : 51194351 : opts_set->x_param_max_peeled_insns = (mask & 1) != 0;
2194 : 51194351 : mask >>= 1;
2195 : 51194351 : opts_set->x_param_max_pending_list_length = (mask & 1) != 0;
2196 : 51194351 : mask >>= 1;
2197 : 51194351 : opts_set->x_param_max_pipeline_region_blocks = (mask & 1) != 0;
2198 : 51194351 : mask >>= 1;
2199 : 51194351 : opts_set->x_param_max_pipeline_region_insns = (mask & 1) != 0;
2200 : 51194351 : mask >>= 1;
2201 : 51194351 : opts_set->x_param_max_pow_sqrt_depth = (mask & 1) != 0;
2202 : 51194351 : mask >>= 1;
2203 : 51194351 : opts_set->x_param_max_predicted_iterations = (mask & 1) != 0;
2204 : 51194351 : mask >>= 1;
2205 : 51194351 : opts_set->x_param_max_reload_search_insns = (mask & 1) != 0;
2206 : 51194351 : mask >>= 1;
2207 : 51194351 : opts_set->x_param_max_rtl_if_conversion_insns = (mask & 1) != 0;
2208 : 51194351 : mask >>= 1;
2209 : 51194351 : opts_set->x_param_max_rtl_if_conversion_predictable_cost = (mask & 1) != 0;
2210 : 51194351 : mask >>= 1;
2211 : 51194351 : opts_set->x_param_max_rtl_if_conversion_unpredictable_cost = (mask & 1) != 0;
2212 : 51194351 : mask >>= 1;
2213 : 51194351 : opts_set->x_param_max_sched_extend_regions_iters = (mask & 1) != 0;
2214 : 51194351 : mask >>= 1;
2215 : 51194351 : opts_set->x_param_max_sched_insn_conflict_delay = (mask & 1) != 0;
2216 : 51194351 : mask >>= 1;
2217 : 51194351 : opts_set->x_param_max_sched_ready_insns = (mask & 1) != 0;
2218 : 51194351 : mask >>= 1;
2219 : 51194351 : opts_set->x_param_max_sched_region_blocks = (mask & 1) != 0;
2220 : 51194351 : mask >>= 1;
2221 : 51194351 : opts_set->x_param_max_sched_region_insns = (mask & 1) != 0;
2222 : 51194351 : mask >>= 1;
2223 : 51194351 : opts_set->x_param_max_slsr_candidate_scan = (mask & 1) != 0;
2224 : 51194351 : mask >>= 1;
2225 : 51194351 : opts_set->x_param_max_speculative_devirt_maydefs = (mask & 1) != 0;
2226 : 51194351 : mask >>= 1;
2227 : 51194351 : opts_set->x_param_max_stores_to_merge = (mask & 1) != 0;
2228 : 51194351 : mask >>= 1;
2229 : 51194351 : opts_set->x_param_max_stores_to_sink = (mask & 1) != 0;
2230 : 51194351 : mask >>= 1;
2231 : 51194351 : opts_set->x_param_max_tail_merge_comparisons = (mask & 1) != 0;
2232 : 51194351 : mask >>= 1;
2233 : 51194351 : opts_set->x_param_max_tail_merge_iterations = (mask & 1) != 0;
2234 : 51194351 : mask >>= 1;
2235 : 51194351 : opts_set->x_param_max_tracked_strlens = (mask & 1) != 0;
2236 : 51194351 : mask >>= 1;
2237 : 51194351 : opts_set->x_param_max_tree_if_conversion_phi_args = (mask & 1) != 0;
2238 : 51194351 : mask >>= 1;
2239 : 51194351 : opts_set->x_param_max_unroll_times = (mask & 1) != 0;
2240 : 51194351 : mask >>= 1;
2241 : 51194351 : opts_set->x_param_max_unrolled_insns = (mask & 1) != 0;
2242 : 51194351 : mask >>= 1;
2243 : 51194351 : opts_set->x_param_max_unswitch_depth = (mask & 1) != 0;
2244 : 51194351 : mask >>= 1;
2245 : 51194351 : opts_set->x_param_max_unswitch_insns = (mask & 1) != 0;
2246 : 51194351 : mask >>= 1;
2247 : 51194351 : opts_set->x_param_max_variable_expansions = (mask & 1) != 0;
2248 : 51194351 : mask >>= 1;
2249 : 51194351 : opts_set->x_param_max_vartrack_expr_depth = (mask & 1) != 0;
2250 : 51194351 : mask >>= 1;
2251 : 51194351 : opts_set->x_param_max_vartrack_reverse_op_size = (mask & 1) != 0;
2252 : 51194351 : mask >>= 1;
2253 : 51194351 : opts_set->x_param_max_vartrack_size = (mask & 1) != 0;
2254 : 51194351 : mask >>= 1;
2255 : 51194351 : opts_set->x_param_min_crossjump_insns = (mask & 1) != 0;
2256 : 51194351 : mask >>= 1;
2257 : 51194351 : opts_set->x_param_min_inline_recursive_probability = (mask & 1) != 0;
2258 : 51194351 : mask >>= 1;
2259 : 51194351 : opts_set->x_param_min_insn_to_prefetch_ratio = (mask & 1) != 0;
2260 : 51194351 : mask >>= 1;
2261 : 51194351 : opts_set->x_param_min_loop_cond_split_prob = (mask & 1) != 0;
2262 : 51194351 : mask >>= 1;
2263 : 51194351 : opts_set->x_param_min_pagesize = (mask & 1) != 0;
2264 : 51194351 : mask >>= 1;
2265 : 51194351 : opts_set->x_param_min_size_for_stack_sharing = (mask & 1) != 0;
2266 : 51194351 : mask >>= 1;
2267 : 51194351 : opts_set->x_param_min_spec_prob = (mask & 1) != 0;
2268 : 51194351 : mask >>= 1;
2269 : 51194351 : opts_set->x_param_min_vect_loop_bound = (mask & 1) != 0;
2270 : 51194351 : mask >>= 1;
2271 : 51194351 : opts_set->x_param_modref_max_accesses = (mask & 1) != 0;
2272 : 51194351 : mask >>= 1;
2273 : 51194351 : opts_set->x_param_modref_max_adjustments = (mask & 1) != 0;
2274 : 51194351 : mask >>= 1;
2275 : 51194351 : opts_set->x_param_modref_max_bases = (mask & 1) != 0;
2276 : 51194351 : mask >>= 1;
2277 : 51194351 : opts_set->x_param_modref_max_depth = (mask & 1) != 0;
2278 : 51194351 : mask >>= 1;
2279 : 51194351 : opts_set->x_param_modref_max_escape_points = (mask & 1) != 0;
2280 : 51194351 : mask >>= 1;
2281 : 51194351 : opts_set->x_param_modref_max_refs = (mask & 1) != 0;
2282 : 51194351 : mask >>= 1;
2283 : 51194351 : opts_set->x_param_modref_max_tests = (mask & 1) != 0;
2284 : 51194351 : mask >>= 1;
2285 : 51194351 : opts_set->x_param_parloops_chunk_size = (mask & 1) != 0;
2286 : 51194351 : mask >>= 1;
2287 : 51194351 : opts_set->x_param_parloops_min_per_thread = (mask & 1) != 0;
2288 : 51194351 : mask >>= 1;
2289 : 51194351 : opts_set->x_param_parloops_schedule = (mask & 1) != 0;
2290 : 51194351 : mask >>= 1;
2291 : 51194351 : opts_set->x_param_partial_inlining_entry_probability = (mask & 1) != 0;
2292 : 51194351 : mask >>= 1;
2293 : 51194351 : opts_set->x_param_phiopt_factor_max_stmts_live = (mask & 1) != 0;
2294 : 51194351 : mask >>= 1;
2295 : 51194351 : opts_set->x_param_predictable_branch_outcome = (mask & 1) != 0;
2296 : 51194351 : mask >>= 1;
2297 : 51194351 : opts_set->x_param_prefetch_dynamic_strides = (mask & 1) != 0;
2298 : 51194351 : mask >>= 1;
2299 : 51194351 : opts_set->x_param_prefetch_latency = (mask & 1) != 0;
2300 : 51194351 : mask >>= 1;
2301 : 51194351 : opts_set->x_param_prefetch_min_insn_to_mem_ratio = (mask & 1) != 0;
2302 : 51194351 : mask >>= 1;
2303 : 51194351 : opts_set->x_param_prefetch_minimum_stride = (mask & 1) != 0;
2304 : 51194351 : mask >>= 1;
2305 : 51194351 : opts_set->x_param_ranger_logical_depth = (mask & 1) != 0;
2306 : 51194351 : mask >>= 1;
2307 : 51194351 : opts_set->x_param_ranger_recompute_depth = (mask & 1) != 0;
2308 : 51194351 : mask >>= 1;
2309 : 51194351 : mask = ptr->explicit_mask[3];
2310 : 51194351 : opts_set->x_param_relation_block_limit = (mask & 1) != 0;
2311 : 51194351 : mask >>= 1;
2312 : 51194351 : opts_set->x_param_rpo_vn_max_loop_depth = (mask & 1) != 0;
2313 : 51194351 : mask >>= 1;
2314 : 51194351 : opts_set->x_param_sccvn_max_alias_queries_per_access = (mask & 1) != 0;
2315 : 51194351 : mask >>= 1;
2316 : 51194351 : opts_set->x_param_scev_max_expr_complexity = (mask & 1) != 0;
2317 : 51194351 : mask >>= 1;
2318 : 51194351 : opts_set->x_param_scev_max_expr_size = (mask & 1) != 0;
2319 : 51194351 : mask >>= 1;
2320 : 51194351 : opts_set->x_param_sched_autopref_queue_depth = (mask & 1) != 0;
2321 : 51194351 : mask >>= 1;
2322 : 51194351 : opts_set->x_param_sched_mem_true_dep_cost = (mask & 1) != 0;
2323 : 51194351 : mask >>= 1;
2324 : 51194351 : opts_set->x_param_sched_pressure_algorithm = (mask & 1) != 0;
2325 : 51194351 : mask >>= 1;
2326 : 51194351 : opts_set->x_param_sched_spec_prob_cutoff = (mask & 1) != 0;
2327 : 51194351 : mask >>= 1;
2328 : 51194351 : opts_set->x_param_sched_state_edge_prob_cutoff = (mask & 1) != 0;
2329 : 51194351 : mask >>= 1;
2330 : 51194351 : opts_set->x_param_selsched_insns_to_rename = (mask & 1) != 0;
2331 : 51194351 : mask >>= 1;
2332 : 51194351 : opts_set->x_param_selsched_max_lookahead = (mask & 1) != 0;
2333 : 51194351 : mask >>= 1;
2334 : 51194351 : opts_set->x_param_selsched_max_sched_times = (mask & 1) != 0;
2335 : 51194351 : mask >>= 1;
2336 : 51194351 : opts_set->x_param_simultaneous_prefetches = (mask & 1) != 0;
2337 : 51194351 : mask >>= 1;
2338 : 51194351 : opts_set->x_param_sink_frequency_threshold = (mask & 1) != 0;
2339 : 51194351 : mask >>= 1;
2340 : 51194351 : opts_set->x_param_sms_dfa_history = (mask & 1) != 0;
2341 : 51194351 : mask >>= 1;
2342 : 51194351 : opts_set->x_param_sms_loop_average_count_threshold = (mask & 1) != 0;
2343 : 51194351 : mask >>= 1;
2344 : 51194351 : opts_set->x_param_sms_max_ii_factor = (mask & 1) != 0;
2345 : 51194351 : mask >>= 1;
2346 : 51194351 : opts_set->x_param_sms_min_sc = (mask & 1) != 0;
2347 : 51194351 : mask >>= 1;
2348 : 51194351 : opts_set->x_param_sra_max_propagations = (mask & 1) != 0;
2349 : 51194351 : mask >>= 1;
2350 : 51194351 : opts_set->x_param_sra_max_scalarization_size_size = (mask & 1) != 0;
2351 : 51194351 : mask >>= 1;
2352 : 51194351 : opts_set->x_param_sra_max_scalarization_size_speed = (mask & 1) != 0;
2353 : 51194351 : mask >>= 1;
2354 : 51194351 : opts_set->x_param_ssa_name_def_chain_limit = (mask & 1) != 0;
2355 : 51194351 : mask >>= 1;
2356 : 51194351 : opts_set->x_param_ssp_buffer_size = (mask & 1) != 0;
2357 : 51194351 : mask >>= 1;
2358 : 51194351 : opts_set->x_param_stack_clash_protection_guard_size = (mask & 1) != 0;
2359 : 51194351 : mask >>= 1;
2360 : 51194351 : opts_set->x_param_stack_clash_protection_probe_interval = (mask & 1) != 0;
2361 : 51194351 : mask >>= 1;
2362 : 51194351 : opts_set->x_param_store_forwarding_max_distance = (mask & 1) != 0;
2363 : 51194351 : mask >>= 1;
2364 : 51194351 : opts_set->x_param_store_merging_allow_unaligned = (mask & 1) != 0;
2365 : 51194351 : mask >>= 1;
2366 : 51194351 : opts_set->x_param_store_merging_max_size = (mask & 1) != 0;
2367 : 51194351 : mask >>= 1;
2368 : 51194351 : opts_set->x_param_switch_conversion_branch_ratio = (mask & 1) != 0;
2369 : 51194351 : mask >>= 1;
2370 : 51194351 : opts_set->x_param_switch_lower_slow_alg_max_cases = (mask & 1) != 0;
2371 : 51194351 : mask >>= 1;
2372 : 51194351 : opts_set->x_param_tm_max_aggregate_size = (mask & 1) != 0;
2373 : 51194351 : mask >>= 1;
2374 : 51194351 : opts_set->x_param_tracer_dynamic_coverage_feedback = (mask & 1) != 0;
2375 : 51194351 : mask >>= 1;
2376 : 51194351 : opts_set->x_param_tracer_dynamic_coverage = (mask & 1) != 0;
2377 : 51194351 : mask >>= 1;
2378 : 51194351 : opts_set->x_param_tracer_max_code_growth = (mask & 1) != 0;
2379 : 51194351 : mask >>= 1;
2380 : 51194351 : opts_set->x_param_tracer_min_branch_probability_feedback = (mask & 1) != 0;
2381 : 51194351 : mask >>= 1;
2382 : 51194351 : opts_set->x_param_tracer_min_branch_probability = (mask & 1) != 0;
2383 : 51194351 : mask >>= 1;
2384 : 51194351 : opts_set->x_param_tracer_min_branch_ratio = (mask & 1) != 0;
2385 : 51194351 : mask >>= 1;
2386 : 51194351 : opts_set->x_param_transitive_relations_work_bound = (mask & 1) != 0;
2387 : 51194351 : mask >>= 1;
2388 : 51194351 : opts_set->x_param_tree_reassoc_width = (mask & 1) != 0;
2389 : 51194351 : mask >>= 1;
2390 : 51194351 : opts_set->x_param_uninit_control_dep_attempts = (mask & 1) != 0;
2391 : 51194351 : mask >>= 1;
2392 : 51194351 : opts_set->x_param_uninit_max_chain_len = (mask & 1) != 0;
2393 : 51194351 : mask >>= 1;
2394 : 51194351 : opts_set->x_param_uninit_max_num_chains = (mask & 1) != 0;
2395 : 51194351 : mask >>= 1;
2396 : 51194351 : opts_set->x_param_uninit_max_prune_work = (mask & 1) != 0;
2397 : 51194351 : mask >>= 1;
2398 : 51194351 : opts_set->x_param_uninlined_function_insns = (mask & 1) != 0;
2399 : 51194351 : mask >>= 1;
2400 : 51194351 : opts_set->x_param_uninlined_function_time = (mask & 1) != 0;
2401 : 51194351 : mask >>= 1;
2402 : 51194351 : opts_set->x_param_uninlined_function_thunk_insns = (mask & 1) != 0;
2403 : 51194351 : mask >>= 1;
2404 : 51194351 : opts_set->x_param_uninlined_function_thunk_time = (mask & 1) != 0;
2405 : 51194351 : mask >>= 1;
2406 : 51194351 : opts_set->x_param_unlikely_bb_count_fraction = (mask & 1) != 0;
2407 : 51194351 : mask >>= 1;
2408 : 51194351 : opts_set->x_param_unroll_jam_max_unroll = (mask & 1) != 0;
2409 : 51194351 : mask >>= 1;
2410 : 51194351 : opts_set->x_param_unroll_jam_min_percent = (mask & 1) != 0;
2411 : 51194351 : mask >>= 1;
2412 : 51194351 : opts_set->x_param_use_after_scope_direct_emission_threshold = (mask & 1) != 0;
2413 : 51194351 : mask >>= 1;
2414 : 51194351 : opts_set->x_param_vect_epilogues_nomask = (mask & 1) != 0;
2415 : 51194351 : mask >>= 1;
2416 : 51194351 : opts_set->x_param_vect_induction_float = (mask & 1) != 0;
2417 : 51194351 : mask >>= 1;
2418 : 51194351 : opts_set->x_param_vect_inner_loop_cost_factor = (mask & 1) != 0;
2419 : 51194351 : mask >>= 1;
2420 : 51194351 : opts_set->x_param_vect_max_layout_candidates = (mask & 1) != 0;
2421 : 51194351 : mask >>= 1;
2422 : 51194351 : opts_set->x_param_vect_max_peeling_for_alignment = (mask & 1) != 0;
2423 : 51194351 : mask >>= 1;
2424 : 51194351 : opts_set->x_param_vect_max_version_for_alias_checks = (mask & 1) != 0;
2425 : 51194351 : mask >>= 1;
2426 : 51194351 : opts_set->x_param_vect_max_version_for_alignment_checks = (mask & 1) != 0;
2427 : 51194351 : mask >>= 1;
2428 : 51194351 : opts_set->x_param_vect_partial_vector_usage = (mask & 1) != 0;
2429 : 51194351 : mask >>= 1;
2430 : 51194351 : opts_set->x_param_vect_scalar_cost_multiplier = (mask & 1) != 0;
2431 : 51194351 : mask >>= 1;
2432 : 51194351 : opts_set->x_param_vrp_block_limit = (mask & 1) != 0;
2433 : 51194351 : mask >>= 1;
2434 : 51194351 : opts_set->x_param_vrp_sparse_threshold = (mask & 1) != 0;
2435 : 51194351 : mask >>= 1;
2436 : 51194351 : opts_set->x_param_vrp_switch_limit = (mask & 1) != 0;
2437 : 51194351 : mask >>= 1;
2438 : 51194351 : mask = ptr->explicit_mask[4];
2439 : 51194351 : opts_set->x_param_vrp_vector_threshold = (mask & 1) != 0;
2440 : 51194351 : mask >>= 1;
2441 : 51194351 : opts_set->x_flag_complex_method = (mask & 1) != 0;
2442 : 51194351 : mask >>= 1;
2443 : 51194351 : opts_set->x_flag_malloc_dse = (mask & 1) != 0;
2444 : 51194351 : mask >>= 1;
2445 : 51194351 : opts_set->x_flag_min_function_alignment = (mask & 1) != 0;
2446 : 51194351 : mask >>= 1;
2447 : 51194351 : opts_set->x_flag_openmp_target_simd_clone = (mask & 1) != 0;
2448 : 51194351 : mask >>= 1;
2449 : 51194351 : opts_set->x_flag_sched_stalled_insns = (mask & 1) != 0;
2450 : 51194351 : mask >>= 1;
2451 : 51194351 : opts_set->x_flag_sched_stalled_insns_dep = (mask & 1) != 0;
2452 : 51194351 : mask >>= 1;
2453 : 51194351 : opts_set->x_flag_tree_parallelize_loops = (mask & 1) != 0;
2454 : 51194351 : mask >>= 1;
2455 : 51194351 : opts_set->x_flag_lto_locality_cloning = static_cast<enum lto_locality_cloning_model >((mask & 1) != 0);
2456 : 51194351 : mask >>= 1;
2457 : 51194351 : opts_set->x_param_ranger_debug = static_cast<enum ranger_debug >((mask & 1) != 0);
2458 : 51194351 : mask >>= 1;
2459 : 51194351 : opts_set->x_param_threader_debug = static_cast<enum threader_debug >((mask & 1) != 0);
2460 : 51194351 : mask >>= 1;
2461 : 51194351 : opts_set->x_flag_excess_precision = static_cast<enum excess_precision >((mask & 1) != 0);
2462 : 51194351 : mask >>= 1;
2463 : 51194351 : opts_set->x_flag_fp_contract_mode = static_cast<enum fp_contract_mode >((mask & 1) != 0);
2464 : 51194351 : mask >>= 1;
2465 : 51194351 : opts_set->x_flag_harden_control_flow_redundancy_check_noreturn = static_cast<enum hardcfr_noret >((mask & 1) != 0);
2466 : 51194351 : mask >>= 1;
2467 : 51194351 : opts_set->x_flag_inline_stringops = static_cast<enum ilsop_fn >((mask & 1) != 0);
2468 : 51194351 : mask >>= 1;
2469 : 51194351 : opts_set->x_flag_ira_algorithm = static_cast<enum ira_algorithm >((mask & 1) != 0);
2470 : 51194351 : mask >>= 1;
2471 : 51194351 : opts_set->x_flag_ira_region = static_cast<enum ira_region >((mask & 1) != 0);
2472 : 51194351 : mask >>= 1;
2473 : 51194351 : opts_set->x_flag_live_patching = static_cast<enum live_patching_level >((mask & 1) != 0);
2474 : 51194351 : mask >>= 1;
2475 : 51194351 : opts_set->x_flag_reorder_blocks_algorithm = static_cast<enum reorder_blocks_algorithm >((mask & 1) != 0);
2476 : 51194351 : mask >>= 1;
2477 : 51194351 : opts_set->x_flag_simd_cost_model = static_cast<enum vect_cost_model >((mask & 1) != 0);
2478 : 51194351 : mask >>= 1;
2479 : 51194351 : opts_set->x_flag_stack_reuse = static_cast<enum stack_reuse_level >((mask & 1) != 0);
2480 : 51194351 : mask >>= 1;
2481 : 51194351 : opts_set->x_flag_auto_var_init = static_cast<enum auto_init_type >((mask & 1) != 0);
2482 : 51194351 : mask >>= 1;
2483 : 51194351 : opts_set->x_flag_vect_cost_model = static_cast<enum vect_cost_model >((mask & 1) != 0);
2484 : 51194351 : mask >>= 1;
2485 : 51194351 : opts_set->x_optimize = (mask & 1) != 0;
2486 : 51194351 : mask >>= 1;
2487 : 51194351 : opts_set->x_optimize_size = (mask & 1) != 0;
2488 : 51194351 : mask >>= 1;
2489 : 51194351 : opts_set->x_optimize_debug = (mask & 1) != 0;
2490 : 51194351 : mask >>= 1;
2491 : 51194351 : opts_set->x_optimize_fast = (mask & 1) != 0;
2492 : 51194351 : mask >>= 1;
2493 : 51194351 : opts_set->x_warn_inline = (mask & 1) != 0;
2494 : 51194351 : mask >>= 1;
2495 : 51194351 : opts_set->x_flag_aggressive_loop_optimizations = (mask & 1) != 0;
2496 : 51194351 : mask >>= 1;
2497 : 51194351 : opts_set->x_flag_align_functions = (mask & 1) != 0;
2498 : 51194351 : mask >>= 1;
2499 : 51194351 : opts_set->x_flag_align_jumps = (mask & 1) != 0;
2500 : 51194351 : mask >>= 1;
2501 : 51194351 : opts_set->x_flag_align_labels = (mask & 1) != 0;
2502 : 51194351 : mask >>= 1;
2503 : 51194351 : opts_set->x_flag_align_loops = (mask & 1) != 0;
2504 : 51194351 : mask >>= 1;
2505 : 51194351 : opts_set->x_flag_allocation_dce = (mask & 1) != 0;
2506 : 51194351 : mask >>= 1;
2507 : 51194351 : opts_set->x_flag_store_data_races = (mask & 1) != 0;
2508 : 51194351 : mask >>= 1;
2509 : 51194351 : opts_set->x_flag_associative_math = (mask & 1) != 0;
2510 : 51194351 : mask >>= 1;
2511 : 51194351 : opts_set->x_flag_assume_sane_operators_new_delete = (mask & 1) != 0;
2512 : 51194351 : mask >>= 1;
2513 : 51194351 : opts_set->x_flag_asynchronous_unwind_tables = (mask & 1) != 0;
2514 : 51194351 : mask >>= 1;
2515 : 51194351 : opts_set->x_flag_auto_inc_dec = (mask & 1) != 0;
2516 : 51194351 : mask >>= 1;
2517 : 51194351 : opts_set->x_flag_auto_profile_inlining = (mask & 1) != 0;
2518 : 51194351 : mask >>= 1;
2519 : 51194351 : opts_set->x_flag_avoid_store_forwarding = (mask & 1) != 0;
2520 : 51194351 : mask >>= 1;
2521 : 51194351 : opts_set->x_flag_bit_tests = (mask & 1) != 0;
2522 : 51194351 : mask >>= 1;
2523 : 51194351 : opts_set->x_flag_branch_on_count_reg = (mask & 1) != 0;
2524 : 51194351 : mask >>= 1;
2525 : 51194351 : opts_set->x_flag_branch_probabilities = (mask & 1) != 0;
2526 : 51194351 : mask >>= 1;
2527 : 51194351 : opts_set->x_flag_caller_saves = (mask & 1) != 0;
2528 : 51194351 : mask >>= 1;
2529 : 51194351 : opts_set->x_flag_code_hoisting = (mask & 1) != 0;
2530 : 51194351 : mask >>= 1;
2531 : 51194351 : opts_set->x_flag_combine_stack_adjustments = (mask & 1) != 0;
2532 : 51194351 : mask >>= 1;
2533 : 51194351 : opts_set->x_flag_compare_elim_after_reload = (mask & 1) != 0;
2534 : 51194351 : mask >>= 1;
2535 : 51194351 : opts_set->x_flag_conserve_stack = (mask & 1) != 0;
2536 : 51194351 : mask >>= 1;
2537 : 51194351 : opts_set->x_flag_cprop_registers = (mask & 1) != 0;
2538 : 51194351 : mask >>= 1;
2539 : 51194351 : opts_set->x_flag_crossjumping = (mask & 1) != 0;
2540 : 51194351 : mask >>= 1;
2541 : 51194351 : opts_set->x_flag_cse_follow_jumps = (mask & 1) != 0;
2542 : 51194351 : mask >>= 1;
2543 : 51194351 : opts_set->x_flag_dce = (mask & 1) != 0;
2544 : 51194351 : mask >>= 1;
2545 : 51194351 : opts_set->x_flag_defer_pop = (mask & 1) != 0;
2546 : 51194351 : mask >>= 1;
2547 : 51194351 : opts_set->x_flag_delayed_branch = (mask & 1) != 0;
2548 : 51194351 : mask >>= 1;
2549 : 51194351 : opts_set->x_flag_delete_dead_exceptions = (mask & 1) != 0;
2550 : 51194351 : mask >>= 1;
2551 : 51194351 : opts_set->x_flag_delete_null_pointer_checks = (mask & 1) != 0;
2552 : 51194351 : mask >>= 1;
2553 : 51194351 : opts_set->x_flag_dep_fusion = (mask & 1) != 0;
2554 : 51194351 : mask >>= 1;
2555 : 51194351 : opts_set->x_flag_devirtualize = (mask & 1) != 0;
2556 : 51194351 : mask >>= 1;
2557 : 51194351 : opts_set->x_flag_devirtualize_speculatively = (mask & 1) != 0;
2558 : 51194351 : mask >>= 1;
2559 : 51194351 : opts_set->x_flag_dse = (mask & 1) != 0;
2560 : 51194351 : mask >>= 1;
2561 : 51194351 : opts_set->x_flag_early_inlining = (mask & 1) != 0;
2562 : 51194351 : mask >>= 1;
2563 : 51194351 : opts_set->x_flag_exceptions = (mask & 1) != 0;
2564 : 51194351 : mask >>= 1;
2565 : 51194351 : opts_set->x_flag_expensive_optimizations = (mask & 1) != 0;
2566 : 51194351 : mask >>= 1;
2567 : 51194351 : mask = ptr->explicit_mask[5];
2568 : 51194351 : opts_set->x_flag_ext_dce = (mask & 1) != 0;
2569 : 51194351 : mask >>= 1;
2570 : 51194351 : opts_set->x_flag_finite_loops = (mask & 1) != 0;
2571 : 51194351 : mask >>= 1;
2572 : 51194351 : opts_set->x_flag_finite_math_only = (mask & 1) != 0;
2573 : 51194351 : mask >>= 1;
2574 : 51194351 : opts_set->x_flag_float_store = (mask & 1) != 0;
2575 : 51194351 : mask >>= 1;
2576 : 51194351 : opts_set->x_flag_fold_mem_offsets = (mask & 1) != 0;
2577 : 51194351 : mask >>= 1;
2578 : 51194351 : opts_set->x_flag_fold_simple_inlines = (mask & 1) != 0;
2579 : 51194351 : mask >>= 1;
2580 : 51194351 : opts_set->x_flag_forward_propagate = (mask & 1) != 0;
2581 : 51194351 : mask >>= 1;
2582 : 51194351 : opts_set->x_flag_fp_int_builtin_inexact = (mask & 1) != 0;
2583 : 51194351 : mask >>= 1;
2584 : 51194351 : opts_set->x_flag_no_function_cse = (mask & 1) != 0;
2585 : 51194351 : mask >>= 1;
2586 : 51194351 : opts_set->x_flag_gcse = (mask & 1) != 0;
2587 : 51194351 : mask >>= 1;
2588 : 51194351 : opts_set->x_flag_gcse_after_reload = (mask & 1) != 0;
2589 : 51194351 : mask >>= 1;
2590 : 51194351 : opts_set->x_flag_gcse_las = (mask & 1) != 0;
2591 : 51194351 : mask >>= 1;
2592 : 51194351 : opts_set->x_flag_gcse_lm = (mask & 1) != 0;
2593 : 51194351 : mask >>= 1;
2594 : 51194351 : opts_set->x_flag_gcse_sm = (mask & 1) != 0;
2595 : 51194351 : mask >>= 1;
2596 : 51194351 : opts_set->x_flag_graphite = (mask & 1) != 0;
2597 : 51194351 : mask >>= 1;
2598 : 51194351 : opts_set->x_flag_graphite_identity = (mask & 1) != 0;
2599 : 51194351 : mask >>= 1;
2600 : 51194351 : opts_set->x_flag_guess_branch_prob = (mask & 1) != 0;
2601 : 51194351 : mask >>= 1;
2602 : 51194351 : opts_set->x_flag_harden_control_flow_redundancy_check_exceptions = (mask & 1) != 0;
2603 : 51194351 : mask >>= 1;
2604 : 51194351 : opts_set->x_flag_harden_control_flow_redundancy_check_returning_calls = (mask & 1) != 0;
2605 : 51194351 : mask >>= 1;
2606 : 51194351 : opts_set->x_flag_harden_control_flow_redundancy_skip_leaf = (mask & 1) != 0;
2607 : 51194351 : mask >>= 1;
2608 : 51194351 : opts_set->x_flag_harden_compares = (mask & 1) != 0;
2609 : 51194351 : mask >>= 1;
2610 : 51194351 : opts_set->x_flag_harden_conditional_branches = (mask & 1) != 0;
2611 : 51194351 : mask >>= 1;
2612 : 51194351 : opts_set->x_flag_harden_control_flow_redundancy = (mask & 1) != 0;
2613 : 51194351 : mask >>= 1;
2614 : 51194351 : opts_set->x_flag_hoist_adjacent_loads = (mask & 1) != 0;
2615 : 51194351 : mask >>= 1;
2616 : 51194351 : opts_set->x_flag_if_conversion = (mask & 1) != 0;
2617 : 51194351 : mask >>= 1;
2618 : 51194351 : opts_set->x_flag_if_conversion2 = (mask & 1) != 0;
2619 : 51194351 : mask >>= 1;
2620 : 51194351 : opts_set->x_flag_indirect_inlining = (mask & 1) != 0;
2621 : 51194351 : mask >>= 1;
2622 : 51194351 : opts_set->x_flag_no_inline = (mask & 1) != 0;
2623 : 51194351 : mask >>= 1;
2624 : 51194351 : opts_set->x_flag_inline_atomics = (mask & 1) != 0;
2625 : 51194351 : mask >>= 1;
2626 : 51194351 : opts_set->x_flag_inline_functions = (mask & 1) != 0;
2627 : 51194351 : mask >>= 1;
2628 : 51194351 : opts_set->x_flag_inline_functions_called_once = (mask & 1) != 0;
2629 : 51194351 : mask >>= 1;
2630 : 51194351 : opts_set->x_flag_inline_small_functions = (mask & 1) != 0;
2631 : 51194351 : mask >>= 1;
2632 : 51194351 : opts_set->x_flag_ipa_bit_cp = (mask & 1) != 0;
2633 : 51194351 : mask >>= 1;
2634 : 51194351 : opts_set->x_flag_ipa_cp = (mask & 1) != 0;
2635 : 51194351 : mask >>= 1;
2636 : 51194351 : opts_set->x_flag_ipa_cp_clone = (mask & 1) != 0;
2637 : 51194351 : mask >>= 1;
2638 : 51194351 : opts_set->x_flag_ipa_icf = (mask & 1) != 0;
2639 : 51194351 : mask >>= 1;
2640 : 51194351 : opts_set->x_flag_ipa_icf_functions = (mask & 1) != 0;
2641 : 51194351 : mask >>= 1;
2642 : 51194351 : opts_set->x_flag_ipa_icf_variables = (mask & 1) != 0;
2643 : 51194351 : mask >>= 1;
2644 : 51194351 : opts_set->x_flag_ipa_modref = (mask & 1) != 0;
2645 : 51194351 : mask >>= 1;
2646 : 51194351 : opts_set->x_flag_ipa_profile = (mask & 1) != 0;
2647 : 51194351 : mask >>= 1;
2648 : 51194351 : opts_set->x_flag_ipa_pta = (mask & 1) != 0;
2649 : 51194351 : mask >>= 1;
2650 : 51194351 : opts_set->x_flag_ipa_pure_const = (mask & 1) != 0;
2651 : 51194351 : mask >>= 1;
2652 : 51194351 : opts_set->x_flag_ipa_ra = (mask & 1) != 0;
2653 : 51194351 : mask >>= 1;
2654 : 51194351 : opts_set->x_flag_ipa_reference = (mask & 1) != 0;
2655 : 51194351 : mask >>= 1;
2656 : 51194351 : opts_set->x_flag_ipa_reference_addressable = (mask & 1) != 0;
2657 : 51194351 : mask >>= 1;
2658 : 51194351 : opts_set->x_flag_ipa_reorder_for_locality = (mask & 1) != 0;
2659 : 51194351 : mask >>= 1;
2660 : 51194351 : opts_set->x_flag_ipa_sra = (mask & 1) != 0;
2661 : 51194351 : mask >>= 1;
2662 : 51194351 : opts_set->x_flag_ipa_stack_alignment = (mask & 1) != 0;
2663 : 51194351 : mask >>= 1;
2664 : 51194351 : opts_set->x_flag_ipa_strict_aliasing = (mask & 1) != 0;
2665 : 51194351 : mask >>= 1;
2666 : 51194351 : opts_set->x_flag_ipa_vrp = (mask & 1) != 0;
2667 : 51194351 : mask >>= 1;
2668 : 51194351 : opts_set->x_flag_ira_hoist_pressure = (mask & 1) != 0;
2669 : 51194351 : mask >>= 1;
2670 : 51194351 : opts_set->x_flag_ira_loop_pressure = (mask & 1) != 0;
2671 : 51194351 : mask >>= 1;
2672 : 51194351 : opts_set->x_flag_ira_share_save_slots = (mask & 1) != 0;
2673 : 51194351 : mask >>= 1;
2674 : 51194351 : opts_set->x_flag_ira_share_spill_slots = (mask & 1) != 0;
2675 : 51194351 : mask >>= 1;
2676 : 51194351 : opts_set->x_flag_isolate_erroneous_paths_attribute = (mask & 1) != 0;
2677 : 51194351 : mask >>= 1;
2678 : 51194351 : opts_set->x_flag_isolate_erroneous_paths_dereference = (mask & 1) != 0;
2679 : 51194351 : mask >>= 1;
2680 : 51194351 : opts_set->x_flag_ivopts = (mask & 1) != 0;
2681 : 51194351 : mask >>= 1;
2682 : 51194351 : opts_set->x_flag_jump_tables = (mask & 1) != 0;
2683 : 51194351 : mask >>= 1;
2684 : 51194351 : opts_set->x_flag_keep_gc_roots_live = (mask & 1) != 0;
2685 : 51194351 : mask >>= 1;
2686 : 51194351 : opts_set->x_flag_late_combine_instructions = (mask & 1) != 0;
2687 : 51194351 : mask >>= 1;
2688 : 51194351 : opts_set->x_flag_lifetime_dse = (mask & 1) != 0;
2689 : 51194351 : mask >>= 1;
2690 : 51194351 : opts_set->x_flag_limit_function_alignment = (mask & 1) != 0;
2691 : 51194351 : mask >>= 1;
2692 : 51194351 : opts_set->x_flag_live_range_shrinkage = (mask & 1) != 0;
2693 : 51194351 : mask >>= 1;
2694 : 51194351 : opts_set->x_flag_loop_interchange = (mask & 1) != 0;
2695 : 51194351 : mask >>= 1;
2696 : 51194351 : mask = ptr->explicit_mask[6];
2697 : 51194351 : opts_set->x_flag_loop_nest_optimize = (mask & 1) != 0;
2698 : 51194351 : mask >>= 1;
2699 : 51194351 : opts_set->x_flag_loop_parallelize_all = (mask & 1) != 0;
2700 : 51194351 : mask >>= 1;
2701 : 51194351 : opts_set->x_flag_unroll_jam = (mask & 1) != 0;
2702 : 51194351 : mask >>= 1;
2703 : 51194351 : opts_set->x_flag_lra_remat = (mask & 1) != 0;
2704 : 51194351 : mask >>= 1;
2705 : 51194351 : opts_set->x_flag_malloc_dce = (mask & 1) != 0;
2706 : 51194351 : mask >>= 1;
2707 : 51194351 : opts_set->x_flag_errno_math = (mask & 1) != 0;
2708 : 51194351 : mask >>= 1;
2709 : 51194351 : opts_set->x_flag_modulo_sched = (mask & 1) != 0;
2710 : 51194351 : mask >>= 1;
2711 : 51194351 : opts_set->x_flag_modulo_sched_allow_regmoves = (mask & 1) != 0;
2712 : 51194351 : mask >>= 1;
2713 : 51194351 : opts_set->x_flag_move_loop_invariants = (mask & 1) != 0;
2714 : 51194351 : mask >>= 1;
2715 : 51194351 : opts_set->x_flag_move_loop_stores = (mask & 1) != 0;
2716 : 51194351 : mask >>= 1;
2717 : 51194351 : opts_set->x_flag_non_call_exceptions = (mask & 1) != 0;
2718 : 51194351 : mask >>= 1;
2719 : 51194351 : opts_set->x_flag_nothrow_opt = (mask & 1) != 0;
2720 : 51194351 : mask >>= 1;
2721 : 51194351 : opts_set->x_flag_omit_frame_pointer = (mask & 1) != 0;
2722 : 51194351 : mask >>= 1;
2723 : 51194351 : opts_set->x_flag_opt_info = (mask & 1) != 0;
2724 : 51194351 : mask >>= 1;
2725 : 51194351 : opts_set->x_flag_optimize_crc = (mask & 1) != 0;
2726 : 51194351 : mask >>= 1;
2727 : 51194351 : opts_set->x_flag_optimize_sibling_calls = (mask & 1) != 0;
2728 : 51194351 : mask >>= 1;
2729 : 51194351 : opts_set->x_flag_optimize_strlen = (mask & 1) != 0;
2730 : 51194351 : mask >>= 1;
2731 : 51194351 : opts_set->x_flag_pack_struct = (mask & 1) != 0;
2732 : 51194351 : mask >>= 1;
2733 : 51194351 : opts_set->x_flag_partial_inlining = (mask & 1) != 0;
2734 : 51194351 : mask >>= 1;
2735 : 51194351 : opts_set->x_flag_pcc_struct_return = (mask & 1) != 0;
2736 : 51194351 : mask >>= 1;
2737 : 51194351 : opts_set->x_flag_peel_loops = (mask & 1) != 0;
2738 : 51194351 : mask >>= 1;
2739 : 51194351 : opts_set->x_flag_no_peephole = (mask & 1) != 0;
2740 : 51194351 : mask >>= 1;
2741 : 51194351 : opts_set->x_flag_peephole2 = (mask & 1) != 0;
2742 : 51194351 : mask >>= 1;
2743 : 51194351 : opts_set->x_flag_plt = (mask & 1) != 0;
2744 : 51194351 : mask >>= 1;
2745 : 51194351 : opts_set->x_flag_predictive_commoning = (mask & 1) != 0;
2746 : 51194351 : mask >>= 1;
2747 : 51194351 : opts_set->x_flag_prefetch_loop_arrays = (mask & 1) != 0;
2748 : 51194351 : mask >>= 1;
2749 : 51194351 : opts_set->x_flag_printf_return_value = (mask & 1) != 0;
2750 : 51194351 : mask >>= 1;
2751 : 51194351 : opts_set->x_flag_profile_partial_training = (mask & 1) != 0;
2752 : 51194351 : mask >>= 1;
2753 : 51194351 : opts_set->x_flag_profile_reorder_functions = (mask & 1) != 0;
2754 : 51194351 : mask >>= 1;
2755 : 51194351 : opts_set->x_flag_reciprocal_math = (mask & 1) != 0;
2756 : 51194351 : mask >>= 1;
2757 : 51194351 : opts_set->x_flag_ree = (mask & 1) != 0;
2758 : 51194351 : mask >>= 1;
2759 : 51194351 : opts_set->x_flag_rename_registers = (mask & 1) != 0;
2760 : 51194351 : mask >>= 1;
2761 : 51194351 : opts_set->x_flag_reorder_blocks = (mask & 1) != 0;
2762 : 51194351 : mask >>= 1;
2763 : 51194351 : opts_set->x_flag_reorder_blocks_and_partition = (mask & 1) != 0;
2764 : 51194351 : mask >>= 1;
2765 : 51194351 : opts_set->x_flag_reorder_functions = (mask & 1) != 0;
2766 : 51194351 : mask >>= 1;
2767 : 51194351 : opts_set->x_flag_rerun_cse_after_loop = (mask & 1) != 0;
2768 : 51194351 : mask >>= 1;
2769 : 51194351 : opts_set->x_flag_resched_modulo_sched = (mask & 1) != 0;
2770 : 51194351 : mask >>= 1;
2771 : 51194351 : opts_set->x_flag_rounding_math = (mask & 1) != 0;
2772 : 51194351 : mask >>= 1;
2773 : 51194351 : opts_set->x_flag_rtti = (mask & 1) != 0;
2774 : 51194351 : mask >>= 1;
2775 : 51194351 : opts_set->x_flag_save_optimization_record = (mask & 1) != 0;
2776 : 51194351 : mask >>= 1;
2777 : 51194351 : opts_set->x_flag_sched_critical_path_heuristic = (mask & 1) != 0;
2778 : 51194351 : mask >>= 1;
2779 : 51194351 : opts_set->x_flag_sched_dep_count_heuristic = (mask & 1) != 0;
2780 : 51194351 : mask >>= 1;
2781 : 51194351 : opts_set->x_flag_sched_group_heuristic = (mask & 1) != 0;
2782 : 51194351 : mask >>= 1;
2783 : 51194351 : opts_set->x_flag_schedule_interblock = (mask & 1) != 0;
2784 : 51194351 : mask >>= 1;
2785 : 51194351 : opts_set->x_flag_sched_last_insn_heuristic = (mask & 1) != 0;
2786 : 51194351 : mask >>= 1;
2787 : 51194351 : opts_set->x_flag_sched_pressure = (mask & 1) != 0;
2788 : 51194351 : mask >>= 1;
2789 : 51194351 : opts_set->x_flag_sched_rank_heuristic = (mask & 1) != 0;
2790 : 51194351 : mask >>= 1;
2791 : 51194351 : opts_set->x_flag_schedule_speculative = (mask & 1) != 0;
2792 : 51194351 : mask >>= 1;
2793 : 51194351 : opts_set->x_flag_sched_spec_insn_heuristic = (mask & 1) != 0;
2794 : 51194351 : mask >>= 1;
2795 : 51194351 : opts_set->x_flag_schedule_speculative_load = (mask & 1) != 0;
2796 : 51194351 : mask >>= 1;
2797 : 51194351 : opts_set->x_flag_schedule_speculative_load_dangerous = (mask & 1) != 0;
2798 : 51194351 : mask >>= 1;
2799 : 51194351 : opts_set->x_flag_sched2_use_superblocks = (mask & 1) != 0;
2800 : 51194351 : mask >>= 1;
2801 : 51194351 : opts_set->x_flag_schedule_fusion = (mask & 1) != 0;
2802 : 51194351 : mask >>= 1;
2803 : 51194351 : opts_set->x_flag_schedule_insns = (mask & 1) != 0;
2804 : 51194351 : mask >>= 1;
2805 : 51194351 : opts_set->x_flag_schedule_insns_after_reload = (mask & 1) != 0;
2806 : 51194351 : mask >>= 1;
2807 : 51194351 : opts_set->x_flag_section_anchors = (mask & 1) != 0;
2808 : 51194351 : mask >>= 1;
2809 : 51194351 : opts_set->x_flag_sel_sched_pipelining = (mask & 1) != 0;
2810 : 51194351 : mask >>= 1;
2811 : 51194351 : opts_set->x_flag_sel_sched_pipelining_outer_loops = (mask & 1) != 0;
2812 : 51194351 : mask >>= 1;
2813 : 51194351 : opts_set->x_flag_sel_sched_reschedule_pipelined = (mask & 1) != 0;
2814 : 51194351 : mask >>= 1;
2815 : 51194351 : opts_set->x_flag_selective_scheduling = (mask & 1) != 0;
2816 : 51194351 : mask >>= 1;
2817 : 51194351 : opts_set->x_flag_selective_scheduling2 = (mask & 1) != 0;
2818 : 51194351 : mask >>= 1;
2819 : 51194351 : opts_set->x_flag_semantic_interposition = (mask & 1) != 0;
2820 : 51194351 : mask >>= 1;
2821 : 51194351 : opts_set->x_flag_short_enums = (mask & 1) != 0;
2822 : 51194351 : mask >>= 1;
2823 : 51194351 : opts_set->x_flag_short_wchar = (mask & 1) != 0;
2824 : 51194351 : mask >>= 1;
2825 : 51194351 : mask = ptr->explicit_mask[7];
2826 : 51194351 : opts_set->x_flag_shrink_wrap = (mask & 1) != 0;
2827 : 51194351 : mask >>= 1;
2828 : 51194351 : opts_set->x_flag_shrink_wrap_separate = (mask & 1) != 0;
2829 : 51194351 : mask >>= 1;
2830 : 51194351 : opts_set->x_flag_signaling_nans = (mask & 1) != 0;
2831 : 51194351 : mask >>= 1;
2832 : 51194351 : opts_set->x_flag_signed_zeros = (mask & 1) != 0;
2833 : 51194351 : mask >>= 1;
2834 : 51194351 : opts_set->x_flag_single_precision_constant = (mask & 1) != 0;
2835 : 51194351 : mask >>= 1;
2836 : 51194351 : opts_set->x_flag_split_ivs_in_unroller = (mask & 1) != 0;
2837 : 51194351 : mask >>= 1;
2838 : 51194351 : opts_set->x_flag_split_loops = (mask & 1) != 0;
2839 : 51194351 : mask >>= 1;
2840 : 51194351 : opts_set->x_flag_split_paths = (mask & 1) != 0;
2841 : 51194351 : mask >>= 1;
2842 : 51194351 : opts_set->x_flag_split_wide_types = (mask & 1) != 0;
2843 : 51194351 : mask >>= 1;
2844 : 51194351 : opts_set->x_flag_split_wide_types_early = (mask & 1) != 0;
2845 : 51194351 : mask >>= 1;
2846 : 51194351 : opts_set->x_flag_ssa_backprop = (mask & 1) != 0;
2847 : 51194351 : mask >>= 1;
2848 : 51194351 : opts_set->x_flag_ssa_phiopt = (mask & 1) != 0;
2849 : 51194351 : mask >>= 1;
2850 : 51194351 : opts_set->x_flag_stack_clash_protection = (mask & 1) != 0;
2851 : 51194351 : mask >>= 1;
2852 : 51194351 : opts_set->x_flag_stack_protect = (mask & 1) != 0;
2853 : 51194351 : mask >>= 1;
2854 : 51194351 : opts_set->x_flag_stdarg_opt = (mask & 1) != 0;
2855 : 51194351 : mask >>= 1;
2856 : 51194351 : opts_set->x_flag_store_merging = (mask & 1) != 0;
2857 : 51194351 : mask >>= 1;
2858 : 51194351 : opts_set->x_flag_strict_aliasing = (mask & 1) != 0;
2859 : 51194351 : mask >>= 1;
2860 : 51194351 : opts_set->x_flag_strict_enums = (mask & 1) != 0;
2861 : 51194351 : mask >>= 1;
2862 : 51194351 : opts_set->x_flag_strict_volatile_bitfields = (mask & 1) != 0;
2863 : 51194351 : mask >>= 1;
2864 : 51194351 : opts_set->x_flag_thread_jumps = (mask & 1) != 0;
2865 : 51194351 : mask >>= 1;
2866 : 51194351 : opts_set->x_flag_threadsafe_statics = (mask & 1) != 0;
2867 : 51194351 : mask >>= 1;
2868 : 51194351 : opts_set->x_flag_toplevel_reorder = (mask & 1) != 0;
2869 : 51194351 : mask >>= 1;
2870 : 51194351 : opts_set->x_flag_tracer = (mask & 1) != 0;
2871 : 51194351 : mask >>= 1;
2872 : 51194351 : opts_set->x_flag_trapping_math = (mask & 1) != 0;
2873 : 51194351 : mask >>= 1;
2874 : 51194351 : opts_set->x_flag_trapv = (mask & 1) != 0;
2875 : 51194351 : mask >>= 1;
2876 : 51194351 : opts_set->x_flag_tree_bit_ccp = (mask & 1) != 0;
2877 : 51194351 : mask >>= 1;
2878 : 51194351 : opts_set->x_flag_tree_builtin_call_dce = (mask & 1) != 0;
2879 : 51194351 : mask >>= 1;
2880 : 51194351 : opts_set->x_flag_tree_ccp = (mask & 1) != 0;
2881 : 51194351 : mask >>= 1;
2882 : 51194351 : opts_set->x_flag_tree_ch = (mask & 1) != 0;
2883 : 51194351 : mask >>= 1;
2884 : 51194351 : opts_set->x_flag_tree_coalesce_vars = (mask & 1) != 0;
2885 : 51194351 : mask >>= 1;
2886 : 51194351 : opts_set->x_flag_tree_copy_prop = (mask & 1) != 0;
2887 : 51194351 : mask >>= 1;
2888 : 51194351 : opts_set->x_flag_tree_cselim = (mask & 1) != 0;
2889 : 51194351 : mask >>= 1;
2890 : 51194351 : opts_set->x_flag_tree_dce = (mask & 1) != 0;
2891 : 51194351 : mask >>= 1;
2892 : 51194351 : opts_set->x_flag_tree_dom = (mask & 1) != 0;
2893 : 51194351 : mask >>= 1;
2894 : 51194351 : opts_set->x_flag_tree_dse = (mask & 1) != 0;
2895 : 51194351 : mask >>= 1;
2896 : 51194351 : opts_set->x_flag_tree_forwprop = (mask & 1) != 0;
2897 : 51194351 : mask >>= 1;
2898 : 51194351 : opts_set->x_flag_tree_fre = (mask & 1) != 0;
2899 : 51194351 : mask >>= 1;
2900 : 51194351 : opts_set->x_flag_tree_loop_distribute_patterns = (mask & 1) != 0;
2901 : 51194351 : mask >>= 1;
2902 : 51194351 : opts_set->x_flag_tree_loop_distribution = (mask & 1) != 0;
2903 : 51194351 : mask >>= 1;
2904 : 51194351 : opts_set->x_flag_tree_loop_if_convert = (mask & 1) != 0;
2905 : 51194351 : mask >>= 1;
2906 : 51194351 : opts_set->x_flag_tree_loop_im = (mask & 1) != 0;
2907 : 51194351 : mask >>= 1;
2908 : 51194351 : opts_set->x_flag_tree_loop_ivcanon = (mask & 1) != 0;
2909 : 51194351 : mask >>= 1;
2910 : 51194351 : opts_set->x_flag_tree_loop_optimize = (mask & 1) != 0;
2911 : 51194351 : mask >>= 1;
2912 : 51194351 : opts_set->x_flag_tree_loop_vectorize = (mask & 1) != 0;
2913 : 51194351 : mask >>= 1;
2914 : 51194351 : opts_set->x_flag_tree_live_range_split = (mask & 1) != 0;
2915 : 51194351 : mask >>= 1;
2916 : 51194351 : opts_set->x_flag_tree_partial_pre = (mask & 1) != 0;
2917 : 51194351 : mask >>= 1;
2918 : 51194351 : opts_set->x_flag_tree_phiprop = (mask & 1) != 0;
2919 : 51194351 : mask >>= 1;
2920 : 51194351 : opts_set->x_flag_tree_pre = (mask & 1) != 0;
2921 : 51194351 : mask >>= 1;
2922 : 51194351 : opts_set->x_flag_tree_pta = (mask & 1) != 0;
2923 : 51194351 : mask >>= 1;
2924 : 51194351 : opts_set->x_flag_tree_reassoc = (mask & 1) != 0;
2925 : 51194351 : mask >>= 1;
2926 : 51194351 : opts_set->x_flag_tree_scev_cprop = (mask & 1) != 0;
2927 : 51194351 : mask >>= 1;
2928 : 51194351 : opts_set->x_flag_tree_sink = (mask & 1) != 0;
2929 : 51194351 : mask >>= 1;
2930 : 51194351 : opts_set->x_flag_tree_slp_vectorize = (mask & 1) != 0;
2931 : 51194351 : mask >>= 1;
2932 : 51194351 : opts_set->x_flag_tree_slsr = (mask & 1) != 0;
2933 : 51194351 : mask >>= 1;
2934 : 51194351 : opts_set->x_flag_tree_sra = (mask & 1) != 0;
2935 : 51194351 : mask >>= 1;
2936 : 51194351 : opts_set->x_flag_tree_switch_conversion = (mask & 1) != 0;
2937 : 51194351 : mask >>= 1;
2938 : 51194351 : opts_set->x_flag_tree_tail_merge = (mask & 1) != 0;
2939 : 51194351 : mask >>= 1;
2940 : 51194351 : opts_set->x_flag_tree_ter = (mask & 1) != 0;
2941 : 51194351 : mask >>= 1;
2942 : 51194351 : opts_set->x_flag_tree_vectorize = (mask & 1) != 0;
2943 : 51194351 : mask >>= 1;
2944 : 51194351 : opts_set->x_flag_tree_vrp = (mask & 1) != 0;
2945 : 51194351 : mask >>= 1;
2946 : 51194351 : opts_set->x_flag_unconstrained_commons = (mask & 1) != 0;
2947 : 51194351 : mask >>= 1;
2948 : 51194351 : opts_set->x_flag_unreachable_traps = (mask & 1) != 0;
2949 : 51194351 : mask >>= 1;
2950 : 51194351 : opts_set->x_flag_unroll_all_loops = (mask & 1) != 0;
2951 : 51194351 : mask >>= 1;
2952 : 51194351 : opts_set->x_flag_cunroll_grow_size = (mask & 1) != 0;
2953 : 51194351 : mask >>= 1;
2954 : 51194351 : mask = ptr->explicit_mask[8];
2955 : 51194351 : opts_set->x_flag_unroll_loops = (mask & 1) != 0;
2956 : 51194351 : mask >>= 1;
2957 : 51194351 : opts_set->x_flag_unsafe_math_optimizations = (mask & 1) != 0;
2958 : 51194351 : mask >>= 1;
2959 : 51194351 : opts_set->x_flag_unswitch_loops = (mask & 1) != 0;
2960 : 51194351 : mask >>= 1;
2961 : 51194351 : opts_set->x_flag_unwind_tables = (mask & 1) != 0;
2962 : 51194351 : mask >>= 1;
2963 : 51194351 : opts_set->x_flag_var_tracking = (mask & 1) != 0;
2964 : 51194351 : mask >>= 1;
2965 : 51194351 : opts_set->x_flag_var_tracking_assignments = (mask & 1) != 0;
2966 : 51194351 : mask >>= 1;
2967 : 51194351 : opts_set->x_flag_var_tracking_assignments_toggle = (mask & 1) != 0;
2968 : 51194351 : mask >>= 1;
2969 : 51194351 : opts_set->x_flag_var_tracking_uninit = (mask & 1) != 0;
2970 : 51194351 : mask >>= 1;
2971 : 51194351 : opts_set->x_flag_variable_expansion_in_unroller = (mask & 1) != 0;
2972 : 51194351 : mask >>= 1;
2973 : 51194351 : opts_set->x_flag_version_loops_for_strides = (mask & 1) != 0;
2974 : 51194351 : mask >>= 1;
2975 : 51194351 : opts_set->x_flag_value_profile_transformations = (mask & 1) != 0;
2976 : 51194351 : mask >>= 1;
2977 : 51194351 : opts_set->x_flag_web = (mask & 1) != 0;
2978 : 51194351 : mask >>= 1;
2979 : 51194351 : opts_set->x_flag_wrapv = (mask & 1) != 0;
2980 : 51194351 : mask >>= 1;
2981 : 51194351 : opts_set->x_flag_wrapv_pointer = (mask & 1) != 0;
2982 : 51194351 : mask >>= 1;
2983 : 51194351 : opts_set->x_debug_nonbind_markers_p = (mask & 1) != 0;
2984 : 51194351 : mask >>= 1;
2985 : 51194351 : opts_set->x_ix86_unroll_only_small_loops = (mask & 1) != 0;
2986 : 51194351 : mask >>= 1;
2987 : 51194351 : opts_set->x_str_align_functions = (mask & 1) ? "" : nullptr;
2988 : 51194351 : mask >>= 1;
2989 : 51194351 : opts_set->x_str_align_jumps = (mask & 1) ? "" : nullptr;
2990 : 51194351 : mask >>= 1;
2991 : 51194351 : opts_set->x_str_align_labels = (mask & 1) ? "" : nullptr;
2992 : 51194351 : mask >>= 1;
2993 : 51194351 : opts_set->x_str_align_loops = (mask & 1) ? "" : nullptr;
2994 : 51194351 : mask >>= 1;
2995 : 51194351 : opts_set->x_flag_patchable_function_entry = (mask & 1) ? "" : nullptr;
2996 : 51194351 : mask >>= 1;
2997 : 51194351 : targetm.override_options_after_change ();
2998 : 51194351 : }
2999 : :
3000 : : /* Print optimization options from a structure. */
3001 : : void
3002 : 0 : cl_optimization_print (FILE *file,
3003 : : int indent_to,
3004 : : struct cl_optimization *ptr)
3005 : : {
3006 : 0 : fputs ("\n", file);
3007 : 0 : if (ptr->x_param_align_loop_iterations)
3008 : 0 : fprintf (file, "%*s%s (%#x)\n",
3009 : : indent_to, "",
3010 : : "param_align_loop_iterations",
3011 : : ptr->x_param_align_loop_iterations);
3012 : :
3013 : 0 : if (ptr->x_param_align_threshold)
3014 : 0 : fprintf (file, "%*s%s (%#x)\n",
3015 : : indent_to, "",
3016 : : "param_align_threshold",
3017 : : ptr->x_param_align_threshold);
3018 : :
3019 : 0 : if (ptr->x_param_asan_protect_allocas)
3020 : 0 : fprintf (file, "%*s%s (%#x)\n",
3021 : : indent_to, "",
3022 : : "param_asan_protect_allocas",
3023 : : ptr->x_param_asan_protect_allocas);
3024 : :
3025 : 0 : if (ptr->x_param_asan_instrument_reads)
3026 : 0 : fprintf (file, "%*s%s (%#x)\n",
3027 : : indent_to, "",
3028 : : "param_asan_instrument_reads",
3029 : : ptr->x_param_asan_instrument_reads);
3030 : :
3031 : 0 : if (ptr->x_param_asan_instrument_writes)
3032 : 0 : fprintf (file, "%*s%s (%#x)\n",
3033 : : indent_to, "",
3034 : : "param_asan_instrument_writes",
3035 : : ptr->x_param_asan_instrument_writes);
3036 : :
3037 : 0 : if (ptr->x_param_asan_instrumentation_with_call_threshold)
3038 : 0 : fprintf (file, "%*s%s (%#x)\n",
3039 : : indent_to, "",
3040 : : "param_asan_instrumentation_with_call_threshold",
3041 : : ptr->x_param_asan_instrumentation_with_call_threshold);
3042 : :
3043 : 0 : if (ptr->x_param_asan_kernel_mem_intrinsic_prefix)
3044 : 0 : fprintf (file, "%*s%s (%#x)\n",
3045 : : indent_to, "",
3046 : : "param_asan_kernel_mem_intrinsic_prefix",
3047 : : ptr->x_param_asan_kernel_mem_intrinsic_prefix);
3048 : :
3049 : 0 : if (ptr->x_param_asan_memintrin)
3050 : 0 : fprintf (file, "%*s%s (%#x)\n",
3051 : : indent_to, "",
3052 : : "param_asan_memintrin",
3053 : : ptr->x_param_asan_memintrin);
3054 : :
3055 : 0 : if (ptr->x_param_asan_stack)
3056 : 0 : fprintf (file, "%*s%s (%#x)\n",
3057 : : indent_to, "",
3058 : : "param_asan_stack",
3059 : : ptr->x_param_asan_stack);
3060 : :
3061 : 0 : if (ptr->x_param_asan_use_after_return)
3062 : 0 : fprintf (file, "%*s%s (%#x)\n",
3063 : : indent_to, "",
3064 : : "param_asan_use_after_return",
3065 : : ptr->x_param_asan_use_after_return);
3066 : :
3067 : 0 : if (ptr->x_param_avg_loop_niter)
3068 : 0 : fprintf (file, "%*s%s (%#x)\n",
3069 : : indent_to, "",
3070 : : "param_avg_loop_niter",
3071 : : ptr->x_param_avg_loop_niter);
3072 : :
3073 : 0 : if (ptr->x_param_avoid_fma_max_bits)
3074 : 0 : fprintf (file, "%*s%s (%#x)\n",
3075 : : indent_to, "",
3076 : : "param_avoid_fma_max_bits",
3077 : : ptr->x_param_avoid_fma_max_bits);
3078 : :
3079 : 0 : if (ptr->x_param_builtin_expect_probability)
3080 : 0 : fprintf (file, "%*s%s (%#x)\n",
3081 : : indent_to, "",
3082 : : "param_builtin_expect_probability",
3083 : : ptr->x_param_builtin_expect_probability);
3084 : :
3085 : 0 : if (ptr->x_param_builtin_string_cmp_inline_length)
3086 : 0 : fprintf (file, "%*s%s (%#x)\n",
3087 : : indent_to, "",
3088 : : "param_builtin_string_cmp_inline_length",
3089 : : ptr->x_param_builtin_string_cmp_inline_length);
3090 : :
3091 : 0 : if (ptr->x_param_case_values_threshold)
3092 : 0 : fprintf (file, "%*s%s (%#x)\n",
3093 : : indent_to, "",
3094 : : "param_case_values_threshold",
3095 : : ptr->x_param_case_values_threshold);
3096 : :
3097 : 0 : if (ptr->x_param_comdat_sharing_probability)
3098 : 0 : fprintf (file, "%*s%s (%#x)\n",
3099 : : indent_to, "",
3100 : : "param_comdat_sharing_probability",
3101 : : ptr->x_param_comdat_sharing_probability);
3102 : :
3103 : 0 : if (ptr->x_param_construct_interfere_size)
3104 : 0 : fprintf (file, "%*s%s (%#x)\n",
3105 : : indent_to, "",
3106 : : "param_construct_interfere_size",
3107 : : ptr->x_param_construct_interfere_size);
3108 : :
3109 : 0 : if (ptr->x_param_cycle_accurate_model)
3110 : 0 : fprintf (file, "%*s%s (%#x)\n",
3111 : : indent_to, "",
3112 : : "param_cycle_accurate_model",
3113 : : ptr->x_param_cycle_accurate_model);
3114 : :
3115 : 0 : if (ptr->x_param_destruct_interfere_size)
3116 : 0 : fprintf (file, "%*s%s (%#x)\n",
3117 : : indent_to, "",
3118 : : "param_destruct_interfere_size",
3119 : : ptr->x_param_destruct_interfere_size);
3120 : :
3121 : 0 : if (ptr->x_param_dse_max_alias_queries_per_store)
3122 : 0 : fprintf (file, "%*s%s (%#x)\n",
3123 : : indent_to, "",
3124 : : "param_dse_max_alias_queries_per_store",
3125 : : ptr->x_param_dse_max_alias_queries_per_store);
3126 : :
3127 : 0 : if (ptr->x_param_dse_max_object_size)
3128 : 0 : fprintf (file, "%*s%s (%#x)\n",
3129 : : indent_to, "",
3130 : : "param_dse_max_object_size",
3131 : : ptr->x_param_dse_max_object_size);
3132 : :
3133 : 0 : if (ptr->x_param_early_inlining_insns)
3134 : 0 : fprintf (file, "%*s%s (%#x)\n",
3135 : : indent_to, "",
3136 : : "param_early_inlining_insns",
3137 : : ptr->x_param_early_inlining_insns);
3138 : :
3139 : 0 : if (ptr->x_param_fsm_scale_path_stmts)
3140 : 0 : fprintf (file, "%*s%s (%#x)\n",
3141 : : indent_to, "",
3142 : : "param_fsm_scale_path_stmts",
3143 : : ptr->x_param_fsm_scale_path_stmts);
3144 : :
3145 : 0 : if (ptr->x_param_fully_pipelined_fma)
3146 : 0 : fprintf (file, "%*s%s (%#x)\n",
3147 : : indent_to, "",
3148 : : "param_fully_pipelined_fma",
3149 : : ptr->x_param_fully_pipelined_fma);
3150 : :
3151 : 0 : if (ptr->x_param_gcse_after_reload_critical_fraction)
3152 : 0 : fprintf (file, "%*s%s (%#x)\n",
3153 : : indent_to, "",
3154 : : "param_gcse_after_reload_critical_fraction",
3155 : : ptr->x_param_gcse_after_reload_critical_fraction);
3156 : :
3157 : 0 : if (ptr->x_param_gcse_after_reload_partial_fraction)
3158 : 0 : fprintf (file, "%*s%s (%#x)\n",
3159 : : indent_to, "",
3160 : : "param_gcse_after_reload_partial_fraction",
3161 : : ptr->x_param_gcse_after_reload_partial_fraction);
3162 : :
3163 : 0 : if (ptr->x_param_gcse_cost_distance_ratio)
3164 : 0 : fprintf (file, "%*s%s (%#x)\n",
3165 : : indent_to, "",
3166 : : "param_gcse_cost_distance_ratio",
3167 : : ptr->x_param_gcse_cost_distance_ratio);
3168 : :
3169 : 0 : if (ptr->x_param_gcse_unrestricted_cost)
3170 : 0 : fprintf (file, "%*s%s (%#x)\n",
3171 : : indent_to, "",
3172 : : "param_gcse_unrestricted_cost",
3173 : : ptr->x_param_gcse_unrestricted_cost);
3174 : :
3175 : 0 : if (ptr->x_param_graphite_max_arrays_per_scop)
3176 : 0 : fprintf (file, "%*s%s (%#x)\n",
3177 : : indent_to, "",
3178 : : "param_graphite_max_arrays_per_scop",
3179 : : ptr->x_param_graphite_max_arrays_per_scop);
3180 : :
3181 : 0 : if (ptr->x_param_graphite_max_nb_scop_params)
3182 : 0 : fprintf (file, "%*s%s (%#x)\n",
3183 : : indent_to, "",
3184 : : "param_graphite_max_nb_scop_params",
3185 : : ptr->x_param_graphite_max_nb_scop_params);
3186 : :
3187 : 0 : if (ptr->x_param_hardcfr_max_blocks)
3188 : 0 : fprintf (file, "%*s%s (%#x)\n",
3189 : : indent_to, "",
3190 : : "param_hardcfr_max_blocks",
3191 : : ptr->x_param_hardcfr_max_blocks);
3192 : :
3193 : 0 : if (ptr->x_param_hardcfr_max_inline_blocks)
3194 : 0 : fprintf (file, "%*s%s (%#x)\n",
3195 : : indent_to, "",
3196 : : "param_hardcfr_max_inline_blocks",
3197 : : ptr->x_param_hardcfr_max_inline_blocks);
3198 : :
3199 : 0 : if (ptr->x_param_hwasan_instrument_allocas)
3200 : 0 : fprintf (file, "%*s%s (%#x)\n",
3201 : : indent_to, "",
3202 : : "param_hwasan_instrument_allocas",
3203 : : ptr->x_param_hwasan_instrument_allocas);
3204 : :
3205 : 0 : if (ptr->x_param_hwasan_instrument_mem_intrinsics)
3206 : 0 : fprintf (file, "%*s%s (%#x)\n",
3207 : : indent_to, "",
3208 : : "param_hwasan_instrument_mem_intrinsics",
3209 : : ptr->x_param_hwasan_instrument_mem_intrinsics);
3210 : :
3211 : 0 : if (ptr->x_param_hwasan_instrument_reads)
3212 : 0 : fprintf (file, "%*s%s (%#x)\n",
3213 : : indent_to, "",
3214 : : "param_hwasan_instrument_reads",
3215 : : ptr->x_param_hwasan_instrument_reads);
3216 : :
3217 : 0 : if (ptr->x_param_hwasan_instrument_stack)
3218 : 0 : fprintf (file, "%*s%s (%#x)\n",
3219 : : indent_to, "",
3220 : : "param_hwasan_instrument_stack",
3221 : : ptr->x_param_hwasan_instrument_stack);
3222 : :
3223 : 0 : if (ptr->x_param_hwasan_instrument_writes)
3224 : 0 : fprintf (file, "%*s%s (%#x)\n",
3225 : : indent_to, "",
3226 : : "param_hwasan_instrument_writes",
3227 : : ptr->x_param_hwasan_instrument_writes);
3228 : :
3229 : 0 : if (ptr->x_param_hwasan_random_frame_tag)
3230 : 0 : fprintf (file, "%*s%s (%#x)\n",
3231 : : indent_to, "",
3232 : : "param_hwasan_random_frame_tag",
3233 : : ptr->x_param_hwasan_random_frame_tag);
3234 : :
3235 : 0 : if (ptr->x_param_inline_heuristics_hint_percent)
3236 : 0 : fprintf (file, "%*s%s (%#x)\n",
3237 : : indent_to, "",
3238 : : "param_inline_heuristics_hint_percent",
3239 : : ptr->x_param_inline_heuristics_hint_percent);
3240 : :
3241 : 0 : if (ptr->x_param_inline_min_speedup)
3242 : 0 : fprintf (file, "%*s%s (%#x)\n",
3243 : : indent_to, "",
3244 : : "param_inline_min_speedup",
3245 : : ptr->x_param_inline_min_speedup);
3246 : :
3247 : 0 : if (ptr->x_param_inline_unit_growth)
3248 : 0 : fprintf (file, "%*s%s (%#x)\n",
3249 : : indent_to, "",
3250 : : "param_inline_unit_growth",
3251 : : ptr->x_param_inline_unit_growth);
3252 : :
3253 : 0 : if (ptr->x_param_ipa_cp_eval_threshold)
3254 : 0 : fprintf (file, "%*s%s (%#x)\n",
3255 : : indent_to, "",
3256 : : "param_ipa_cp_eval_threshold",
3257 : : ptr->x_param_ipa_cp_eval_threshold);
3258 : :
3259 : 0 : if (ptr->x_param_ipa_cp_large_unit_insns)
3260 : 0 : fprintf (file, "%*s%s (%#x)\n",
3261 : : indent_to, "",
3262 : : "param_ipa_cp_large_unit_insns",
3263 : : ptr->x_param_ipa_cp_large_unit_insns);
3264 : :
3265 : 0 : if (ptr->x_param_ipa_cp_loop_hint_bonus)
3266 : 0 : fprintf (file, "%*s%s (%#x)\n",
3267 : : indent_to, "",
3268 : : "param_ipa_cp_loop_hint_bonus",
3269 : : ptr->x_param_ipa_cp_loop_hint_bonus);
3270 : :
3271 : 0 : if (ptr->x_param_ipa_cp_max_recursive_depth)
3272 : 0 : fprintf (file, "%*s%s (%#x)\n",
3273 : : indent_to, "",
3274 : : "param_ipa_cp_max_recursive_depth",
3275 : : ptr->x_param_ipa_cp_max_recursive_depth);
3276 : :
3277 : 0 : if (ptr->x_param_ipa_cp_min_recursive_probability)
3278 : 0 : fprintf (file, "%*s%s (%#x)\n",
3279 : : indent_to, "",
3280 : : "param_ipa_cp_min_recursive_probability",
3281 : : ptr->x_param_ipa_cp_min_recursive_probability);
3282 : :
3283 : 0 : if (ptr->x_param_ipa_cp_recursion_penalty)
3284 : 0 : fprintf (file, "%*s%s (%#x)\n",
3285 : : indent_to, "",
3286 : : "param_ipa_cp_recursion_penalty",
3287 : : ptr->x_param_ipa_cp_recursion_penalty);
3288 : :
3289 : 0 : if (ptr->x_param_ipa_cp_recursive_freq_factor)
3290 : 0 : fprintf (file, "%*s%s (%#x)\n",
3291 : : indent_to, "",
3292 : : "param_ipa_cp_recursive_freq_factor",
3293 : : ptr->x_param_ipa_cp_recursive_freq_factor);
3294 : :
3295 : 0 : if (ptr->x_param_ipa_cp_single_call_penalty)
3296 : 0 : fprintf (file, "%*s%s (%#x)\n",
3297 : : indent_to, "",
3298 : : "param_ipa_cp_single_call_penalty",
3299 : : ptr->x_param_ipa_cp_single_call_penalty);
3300 : :
3301 : 0 : if (ptr->x_param_ipa_cp_unit_growth)
3302 : 0 : fprintf (file, "%*s%s (%#x)\n",
3303 : : indent_to, "",
3304 : : "param_ipa_cp_unit_growth",
3305 : : ptr->x_param_ipa_cp_unit_growth);
3306 : :
3307 : 0 : if (ptr->x_param_ipa_cp_value_list_size)
3308 : 0 : fprintf (file, "%*s%s (%#x)\n",
3309 : : indent_to, "",
3310 : : "param_ipa_cp_value_list_size",
3311 : : ptr->x_param_ipa_cp_value_list_size);
3312 : :
3313 : 0 : if (ptr->x_param_ipa_jump_function_lookups)
3314 : 0 : fprintf (file, "%*s%s (%#x)\n",
3315 : : indent_to, "",
3316 : : "param_ipa_jump_function_lookups",
3317 : : ptr->x_param_ipa_jump_function_lookups);
3318 : :
3319 : 0 : if (ptr->x_param_ipa_max_aa_steps)
3320 : 0 : fprintf (file, "%*s%s (%#x)\n",
3321 : : indent_to, "",
3322 : : "param_ipa_max_aa_steps",
3323 : : ptr->x_param_ipa_max_aa_steps);
3324 : :
3325 : 0 : if (ptr->x_param_ipa_max_agg_items)
3326 : 0 : fprintf (file, "%*s%s (%#x)\n",
3327 : : indent_to, "",
3328 : : "param_ipa_max_agg_items",
3329 : : ptr->x_param_ipa_max_agg_items);
3330 : :
3331 : 0 : if (ptr->x_param_ipa_max_loop_predicates)
3332 : 0 : fprintf (file, "%*s%s (%#x)\n",
3333 : : indent_to, "",
3334 : : "param_ipa_max_loop_predicates",
3335 : : ptr->x_param_ipa_max_loop_predicates);
3336 : :
3337 : 0 : if (ptr->x_param_ipa_max_param_expr_ops)
3338 : 0 : fprintf (file, "%*s%s (%#x)\n",
3339 : : indent_to, "",
3340 : : "param_ipa_max_param_expr_ops",
3341 : : ptr->x_param_ipa_max_param_expr_ops);
3342 : :
3343 : 0 : if (ptr->x_param_ipa_max_switch_predicate_bounds)
3344 : 0 : fprintf (file, "%*s%s (%#x)\n",
3345 : : indent_to, "",
3346 : : "param_ipa_max_switch_predicate_bounds",
3347 : : ptr->x_param_ipa_max_switch_predicate_bounds);
3348 : :
3349 : 0 : if (ptr->x_param_ipa_sra_deref_prob_threshold)
3350 : 0 : fprintf (file, "%*s%s (%#x)\n",
3351 : : indent_to, "",
3352 : : "param_ipa_sra_deref_prob_threshold",
3353 : : ptr->x_param_ipa_sra_deref_prob_threshold);
3354 : :
3355 : 0 : if (ptr->x_param_ipa_sra_max_replacements)
3356 : 0 : fprintf (file, "%*s%s (%#x)\n",
3357 : : indent_to, "",
3358 : : "param_ipa_sra_max_replacements",
3359 : : ptr->x_param_ipa_sra_max_replacements);
3360 : :
3361 : 0 : if (ptr->x_param_ipa_sra_ptr_growth_factor)
3362 : 0 : fprintf (file, "%*s%s (%#x)\n",
3363 : : indent_to, "",
3364 : : "param_ipa_sra_ptr_growth_factor",
3365 : : ptr->x_param_ipa_sra_ptr_growth_factor);
3366 : :
3367 : 0 : if (ptr->x_param_ipa_sra_ptrwrap_growth_factor)
3368 : 0 : fprintf (file, "%*s%s (%#x)\n",
3369 : : indent_to, "",
3370 : : "param_ipa_sra_ptrwrap_growth_factor",
3371 : : ptr->x_param_ipa_sra_ptrwrap_growth_factor);
3372 : :
3373 : 0 : if (ptr->x_param_ira_consider_dup_in_all_alts)
3374 : 0 : fprintf (file, "%*s%s (%#x)\n",
3375 : : indent_to, "",
3376 : : "param_ira_consider_dup_in_all_alts",
3377 : : ptr->x_param_ira_consider_dup_in_all_alts);
3378 : :
3379 : 0 : if (ptr->x_param_ira_loop_reserved_regs)
3380 : 0 : fprintf (file, "%*s%s (%#x)\n",
3381 : : indent_to, "",
3382 : : "param_ira_loop_reserved_regs",
3383 : : ptr->x_param_ira_loop_reserved_regs);
3384 : :
3385 : 0 : if (ptr->x_param_ira_max_conflict_table_size)
3386 : 0 : fprintf (file, "%*s%s (%#x)\n",
3387 : : indent_to, "",
3388 : : "param_ira_max_conflict_table_size",
3389 : : ptr->x_param_ira_max_conflict_table_size);
3390 : :
3391 : 0 : if (ptr->x_param_ira_max_loops_num)
3392 : 0 : fprintf (file, "%*s%s (%#x)\n",
3393 : : indent_to, "",
3394 : : "param_ira_max_loops_num",
3395 : : ptr->x_param_ira_max_loops_num);
3396 : :
3397 : 0 : if (ptr->x_param_ira_simple_lra_insn_threshold)
3398 : 0 : fprintf (file, "%*s%s (%#x)\n",
3399 : : indent_to, "",
3400 : : "param_ira_simple_lra_insn_threshold",
3401 : : ptr->x_param_ira_simple_lra_insn_threshold);
3402 : :
3403 : 0 : if (ptr->x_param_iv_always_prune_cand_set_bound)
3404 : 0 : fprintf (file, "%*s%s (%#x)\n",
3405 : : indent_to, "",
3406 : : "param_iv_always_prune_cand_set_bound",
3407 : : ptr->x_param_iv_always_prune_cand_set_bound);
3408 : :
3409 : 0 : if (ptr->x_param_iv_consider_all_candidates_bound)
3410 : 0 : fprintf (file, "%*s%s (%#x)\n",
3411 : : indent_to, "",
3412 : : "param_iv_consider_all_candidates_bound",
3413 : : ptr->x_param_iv_consider_all_candidates_bound);
3414 : :
3415 : 0 : if (ptr->x_param_iv_max_considered_uses)
3416 : 0 : fprintf (file, "%*s%s (%#x)\n",
3417 : : indent_to, "",
3418 : : "param_iv_max_considered_uses",
3419 : : ptr->x_param_iv_max_considered_uses);
3420 : :
3421 : 0 : if (ptr->x_param_jump_table_max_growth_ratio_for_size)
3422 : 0 : fprintf (file, "%*s%s (%#x)\n",
3423 : : indent_to, "",
3424 : : "param_jump_table_max_growth_ratio_for_size",
3425 : : ptr->x_param_jump_table_max_growth_ratio_for_size);
3426 : :
3427 : 0 : if (ptr->x_param_jump_table_max_growth_ratio_for_speed)
3428 : 0 : fprintf (file, "%*s%s (%#x)\n",
3429 : : indent_to, "",
3430 : : "param_jump_table_max_growth_ratio_for_speed",
3431 : : ptr->x_param_jump_table_max_growth_ratio_for_speed);
3432 : :
3433 : 0 : if (ptr->x_param_l1_cache_line_size)
3434 : 0 : fprintf (file, "%*s%s (%#x)\n",
3435 : : indent_to, "",
3436 : : "param_l1_cache_line_size",
3437 : : ptr->x_param_l1_cache_line_size);
3438 : :
3439 : 0 : if (ptr->x_param_l1_cache_size)
3440 : 0 : fprintf (file, "%*s%s (%#x)\n",
3441 : : indent_to, "",
3442 : : "param_l1_cache_size",
3443 : : ptr->x_param_l1_cache_size);
3444 : :
3445 : 0 : if (ptr->x_param_l2_cache_size)
3446 : 0 : fprintf (file, "%*s%s (%#x)\n",
3447 : : indent_to, "",
3448 : : "param_l2_cache_size",
3449 : : ptr->x_param_l2_cache_size);
3450 : :
3451 : 0 : if (ptr->x_param_large_function_growth)
3452 : 0 : fprintf (file, "%*s%s (%#x)\n",
3453 : : indent_to, "",
3454 : : "param_large_function_growth",
3455 : : ptr->x_param_large_function_growth);
3456 : :
3457 : 0 : if (ptr->x_param_large_function_insns)
3458 : 0 : fprintf (file, "%*s%s (%#x)\n",
3459 : : indent_to, "",
3460 : : "param_large_function_insns",
3461 : : ptr->x_param_large_function_insns);
3462 : :
3463 : 0 : if (ptr->x_param_stack_frame_growth)
3464 : 0 : fprintf (file, "%*s%s (%#x)\n",
3465 : : indent_to, "",
3466 : : "param_stack_frame_growth",
3467 : : ptr->x_param_stack_frame_growth);
3468 : :
3469 : 0 : if (ptr->x_param_large_stack_frame)
3470 : 0 : fprintf (file, "%*s%s (%#x)\n",
3471 : : indent_to, "",
3472 : : "param_large_stack_frame",
3473 : : ptr->x_param_large_stack_frame);
3474 : :
3475 : 0 : if (ptr->x_param_large_unit_insns)
3476 : 0 : fprintf (file, "%*s%s (%#x)\n",
3477 : : indent_to, "",
3478 : : "param_large_unit_insns",
3479 : : ptr->x_param_large_unit_insns);
3480 : :
3481 : 0 : if (ptr->x_param_lim_expensive)
3482 : 0 : fprintf (file, "%*s%s (%#x)\n",
3483 : : indent_to, "",
3484 : : "param_lim_expensive",
3485 : : ptr->x_param_lim_expensive);
3486 : :
3487 : 0 : if (ptr->x_param_loop_block_tile_size)
3488 : 0 : fprintf (file, "%*s%s (%#x)\n",
3489 : : indent_to, "",
3490 : : "param_loop_block_tile_size",
3491 : : ptr->x_param_loop_block_tile_size);
3492 : :
3493 : 0 : if (ptr->x_param_loop_interchange_max_num_stmts)
3494 : 0 : fprintf (file, "%*s%s (%#x)\n",
3495 : : indent_to, "",
3496 : : "param_loop_interchange_max_num_stmts",
3497 : : ptr->x_param_loop_interchange_max_num_stmts);
3498 : :
3499 : 0 : if (ptr->x_param_loop_interchange_stride_ratio)
3500 : 0 : fprintf (file, "%*s%s (%#x)\n",
3501 : : indent_to, "",
3502 : : "param_loop_interchange_stride_ratio",
3503 : : ptr->x_param_loop_interchange_stride_ratio);
3504 : :
3505 : 0 : if (ptr->x_param_loop_invariant_max_bbs_in_loop)
3506 : 0 : fprintf (file, "%*s%s (%#x)\n",
3507 : : indent_to, "",
3508 : : "param_loop_invariant_max_bbs_in_loop",
3509 : : ptr->x_param_loop_invariant_max_bbs_in_loop);
3510 : :
3511 : 0 : if (ptr->x_param_loop_max_datarefs_for_datadeps)
3512 : 0 : fprintf (file, "%*s%s (%#x)\n",
3513 : : indent_to, "",
3514 : : "param_loop_max_datarefs_for_datadeps",
3515 : : ptr->x_param_loop_max_datarefs_for_datadeps);
3516 : :
3517 : 0 : if (ptr->x_param_loop_versioning_max_inner_insns)
3518 : 0 : fprintf (file, "%*s%s (%#x)\n",
3519 : : indent_to, "",
3520 : : "param_loop_versioning_max_inner_insns",
3521 : : ptr->x_param_loop_versioning_max_inner_insns);
3522 : :
3523 : 0 : if (ptr->x_param_loop_versioning_max_outer_insns)
3524 : 0 : fprintf (file, "%*s%s (%#x)\n",
3525 : : indent_to, "",
3526 : : "param_loop_versioning_max_outer_insns",
3527 : : ptr->x_param_loop_versioning_max_outer_insns);
3528 : :
3529 : 0 : if (ptr->x_param_lra_inheritance_ebb_probability_cutoff)
3530 : 0 : fprintf (file, "%*s%s (%#x)\n",
3531 : : indent_to, "",
3532 : : "param_lra_inheritance_ebb_probability_cutoff",
3533 : : ptr->x_param_lra_inheritance_ebb_probability_cutoff);
3534 : :
3535 : 0 : if (ptr->x_param_lra_max_considered_reload_pseudos)
3536 : 0 : fprintf (file, "%*s%s (%#x)\n",
3537 : : indent_to, "",
3538 : : "param_lra_max_considered_reload_pseudos",
3539 : : ptr->x_param_lra_max_considered_reload_pseudos);
3540 : :
3541 : 0 : if (ptr->x_param_lto_locality_frequency)
3542 : 0 : fprintf (file, "%*s%s (%#x)\n",
3543 : : indent_to, "",
3544 : : "param_lto_locality_frequency",
3545 : : ptr->x_param_lto_locality_frequency);
3546 : :
3547 : 0 : if (ptr->x_param_lto_locality_size)
3548 : 0 : fprintf (file, "%*s%s (%#x)\n",
3549 : : indent_to, "",
3550 : : "param_lto_locality_size",
3551 : : ptr->x_param_lto_locality_size);
3552 : :
3553 : 0 : if (ptr->x_param_max_average_unrolled_insns)
3554 : 0 : fprintf (file, "%*s%s (%#x)\n",
3555 : : indent_to, "",
3556 : : "param_max_average_unrolled_insns",
3557 : : ptr->x_param_max_average_unrolled_insns);
3558 : :
3559 : 0 : if (ptr->x_param_max_combine_insns)
3560 : 0 : fprintf (file, "%*s%s (%#x)\n",
3561 : : indent_to, "",
3562 : : "param_max_combine_insns",
3563 : : ptr->x_param_max_combine_insns);
3564 : :
3565 : 0 : if (ptr->x_param_max_combine_search_insns)
3566 : 0 : fprintf (file, "%*s%s (%#x)\n",
3567 : : indent_to, "",
3568 : : "param_max_combine_search_insns",
3569 : : ptr->x_param_max_combine_search_insns);
3570 : :
3571 : 0 : if (ptr->x_param_max_unroll_iterations)
3572 : 0 : fprintf (file, "%*s%s (%#x)\n",
3573 : : indent_to, "",
3574 : : "param_max_unroll_iterations",
3575 : : ptr->x_param_max_unroll_iterations);
3576 : :
3577 : 0 : if (ptr->x_param_max_completely_peel_times)
3578 : 0 : fprintf (file, "%*s%s (%#x)\n",
3579 : : indent_to, "",
3580 : : "param_max_completely_peel_times",
3581 : : ptr->x_param_max_completely_peel_times);
3582 : :
3583 : 0 : if (ptr->x_param_max_completely_peeled_insns)
3584 : 0 : fprintf (file, "%*s%s (%#x)\n",
3585 : : indent_to, "",
3586 : : "param_max_completely_peeled_insns",
3587 : : ptr->x_param_max_completely_peeled_insns);
3588 : :
3589 : 0 : if (ptr->x_param_max_crossjump_edges)
3590 : 0 : fprintf (file, "%*s%s (%#x)\n",
3591 : : indent_to, "",
3592 : : "param_max_crossjump_edges",
3593 : : ptr->x_param_max_crossjump_edges);
3594 : :
3595 : 0 : if (ptr->x_param_max_cse_insns)
3596 : 0 : fprintf (file, "%*s%s (%#x)\n",
3597 : : indent_to, "",
3598 : : "param_max_cse_insns",
3599 : : ptr->x_param_max_cse_insns);
3600 : :
3601 : 0 : if (ptr->x_param_max_cse_path_length)
3602 : 0 : fprintf (file, "%*s%s (%#x)\n",
3603 : : indent_to, "",
3604 : : "param_max_cse_path_length",
3605 : : ptr->x_param_max_cse_path_length);
3606 : :
3607 : 0 : if (ptr->x_param_max_cselib_memory_locations)
3608 : 0 : fprintf (file, "%*s%s (%#x)\n",
3609 : : indent_to, "",
3610 : : "param_max_cselib_memory_locations",
3611 : : ptr->x_param_max_cselib_memory_locations);
3612 : :
3613 : 0 : if (ptr->x_param_max_debug_marker_count)
3614 : 0 : fprintf (file, "%*s%s (%#x)\n",
3615 : : indent_to, "",
3616 : : "param_max_debug_marker_count",
3617 : : ptr->x_param_max_debug_marker_count);
3618 : :
3619 : 0 : if (ptr->x_param_max_delay_slot_insn_search)
3620 : 0 : fprintf (file, "%*s%s (%#x)\n",
3621 : : indent_to, "",
3622 : : "param_max_delay_slot_insn_search",
3623 : : ptr->x_param_max_delay_slot_insn_search);
3624 : :
3625 : 0 : if (ptr->x_param_max_delay_slot_live_search)
3626 : 0 : fprintf (file, "%*s%s (%#x)\n",
3627 : : indent_to, "",
3628 : : "param_max_delay_slot_live_search",
3629 : : ptr->x_param_max_delay_slot_live_search);
3630 : :
3631 : 0 : if (ptr->x_param_max_dse_active_local_stores)
3632 : 0 : fprintf (file, "%*s%s (%#x)\n",
3633 : : indent_to, "",
3634 : : "param_max_dse_active_local_stores",
3635 : : ptr->x_param_max_dse_active_local_stores);
3636 : :
3637 : 0 : if (ptr->x_param_early_inliner_max_iterations)
3638 : 0 : fprintf (file, "%*s%s (%#x)\n",
3639 : : indent_to, "",
3640 : : "param_early_inliner_max_iterations",
3641 : : ptr->x_param_early_inliner_max_iterations);
3642 : :
3643 : 0 : if (ptr->x_param_max_find_base_term_values)
3644 : 0 : fprintf (file, "%*s%s (%#x)\n",
3645 : : indent_to, "",
3646 : : "param_max_find_base_term_values",
3647 : : ptr->x_param_max_find_base_term_values);
3648 : :
3649 : 0 : if (ptr->x_param_max_fsm_thread_path_insns)
3650 : 0 : fprintf (file, "%*s%s (%#x)\n",
3651 : : indent_to, "",
3652 : : "param_max_fsm_thread_path_insns",
3653 : : ptr->x_param_max_fsm_thread_path_insns);
3654 : :
3655 : 0 : if (ptr->x_param_max_gcse_insertion_ratio)
3656 : 0 : fprintf (file, "%*s%s (%#x)\n",
3657 : : indent_to, "",
3658 : : "param_max_gcse_insertion_ratio",
3659 : : ptr->x_param_max_gcse_insertion_ratio);
3660 : :
3661 : 0 : if (ptr->x_param_max_gcse_memory)
3662 : 0 : fprintf (file, "%*s%s (%#x)\n",
3663 : : indent_to, "",
3664 : : "param_max_gcse_memory",
3665 : : ptr->x_param_max_gcse_memory);
3666 : :
3667 : 0 : if (ptr->x_param_max_goto_duplication_insns)
3668 : 0 : fprintf (file, "%*s%s (%#x)\n",
3669 : : indent_to, "",
3670 : : "param_max_goto_duplication_insns",
3671 : : ptr->x_param_max_goto_duplication_insns);
3672 : :
3673 : 0 : if (ptr->x_param_max_grow_copy_bb_insns)
3674 : 0 : fprintf (file, "%*s%s (%#x)\n",
3675 : : indent_to, "",
3676 : : "param_max_grow_copy_bb_insns",
3677 : : ptr->x_param_max_grow_copy_bb_insns);
3678 : :
3679 : 0 : if (ptr->x_param_max_hoist_depth)
3680 : 0 : fprintf (file, "%*s%s (%#x)\n",
3681 : : indent_to, "",
3682 : : "param_max_hoist_depth",
3683 : : ptr->x_param_max_hoist_depth);
3684 : :
3685 : 0 : if (ptr->x_param_inline_functions_called_once_insns)
3686 : 0 : fprintf (file, "%*s%s (%#x)\n",
3687 : : indent_to, "",
3688 : : "param_inline_functions_called_once_insns",
3689 : : ptr->x_param_inline_functions_called_once_insns);
3690 : :
3691 : 0 : if (ptr->x_param_inline_functions_called_once_loop_depth)
3692 : 0 : fprintf (file, "%*s%s (%#x)\n",
3693 : : indent_to, "",
3694 : : "param_inline_functions_called_once_loop_depth",
3695 : : ptr->x_param_inline_functions_called_once_loop_depth);
3696 : :
3697 : 0 : if (ptr->x_param_max_inline_insns_auto)
3698 : 0 : fprintf (file, "%*s%s (%#x)\n",
3699 : : indent_to, "",
3700 : : "param_max_inline_insns_auto",
3701 : : ptr->x_param_max_inline_insns_auto);
3702 : :
3703 : 0 : if (ptr->x_param_max_inline_insns_recursive_auto)
3704 : 0 : fprintf (file, "%*s%s (%#x)\n",
3705 : : indent_to, "",
3706 : : "param_max_inline_insns_recursive_auto",
3707 : : ptr->x_param_max_inline_insns_recursive_auto);
3708 : :
3709 : 0 : if (ptr->x_param_max_inline_insns_recursive)
3710 : 0 : fprintf (file, "%*s%s (%#x)\n",
3711 : : indent_to, "",
3712 : : "param_max_inline_insns_recursive",
3713 : : ptr->x_param_max_inline_insns_recursive);
3714 : :
3715 : 0 : if (ptr->x_param_max_inline_insns_single)
3716 : 0 : fprintf (file, "%*s%s (%#x)\n",
3717 : : indent_to, "",
3718 : : "param_max_inline_insns_single",
3719 : : ptr->x_param_max_inline_insns_single);
3720 : :
3721 : 0 : if (ptr->x_param_max_inline_insns_size)
3722 : 0 : fprintf (file, "%*s%s (%#x)\n",
3723 : : indent_to, "",
3724 : : "param_max_inline_insns_size",
3725 : : ptr->x_param_max_inline_insns_size);
3726 : :
3727 : 0 : if (ptr->x_param_max_inline_insns_small)
3728 : 0 : fprintf (file, "%*s%s (%#x)\n",
3729 : : indent_to, "",
3730 : : "param_max_inline_insns_small",
3731 : : ptr->x_param_max_inline_insns_small);
3732 : :
3733 : 0 : if (ptr->x_param_max_inline_recursive_depth_auto)
3734 : 0 : fprintf (file, "%*s%s (%#x)\n",
3735 : : indent_to, "",
3736 : : "param_max_inline_recursive_depth_auto",
3737 : : ptr->x_param_max_inline_recursive_depth_auto);
3738 : :
3739 : 0 : if (ptr->x_param_max_inline_recursive_depth)
3740 : 0 : fprintf (file, "%*s%s (%#x)\n",
3741 : : indent_to, "",
3742 : : "param_max_inline_recursive_depth",
3743 : : ptr->x_param_max_inline_recursive_depth);
3744 : :
3745 : 0 : if (ptr->x_param_max_isl_operations)
3746 : 0 : fprintf (file, "%*s%s (%#x)\n",
3747 : : indent_to, "",
3748 : : "param_max_isl_operations",
3749 : : ptr->x_param_max_isl_operations);
3750 : :
3751 : 0 : if (ptr->x_param_max_iterations_computation_cost)
3752 : 0 : fprintf (file, "%*s%s (%#x)\n",
3753 : : indent_to, "",
3754 : : "param_max_iterations_computation_cost",
3755 : : ptr->x_param_max_iterations_computation_cost);
3756 : :
3757 : 0 : if (ptr->x_param_max_iterations_to_track)
3758 : 0 : fprintf (file, "%*s%s (%#x)\n",
3759 : : indent_to, "",
3760 : : "param_max_iterations_to_track",
3761 : : ptr->x_param_max_iterations_to_track);
3762 : :
3763 : 0 : if (ptr->x_param_max_jump_thread_duplication_stmts)
3764 : 0 : fprintf (file, "%*s%s (%#x)\n",
3765 : : indent_to, "",
3766 : : "param_max_jump_thread_duplication_stmts",
3767 : : ptr->x_param_max_jump_thread_duplication_stmts);
3768 : :
3769 : 0 : if (ptr->x_param_max_jump_thread_paths)
3770 : 0 : fprintf (file, "%*s%s (%#x)\n",
3771 : : indent_to, "",
3772 : : "param_max_jump_thread_paths",
3773 : : ptr->x_param_max_jump_thread_paths);
3774 : :
3775 : 0 : if (ptr->x_param_max_last_value_rtl)
3776 : 0 : fprintf (file, "%*s%s (%#x)\n",
3777 : : indent_to, "",
3778 : : "param_max_last_value_rtl",
3779 : : ptr->x_param_max_last_value_rtl);
3780 : :
3781 : 0 : if (ptr->x_param_max_loop_header_insns)
3782 : 0 : fprintf (file, "%*s%s (%#x)\n",
3783 : : indent_to, "",
3784 : : "param_max_loop_header_insns",
3785 : : ptr->x_param_max_loop_header_insns);
3786 : :
3787 : 0 : if (ptr->x_param_max_modulo_backtrack_attempts)
3788 : 0 : fprintf (file, "%*s%s (%#x)\n",
3789 : : indent_to, "",
3790 : : "param_max_modulo_backtrack_attempts",
3791 : : ptr->x_param_max_modulo_backtrack_attempts);
3792 : :
3793 : 0 : if (ptr->x_param_max_partial_antic_length)
3794 : 0 : fprintf (file, "%*s%s (%#x)\n",
3795 : : indent_to, "",
3796 : : "param_max_partial_antic_length",
3797 : : ptr->x_param_max_partial_antic_length);
3798 : :
3799 : 0 : if (ptr->x_param_max_peel_branches)
3800 : 0 : fprintf (file, "%*s%s (%#x)\n",
3801 : : indent_to, "",
3802 : : "param_max_peel_branches",
3803 : : ptr->x_param_max_peel_branches);
3804 : :
3805 : 0 : if (ptr->x_param_max_peel_times)
3806 : 0 : fprintf (file, "%*s%s (%#x)\n",
3807 : : indent_to, "",
3808 : : "param_max_peel_times",
3809 : : ptr->x_param_max_peel_times);
3810 : :
3811 : 0 : if (ptr->x_param_max_peeled_insns)
3812 : 0 : fprintf (file, "%*s%s (%#x)\n",
3813 : : indent_to, "",
3814 : : "param_max_peeled_insns",
3815 : : ptr->x_param_max_peeled_insns);
3816 : :
3817 : 0 : if (ptr->x_param_max_pending_list_length)
3818 : 0 : fprintf (file, "%*s%s (%#x)\n",
3819 : : indent_to, "",
3820 : : "param_max_pending_list_length",
3821 : : ptr->x_param_max_pending_list_length);
3822 : :
3823 : 0 : if (ptr->x_param_max_pipeline_region_blocks)
3824 : 0 : fprintf (file, "%*s%s (%#x)\n",
3825 : : indent_to, "",
3826 : : "param_max_pipeline_region_blocks",
3827 : : ptr->x_param_max_pipeline_region_blocks);
3828 : :
3829 : 0 : if (ptr->x_param_max_pipeline_region_insns)
3830 : 0 : fprintf (file, "%*s%s (%#x)\n",
3831 : : indent_to, "",
3832 : : "param_max_pipeline_region_insns",
3833 : : ptr->x_param_max_pipeline_region_insns);
3834 : :
3835 : 0 : if (ptr->x_param_max_pow_sqrt_depth)
3836 : 0 : fprintf (file, "%*s%s (%#x)\n",
3837 : : indent_to, "",
3838 : : "param_max_pow_sqrt_depth",
3839 : : ptr->x_param_max_pow_sqrt_depth);
3840 : :
3841 : 0 : if (ptr->x_param_max_predicted_iterations)
3842 : 0 : fprintf (file, "%*s%s (%#x)\n",
3843 : : indent_to, "",
3844 : : "param_max_predicted_iterations",
3845 : : ptr->x_param_max_predicted_iterations);
3846 : :
3847 : 0 : if (ptr->x_param_max_reload_search_insns)
3848 : 0 : fprintf (file, "%*s%s (%#x)\n",
3849 : : indent_to, "",
3850 : : "param_max_reload_search_insns",
3851 : : ptr->x_param_max_reload_search_insns);
3852 : :
3853 : 0 : if (ptr->x_param_max_rtl_if_conversion_insns)
3854 : 0 : fprintf (file, "%*s%s (%#x)\n",
3855 : : indent_to, "",
3856 : : "param_max_rtl_if_conversion_insns",
3857 : : ptr->x_param_max_rtl_if_conversion_insns);
3858 : :
3859 : 0 : if (ptr->x_param_max_rtl_if_conversion_predictable_cost)
3860 : 0 : fprintf (file, "%*s%s (%#x)\n",
3861 : : indent_to, "",
3862 : : "param_max_rtl_if_conversion_predictable_cost",
3863 : : ptr->x_param_max_rtl_if_conversion_predictable_cost);
3864 : :
3865 : 0 : if (ptr->x_param_max_rtl_if_conversion_unpredictable_cost)
3866 : 0 : fprintf (file, "%*s%s (%#x)\n",
3867 : : indent_to, "",
3868 : : "param_max_rtl_if_conversion_unpredictable_cost",
3869 : : ptr->x_param_max_rtl_if_conversion_unpredictable_cost);
3870 : :
3871 : 0 : if (ptr->x_param_max_sched_extend_regions_iters)
3872 : 0 : fprintf (file, "%*s%s (%#x)\n",
3873 : : indent_to, "",
3874 : : "param_max_sched_extend_regions_iters",
3875 : : ptr->x_param_max_sched_extend_regions_iters);
3876 : :
3877 : 0 : if (ptr->x_param_max_sched_insn_conflict_delay)
3878 : 0 : fprintf (file, "%*s%s (%#x)\n",
3879 : : indent_to, "",
3880 : : "param_max_sched_insn_conflict_delay",
3881 : : ptr->x_param_max_sched_insn_conflict_delay);
3882 : :
3883 : 0 : if (ptr->x_param_max_sched_ready_insns)
3884 : 0 : fprintf (file, "%*s%s (%#x)\n",
3885 : : indent_to, "",
3886 : : "param_max_sched_ready_insns",
3887 : : ptr->x_param_max_sched_ready_insns);
3888 : :
3889 : 0 : if (ptr->x_param_max_sched_region_blocks)
3890 : 0 : fprintf (file, "%*s%s (%#x)\n",
3891 : : indent_to, "",
3892 : : "param_max_sched_region_blocks",
3893 : : ptr->x_param_max_sched_region_blocks);
3894 : :
3895 : 0 : if (ptr->x_param_max_sched_region_insns)
3896 : 0 : fprintf (file, "%*s%s (%#x)\n",
3897 : : indent_to, "",
3898 : : "param_max_sched_region_insns",
3899 : : ptr->x_param_max_sched_region_insns);
3900 : :
3901 : 0 : if (ptr->x_param_max_slsr_candidate_scan)
3902 : 0 : fprintf (file, "%*s%s (%#x)\n",
3903 : : indent_to, "",
3904 : : "param_max_slsr_candidate_scan",
3905 : : ptr->x_param_max_slsr_candidate_scan);
3906 : :
3907 : 0 : if (ptr->x_param_max_speculative_devirt_maydefs)
3908 : 0 : fprintf (file, "%*s%s (%#x)\n",
3909 : : indent_to, "",
3910 : : "param_max_speculative_devirt_maydefs",
3911 : : ptr->x_param_max_speculative_devirt_maydefs);
3912 : :
3913 : 0 : if (ptr->x_param_max_stores_to_merge)
3914 : 0 : fprintf (file, "%*s%s (%#x)\n",
3915 : : indent_to, "",
3916 : : "param_max_stores_to_merge",
3917 : : ptr->x_param_max_stores_to_merge);
3918 : :
3919 : 0 : if (ptr->x_param_max_stores_to_sink)
3920 : 0 : fprintf (file, "%*s%s (%#x)\n",
3921 : : indent_to, "",
3922 : : "param_max_stores_to_sink",
3923 : : ptr->x_param_max_stores_to_sink);
3924 : :
3925 : 0 : if (ptr->x_param_max_tail_merge_comparisons)
3926 : 0 : fprintf (file, "%*s%s (%#x)\n",
3927 : : indent_to, "",
3928 : : "param_max_tail_merge_comparisons",
3929 : : ptr->x_param_max_tail_merge_comparisons);
3930 : :
3931 : 0 : if (ptr->x_param_max_tail_merge_iterations)
3932 : 0 : fprintf (file, "%*s%s (%#x)\n",
3933 : : indent_to, "",
3934 : : "param_max_tail_merge_iterations",
3935 : : ptr->x_param_max_tail_merge_iterations);
3936 : :
3937 : 0 : if (ptr->x_param_max_tracked_strlens)
3938 : 0 : fprintf (file, "%*s%s (%#x)\n",
3939 : : indent_to, "",
3940 : : "param_max_tracked_strlens",
3941 : : ptr->x_param_max_tracked_strlens);
3942 : :
3943 : 0 : if (ptr->x_param_max_tree_if_conversion_phi_args)
3944 : 0 : fprintf (file, "%*s%s (%#x)\n",
3945 : : indent_to, "",
3946 : : "param_max_tree_if_conversion_phi_args",
3947 : : ptr->x_param_max_tree_if_conversion_phi_args);
3948 : :
3949 : 0 : if (ptr->x_param_max_unroll_times)
3950 : 0 : fprintf (file, "%*s%s (%#x)\n",
3951 : : indent_to, "",
3952 : : "param_max_unroll_times",
3953 : : ptr->x_param_max_unroll_times);
3954 : :
3955 : 0 : if (ptr->x_param_max_unrolled_insns)
3956 : 0 : fprintf (file, "%*s%s (%#x)\n",
3957 : : indent_to, "",
3958 : : "param_max_unrolled_insns",
3959 : : ptr->x_param_max_unrolled_insns);
3960 : :
3961 : 0 : if (ptr->x_param_max_unswitch_depth)
3962 : 0 : fprintf (file, "%*s%s (%#x)\n",
3963 : : indent_to, "",
3964 : : "param_max_unswitch_depth",
3965 : : ptr->x_param_max_unswitch_depth);
3966 : :
3967 : 0 : if (ptr->x_param_max_unswitch_insns)
3968 : 0 : fprintf (file, "%*s%s (%#x)\n",
3969 : : indent_to, "",
3970 : : "param_max_unswitch_insns",
3971 : : ptr->x_param_max_unswitch_insns);
3972 : :
3973 : 0 : if (ptr->x_param_max_variable_expansions)
3974 : 0 : fprintf (file, "%*s%s (%#x)\n",
3975 : : indent_to, "",
3976 : : "param_max_variable_expansions",
3977 : : ptr->x_param_max_variable_expansions);
3978 : :
3979 : 0 : if (ptr->x_param_max_vartrack_expr_depth)
3980 : 0 : fprintf (file, "%*s%s (%#x)\n",
3981 : : indent_to, "",
3982 : : "param_max_vartrack_expr_depth",
3983 : : ptr->x_param_max_vartrack_expr_depth);
3984 : :
3985 : 0 : if (ptr->x_param_max_vartrack_reverse_op_size)
3986 : 0 : fprintf (file, "%*s%s (%#x)\n",
3987 : : indent_to, "",
3988 : : "param_max_vartrack_reverse_op_size",
3989 : : ptr->x_param_max_vartrack_reverse_op_size);
3990 : :
3991 : 0 : if (ptr->x_param_max_vartrack_size)
3992 : 0 : fprintf (file, "%*s%s (%#x)\n",
3993 : : indent_to, "",
3994 : : "param_max_vartrack_size",
3995 : : ptr->x_param_max_vartrack_size);
3996 : :
3997 : 0 : if (ptr->x_param_min_crossjump_insns)
3998 : 0 : fprintf (file, "%*s%s (%#x)\n",
3999 : : indent_to, "",
4000 : : "param_min_crossjump_insns",
4001 : : ptr->x_param_min_crossjump_insns);
4002 : :
4003 : 0 : if (ptr->x_param_min_inline_recursive_probability)
4004 : 0 : fprintf (file, "%*s%s (%#x)\n",
4005 : : indent_to, "",
4006 : : "param_min_inline_recursive_probability",
4007 : : ptr->x_param_min_inline_recursive_probability);
4008 : :
4009 : 0 : if (ptr->x_param_min_insn_to_prefetch_ratio)
4010 : 0 : fprintf (file, "%*s%s (%#x)\n",
4011 : : indent_to, "",
4012 : : "param_min_insn_to_prefetch_ratio",
4013 : : ptr->x_param_min_insn_to_prefetch_ratio);
4014 : :
4015 : 0 : if (ptr->x_param_min_loop_cond_split_prob)
4016 : 0 : fprintf (file, "%*s%s (%#x)\n",
4017 : : indent_to, "",
4018 : : "param_min_loop_cond_split_prob",
4019 : : ptr->x_param_min_loop_cond_split_prob);
4020 : :
4021 : 0 : if (ptr->x_param_min_pagesize)
4022 : 0 : fprintf (file, "%*s%s (%#x)\n",
4023 : : indent_to, "",
4024 : : "param_min_pagesize",
4025 : : ptr->x_param_min_pagesize);
4026 : :
4027 : 0 : if (ptr->x_param_min_size_for_stack_sharing)
4028 : 0 : fprintf (file, "%*s%s (%#x)\n",
4029 : : indent_to, "",
4030 : : "param_min_size_for_stack_sharing",
4031 : : ptr->x_param_min_size_for_stack_sharing);
4032 : :
4033 : 0 : if (ptr->x_param_min_spec_prob)
4034 : 0 : fprintf (file, "%*s%s (%#x)\n",
4035 : : indent_to, "",
4036 : : "param_min_spec_prob",
4037 : : ptr->x_param_min_spec_prob);
4038 : :
4039 : 0 : if (ptr->x_param_min_vect_loop_bound)
4040 : 0 : fprintf (file, "%*s%s (%#x)\n",
4041 : : indent_to, "",
4042 : : "param_min_vect_loop_bound",
4043 : : ptr->x_param_min_vect_loop_bound);
4044 : :
4045 : 0 : if (ptr->x_param_modref_max_accesses)
4046 : 0 : fprintf (file, "%*s%s (%#x)\n",
4047 : : indent_to, "",
4048 : : "param_modref_max_accesses",
4049 : : ptr->x_param_modref_max_accesses);
4050 : :
4051 : 0 : if (ptr->x_param_modref_max_adjustments)
4052 : 0 : fprintf (file, "%*s%s (%#x)\n",
4053 : : indent_to, "",
4054 : : "param_modref_max_adjustments",
4055 : : ptr->x_param_modref_max_adjustments);
4056 : :
4057 : 0 : if (ptr->x_param_modref_max_bases)
4058 : 0 : fprintf (file, "%*s%s (%#x)\n",
4059 : : indent_to, "",
4060 : : "param_modref_max_bases",
4061 : : ptr->x_param_modref_max_bases);
4062 : :
4063 : 0 : if (ptr->x_param_modref_max_depth)
4064 : 0 : fprintf (file, "%*s%s (%#x)\n",
4065 : : indent_to, "",
4066 : : "param_modref_max_depth",
4067 : : ptr->x_param_modref_max_depth);
4068 : :
4069 : 0 : if (ptr->x_param_modref_max_escape_points)
4070 : 0 : fprintf (file, "%*s%s (%#x)\n",
4071 : : indent_to, "",
4072 : : "param_modref_max_escape_points",
4073 : : ptr->x_param_modref_max_escape_points);
4074 : :
4075 : 0 : if (ptr->x_param_modref_max_refs)
4076 : 0 : fprintf (file, "%*s%s (%#x)\n",
4077 : : indent_to, "",
4078 : : "param_modref_max_refs",
4079 : : ptr->x_param_modref_max_refs);
4080 : :
4081 : 0 : if (ptr->x_param_modref_max_tests)
4082 : 0 : fprintf (file, "%*s%s (%#x)\n",
4083 : : indent_to, "",
4084 : : "param_modref_max_tests",
4085 : : ptr->x_param_modref_max_tests);
4086 : :
4087 : 0 : if (ptr->x_param_parloops_chunk_size)
4088 : 0 : fprintf (file, "%*s%s (%#x)\n",
4089 : : indent_to, "",
4090 : : "param_parloops_chunk_size",
4091 : : ptr->x_param_parloops_chunk_size);
4092 : :
4093 : 0 : if (ptr->x_param_parloops_min_per_thread)
4094 : 0 : fprintf (file, "%*s%s (%#x)\n",
4095 : : indent_to, "",
4096 : : "param_parloops_min_per_thread",
4097 : : ptr->x_param_parloops_min_per_thread);
4098 : :
4099 : 0 : if (ptr->x_param_parloops_schedule)
4100 : 0 : fprintf (file, "%*s%s (%#x)\n",
4101 : : indent_to, "",
4102 : : "param_parloops_schedule",
4103 : : ptr->x_param_parloops_schedule);
4104 : :
4105 : 0 : if (ptr->x_param_partial_inlining_entry_probability)
4106 : 0 : fprintf (file, "%*s%s (%#x)\n",
4107 : : indent_to, "",
4108 : : "param_partial_inlining_entry_probability",
4109 : : ptr->x_param_partial_inlining_entry_probability);
4110 : :
4111 : 0 : if (ptr->x_param_phiopt_factor_max_stmts_live)
4112 : 0 : fprintf (file, "%*s%s (%#x)\n",
4113 : : indent_to, "",
4114 : : "param_phiopt_factor_max_stmts_live",
4115 : : ptr->x_param_phiopt_factor_max_stmts_live);
4116 : :
4117 : 0 : if (ptr->x_param_predictable_branch_outcome)
4118 : 0 : fprintf (file, "%*s%s (%#x)\n",
4119 : : indent_to, "",
4120 : : "param_predictable_branch_outcome",
4121 : : ptr->x_param_predictable_branch_outcome);
4122 : :
4123 : 0 : if (ptr->x_param_prefetch_dynamic_strides)
4124 : 0 : fprintf (file, "%*s%s (%#x)\n",
4125 : : indent_to, "",
4126 : : "param_prefetch_dynamic_strides",
4127 : : ptr->x_param_prefetch_dynamic_strides);
4128 : :
4129 : 0 : if (ptr->x_param_prefetch_latency)
4130 : 0 : fprintf (file, "%*s%s (%#x)\n",
4131 : : indent_to, "",
4132 : : "param_prefetch_latency",
4133 : : ptr->x_param_prefetch_latency);
4134 : :
4135 : 0 : if (ptr->x_param_prefetch_min_insn_to_mem_ratio)
4136 : 0 : fprintf (file, "%*s%s (%#x)\n",
4137 : : indent_to, "",
4138 : : "param_prefetch_min_insn_to_mem_ratio",
4139 : : ptr->x_param_prefetch_min_insn_to_mem_ratio);
4140 : :
4141 : 0 : if (ptr->x_param_prefetch_minimum_stride)
4142 : 0 : fprintf (file, "%*s%s (%#x)\n",
4143 : : indent_to, "",
4144 : : "param_prefetch_minimum_stride",
4145 : : ptr->x_param_prefetch_minimum_stride);
4146 : :
4147 : 0 : if (ptr->x_param_ranger_logical_depth)
4148 : 0 : fprintf (file, "%*s%s (%#x)\n",
4149 : : indent_to, "",
4150 : : "param_ranger_logical_depth",
4151 : : ptr->x_param_ranger_logical_depth);
4152 : :
4153 : 0 : if (ptr->x_param_ranger_recompute_depth)
4154 : 0 : fprintf (file, "%*s%s (%#x)\n",
4155 : : indent_to, "",
4156 : : "param_ranger_recompute_depth",
4157 : : ptr->x_param_ranger_recompute_depth);
4158 : :
4159 : 0 : if (ptr->x_param_relation_block_limit)
4160 : 0 : fprintf (file, "%*s%s (%#x)\n",
4161 : : indent_to, "",
4162 : : "param_relation_block_limit",
4163 : : ptr->x_param_relation_block_limit);
4164 : :
4165 : 0 : if (ptr->x_param_rpo_vn_max_loop_depth)
4166 : 0 : fprintf (file, "%*s%s (%#x)\n",
4167 : : indent_to, "",
4168 : : "param_rpo_vn_max_loop_depth",
4169 : : ptr->x_param_rpo_vn_max_loop_depth);
4170 : :
4171 : 0 : if (ptr->x_param_sccvn_max_alias_queries_per_access)
4172 : 0 : fprintf (file, "%*s%s (%#x)\n",
4173 : : indent_to, "",
4174 : : "param_sccvn_max_alias_queries_per_access",
4175 : : ptr->x_param_sccvn_max_alias_queries_per_access);
4176 : :
4177 : 0 : if (ptr->x_param_scev_max_expr_complexity)
4178 : 0 : fprintf (file, "%*s%s (%#x)\n",
4179 : : indent_to, "",
4180 : : "param_scev_max_expr_complexity",
4181 : : ptr->x_param_scev_max_expr_complexity);
4182 : :
4183 : 0 : if (ptr->x_param_scev_max_expr_size)
4184 : 0 : fprintf (file, "%*s%s (%#x)\n",
4185 : : indent_to, "",
4186 : : "param_scev_max_expr_size",
4187 : : ptr->x_param_scev_max_expr_size);
4188 : :
4189 : 0 : if (ptr->x_param_sched_autopref_queue_depth)
4190 : 0 : fprintf (file, "%*s%s (%#x)\n",
4191 : : indent_to, "",
4192 : : "param_sched_autopref_queue_depth",
4193 : : ptr->x_param_sched_autopref_queue_depth);
4194 : :
4195 : 0 : if (ptr->x_param_sched_mem_true_dep_cost)
4196 : 0 : fprintf (file, "%*s%s (%#x)\n",
4197 : : indent_to, "",
4198 : : "param_sched_mem_true_dep_cost",
4199 : : ptr->x_param_sched_mem_true_dep_cost);
4200 : :
4201 : 0 : if (ptr->x_param_sched_pressure_algorithm)
4202 : 0 : fprintf (file, "%*s%s (%#x)\n",
4203 : : indent_to, "",
4204 : : "param_sched_pressure_algorithm",
4205 : : ptr->x_param_sched_pressure_algorithm);
4206 : :
4207 : 0 : if (ptr->x_param_sched_spec_prob_cutoff)
4208 : 0 : fprintf (file, "%*s%s (%#x)\n",
4209 : : indent_to, "",
4210 : : "param_sched_spec_prob_cutoff",
4211 : : ptr->x_param_sched_spec_prob_cutoff);
4212 : :
4213 : 0 : if (ptr->x_param_sched_state_edge_prob_cutoff)
4214 : 0 : fprintf (file, "%*s%s (%#x)\n",
4215 : : indent_to, "",
4216 : : "param_sched_state_edge_prob_cutoff",
4217 : : ptr->x_param_sched_state_edge_prob_cutoff);
4218 : :
4219 : 0 : if (ptr->x_param_selsched_insns_to_rename)
4220 : 0 : fprintf (file, "%*s%s (%#x)\n",
4221 : : indent_to, "",
4222 : : "param_selsched_insns_to_rename",
4223 : : ptr->x_param_selsched_insns_to_rename);
4224 : :
4225 : 0 : if (ptr->x_param_selsched_max_lookahead)
4226 : 0 : fprintf (file, "%*s%s (%#x)\n",
4227 : : indent_to, "",
4228 : : "param_selsched_max_lookahead",
4229 : : ptr->x_param_selsched_max_lookahead);
4230 : :
4231 : 0 : if (ptr->x_param_selsched_max_sched_times)
4232 : 0 : fprintf (file, "%*s%s (%#x)\n",
4233 : : indent_to, "",
4234 : : "param_selsched_max_sched_times",
4235 : : ptr->x_param_selsched_max_sched_times);
4236 : :
4237 : 0 : if (ptr->x_param_simultaneous_prefetches)
4238 : 0 : fprintf (file, "%*s%s (%#x)\n",
4239 : : indent_to, "",
4240 : : "param_simultaneous_prefetches",
4241 : : ptr->x_param_simultaneous_prefetches);
4242 : :
4243 : 0 : if (ptr->x_param_sink_frequency_threshold)
4244 : 0 : fprintf (file, "%*s%s (%#x)\n",
4245 : : indent_to, "",
4246 : : "param_sink_frequency_threshold",
4247 : : ptr->x_param_sink_frequency_threshold);
4248 : :
4249 : 0 : if (ptr->x_param_sms_dfa_history)
4250 : 0 : fprintf (file, "%*s%s (%#x)\n",
4251 : : indent_to, "",
4252 : : "param_sms_dfa_history",
4253 : : ptr->x_param_sms_dfa_history);
4254 : :
4255 : 0 : if (ptr->x_param_sms_loop_average_count_threshold)
4256 : 0 : fprintf (file, "%*s%s (%#x)\n",
4257 : : indent_to, "",
4258 : : "param_sms_loop_average_count_threshold",
4259 : : ptr->x_param_sms_loop_average_count_threshold);
4260 : :
4261 : 0 : if (ptr->x_param_sms_max_ii_factor)
4262 : 0 : fprintf (file, "%*s%s (%#x)\n",
4263 : : indent_to, "",
4264 : : "param_sms_max_ii_factor",
4265 : : ptr->x_param_sms_max_ii_factor);
4266 : :
4267 : 0 : if (ptr->x_param_sms_min_sc)
4268 : 0 : fprintf (file, "%*s%s (%#x)\n",
4269 : : indent_to, "",
4270 : : "param_sms_min_sc",
4271 : : ptr->x_param_sms_min_sc);
4272 : :
4273 : 0 : if (ptr->x_param_sra_max_propagations)
4274 : 0 : fprintf (file, "%*s%s (%#x)\n",
4275 : : indent_to, "",
4276 : : "param_sra_max_propagations",
4277 : : ptr->x_param_sra_max_propagations);
4278 : :
4279 : 0 : if (ptr->x_param_sra_max_scalarization_size_size)
4280 : 0 : fprintf (file, "%*s%s (%#x)\n",
4281 : : indent_to, "",
4282 : : "param_sra_max_scalarization_size_size",
4283 : : ptr->x_param_sra_max_scalarization_size_size);
4284 : :
4285 : 0 : if (ptr->x_param_sra_max_scalarization_size_speed)
4286 : 0 : fprintf (file, "%*s%s (%#x)\n",
4287 : : indent_to, "",
4288 : : "param_sra_max_scalarization_size_speed",
4289 : : ptr->x_param_sra_max_scalarization_size_speed);
4290 : :
4291 : 0 : if (ptr->x_param_ssa_name_def_chain_limit)
4292 : 0 : fprintf (file, "%*s%s (%#x)\n",
4293 : : indent_to, "",
4294 : : "param_ssa_name_def_chain_limit",
4295 : : ptr->x_param_ssa_name_def_chain_limit);
4296 : :
4297 : 0 : if (ptr->x_param_ssp_buffer_size)
4298 : 0 : fprintf (file, "%*s%s (%#x)\n",
4299 : : indent_to, "",
4300 : : "param_ssp_buffer_size",
4301 : : ptr->x_param_ssp_buffer_size);
4302 : :
4303 : 0 : if (ptr->x_param_stack_clash_protection_guard_size)
4304 : 0 : fprintf (file, "%*s%s (%#x)\n",
4305 : : indent_to, "",
4306 : : "param_stack_clash_protection_guard_size",
4307 : : ptr->x_param_stack_clash_protection_guard_size);
4308 : :
4309 : 0 : if (ptr->x_param_stack_clash_protection_probe_interval)
4310 : 0 : fprintf (file, "%*s%s (%#x)\n",
4311 : : indent_to, "",
4312 : : "param_stack_clash_protection_probe_interval",
4313 : : ptr->x_param_stack_clash_protection_probe_interval);
4314 : :
4315 : 0 : if (ptr->x_param_store_forwarding_max_distance)
4316 : 0 : fprintf (file, "%*s%s (%#x)\n",
4317 : : indent_to, "",
4318 : : "param_store_forwarding_max_distance",
4319 : : ptr->x_param_store_forwarding_max_distance);
4320 : :
4321 : 0 : if (ptr->x_param_store_merging_allow_unaligned)
4322 : 0 : fprintf (file, "%*s%s (%#x)\n",
4323 : : indent_to, "",
4324 : : "param_store_merging_allow_unaligned",
4325 : : ptr->x_param_store_merging_allow_unaligned);
4326 : :
4327 : 0 : if (ptr->x_param_store_merging_max_size)
4328 : 0 : fprintf (file, "%*s%s (%#x)\n",
4329 : : indent_to, "",
4330 : : "param_store_merging_max_size",
4331 : : ptr->x_param_store_merging_max_size);
4332 : :
4333 : 0 : if (ptr->x_param_switch_conversion_branch_ratio)
4334 : 0 : fprintf (file, "%*s%s (%#x)\n",
4335 : : indent_to, "",
4336 : : "param_switch_conversion_branch_ratio",
4337 : : ptr->x_param_switch_conversion_branch_ratio);
4338 : :
4339 : 0 : if (ptr->x_param_switch_lower_slow_alg_max_cases)
4340 : 0 : fprintf (file, "%*s%s (%#x)\n",
4341 : : indent_to, "",
4342 : : "param_switch_lower_slow_alg_max_cases",
4343 : : ptr->x_param_switch_lower_slow_alg_max_cases);
4344 : :
4345 : 0 : if (ptr->x_param_tm_max_aggregate_size)
4346 : 0 : fprintf (file, "%*s%s (%#x)\n",
4347 : : indent_to, "",
4348 : : "param_tm_max_aggregate_size",
4349 : : ptr->x_param_tm_max_aggregate_size);
4350 : :
4351 : 0 : if (ptr->x_param_tracer_dynamic_coverage_feedback)
4352 : 0 : fprintf (file, "%*s%s (%#x)\n",
4353 : : indent_to, "",
4354 : : "param_tracer_dynamic_coverage_feedback",
4355 : : ptr->x_param_tracer_dynamic_coverage_feedback);
4356 : :
4357 : 0 : if (ptr->x_param_tracer_dynamic_coverage)
4358 : 0 : fprintf (file, "%*s%s (%#x)\n",
4359 : : indent_to, "",
4360 : : "param_tracer_dynamic_coverage",
4361 : : ptr->x_param_tracer_dynamic_coverage);
4362 : :
4363 : 0 : if (ptr->x_param_tracer_max_code_growth)
4364 : 0 : fprintf (file, "%*s%s (%#x)\n",
4365 : : indent_to, "",
4366 : : "param_tracer_max_code_growth",
4367 : : ptr->x_param_tracer_max_code_growth);
4368 : :
4369 : 0 : if (ptr->x_param_tracer_min_branch_probability_feedback)
4370 : 0 : fprintf (file, "%*s%s (%#x)\n",
4371 : : indent_to, "",
4372 : : "param_tracer_min_branch_probability_feedback",
4373 : : ptr->x_param_tracer_min_branch_probability_feedback);
4374 : :
4375 : 0 : if (ptr->x_param_tracer_min_branch_probability)
4376 : 0 : fprintf (file, "%*s%s (%#x)\n",
4377 : : indent_to, "",
4378 : : "param_tracer_min_branch_probability",
4379 : : ptr->x_param_tracer_min_branch_probability);
4380 : :
4381 : 0 : if (ptr->x_param_tracer_min_branch_ratio)
4382 : 0 : fprintf (file, "%*s%s (%#x)\n",
4383 : : indent_to, "",
4384 : : "param_tracer_min_branch_ratio",
4385 : : ptr->x_param_tracer_min_branch_ratio);
4386 : :
4387 : 0 : if (ptr->x_param_transitive_relations_work_bound)
4388 : 0 : fprintf (file, "%*s%s (%#x)\n",
4389 : : indent_to, "",
4390 : : "param_transitive_relations_work_bound",
4391 : : ptr->x_param_transitive_relations_work_bound);
4392 : :
4393 : 0 : if (ptr->x_param_tree_reassoc_width)
4394 : 0 : fprintf (file, "%*s%s (%#x)\n",
4395 : : indent_to, "",
4396 : : "param_tree_reassoc_width",
4397 : : ptr->x_param_tree_reassoc_width);
4398 : :
4399 : 0 : if (ptr->x_param_uninit_control_dep_attempts)
4400 : 0 : fprintf (file, "%*s%s (%#x)\n",
4401 : : indent_to, "",
4402 : : "param_uninit_control_dep_attempts",
4403 : : ptr->x_param_uninit_control_dep_attempts);
4404 : :
4405 : 0 : if (ptr->x_param_uninit_max_chain_len)
4406 : 0 : fprintf (file, "%*s%s (%#x)\n",
4407 : : indent_to, "",
4408 : : "param_uninit_max_chain_len",
4409 : : ptr->x_param_uninit_max_chain_len);
4410 : :
4411 : 0 : if (ptr->x_param_uninit_max_num_chains)
4412 : 0 : fprintf (file, "%*s%s (%#x)\n",
4413 : : indent_to, "",
4414 : : "param_uninit_max_num_chains",
4415 : : ptr->x_param_uninit_max_num_chains);
4416 : :
4417 : 0 : if (ptr->x_param_uninit_max_prune_work)
4418 : 0 : fprintf (file, "%*s%s (%#x)\n",
4419 : : indent_to, "",
4420 : : "param_uninit_max_prune_work",
4421 : : ptr->x_param_uninit_max_prune_work);
4422 : :
4423 : 0 : if (ptr->x_param_uninlined_function_insns)
4424 : 0 : fprintf (file, "%*s%s (%#x)\n",
4425 : : indent_to, "",
4426 : : "param_uninlined_function_insns",
4427 : : ptr->x_param_uninlined_function_insns);
4428 : :
4429 : 0 : if (ptr->x_param_uninlined_function_time)
4430 : 0 : fprintf (file, "%*s%s (%#x)\n",
4431 : : indent_to, "",
4432 : : "param_uninlined_function_time",
4433 : : ptr->x_param_uninlined_function_time);
4434 : :
4435 : 0 : if (ptr->x_param_uninlined_function_thunk_insns)
4436 : 0 : fprintf (file, "%*s%s (%#x)\n",
4437 : : indent_to, "",
4438 : : "param_uninlined_function_thunk_insns",
4439 : : ptr->x_param_uninlined_function_thunk_insns);
4440 : :
4441 : 0 : if (ptr->x_param_uninlined_function_thunk_time)
4442 : 0 : fprintf (file, "%*s%s (%#x)\n",
4443 : : indent_to, "",
4444 : : "param_uninlined_function_thunk_time",
4445 : : ptr->x_param_uninlined_function_thunk_time);
4446 : :
4447 : 0 : if (ptr->x_param_unlikely_bb_count_fraction)
4448 : 0 : fprintf (file, "%*s%s (%#x)\n",
4449 : : indent_to, "",
4450 : : "param_unlikely_bb_count_fraction",
4451 : : ptr->x_param_unlikely_bb_count_fraction);
4452 : :
4453 : 0 : if (ptr->x_param_unroll_jam_max_unroll)
4454 : 0 : fprintf (file, "%*s%s (%#x)\n",
4455 : : indent_to, "",
4456 : : "param_unroll_jam_max_unroll",
4457 : : ptr->x_param_unroll_jam_max_unroll);
4458 : :
4459 : 0 : if (ptr->x_param_unroll_jam_min_percent)
4460 : 0 : fprintf (file, "%*s%s (%#x)\n",
4461 : : indent_to, "",
4462 : : "param_unroll_jam_min_percent",
4463 : : ptr->x_param_unroll_jam_min_percent);
4464 : :
4465 : 0 : if (ptr->x_param_use_after_scope_direct_emission_threshold)
4466 : 0 : fprintf (file, "%*s%s (%#x)\n",
4467 : : indent_to, "",
4468 : : "param_use_after_scope_direct_emission_threshold",
4469 : : ptr->x_param_use_after_scope_direct_emission_threshold);
4470 : :
4471 : 0 : if (ptr->x_param_vect_epilogues_nomask)
4472 : 0 : fprintf (file, "%*s%s (%#x)\n",
4473 : : indent_to, "",
4474 : : "param_vect_epilogues_nomask",
4475 : : ptr->x_param_vect_epilogues_nomask);
4476 : :
4477 : 0 : if (ptr->x_param_vect_induction_float)
4478 : 0 : fprintf (file, "%*s%s (%#x)\n",
4479 : : indent_to, "",
4480 : : "param_vect_induction_float",
4481 : : ptr->x_param_vect_induction_float);
4482 : :
4483 : 0 : if (ptr->x_param_vect_inner_loop_cost_factor)
4484 : 0 : fprintf (file, "%*s%s (%#x)\n",
4485 : : indent_to, "",
4486 : : "param_vect_inner_loop_cost_factor",
4487 : : ptr->x_param_vect_inner_loop_cost_factor);
4488 : :
4489 : 0 : if (ptr->x_param_vect_max_layout_candidates)
4490 : 0 : fprintf (file, "%*s%s (%#x)\n",
4491 : : indent_to, "",
4492 : : "param_vect_max_layout_candidates",
4493 : : ptr->x_param_vect_max_layout_candidates);
4494 : :
4495 : 0 : if (ptr->x_param_vect_max_peeling_for_alignment)
4496 : 0 : fprintf (file, "%*s%s (%#x)\n",
4497 : : indent_to, "",
4498 : : "param_vect_max_peeling_for_alignment",
4499 : : ptr->x_param_vect_max_peeling_for_alignment);
4500 : :
4501 : 0 : if (ptr->x_param_vect_max_version_for_alias_checks)
4502 : 0 : fprintf (file, "%*s%s (%#x)\n",
4503 : : indent_to, "",
4504 : : "param_vect_max_version_for_alias_checks",
4505 : : ptr->x_param_vect_max_version_for_alias_checks);
4506 : :
4507 : 0 : if (ptr->x_param_vect_max_version_for_alignment_checks)
4508 : 0 : fprintf (file, "%*s%s (%#x)\n",
4509 : : indent_to, "",
4510 : : "param_vect_max_version_for_alignment_checks",
4511 : : ptr->x_param_vect_max_version_for_alignment_checks);
4512 : :
4513 : 0 : if (ptr->x_param_vect_partial_vector_usage)
4514 : 0 : fprintf (file, "%*s%s (%#x)\n",
4515 : : indent_to, "",
4516 : : "param_vect_partial_vector_usage",
4517 : : ptr->x_param_vect_partial_vector_usage);
4518 : :
4519 : 0 : if (ptr->x_param_vect_scalar_cost_multiplier)
4520 : 0 : fprintf (file, "%*s%s (%#x)\n",
4521 : : indent_to, "",
4522 : : "param_vect_scalar_cost_multiplier",
4523 : : ptr->x_param_vect_scalar_cost_multiplier);
4524 : :
4525 : 0 : if (ptr->x_param_vrp_block_limit)
4526 : 0 : fprintf (file, "%*s%s (%#x)\n",
4527 : : indent_to, "",
4528 : : "param_vrp_block_limit",
4529 : : ptr->x_param_vrp_block_limit);
4530 : :
4531 : 0 : if (ptr->x_param_vrp_sparse_threshold)
4532 : 0 : fprintf (file, "%*s%s (%#x)\n",
4533 : : indent_to, "",
4534 : : "param_vrp_sparse_threshold",
4535 : : ptr->x_param_vrp_sparse_threshold);
4536 : :
4537 : 0 : if (ptr->x_param_vrp_switch_limit)
4538 : 0 : fprintf (file, "%*s%s (%#x)\n",
4539 : : indent_to, "",
4540 : : "param_vrp_switch_limit",
4541 : : ptr->x_param_vrp_switch_limit);
4542 : :
4543 : 0 : if (ptr->x_param_vrp_vector_threshold)
4544 : 0 : fprintf (file, "%*s%s (%#x)\n",
4545 : : indent_to, "",
4546 : : "param_vrp_vector_threshold",
4547 : : ptr->x_param_vrp_vector_threshold);
4548 : :
4549 : 0 : if (ptr->x_flag_complex_method)
4550 : 0 : fprintf (file, "%*s%s (%#x)\n",
4551 : : indent_to, "",
4552 : : "flag_complex_method",
4553 : : ptr->x_flag_complex_method);
4554 : :
4555 : 0 : if (ptr->x_flag_malloc_dse)
4556 : 0 : fprintf (file, "%*s%s (%#x)\n",
4557 : : indent_to, "",
4558 : : "flag_malloc_dse",
4559 : : ptr->x_flag_malloc_dse);
4560 : :
4561 : 0 : if (ptr->x_flag_min_function_alignment)
4562 : 0 : fprintf (file, "%*s%s (%#x)\n",
4563 : : indent_to, "",
4564 : : "flag_min_function_alignment",
4565 : : ptr->x_flag_min_function_alignment);
4566 : :
4567 : 0 : if (ptr->x_flag_openmp_target_simd_clone)
4568 : 0 : fprintf (file, "%*s%s (%#x)\n",
4569 : : indent_to, "",
4570 : : "flag_openmp_target_simd_clone",
4571 : : ptr->x_flag_openmp_target_simd_clone);
4572 : :
4573 : 0 : if (ptr->x_flag_sched_stalled_insns)
4574 : 0 : fprintf (file, "%*s%s (%#x)\n",
4575 : : indent_to, "",
4576 : : "flag_sched_stalled_insns",
4577 : : ptr->x_flag_sched_stalled_insns);
4578 : :
4579 : 0 : if (ptr->x_flag_sched_stalled_insns_dep)
4580 : 0 : fprintf (file, "%*s%s (%#x)\n",
4581 : : indent_to, "",
4582 : : "flag_sched_stalled_insns_dep",
4583 : : ptr->x_flag_sched_stalled_insns_dep);
4584 : :
4585 : 0 : if (ptr->x_flag_tree_parallelize_loops)
4586 : 0 : fprintf (file, "%*s%s (%#x)\n",
4587 : : indent_to, "",
4588 : : "flag_tree_parallelize_loops",
4589 : : ptr->x_flag_tree_parallelize_loops);
4590 : :
4591 : 0 : fprintf (file, "%*s%s (%#x)\n",
4592 : : indent_to, "",
4593 : : "flag_lto_locality_cloning",
4594 : 0 : (int) ptr->x_flag_lto_locality_cloning);
4595 : :
4596 : 0 : fprintf (file, "%*s%s (%#x)\n",
4597 : : indent_to, "",
4598 : : "param_ranger_debug",
4599 : 0 : (int) ptr->x_param_ranger_debug);
4600 : :
4601 : 0 : fprintf (file, "%*s%s (%#x)\n",
4602 : : indent_to, "",
4603 : : "param_threader_debug",
4604 : 0 : (int) ptr->x_param_threader_debug);
4605 : :
4606 : 0 : fprintf (file, "%*s%s (%#x)\n",
4607 : : indent_to, "",
4608 : : "flag_excess_precision",
4609 : 0 : (int) ptr->x_flag_excess_precision);
4610 : :
4611 : 0 : fprintf (file, "%*s%s (%#x)\n",
4612 : : indent_to, "",
4613 : : "flag_fp_contract_mode",
4614 : 0 : (int) ptr->x_flag_fp_contract_mode);
4615 : :
4616 : 0 : fprintf (file, "%*s%s (%#x)\n",
4617 : : indent_to, "",
4618 : : "flag_harden_control_flow_redundancy_check_noreturn",
4619 : 0 : (int) ptr->x_flag_harden_control_flow_redundancy_check_noreturn);
4620 : :
4621 : 0 : fprintf (file, "%*s%s (%#x)\n",
4622 : : indent_to, "",
4623 : : "flag_inline_stringops",
4624 : 0 : (int) ptr->x_flag_inline_stringops);
4625 : :
4626 : 0 : fprintf (file, "%*s%s (%#x)\n",
4627 : : indent_to, "",
4628 : : "flag_ira_algorithm",
4629 : 0 : (int) ptr->x_flag_ira_algorithm);
4630 : :
4631 : 0 : fprintf (file, "%*s%s (%#x)\n",
4632 : : indent_to, "",
4633 : : "flag_ira_region",
4634 : 0 : (int) ptr->x_flag_ira_region);
4635 : :
4636 : 0 : fprintf (file, "%*s%s (%#x)\n",
4637 : : indent_to, "",
4638 : : "flag_live_patching",
4639 : 0 : (int) ptr->x_flag_live_patching);
4640 : :
4641 : 0 : fprintf (file, "%*s%s (%#x)\n",
4642 : : indent_to, "",
4643 : : "flag_reorder_blocks_algorithm",
4644 : 0 : (int) ptr->x_flag_reorder_blocks_algorithm);
4645 : :
4646 : 0 : fprintf (file, "%*s%s (%#x)\n",
4647 : : indent_to, "",
4648 : : "flag_simd_cost_model",
4649 : 0 : (int) ptr->x_flag_simd_cost_model);
4650 : :
4651 : 0 : fprintf (file, "%*s%s (%#x)\n",
4652 : : indent_to, "",
4653 : : "flag_stack_reuse",
4654 : 0 : (int) ptr->x_flag_stack_reuse);
4655 : :
4656 : 0 : fprintf (file, "%*s%s (%#x)\n",
4657 : : indent_to, "",
4658 : : "flag_auto_var_init",
4659 : 0 : (int) ptr->x_flag_auto_var_init);
4660 : :
4661 : 0 : fprintf (file, "%*s%s (%#x)\n",
4662 : : indent_to, "",
4663 : : "flag_vect_cost_model",
4664 : 0 : (int) ptr->x_flag_vect_cost_model);
4665 : :
4666 : 0 : if (ptr->x_optimize)
4667 : 0 : fprintf (file, "%*s%s (%#x)\n",
4668 : : indent_to, "",
4669 : : "optimize",
4670 : : ptr->x_optimize);
4671 : :
4672 : 0 : if (ptr->x_optimize_size)
4673 : 0 : fprintf (file, "%*s%s (%#x)\n",
4674 : : indent_to, "",
4675 : : "optimize_size",
4676 : : ptr->x_optimize_size);
4677 : :
4678 : 0 : if (ptr->x_optimize_debug)
4679 : 0 : fprintf (file, "%*s%s (%#x)\n",
4680 : : indent_to, "",
4681 : : "optimize_debug",
4682 : : ptr->x_optimize_debug);
4683 : :
4684 : 0 : if (ptr->x_optimize_fast)
4685 : 0 : fprintf (file, "%*s%s (%#x)\n",
4686 : : indent_to, "",
4687 : : "optimize_fast",
4688 : : ptr->x_optimize_fast);
4689 : :
4690 : 0 : if (ptr->x_warn_inline)
4691 : 0 : fprintf (file, "%*s%s (%#x)\n",
4692 : : indent_to, "",
4693 : : "warn_inline",
4694 : : ptr->x_warn_inline);
4695 : :
4696 : 0 : if (ptr->x_flag_aggressive_loop_optimizations)
4697 : 0 : fprintf (file, "%*s%s (%#x)\n",
4698 : : indent_to, "",
4699 : : "flag_aggressive_loop_optimizations",
4700 : : ptr->x_flag_aggressive_loop_optimizations);
4701 : :
4702 : 0 : if (ptr->x_flag_align_functions)
4703 : 0 : fprintf (file, "%*s%s (%#x)\n",
4704 : : indent_to, "",
4705 : : "flag_align_functions",
4706 : : ptr->x_flag_align_functions);
4707 : :
4708 : 0 : if (ptr->x_flag_align_jumps)
4709 : 0 : fprintf (file, "%*s%s (%#x)\n",
4710 : : indent_to, "",
4711 : : "flag_align_jumps",
4712 : : ptr->x_flag_align_jumps);
4713 : :
4714 : 0 : if (ptr->x_flag_align_labels)
4715 : 0 : fprintf (file, "%*s%s (%#x)\n",
4716 : : indent_to, "",
4717 : : "flag_align_labels",
4718 : : ptr->x_flag_align_labels);
4719 : :
4720 : 0 : if (ptr->x_flag_align_loops)
4721 : 0 : fprintf (file, "%*s%s (%#x)\n",
4722 : : indent_to, "",
4723 : : "flag_align_loops",
4724 : : ptr->x_flag_align_loops);
4725 : :
4726 : 0 : if (ptr->x_flag_allocation_dce)
4727 : 0 : fprintf (file, "%*s%s (%#x)\n",
4728 : : indent_to, "",
4729 : : "flag_allocation_dce",
4730 : : ptr->x_flag_allocation_dce);
4731 : :
4732 : 0 : if (ptr->x_flag_store_data_races)
4733 : 0 : fprintf (file, "%*s%s (%#x)\n",
4734 : : indent_to, "",
4735 : : "flag_store_data_races",
4736 : : ptr->x_flag_store_data_races);
4737 : :
4738 : 0 : if (ptr->x_flag_associative_math)
4739 : 0 : fprintf (file, "%*s%s (%#x)\n",
4740 : : indent_to, "",
4741 : : "flag_associative_math",
4742 : : ptr->x_flag_associative_math);
4743 : :
4744 : 0 : if (ptr->x_flag_assume_sane_operators_new_delete)
4745 : 0 : fprintf (file, "%*s%s (%#x)\n",
4746 : : indent_to, "",
4747 : : "flag_assume_sane_operators_new_delete",
4748 : : ptr->x_flag_assume_sane_operators_new_delete);
4749 : :
4750 : 0 : if (ptr->x_flag_asynchronous_unwind_tables)
4751 : 0 : fprintf (file, "%*s%s (%#x)\n",
4752 : : indent_to, "",
4753 : : "flag_asynchronous_unwind_tables",
4754 : : ptr->x_flag_asynchronous_unwind_tables);
4755 : :
4756 : 0 : if (ptr->x_flag_auto_inc_dec)
4757 : 0 : fprintf (file, "%*s%s (%#x)\n",
4758 : : indent_to, "",
4759 : : "flag_auto_inc_dec",
4760 : : ptr->x_flag_auto_inc_dec);
4761 : :
4762 : 0 : if (ptr->x_flag_auto_profile_inlining)
4763 : 0 : fprintf (file, "%*s%s (%#x)\n",
4764 : : indent_to, "",
4765 : : "flag_auto_profile_inlining",
4766 : : ptr->x_flag_auto_profile_inlining);
4767 : :
4768 : 0 : if (ptr->x_flag_avoid_store_forwarding)
4769 : 0 : fprintf (file, "%*s%s (%#x)\n",
4770 : : indent_to, "",
4771 : : "flag_avoid_store_forwarding",
4772 : : ptr->x_flag_avoid_store_forwarding);
4773 : :
4774 : 0 : if (ptr->x_flag_bit_tests)
4775 : 0 : fprintf (file, "%*s%s (%#x)\n",
4776 : : indent_to, "",
4777 : : "flag_bit_tests",
4778 : : ptr->x_flag_bit_tests);
4779 : :
4780 : 0 : if (ptr->x_flag_branch_on_count_reg)
4781 : 0 : fprintf (file, "%*s%s (%#x)\n",
4782 : : indent_to, "",
4783 : : "flag_branch_on_count_reg",
4784 : : ptr->x_flag_branch_on_count_reg);
4785 : :
4786 : 0 : if (ptr->x_flag_branch_probabilities)
4787 : 0 : fprintf (file, "%*s%s (%#x)\n",
4788 : : indent_to, "",
4789 : : "flag_branch_probabilities",
4790 : : ptr->x_flag_branch_probabilities);
4791 : :
4792 : 0 : if (ptr->x_flag_caller_saves)
4793 : 0 : fprintf (file, "%*s%s (%#x)\n",
4794 : : indent_to, "",
4795 : : "flag_caller_saves",
4796 : : ptr->x_flag_caller_saves);
4797 : :
4798 : 0 : if (ptr->x_flag_code_hoisting)
4799 : 0 : fprintf (file, "%*s%s (%#x)\n",
4800 : : indent_to, "",
4801 : : "flag_code_hoisting",
4802 : : ptr->x_flag_code_hoisting);
4803 : :
4804 : 0 : if (ptr->x_flag_combine_stack_adjustments)
4805 : 0 : fprintf (file, "%*s%s (%#x)\n",
4806 : : indent_to, "",
4807 : : "flag_combine_stack_adjustments",
4808 : : ptr->x_flag_combine_stack_adjustments);
4809 : :
4810 : 0 : if (ptr->x_flag_compare_elim_after_reload)
4811 : 0 : fprintf (file, "%*s%s (%#x)\n",
4812 : : indent_to, "",
4813 : : "flag_compare_elim_after_reload",
4814 : : ptr->x_flag_compare_elim_after_reload);
4815 : :
4816 : 0 : if (ptr->x_flag_conserve_stack)
4817 : 0 : fprintf (file, "%*s%s (%#x)\n",
4818 : : indent_to, "",
4819 : : "flag_conserve_stack",
4820 : : ptr->x_flag_conserve_stack);
4821 : :
4822 : 0 : if (ptr->x_flag_cprop_registers)
4823 : 0 : fprintf (file, "%*s%s (%#x)\n",
4824 : : indent_to, "",
4825 : : "flag_cprop_registers",
4826 : : ptr->x_flag_cprop_registers);
4827 : :
4828 : 0 : if (ptr->x_flag_crossjumping)
4829 : 0 : fprintf (file, "%*s%s (%#x)\n",
4830 : : indent_to, "",
4831 : : "flag_crossjumping",
4832 : : ptr->x_flag_crossjumping);
4833 : :
4834 : 0 : if (ptr->x_flag_cse_follow_jumps)
4835 : 0 : fprintf (file, "%*s%s (%#x)\n",
4836 : : indent_to, "",
4837 : : "flag_cse_follow_jumps",
4838 : : ptr->x_flag_cse_follow_jumps);
4839 : :
4840 : 0 : if (ptr->x_flag_dce)
4841 : 0 : fprintf (file, "%*s%s (%#x)\n",
4842 : : indent_to, "",
4843 : : "flag_dce",
4844 : : ptr->x_flag_dce);
4845 : :
4846 : 0 : if (ptr->x_flag_defer_pop)
4847 : 0 : fprintf (file, "%*s%s (%#x)\n",
4848 : : indent_to, "",
4849 : : "flag_defer_pop",
4850 : : ptr->x_flag_defer_pop);
4851 : :
4852 : 0 : if (ptr->x_flag_delayed_branch)
4853 : 0 : fprintf (file, "%*s%s (%#x)\n",
4854 : : indent_to, "",
4855 : : "flag_delayed_branch",
4856 : : ptr->x_flag_delayed_branch);
4857 : :
4858 : 0 : if (ptr->x_flag_delete_dead_exceptions)
4859 : 0 : fprintf (file, "%*s%s (%#x)\n",
4860 : : indent_to, "",
4861 : : "flag_delete_dead_exceptions",
4862 : : ptr->x_flag_delete_dead_exceptions);
4863 : :
4864 : 0 : if (ptr->x_flag_delete_null_pointer_checks)
4865 : 0 : fprintf (file, "%*s%s (%#x)\n",
4866 : : indent_to, "",
4867 : : "flag_delete_null_pointer_checks",
4868 : : ptr->x_flag_delete_null_pointer_checks);
4869 : :
4870 : 0 : if (ptr->x_flag_dep_fusion)
4871 : 0 : fprintf (file, "%*s%s (%#x)\n",
4872 : : indent_to, "",
4873 : : "flag_dep_fusion",
4874 : : ptr->x_flag_dep_fusion);
4875 : :
4876 : 0 : if (ptr->x_flag_devirtualize)
4877 : 0 : fprintf (file, "%*s%s (%#x)\n",
4878 : : indent_to, "",
4879 : : "flag_devirtualize",
4880 : : ptr->x_flag_devirtualize);
4881 : :
4882 : 0 : if (ptr->x_flag_devirtualize_speculatively)
4883 : 0 : fprintf (file, "%*s%s (%#x)\n",
4884 : : indent_to, "",
4885 : : "flag_devirtualize_speculatively",
4886 : : ptr->x_flag_devirtualize_speculatively);
4887 : :
4888 : 0 : if (ptr->x_flag_dse)
4889 : 0 : fprintf (file, "%*s%s (%#x)\n",
4890 : : indent_to, "",
4891 : : "flag_dse",
4892 : : ptr->x_flag_dse);
4893 : :
4894 : 0 : if (ptr->x_flag_early_inlining)
4895 : 0 : fprintf (file, "%*s%s (%#x)\n",
4896 : : indent_to, "",
4897 : : "flag_early_inlining",
4898 : : ptr->x_flag_early_inlining);
4899 : :
4900 : 0 : if (ptr->x_flag_exceptions)
4901 : 0 : fprintf (file, "%*s%s (%#x)\n",
4902 : : indent_to, "",
4903 : : "flag_exceptions",
4904 : : ptr->x_flag_exceptions);
4905 : :
4906 : 0 : if (ptr->x_flag_expensive_optimizations)
4907 : 0 : fprintf (file, "%*s%s (%#x)\n",
4908 : : indent_to, "",
4909 : : "flag_expensive_optimizations",
4910 : : ptr->x_flag_expensive_optimizations);
4911 : :
4912 : 0 : if (ptr->x_flag_ext_dce)
4913 : 0 : fprintf (file, "%*s%s (%#x)\n",
4914 : : indent_to, "",
4915 : : "flag_ext_dce",
4916 : : ptr->x_flag_ext_dce);
4917 : :
4918 : 0 : if (ptr->x_flag_finite_loops)
4919 : 0 : fprintf (file, "%*s%s (%#x)\n",
4920 : : indent_to, "",
4921 : : "flag_finite_loops",
4922 : : ptr->x_flag_finite_loops);
4923 : :
4924 : 0 : if (ptr->x_flag_finite_math_only)
4925 : 0 : fprintf (file, "%*s%s (%#x)\n",
4926 : : indent_to, "",
4927 : : "flag_finite_math_only",
4928 : : ptr->x_flag_finite_math_only);
4929 : :
4930 : 0 : if (ptr->x_flag_float_store)
4931 : 0 : fprintf (file, "%*s%s (%#x)\n",
4932 : : indent_to, "",
4933 : : "flag_float_store",
4934 : : ptr->x_flag_float_store);
4935 : :
4936 : 0 : if (ptr->x_flag_fold_mem_offsets)
4937 : 0 : fprintf (file, "%*s%s (%#x)\n",
4938 : : indent_to, "",
4939 : : "flag_fold_mem_offsets",
4940 : : ptr->x_flag_fold_mem_offsets);
4941 : :
4942 : 0 : if (ptr->x_flag_fold_simple_inlines)
4943 : 0 : fprintf (file, "%*s%s (%#x)\n",
4944 : : indent_to, "",
4945 : : "flag_fold_simple_inlines",
4946 : : ptr->x_flag_fold_simple_inlines);
4947 : :
4948 : 0 : if (ptr->x_flag_forward_propagate)
4949 : 0 : fprintf (file, "%*s%s (%#x)\n",
4950 : : indent_to, "",
4951 : : "flag_forward_propagate",
4952 : : ptr->x_flag_forward_propagate);
4953 : :
4954 : 0 : if (ptr->x_flag_fp_int_builtin_inexact)
4955 : 0 : fprintf (file, "%*s%s (%#x)\n",
4956 : : indent_to, "",
4957 : : "flag_fp_int_builtin_inexact",
4958 : : ptr->x_flag_fp_int_builtin_inexact);
4959 : :
4960 : 0 : if (ptr->x_flag_no_function_cse)
4961 : 0 : fprintf (file, "%*s%s (%#x)\n",
4962 : : indent_to, "",
4963 : : "flag_no_function_cse",
4964 : : ptr->x_flag_no_function_cse);
4965 : :
4966 : 0 : if (ptr->x_flag_gcse)
4967 : 0 : fprintf (file, "%*s%s (%#x)\n",
4968 : : indent_to, "",
4969 : : "flag_gcse",
4970 : : ptr->x_flag_gcse);
4971 : :
4972 : 0 : if (ptr->x_flag_gcse_after_reload)
4973 : 0 : fprintf (file, "%*s%s (%#x)\n",
4974 : : indent_to, "",
4975 : : "flag_gcse_after_reload",
4976 : : ptr->x_flag_gcse_after_reload);
4977 : :
4978 : 0 : if (ptr->x_flag_gcse_las)
4979 : 0 : fprintf (file, "%*s%s (%#x)\n",
4980 : : indent_to, "",
4981 : : "flag_gcse_las",
4982 : : ptr->x_flag_gcse_las);
4983 : :
4984 : 0 : if (ptr->x_flag_gcse_lm)
4985 : 0 : fprintf (file, "%*s%s (%#x)\n",
4986 : : indent_to, "",
4987 : : "flag_gcse_lm",
4988 : : ptr->x_flag_gcse_lm);
4989 : :
4990 : 0 : if (ptr->x_flag_gcse_sm)
4991 : 0 : fprintf (file, "%*s%s (%#x)\n",
4992 : : indent_to, "",
4993 : : "flag_gcse_sm",
4994 : : ptr->x_flag_gcse_sm);
4995 : :
4996 : 0 : if (ptr->x_flag_graphite)
4997 : 0 : fprintf (file, "%*s%s (%#x)\n",
4998 : : indent_to, "",
4999 : : "flag_graphite",
5000 : : ptr->x_flag_graphite);
5001 : :
5002 : 0 : if (ptr->x_flag_graphite_identity)
5003 : 0 : fprintf (file, "%*s%s (%#x)\n",
5004 : : indent_to, "",
5005 : : "flag_graphite_identity",
5006 : : ptr->x_flag_graphite_identity);
5007 : :
5008 : 0 : if (ptr->x_flag_guess_branch_prob)
5009 : 0 : fprintf (file, "%*s%s (%#x)\n",
5010 : : indent_to, "",
5011 : : "flag_guess_branch_prob",
5012 : : ptr->x_flag_guess_branch_prob);
5013 : :
5014 : 0 : if (ptr->x_flag_harden_control_flow_redundancy_check_exceptions)
5015 : 0 : fprintf (file, "%*s%s (%#x)\n",
5016 : : indent_to, "",
5017 : : "flag_harden_control_flow_redundancy_check_exceptions",
5018 : : ptr->x_flag_harden_control_flow_redundancy_check_exceptions);
5019 : :
5020 : 0 : if (ptr->x_flag_harden_control_flow_redundancy_check_returning_calls)
5021 : 0 : fprintf (file, "%*s%s (%#x)\n",
5022 : : indent_to, "",
5023 : : "flag_harden_control_flow_redundancy_check_returning_calls",
5024 : : ptr->x_flag_harden_control_flow_redundancy_check_returning_calls);
5025 : :
5026 : 0 : if (ptr->x_flag_harden_control_flow_redundancy_skip_leaf)
5027 : 0 : fprintf (file, "%*s%s (%#x)\n",
5028 : : indent_to, "",
5029 : : "flag_harden_control_flow_redundancy_skip_leaf",
5030 : : ptr->x_flag_harden_control_flow_redundancy_skip_leaf);
5031 : :
5032 : 0 : if (ptr->x_flag_harden_compares)
5033 : 0 : fprintf (file, "%*s%s (%#x)\n",
5034 : : indent_to, "",
5035 : : "flag_harden_compares",
5036 : : ptr->x_flag_harden_compares);
5037 : :
5038 : 0 : if (ptr->x_flag_harden_conditional_branches)
5039 : 0 : fprintf (file, "%*s%s (%#x)\n",
5040 : : indent_to, "",
5041 : : "flag_harden_conditional_branches",
5042 : : ptr->x_flag_harden_conditional_branches);
5043 : :
5044 : 0 : if (ptr->x_flag_harden_control_flow_redundancy)
5045 : 0 : fprintf (file, "%*s%s (%#x)\n",
5046 : : indent_to, "",
5047 : : "flag_harden_control_flow_redundancy",
5048 : : ptr->x_flag_harden_control_flow_redundancy);
5049 : :
5050 : 0 : if (ptr->x_flag_hoist_adjacent_loads)
5051 : 0 : fprintf (file, "%*s%s (%#x)\n",
5052 : : indent_to, "",
5053 : : "flag_hoist_adjacent_loads",
5054 : : ptr->x_flag_hoist_adjacent_loads);
5055 : :
5056 : 0 : if (ptr->x_flag_if_conversion)
5057 : 0 : fprintf (file, "%*s%s (%#x)\n",
5058 : : indent_to, "",
5059 : : "flag_if_conversion",
5060 : : ptr->x_flag_if_conversion);
5061 : :
5062 : 0 : if (ptr->x_flag_if_conversion2)
5063 : 0 : fprintf (file, "%*s%s (%#x)\n",
5064 : : indent_to, "",
5065 : : "flag_if_conversion2",
5066 : : ptr->x_flag_if_conversion2);
5067 : :
5068 : 0 : if (ptr->x_flag_indirect_inlining)
5069 : 0 : fprintf (file, "%*s%s (%#x)\n",
5070 : : indent_to, "",
5071 : : "flag_indirect_inlining",
5072 : : ptr->x_flag_indirect_inlining);
5073 : :
5074 : 0 : if (ptr->x_flag_no_inline)
5075 : 0 : fprintf (file, "%*s%s (%#x)\n",
5076 : : indent_to, "",
5077 : : "flag_no_inline",
5078 : : ptr->x_flag_no_inline);
5079 : :
5080 : 0 : if (ptr->x_flag_inline_atomics)
5081 : 0 : fprintf (file, "%*s%s (%#x)\n",
5082 : : indent_to, "",
5083 : : "flag_inline_atomics",
5084 : : ptr->x_flag_inline_atomics);
5085 : :
5086 : 0 : if (ptr->x_flag_inline_functions)
5087 : 0 : fprintf (file, "%*s%s (%#x)\n",
5088 : : indent_to, "",
5089 : : "flag_inline_functions",
5090 : : ptr->x_flag_inline_functions);
5091 : :
5092 : 0 : if (ptr->x_flag_inline_functions_called_once)
5093 : 0 : fprintf (file, "%*s%s (%#x)\n",
5094 : : indent_to, "",
5095 : : "flag_inline_functions_called_once",
5096 : : ptr->x_flag_inline_functions_called_once);
5097 : :
5098 : 0 : if (ptr->x_flag_inline_small_functions)
5099 : 0 : fprintf (file, "%*s%s (%#x)\n",
5100 : : indent_to, "",
5101 : : "flag_inline_small_functions",
5102 : : ptr->x_flag_inline_small_functions);
5103 : :
5104 : 0 : if (ptr->x_flag_ipa_bit_cp)
5105 : 0 : fprintf (file, "%*s%s (%#x)\n",
5106 : : indent_to, "",
5107 : : "flag_ipa_bit_cp",
5108 : : ptr->x_flag_ipa_bit_cp);
5109 : :
5110 : 0 : if (ptr->x_flag_ipa_cp)
5111 : 0 : fprintf (file, "%*s%s (%#x)\n",
5112 : : indent_to, "",
5113 : : "flag_ipa_cp",
5114 : : ptr->x_flag_ipa_cp);
5115 : :
5116 : 0 : if (ptr->x_flag_ipa_cp_clone)
5117 : 0 : fprintf (file, "%*s%s (%#x)\n",
5118 : : indent_to, "",
5119 : : "flag_ipa_cp_clone",
5120 : : ptr->x_flag_ipa_cp_clone);
5121 : :
5122 : 0 : if (ptr->x_flag_ipa_icf)
5123 : 0 : fprintf (file, "%*s%s (%#x)\n",
5124 : : indent_to, "",
5125 : : "flag_ipa_icf",
5126 : : ptr->x_flag_ipa_icf);
5127 : :
5128 : 0 : if (ptr->x_flag_ipa_icf_functions)
5129 : 0 : fprintf (file, "%*s%s (%#x)\n",
5130 : : indent_to, "",
5131 : : "flag_ipa_icf_functions",
5132 : : ptr->x_flag_ipa_icf_functions);
5133 : :
5134 : 0 : if (ptr->x_flag_ipa_icf_variables)
5135 : 0 : fprintf (file, "%*s%s (%#x)\n",
5136 : : indent_to, "",
5137 : : "flag_ipa_icf_variables",
5138 : : ptr->x_flag_ipa_icf_variables);
5139 : :
5140 : 0 : if (ptr->x_flag_ipa_modref)
5141 : 0 : fprintf (file, "%*s%s (%#x)\n",
5142 : : indent_to, "",
5143 : : "flag_ipa_modref",
5144 : : ptr->x_flag_ipa_modref);
5145 : :
5146 : 0 : if (ptr->x_flag_ipa_profile)
5147 : 0 : fprintf (file, "%*s%s (%#x)\n",
5148 : : indent_to, "",
5149 : : "flag_ipa_profile",
5150 : : ptr->x_flag_ipa_profile);
5151 : :
5152 : 0 : if (ptr->x_flag_ipa_pta)
5153 : 0 : fprintf (file, "%*s%s (%#x)\n",
5154 : : indent_to, "",
5155 : : "flag_ipa_pta",
5156 : : ptr->x_flag_ipa_pta);
5157 : :
5158 : 0 : if (ptr->x_flag_ipa_pure_const)
5159 : 0 : fprintf (file, "%*s%s (%#x)\n",
5160 : : indent_to, "",
5161 : : "flag_ipa_pure_const",
5162 : : ptr->x_flag_ipa_pure_const);
5163 : :
5164 : 0 : if (ptr->x_flag_ipa_ra)
5165 : 0 : fprintf (file, "%*s%s (%#x)\n",
5166 : : indent_to, "",
5167 : : "flag_ipa_ra",
5168 : : ptr->x_flag_ipa_ra);
5169 : :
5170 : 0 : if (ptr->x_flag_ipa_reference)
5171 : 0 : fprintf (file, "%*s%s (%#x)\n",
5172 : : indent_to, "",
5173 : : "flag_ipa_reference",
5174 : : ptr->x_flag_ipa_reference);
5175 : :
5176 : 0 : if (ptr->x_flag_ipa_reference_addressable)
5177 : 0 : fprintf (file, "%*s%s (%#x)\n",
5178 : : indent_to, "",
5179 : : "flag_ipa_reference_addressable",
5180 : : ptr->x_flag_ipa_reference_addressable);
5181 : :
5182 : 0 : if (ptr->x_flag_ipa_reorder_for_locality)
5183 : 0 : fprintf (file, "%*s%s (%#x)\n",
5184 : : indent_to, "",
5185 : : "flag_ipa_reorder_for_locality",
5186 : : ptr->x_flag_ipa_reorder_for_locality);
5187 : :
5188 : 0 : if (ptr->x_flag_ipa_sra)
5189 : 0 : fprintf (file, "%*s%s (%#x)\n",
5190 : : indent_to, "",
5191 : : "flag_ipa_sra",
5192 : : ptr->x_flag_ipa_sra);
5193 : :
5194 : 0 : if (ptr->x_flag_ipa_stack_alignment)
5195 : 0 : fprintf (file, "%*s%s (%#x)\n",
5196 : : indent_to, "",
5197 : : "flag_ipa_stack_alignment",
5198 : : ptr->x_flag_ipa_stack_alignment);
5199 : :
5200 : 0 : if (ptr->x_flag_ipa_strict_aliasing)
5201 : 0 : fprintf (file, "%*s%s (%#x)\n",
5202 : : indent_to, "",
5203 : : "flag_ipa_strict_aliasing",
5204 : : ptr->x_flag_ipa_strict_aliasing);
5205 : :
5206 : 0 : if (ptr->x_flag_ipa_vrp)
5207 : 0 : fprintf (file, "%*s%s (%#x)\n",
5208 : : indent_to, "",
5209 : : "flag_ipa_vrp",
5210 : : ptr->x_flag_ipa_vrp);
5211 : :
5212 : 0 : if (ptr->x_flag_ira_hoist_pressure)
5213 : 0 : fprintf (file, "%*s%s (%#x)\n",
5214 : : indent_to, "",
5215 : : "flag_ira_hoist_pressure",
5216 : : ptr->x_flag_ira_hoist_pressure);
5217 : :
5218 : 0 : if (ptr->x_flag_ira_loop_pressure)
5219 : 0 : fprintf (file, "%*s%s (%#x)\n",
5220 : : indent_to, "",
5221 : : "flag_ira_loop_pressure",
5222 : : ptr->x_flag_ira_loop_pressure);
5223 : :
5224 : 0 : if (ptr->x_flag_ira_share_save_slots)
5225 : 0 : fprintf (file, "%*s%s (%#x)\n",
5226 : : indent_to, "",
5227 : : "flag_ira_share_save_slots",
5228 : : ptr->x_flag_ira_share_save_slots);
5229 : :
5230 : 0 : if (ptr->x_flag_ira_share_spill_slots)
5231 : 0 : fprintf (file, "%*s%s (%#x)\n",
5232 : : indent_to, "",
5233 : : "flag_ira_share_spill_slots",
5234 : : ptr->x_flag_ira_share_spill_slots);
5235 : :
5236 : 0 : if (ptr->x_flag_isolate_erroneous_paths_attribute)
5237 : 0 : fprintf (file, "%*s%s (%#x)\n",
5238 : : indent_to, "",
5239 : : "flag_isolate_erroneous_paths_attribute",
5240 : : ptr->x_flag_isolate_erroneous_paths_attribute);
5241 : :
5242 : 0 : if (ptr->x_flag_isolate_erroneous_paths_dereference)
5243 : 0 : fprintf (file, "%*s%s (%#x)\n",
5244 : : indent_to, "",
5245 : : "flag_isolate_erroneous_paths_dereference",
5246 : : ptr->x_flag_isolate_erroneous_paths_dereference);
5247 : :
5248 : 0 : if (ptr->x_flag_ivopts)
5249 : 0 : fprintf (file, "%*s%s (%#x)\n",
5250 : : indent_to, "",
5251 : : "flag_ivopts",
5252 : : ptr->x_flag_ivopts);
5253 : :
5254 : 0 : if (ptr->x_flag_jump_tables)
5255 : 0 : fprintf (file, "%*s%s (%#x)\n",
5256 : : indent_to, "",
5257 : : "flag_jump_tables",
5258 : : ptr->x_flag_jump_tables);
5259 : :
5260 : 0 : if (ptr->x_flag_keep_gc_roots_live)
5261 : 0 : fprintf (file, "%*s%s (%#x)\n",
5262 : : indent_to, "",
5263 : : "flag_keep_gc_roots_live",
5264 : : ptr->x_flag_keep_gc_roots_live);
5265 : :
5266 : 0 : if (ptr->x_flag_late_combine_instructions)
5267 : 0 : fprintf (file, "%*s%s (%#x)\n",
5268 : : indent_to, "",
5269 : : "flag_late_combine_instructions",
5270 : : ptr->x_flag_late_combine_instructions);
5271 : :
5272 : 0 : if (ptr->x_flag_lifetime_dse)
5273 : 0 : fprintf (file, "%*s%s (%#x)\n",
5274 : : indent_to, "",
5275 : : "flag_lifetime_dse",
5276 : : ptr->x_flag_lifetime_dse);
5277 : :
5278 : 0 : if (ptr->x_flag_limit_function_alignment)
5279 : 0 : fprintf (file, "%*s%s (%#x)\n",
5280 : : indent_to, "",
5281 : : "flag_limit_function_alignment",
5282 : : ptr->x_flag_limit_function_alignment);
5283 : :
5284 : 0 : if (ptr->x_flag_live_range_shrinkage)
5285 : 0 : fprintf (file, "%*s%s (%#x)\n",
5286 : : indent_to, "",
5287 : : "flag_live_range_shrinkage",
5288 : : ptr->x_flag_live_range_shrinkage);
5289 : :
5290 : 0 : if (ptr->x_flag_loop_interchange)
5291 : 0 : fprintf (file, "%*s%s (%#x)\n",
5292 : : indent_to, "",
5293 : : "flag_loop_interchange",
5294 : : ptr->x_flag_loop_interchange);
5295 : :
5296 : 0 : if (ptr->x_flag_loop_nest_optimize)
5297 : 0 : fprintf (file, "%*s%s (%#x)\n",
5298 : : indent_to, "",
5299 : : "flag_loop_nest_optimize",
5300 : : ptr->x_flag_loop_nest_optimize);
5301 : :
5302 : 0 : if (ptr->x_flag_loop_parallelize_all)
5303 : 0 : fprintf (file, "%*s%s (%#x)\n",
5304 : : indent_to, "",
5305 : : "flag_loop_parallelize_all",
5306 : : ptr->x_flag_loop_parallelize_all);
5307 : :
5308 : 0 : if (ptr->x_flag_unroll_jam)
5309 : 0 : fprintf (file, "%*s%s (%#x)\n",
5310 : : indent_to, "",
5311 : : "flag_unroll_jam",
5312 : : ptr->x_flag_unroll_jam);
5313 : :
5314 : 0 : if (ptr->x_flag_lra_remat)
5315 : 0 : fprintf (file, "%*s%s (%#x)\n",
5316 : : indent_to, "",
5317 : : "flag_lra_remat",
5318 : : ptr->x_flag_lra_remat);
5319 : :
5320 : 0 : if (ptr->x_flag_malloc_dce)
5321 : 0 : fprintf (file, "%*s%s (%#x)\n",
5322 : : indent_to, "",
5323 : : "flag_malloc_dce",
5324 : : ptr->x_flag_malloc_dce);
5325 : :
5326 : 0 : if (ptr->x_flag_errno_math)
5327 : 0 : fprintf (file, "%*s%s (%#x)\n",
5328 : : indent_to, "",
5329 : : "flag_errno_math",
5330 : : ptr->x_flag_errno_math);
5331 : :
5332 : 0 : if (ptr->x_flag_modulo_sched)
5333 : 0 : fprintf (file, "%*s%s (%#x)\n",
5334 : : indent_to, "",
5335 : : "flag_modulo_sched",
5336 : : ptr->x_flag_modulo_sched);
5337 : :
5338 : 0 : if (ptr->x_flag_modulo_sched_allow_regmoves)
5339 : 0 : fprintf (file, "%*s%s (%#x)\n",
5340 : : indent_to, "",
5341 : : "flag_modulo_sched_allow_regmoves",
5342 : : ptr->x_flag_modulo_sched_allow_regmoves);
5343 : :
5344 : 0 : if (ptr->x_flag_move_loop_invariants)
5345 : 0 : fprintf (file, "%*s%s (%#x)\n",
5346 : : indent_to, "",
5347 : : "flag_move_loop_invariants",
5348 : : ptr->x_flag_move_loop_invariants);
5349 : :
5350 : 0 : if (ptr->x_flag_move_loop_stores)
5351 : 0 : fprintf (file, "%*s%s (%#x)\n",
5352 : : indent_to, "",
5353 : : "flag_move_loop_stores",
5354 : : ptr->x_flag_move_loop_stores);
5355 : :
5356 : 0 : if (ptr->x_flag_non_call_exceptions)
5357 : 0 : fprintf (file, "%*s%s (%#x)\n",
5358 : : indent_to, "",
5359 : : "flag_non_call_exceptions",
5360 : : ptr->x_flag_non_call_exceptions);
5361 : :
5362 : 0 : if (ptr->x_flag_nothrow_opt)
5363 : 0 : fprintf (file, "%*s%s (%#x)\n",
5364 : : indent_to, "",
5365 : : "flag_nothrow_opt",
5366 : : ptr->x_flag_nothrow_opt);
5367 : :
5368 : 0 : if (ptr->x_flag_omit_frame_pointer)
5369 : 0 : fprintf (file, "%*s%s (%#x)\n",
5370 : : indent_to, "",
5371 : : "flag_omit_frame_pointer",
5372 : : ptr->x_flag_omit_frame_pointer);
5373 : :
5374 : 0 : if (ptr->x_flag_opt_info)
5375 : 0 : fprintf (file, "%*s%s (%#x)\n",
5376 : : indent_to, "",
5377 : : "flag_opt_info",
5378 : : ptr->x_flag_opt_info);
5379 : :
5380 : 0 : if (ptr->x_flag_optimize_crc)
5381 : 0 : fprintf (file, "%*s%s (%#x)\n",
5382 : : indent_to, "",
5383 : : "flag_optimize_crc",
5384 : : ptr->x_flag_optimize_crc);
5385 : :
5386 : 0 : if (ptr->x_flag_optimize_sibling_calls)
5387 : 0 : fprintf (file, "%*s%s (%#x)\n",
5388 : : indent_to, "",
5389 : : "flag_optimize_sibling_calls",
5390 : : ptr->x_flag_optimize_sibling_calls);
5391 : :
5392 : 0 : if (ptr->x_flag_optimize_strlen)
5393 : 0 : fprintf (file, "%*s%s (%#x)\n",
5394 : : indent_to, "",
5395 : : "flag_optimize_strlen",
5396 : : ptr->x_flag_optimize_strlen);
5397 : :
5398 : 0 : if (ptr->x_flag_pack_struct)
5399 : 0 : fprintf (file, "%*s%s (%#x)\n",
5400 : : indent_to, "",
5401 : : "flag_pack_struct",
5402 : : ptr->x_flag_pack_struct);
5403 : :
5404 : 0 : if (ptr->x_flag_partial_inlining)
5405 : 0 : fprintf (file, "%*s%s (%#x)\n",
5406 : : indent_to, "",
5407 : : "flag_partial_inlining",
5408 : : ptr->x_flag_partial_inlining);
5409 : :
5410 : 0 : if (ptr->x_flag_pcc_struct_return)
5411 : 0 : fprintf (file, "%*s%s (%#x)\n",
5412 : : indent_to, "",
5413 : : "flag_pcc_struct_return",
5414 : : ptr->x_flag_pcc_struct_return);
5415 : :
5416 : 0 : if (ptr->x_flag_peel_loops)
5417 : 0 : fprintf (file, "%*s%s (%#x)\n",
5418 : : indent_to, "",
5419 : : "flag_peel_loops",
5420 : : ptr->x_flag_peel_loops);
5421 : :
5422 : 0 : if (ptr->x_flag_no_peephole)
5423 : 0 : fprintf (file, "%*s%s (%#x)\n",
5424 : : indent_to, "",
5425 : : "flag_no_peephole",
5426 : : ptr->x_flag_no_peephole);
5427 : :
5428 : 0 : if (ptr->x_flag_peephole2)
5429 : 0 : fprintf (file, "%*s%s (%#x)\n",
5430 : : indent_to, "",
5431 : : "flag_peephole2",
5432 : : ptr->x_flag_peephole2);
5433 : :
5434 : 0 : if (ptr->x_flag_plt)
5435 : 0 : fprintf (file, "%*s%s (%#x)\n",
5436 : : indent_to, "",
5437 : : "flag_plt",
5438 : : ptr->x_flag_plt);
5439 : :
5440 : 0 : if (ptr->x_flag_predictive_commoning)
5441 : 0 : fprintf (file, "%*s%s (%#x)\n",
5442 : : indent_to, "",
5443 : : "flag_predictive_commoning",
5444 : : ptr->x_flag_predictive_commoning);
5445 : :
5446 : 0 : if (ptr->x_flag_prefetch_loop_arrays)
5447 : 0 : fprintf (file, "%*s%s (%#x)\n",
5448 : : indent_to, "",
5449 : : "flag_prefetch_loop_arrays",
5450 : : ptr->x_flag_prefetch_loop_arrays);
5451 : :
5452 : 0 : if (ptr->x_flag_printf_return_value)
5453 : 0 : fprintf (file, "%*s%s (%#x)\n",
5454 : : indent_to, "",
5455 : : "flag_printf_return_value",
5456 : : ptr->x_flag_printf_return_value);
5457 : :
5458 : 0 : if (ptr->x_flag_profile_partial_training)
5459 : 0 : fprintf (file, "%*s%s (%#x)\n",
5460 : : indent_to, "",
5461 : : "flag_profile_partial_training",
5462 : : ptr->x_flag_profile_partial_training);
5463 : :
5464 : 0 : if (ptr->x_flag_profile_reorder_functions)
5465 : 0 : fprintf (file, "%*s%s (%#x)\n",
5466 : : indent_to, "",
5467 : : "flag_profile_reorder_functions",
5468 : : ptr->x_flag_profile_reorder_functions);
5469 : :
5470 : 0 : if (ptr->x_flag_reciprocal_math)
5471 : 0 : fprintf (file, "%*s%s (%#x)\n",
5472 : : indent_to, "",
5473 : : "flag_reciprocal_math",
5474 : : ptr->x_flag_reciprocal_math);
5475 : :
5476 : 0 : if (ptr->x_flag_ree)
5477 : 0 : fprintf (file, "%*s%s (%#x)\n",
5478 : : indent_to, "",
5479 : : "flag_ree",
5480 : : ptr->x_flag_ree);
5481 : :
5482 : 0 : if (ptr->x_flag_rename_registers)
5483 : 0 : fprintf (file, "%*s%s (%#x)\n",
5484 : : indent_to, "",
5485 : : "flag_rename_registers",
5486 : : ptr->x_flag_rename_registers);
5487 : :
5488 : 0 : if (ptr->x_flag_reorder_blocks)
5489 : 0 : fprintf (file, "%*s%s (%#x)\n",
5490 : : indent_to, "",
5491 : : "flag_reorder_blocks",
5492 : : ptr->x_flag_reorder_blocks);
5493 : :
5494 : 0 : if (ptr->x_flag_reorder_blocks_and_partition)
5495 : 0 : fprintf (file, "%*s%s (%#x)\n",
5496 : : indent_to, "",
5497 : : "flag_reorder_blocks_and_partition",
5498 : : ptr->x_flag_reorder_blocks_and_partition);
5499 : :
5500 : 0 : if (ptr->x_flag_reorder_functions)
5501 : 0 : fprintf (file, "%*s%s (%#x)\n",
5502 : : indent_to, "",
5503 : : "flag_reorder_functions",
5504 : : ptr->x_flag_reorder_functions);
5505 : :
5506 : 0 : if (ptr->x_flag_rerun_cse_after_loop)
5507 : 0 : fprintf (file, "%*s%s (%#x)\n",
5508 : : indent_to, "",
5509 : : "flag_rerun_cse_after_loop",
5510 : : ptr->x_flag_rerun_cse_after_loop);
5511 : :
5512 : 0 : if (ptr->x_flag_resched_modulo_sched)
5513 : 0 : fprintf (file, "%*s%s (%#x)\n",
5514 : : indent_to, "",
5515 : : "flag_resched_modulo_sched",
5516 : : ptr->x_flag_resched_modulo_sched);
5517 : :
5518 : 0 : if (ptr->x_flag_rounding_math)
5519 : 0 : fprintf (file, "%*s%s (%#x)\n",
5520 : : indent_to, "",
5521 : : "flag_rounding_math",
5522 : : ptr->x_flag_rounding_math);
5523 : :
5524 : 0 : if (ptr->x_flag_rtti)
5525 : 0 : fprintf (file, "%*s%s (%#x)\n",
5526 : : indent_to, "",
5527 : : "flag_rtti",
5528 : : ptr->x_flag_rtti);
5529 : :
5530 : 0 : if (ptr->x_flag_save_optimization_record)
5531 : 0 : fprintf (file, "%*s%s (%#x)\n",
5532 : : indent_to, "",
5533 : : "flag_save_optimization_record",
5534 : : ptr->x_flag_save_optimization_record);
5535 : :
5536 : 0 : if (ptr->x_flag_sched_critical_path_heuristic)
5537 : 0 : fprintf (file, "%*s%s (%#x)\n",
5538 : : indent_to, "",
5539 : : "flag_sched_critical_path_heuristic",
5540 : : ptr->x_flag_sched_critical_path_heuristic);
5541 : :
5542 : 0 : if (ptr->x_flag_sched_dep_count_heuristic)
5543 : 0 : fprintf (file, "%*s%s (%#x)\n",
5544 : : indent_to, "",
5545 : : "flag_sched_dep_count_heuristic",
5546 : : ptr->x_flag_sched_dep_count_heuristic);
5547 : :
5548 : 0 : if (ptr->x_flag_sched_group_heuristic)
5549 : 0 : fprintf (file, "%*s%s (%#x)\n",
5550 : : indent_to, "",
5551 : : "flag_sched_group_heuristic",
5552 : : ptr->x_flag_sched_group_heuristic);
5553 : :
5554 : 0 : if (ptr->x_flag_schedule_interblock)
5555 : 0 : fprintf (file, "%*s%s (%#x)\n",
5556 : : indent_to, "",
5557 : : "flag_schedule_interblock",
5558 : : ptr->x_flag_schedule_interblock);
5559 : :
5560 : 0 : if (ptr->x_flag_sched_last_insn_heuristic)
5561 : 0 : fprintf (file, "%*s%s (%#x)\n",
5562 : : indent_to, "",
5563 : : "flag_sched_last_insn_heuristic",
5564 : : ptr->x_flag_sched_last_insn_heuristic);
5565 : :
5566 : 0 : if (ptr->x_flag_sched_pressure)
5567 : 0 : fprintf (file, "%*s%s (%#x)\n",
5568 : : indent_to, "",
5569 : : "flag_sched_pressure",
5570 : : ptr->x_flag_sched_pressure);
5571 : :
5572 : 0 : if (ptr->x_flag_sched_rank_heuristic)
5573 : 0 : fprintf (file, "%*s%s (%#x)\n",
5574 : : indent_to, "",
5575 : : "flag_sched_rank_heuristic",
5576 : : ptr->x_flag_sched_rank_heuristic);
5577 : :
5578 : 0 : if (ptr->x_flag_schedule_speculative)
5579 : 0 : fprintf (file, "%*s%s (%#x)\n",
5580 : : indent_to, "",
5581 : : "flag_schedule_speculative",
5582 : : ptr->x_flag_schedule_speculative);
5583 : :
5584 : 0 : if (ptr->x_flag_sched_spec_insn_heuristic)
5585 : 0 : fprintf (file, "%*s%s (%#x)\n",
5586 : : indent_to, "",
5587 : : "flag_sched_spec_insn_heuristic",
5588 : : ptr->x_flag_sched_spec_insn_heuristic);
5589 : :
5590 : 0 : if (ptr->x_flag_schedule_speculative_load)
5591 : 0 : fprintf (file, "%*s%s (%#x)\n",
5592 : : indent_to, "",
5593 : : "flag_schedule_speculative_load",
5594 : : ptr->x_flag_schedule_speculative_load);
5595 : :
5596 : 0 : if (ptr->x_flag_schedule_speculative_load_dangerous)
5597 : 0 : fprintf (file, "%*s%s (%#x)\n",
5598 : : indent_to, "",
5599 : : "flag_schedule_speculative_load_dangerous",
5600 : : ptr->x_flag_schedule_speculative_load_dangerous);
5601 : :
5602 : 0 : if (ptr->x_flag_sched2_use_superblocks)
5603 : 0 : fprintf (file, "%*s%s (%#x)\n",
5604 : : indent_to, "",
5605 : : "flag_sched2_use_superblocks",
5606 : : ptr->x_flag_sched2_use_superblocks);
5607 : :
5608 : 0 : if (ptr->x_flag_schedule_fusion)
5609 : 0 : fprintf (file, "%*s%s (%#x)\n",
5610 : : indent_to, "",
5611 : : "flag_schedule_fusion",
5612 : : ptr->x_flag_schedule_fusion);
5613 : :
5614 : 0 : if (ptr->x_flag_schedule_insns)
5615 : 0 : fprintf (file, "%*s%s (%#x)\n",
5616 : : indent_to, "",
5617 : : "flag_schedule_insns",
5618 : : ptr->x_flag_schedule_insns);
5619 : :
5620 : 0 : if (ptr->x_flag_schedule_insns_after_reload)
5621 : 0 : fprintf (file, "%*s%s (%#x)\n",
5622 : : indent_to, "",
5623 : : "flag_schedule_insns_after_reload",
5624 : : ptr->x_flag_schedule_insns_after_reload);
5625 : :
5626 : 0 : if (ptr->x_flag_section_anchors)
5627 : 0 : fprintf (file, "%*s%s (%#x)\n",
5628 : : indent_to, "",
5629 : : "flag_section_anchors",
5630 : : ptr->x_flag_section_anchors);
5631 : :
5632 : 0 : if (ptr->x_flag_sel_sched_pipelining)
5633 : 0 : fprintf (file, "%*s%s (%#x)\n",
5634 : : indent_to, "",
5635 : : "flag_sel_sched_pipelining",
5636 : : ptr->x_flag_sel_sched_pipelining);
5637 : :
5638 : 0 : if (ptr->x_flag_sel_sched_pipelining_outer_loops)
5639 : 0 : fprintf (file, "%*s%s (%#x)\n",
5640 : : indent_to, "",
5641 : : "flag_sel_sched_pipelining_outer_loops",
5642 : : ptr->x_flag_sel_sched_pipelining_outer_loops);
5643 : :
5644 : 0 : if (ptr->x_flag_sel_sched_reschedule_pipelined)
5645 : 0 : fprintf (file, "%*s%s (%#x)\n",
5646 : : indent_to, "",
5647 : : "flag_sel_sched_reschedule_pipelined",
5648 : : ptr->x_flag_sel_sched_reschedule_pipelined);
5649 : :
5650 : 0 : if (ptr->x_flag_selective_scheduling)
5651 : 0 : fprintf (file, "%*s%s (%#x)\n",
5652 : : indent_to, "",
5653 : : "flag_selective_scheduling",
5654 : : ptr->x_flag_selective_scheduling);
5655 : :
5656 : 0 : if (ptr->x_flag_selective_scheduling2)
5657 : 0 : fprintf (file, "%*s%s (%#x)\n",
5658 : : indent_to, "",
5659 : : "flag_selective_scheduling2",
5660 : : ptr->x_flag_selective_scheduling2);
5661 : :
5662 : 0 : if (ptr->x_flag_semantic_interposition)
5663 : 0 : fprintf (file, "%*s%s (%#x)\n",
5664 : : indent_to, "",
5665 : : "flag_semantic_interposition",
5666 : : ptr->x_flag_semantic_interposition);
5667 : :
5668 : 0 : if (ptr->x_flag_short_enums)
5669 : 0 : fprintf (file, "%*s%s (%#x)\n",
5670 : : indent_to, "",
5671 : : "flag_short_enums",
5672 : : ptr->x_flag_short_enums);
5673 : :
5674 : 0 : if (ptr->x_flag_short_wchar)
5675 : 0 : fprintf (file, "%*s%s (%#x)\n",
5676 : : indent_to, "",
5677 : : "flag_short_wchar",
5678 : : ptr->x_flag_short_wchar);
5679 : :
5680 : 0 : if (ptr->x_flag_shrink_wrap)
5681 : 0 : fprintf (file, "%*s%s (%#x)\n",
5682 : : indent_to, "",
5683 : : "flag_shrink_wrap",
5684 : : ptr->x_flag_shrink_wrap);
5685 : :
5686 : 0 : if (ptr->x_flag_shrink_wrap_separate)
5687 : 0 : fprintf (file, "%*s%s (%#x)\n",
5688 : : indent_to, "",
5689 : : "flag_shrink_wrap_separate",
5690 : : ptr->x_flag_shrink_wrap_separate);
5691 : :
5692 : 0 : if (ptr->x_flag_signaling_nans)
5693 : 0 : fprintf (file, "%*s%s (%#x)\n",
5694 : : indent_to, "",
5695 : : "flag_signaling_nans",
5696 : : ptr->x_flag_signaling_nans);
5697 : :
5698 : 0 : if (ptr->x_flag_signed_zeros)
5699 : 0 : fprintf (file, "%*s%s (%#x)\n",
5700 : : indent_to, "",
5701 : : "flag_signed_zeros",
5702 : : ptr->x_flag_signed_zeros);
5703 : :
5704 : 0 : if (ptr->x_flag_single_precision_constant)
5705 : 0 : fprintf (file, "%*s%s (%#x)\n",
5706 : : indent_to, "",
5707 : : "flag_single_precision_constant",
5708 : : ptr->x_flag_single_precision_constant);
5709 : :
5710 : 0 : if (ptr->x_flag_split_ivs_in_unroller)
5711 : 0 : fprintf (file, "%*s%s (%#x)\n",
5712 : : indent_to, "",
5713 : : "flag_split_ivs_in_unroller",
5714 : : ptr->x_flag_split_ivs_in_unroller);
5715 : :
5716 : 0 : if (ptr->x_flag_split_loops)
5717 : 0 : fprintf (file, "%*s%s (%#x)\n",
5718 : : indent_to, "",
5719 : : "flag_split_loops",
5720 : : ptr->x_flag_split_loops);
5721 : :
5722 : 0 : if (ptr->x_flag_split_paths)
5723 : 0 : fprintf (file, "%*s%s (%#x)\n",
5724 : : indent_to, "",
5725 : : "flag_split_paths",
5726 : : ptr->x_flag_split_paths);
5727 : :
5728 : 0 : if (ptr->x_flag_split_wide_types)
5729 : 0 : fprintf (file, "%*s%s (%#x)\n",
5730 : : indent_to, "",
5731 : : "flag_split_wide_types",
5732 : : ptr->x_flag_split_wide_types);
5733 : :
5734 : 0 : if (ptr->x_flag_split_wide_types_early)
5735 : 0 : fprintf (file, "%*s%s (%#x)\n",
5736 : : indent_to, "",
5737 : : "flag_split_wide_types_early",
5738 : : ptr->x_flag_split_wide_types_early);
5739 : :
5740 : 0 : if (ptr->x_flag_ssa_backprop)
5741 : 0 : fprintf (file, "%*s%s (%#x)\n",
5742 : : indent_to, "",
5743 : : "flag_ssa_backprop",
5744 : : ptr->x_flag_ssa_backprop);
5745 : :
5746 : 0 : if (ptr->x_flag_ssa_phiopt)
5747 : 0 : fprintf (file, "%*s%s (%#x)\n",
5748 : : indent_to, "",
5749 : : "flag_ssa_phiopt",
5750 : : ptr->x_flag_ssa_phiopt);
5751 : :
5752 : 0 : if (ptr->x_flag_stack_clash_protection)
5753 : 0 : fprintf (file, "%*s%s (%#x)\n",
5754 : : indent_to, "",
5755 : : "flag_stack_clash_protection",
5756 : : ptr->x_flag_stack_clash_protection);
5757 : :
5758 : 0 : if (ptr->x_flag_stack_protect)
5759 : 0 : fprintf (file, "%*s%s (%#x)\n",
5760 : : indent_to, "",
5761 : : "flag_stack_protect",
5762 : : ptr->x_flag_stack_protect);
5763 : :
5764 : 0 : if (ptr->x_flag_stdarg_opt)
5765 : 0 : fprintf (file, "%*s%s (%#x)\n",
5766 : : indent_to, "",
5767 : : "flag_stdarg_opt",
5768 : : ptr->x_flag_stdarg_opt);
5769 : :
5770 : 0 : if (ptr->x_flag_store_merging)
5771 : 0 : fprintf (file, "%*s%s (%#x)\n",
5772 : : indent_to, "",
5773 : : "flag_store_merging",
5774 : : ptr->x_flag_store_merging);
5775 : :
5776 : 0 : if (ptr->x_flag_strict_aliasing)
5777 : 0 : fprintf (file, "%*s%s (%#x)\n",
5778 : : indent_to, "",
5779 : : "flag_strict_aliasing",
5780 : : ptr->x_flag_strict_aliasing);
5781 : :
5782 : 0 : if (ptr->x_flag_strict_enums)
5783 : 0 : fprintf (file, "%*s%s (%#x)\n",
5784 : : indent_to, "",
5785 : : "flag_strict_enums",
5786 : : ptr->x_flag_strict_enums);
5787 : :
5788 : 0 : if (ptr->x_flag_strict_volatile_bitfields)
5789 : 0 : fprintf (file, "%*s%s (%#x)\n",
5790 : : indent_to, "",
5791 : : "flag_strict_volatile_bitfields",
5792 : : ptr->x_flag_strict_volatile_bitfields);
5793 : :
5794 : 0 : if (ptr->x_flag_thread_jumps)
5795 : 0 : fprintf (file, "%*s%s (%#x)\n",
5796 : : indent_to, "",
5797 : : "flag_thread_jumps",
5798 : : ptr->x_flag_thread_jumps);
5799 : :
5800 : 0 : if (ptr->x_flag_threadsafe_statics)
5801 : 0 : fprintf (file, "%*s%s (%#x)\n",
5802 : : indent_to, "",
5803 : : "flag_threadsafe_statics",
5804 : : ptr->x_flag_threadsafe_statics);
5805 : :
5806 : 0 : if (ptr->x_flag_toplevel_reorder)
5807 : 0 : fprintf (file, "%*s%s (%#x)\n",
5808 : : indent_to, "",
5809 : : "flag_toplevel_reorder",
5810 : : ptr->x_flag_toplevel_reorder);
5811 : :
5812 : 0 : if (ptr->x_flag_tracer)
5813 : 0 : fprintf (file, "%*s%s (%#x)\n",
5814 : : indent_to, "",
5815 : : "flag_tracer",
5816 : : ptr->x_flag_tracer);
5817 : :
5818 : 0 : if (ptr->x_flag_trapping_math)
5819 : 0 : fprintf (file, "%*s%s (%#x)\n",
5820 : : indent_to, "",
5821 : : "flag_trapping_math",
5822 : : ptr->x_flag_trapping_math);
5823 : :
5824 : 0 : if (ptr->x_flag_trapv)
5825 : 0 : fprintf (file, "%*s%s (%#x)\n",
5826 : : indent_to, "",
5827 : : "flag_trapv",
5828 : : ptr->x_flag_trapv);
5829 : :
5830 : 0 : if (ptr->x_flag_tree_bit_ccp)
5831 : 0 : fprintf (file, "%*s%s (%#x)\n",
5832 : : indent_to, "",
5833 : : "flag_tree_bit_ccp",
5834 : : ptr->x_flag_tree_bit_ccp);
5835 : :
5836 : 0 : if (ptr->x_flag_tree_builtin_call_dce)
5837 : 0 : fprintf (file, "%*s%s (%#x)\n",
5838 : : indent_to, "",
5839 : : "flag_tree_builtin_call_dce",
5840 : : ptr->x_flag_tree_builtin_call_dce);
5841 : :
5842 : 0 : if (ptr->x_flag_tree_ccp)
5843 : 0 : fprintf (file, "%*s%s (%#x)\n",
5844 : : indent_to, "",
5845 : : "flag_tree_ccp",
5846 : : ptr->x_flag_tree_ccp);
5847 : :
5848 : 0 : if (ptr->x_flag_tree_ch)
5849 : 0 : fprintf (file, "%*s%s (%#x)\n",
5850 : : indent_to, "",
5851 : : "flag_tree_ch",
5852 : : ptr->x_flag_tree_ch);
5853 : :
5854 : 0 : if (ptr->x_flag_tree_coalesce_vars)
5855 : 0 : fprintf (file, "%*s%s (%#x)\n",
5856 : : indent_to, "",
5857 : : "flag_tree_coalesce_vars",
5858 : : ptr->x_flag_tree_coalesce_vars);
5859 : :
5860 : 0 : if (ptr->x_flag_tree_copy_prop)
5861 : 0 : fprintf (file, "%*s%s (%#x)\n",
5862 : : indent_to, "",
5863 : : "flag_tree_copy_prop",
5864 : : ptr->x_flag_tree_copy_prop);
5865 : :
5866 : 0 : if (ptr->x_flag_tree_cselim)
5867 : 0 : fprintf (file, "%*s%s (%#x)\n",
5868 : : indent_to, "",
5869 : : "flag_tree_cselim",
5870 : : ptr->x_flag_tree_cselim);
5871 : :
5872 : 0 : if (ptr->x_flag_tree_dce)
5873 : 0 : fprintf (file, "%*s%s (%#x)\n",
5874 : : indent_to, "",
5875 : : "flag_tree_dce",
5876 : : ptr->x_flag_tree_dce);
5877 : :
5878 : 0 : if (ptr->x_flag_tree_dom)
5879 : 0 : fprintf (file, "%*s%s (%#x)\n",
5880 : : indent_to, "",
5881 : : "flag_tree_dom",
5882 : : ptr->x_flag_tree_dom);
5883 : :
5884 : 0 : if (ptr->x_flag_tree_dse)
5885 : 0 : fprintf (file, "%*s%s (%#x)\n",
5886 : : indent_to, "",
5887 : : "flag_tree_dse",
5888 : : ptr->x_flag_tree_dse);
5889 : :
5890 : 0 : if (ptr->x_flag_tree_forwprop)
5891 : 0 : fprintf (file, "%*s%s (%#x)\n",
5892 : : indent_to, "",
5893 : : "flag_tree_forwprop",
5894 : : ptr->x_flag_tree_forwprop);
5895 : :
5896 : 0 : if (ptr->x_flag_tree_fre)
5897 : 0 : fprintf (file, "%*s%s (%#x)\n",
5898 : : indent_to, "",
5899 : : "flag_tree_fre",
5900 : : ptr->x_flag_tree_fre);
5901 : :
5902 : 0 : if (ptr->x_flag_tree_loop_distribute_patterns)
5903 : 0 : fprintf (file, "%*s%s (%#x)\n",
5904 : : indent_to, "",
5905 : : "flag_tree_loop_distribute_patterns",
5906 : : ptr->x_flag_tree_loop_distribute_patterns);
5907 : :
5908 : 0 : if (ptr->x_flag_tree_loop_distribution)
5909 : 0 : fprintf (file, "%*s%s (%#x)\n",
5910 : : indent_to, "",
5911 : : "flag_tree_loop_distribution",
5912 : : ptr->x_flag_tree_loop_distribution);
5913 : :
5914 : 0 : if (ptr->x_flag_tree_loop_if_convert)
5915 : 0 : fprintf (file, "%*s%s (%#x)\n",
5916 : : indent_to, "",
5917 : : "flag_tree_loop_if_convert",
5918 : : ptr->x_flag_tree_loop_if_convert);
5919 : :
5920 : 0 : if (ptr->x_flag_tree_loop_im)
5921 : 0 : fprintf (file, "%*s%s (%#x)\n",
5922 : : indent_to, "",
5923 : : "flag_tree_loop_im",
5924 : : ptr->x_flag_tree_loop_im);
5925 : :
5926 : 0 : if (ptr->x_flag_tree_loop_ivcanon)
5927 : 0 : fprintf (file, "%*s%s (%#x)\n",
5928 : : indent_to, "",
5929 : : "flag_tree_loop_ivcanon",
5930 : : ptr->x_flag_tree_loop_ivcanon);
5931 : :
5932 : 0 : if (ptr->x_flag_tree_loop_optimize)
5933 : 0 : fprintf (file, "%*s%s (%#x)\n",
5934 : : indent_to, "",
5935 : : "flag_tree_loop_optimize",
5936 : : ptr->x_flag_tree_loop_optimize);
5937 : :
5938 : 0 : if (ptr->x_flag_tree_loop_vectorize)
5939 : 0 : fprintf (file, "%*s%s (%#x)\n",
5940 : : indent_to, "",
5941 : : "flag_tree_loop_vectorize",
5942 : : ptr->x_flag_tree_loop_vectorize);
5943 : :
5944 : 0 : if (ptr->x_flag_tree_live_range_split)
5945 : 0 : fprintf (file, "%*s%s (%#x)\n",
5946 : : indent_to, "",
5947 : : "flag_tree_live_range_split",
5948 : : ptr->x_flag_tree_live_range_split);
5949 : :
5950 : 0 : if (ptr->x_flag_tree_partial_pre)
5951 : 0 : fprintf (file, "%*s%s (%#x)\n",
5952 : : indent_to, "",
5953 : : "flag_tree_partial_pre",
5954 : : ptr->x_flag_tree_partial_pre);
5955 : :
5956 : 0 : if (ptr->x_flag_tree_phiprop)
5957 : 0 : fprintf (file, "%*s%s (%#x)\n",
5958 : : indent_to, "",
5959 : : "flag_tree_phiprop",
5960 : : ptr->x_flag_tree_phiprop);
5961 : :
5962 : 0 : if (ptr->x_flag_tree_pre)
5963 : 0 : fprintf (file, "%*s%s (%#x)\n",
5964 : : indent_to, "",
5965 : : "flag_tree_pre",
5966 : : ptr->x_flag_tree_pre);
5967 : :
5968 : 0 : if (ptr->x_flag_tree_pta)
5969 : 0 : fprintf (file, "%*s%s (%#x)\n",
5970 : : indent_to, "",
5971 : : "flag_tree_pta",
5972 : : ptr->x_flag_tree_pta);
5973 : :
5974 : 0 : if (ptr->x_flag_tree_reassoc)
5975 : 0 : fprintf (file, "%*s%s (%#x)\n",
5976 : : indent_to, "",
5977 : : "flag_tree_reassoc",
5978 : : ptr->x_flag_tree_reassoc);
5979 : :
5980 : 0 : if (ptr->x_flag_tree_scev_cprop)
5981 : 0 : fprintf (file, "%*s%s (%#x)\n",
5982 : : indent_to, "",
5983 : : "flag_tree_scev_cprop",
5984 : : ptr->x_flag_tree_scev_cprop);
5985 : :
5986 : 0 : if (ptr->x_flag_tree_sink)
5987 : 0 : fprintf (file, "%*s%s (%#x)\n",
5988 : : indent_to, "",
5989 : : "flag_tree_sink",
5990 : : ptr->x_flag_tree_sink);
5991 : :
5992 : 0 : if (ptr->x_flag_tree_slp_vectorize)
5993 : 0 : fprintf (file, "%*s%s (%#x)\n",
5994 : : indent_to, "",
5995 : : "flag_tree_slp_vectorize",
5996 : : ptr->x_flag_tree_slp_vectorize);
5997 : :
5998 : 0 : if (ptr->x_flag_tree_slsr)
5999 : 0 : fprintf (file, "%*s%s (%#x)\n",
6000 : : indent_to, "",
6001 : : "flag_tree_slsr",
6002 : : ptr->x_flag_tree_slsr);
6003 : :
6004 : 0 : if (ptr->x_flag_tree_sra)
6005 : 0 : fprintf (file, "%*s%s (%#x)\n",
6006 : : indent_to, "",
6007 : : "flag_tree_sra",
6008 : : ptr->x_flag_tree_sra);
6009 : :
6010 : 0 : if (ptr->x_flag_tree_switch_conversion)
6011 : 0 : fprintf (file, "%*s%s (%#x)\n",
6012 : : indent_to, "",
6013 : : "flag_tree_switch_conversion",
6014 : : ptr->x_flag_tree_switch_conversion);
6015 : :
6016 : 0 : if (ptr->x_flag_tree_tail_merge)
6017 : 0 : fprintf (file, "%*s%s (%#x)\n",
6018 : : indent_to, "",
6019 : : "flag_tree_tail_merge",
6020 : : ptr->x_flag_tree_tail_merge);
6021 : :
6022 : 0 : if (ptr->x_flag_tree_ter)
6023 : 0 : fprintf (file, "%*s%s (%#x)\n",
6024 : : indent_to, "",
6025 : : "flag_tree_ter",
6026 : : ptr->x_flag_tree_ter);
6027 : :
6028 : 0 : if (ptr->x_flag_tree_vectorize)
6029 : 0 : fprintf (file, "%*s%s (%#x)\n",
6030 : : indent_to, "",
6031 : : "flag_tree_vectorize",
6032 : : ptr->x_flag_tree_vectorize);
6033 : :
6034 : 0 : if (ptr->x_flag_tree_vrp)
6035 : 0 : fprintf (file, "%*s%s (%#x)\n",
6036 : : indent_to, "",
6037 : : "flag_tree_vrp",
6038 : : ptr->x_flag_tree_vrp);
6039 : :
6040 : 0 : if (ptr->x_flag_unconstrained_commons)
6041 : 0 : fprintf (file, "%*s%s (%#x)\n",
6042 : : indent_to, "",
6043 : : "flag_unconstrained_commons",
6044 : : ptr->x_flag_unconstrained_commons);
6045 : :
6046 : 0 : if (ptr->x_flag_unreachable_traps)
6047 : 0 : fprintf (file, "%*s%s (%#x)\n",
6048 : : indent_to, "",
6049 : : "flag_unreachable_traps",
6050 : : ptr->x_flag_unreachable_traps);
6051 : :
6052 : 0 : if (ptr->x_flag_unroll_all_loops)
6053 : 0 : fprintf (file, "%*s%s (%#x)\n",
6054 : : indent_to, "",
6055 : : "flag_unroll_all_loops",
6056 : : ptr->x_flag_unroll_all_loops);
6057 : :
6058 : 0 : if (ptr->x_flag_cunroll_grow_size)
6059 : 0 : fprintf (file, "%*s%s (%#x)\n",
6060 : : indent_to, "",
6061 : : "flag_cunroll_grow_size",
6062 : : ptr->x_flag_cunroll_grow_size);
6063 : :
6064 : 0 : if (ptr->x_flag_unroll_loops)
6065 : 0 : fprintf (file, "%*s%s (%#x)\n",
6066 : : indent_to, "",
6067 : : "flag_unroll_loops",
6068 : : ptr->x_flag_unroll_loops);
6069 : :
6070 : 0 : if (ptr->x_flag_unsafe_math_optimizations)
6071 : 0 : fprintf (file, "%*s%s (%#x)\n",
6072 : : indent_to, "",
6073 : : "flag_unsafe_math_optimizations",
6074 : : ptr->x_flag_unsafe_math_optimizations);
6075 : :
6076 : 0 : if (ptr->x_flag_unswitch_loops)
6077 : 0 : fprintf (file, "%*s%s (%#x)\n",
6078 : : indent_to, "",
6079 : : "flag_unswitch_loops",
6080 : : ptr->x_flag_unswitch_loops);
6081 : :
6082 : 0 : if (ptr->x_flag_unwind_tables)
6083 : 0 : fprintf (file, "%*s%s (%#x)\n",
6084 : : indent_to, "",
6085 : : "flag_unwind_tables",
6086 : : ptr->x_flag_unwind_tables);
6087 : :
6088 : 0 : if (ptr->x_flag_var_tracking)
6089 : 0 : fprintf (file, "%*s%s (%#x)\n",
6090 : : indent_to, "",
6091 : : "flag_var_tracking",
6092 : : ptr->x_flag_var_tracking);
6093 : :
6094 : 0 : if (ptr->x_flag_var_tracking_assignments)
6095 : 0 : fprintf (file, "%*s%s (%#x)\n",
6096 : : indent_to, "",
6097 : : "flag_var_tracking_assignments",
6098 : : ptr->x_flag_var_tracking_assignments);
6099 : :
6100 : 0 : if (ptr->x_flag_var_tracking_assignments_toggle)
6101 : 0 : fprintf (file, "%*s%s (%#x)\n",
6102 : : indent_to, "",
6103 : : "flag_var_tracking_assignments_toggle",
6104 : : ptr->x_flag_var_tracking_assignments_toggle);
6105 : :
6106 : 0 : if (ptr->x_flag_var_tracking_uninit)
6107 : 0 : fprintf (file, "%*s%s (%#x)\n",
6108 : : indent_to, "",
6109 : : "flag_var_tracking_uninit",
6110 : : ptr->x_flag_var_tracking_uninit);
6111 : :
6112 : 0 : if (ptr->x_flag_variable_expansion_in_unroller)
6113 : 0 : fprintf (file, "%*s%s (%#x)\n",
6114 : : indent_to, "",
6115 : : "flag_variable_expansion_in_unroller",
6116 : : ptr->x_flag_variable_expansion_in_unroller);
6117 : :
6118 : 0 : if (ptr->x_flag_version_loops_for_strides)
6119 : 0 : fprintf (file, "%*s%s (%#x)\n",
6120 : : indent_to, "",
6121 : : "flag_version_loops_for_strides",
6122 : : ptr->x_flag_version_loops_for_strides);
6123 : :
6124 : 0 : if (ptr->x_flag_value_profile_transformations)
6125 : 0 : fprintf (file, "%*s%s (%#x)\n",
6126 : : indent_to, "",
6127 : : "flag_value_profile_transformations",
6128 : : ptr->x_flag_value_profile_transformations);
6129 : :
6130 : 0 : if (ptr->x_flag_web)
6131 : 0 : fprintf (file, "%*s%s (%#x)\n",
6132 : : indent_to, "",
6133 : : "flag_web",
6134 : : ptr->x_flag_web);
6135 : :
6136 : 0 : if (ptr->x_flag_wrapv)
6137 : 0 : fprintf (file, "%*s%s (%#x)\n",
6138 : : indent_to, "",
6139 : : "flag_wrapv",
6140 : : ptr->x_flag_wrapv);
6141 : :
6142 : 0 : if (ptr->x_flag_wrapv_pointer)
6143 : 0 : fprintf (file, "%*s%s (%#x)\n",
6144 : : indent_to, "",
6145 : : "flag_wrapv_pointer",
6146 : : ptr->x_flag_wrapv_pointer);
6147 : :
6148 : 0 : if (ptr->x_debug_nonbind_markers_p)
6149 : 0 : fprintf (file, "%*s%s (%#x)\n",
6150 : : indent_to, "",
6151 : : "debug_nonbind_markers_p",
6152 : : ptr->x_debug_nonbind_markers_p);
6153 : :
6154 : 0 : if (ptr->x_ix86_unroll_only_small_loops)
6155 : 0 : fprintf (file, "%*s%s (%#x)\n",
6156 : : indent_to, "",
6157 : : "ix86_unroll_only_small_loops",
6158 : : ptr->x_ix86_unroll_only_small_loops);
6159 : :
6160 : 0 : if (ptr->x_str_align_functions)
6161 : 0 : fprintf (file, "%*s%s (%s)\n",
6162 : : indent_to, "",
6163 : : "str_align_functions",
6164 : : ptr->x_str_align_functions);
6165 : :
6166 : 0 : if (ptr->x_str_align_jumps)
6167 : 0 : fprintf (file, "%*s%s (%s)\n",
6168 : : indent_to, "",
6169 : : "str_align_jumps",
6170 : : ptr->x_str_align_jumps);
6171 : :
6172 : 0 : if (ptr->x_str_align_labels)
6173 : 0 : fprintf (file, "%*s%s (%s)\n",
6174 : : indent_to, "",
6175 : : "str_align_labels",
6176 : : ptr->x_str_align_labels);
6177 : :
6178 : 0 : if (ptr->x_str_align_loops)
6179 : 0 : fprintf (file, "%*s%s (%s)\n",
6180 : : indent_to, "",
6181 : : "str_align_loops",
6182 : : ptr->x_str_align_loops);
6183 : :
6184 : 0 : if (ptr->x_flag_patchable_function_entry)
6185 : 0 : fprintf (file, "%*s%s (%s)\n",
6186 : : indent_to, "",
6187 : : "flag_patchable_function_entry",
6188 : : ptr->x_flag_patchable_function_entry);
6189 : :
6190 : 0 : }
6191 : :
6192 : : /* Print different optimization variables from structures provided as arguments. */
6193 : : void
6194 : 0 : cl_optimization_print_diff (FILE *file,
6195 : : int indent_to,
6196 : : struct cl_optimization *ptr1,
6197 : : struct cl_optimization *ptr2)
6198 : : {
6199 : 0 : fputs ("\n", file);
6200 : 0 : if (ptr1->x_param_align_loop_iterations != ptr2->x_param_align_loop_iterations)
6201 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6202 : : indent_to, "",
6203 : : "param_align_loop_iterations",
6204 : : ptr1->x_param_align_loop_iterations,
6205 : : ptr2->x_param_align_loop_iterations);
6206 : :
6207 : 0 : if (ptr1->x_param_align_threshold != ptr2->x_param_align_threshold)
6208 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6209 : : indent_to, "",
6210 : : "param_align_threshold",
6211 : : ptr1->x_param_align_threshold,
6212 : : ptr2->x_param_align_threshold);
6213 : :
6214 : 0 : if (ptr1->x_param_asan_protect_allocas != ptr2->x_param_asan_protect_allocas)
6215 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6216 : : indent_to, "",
6217 : : "param_asan_protect_allocas",
6218 : : ptr1->x_param_asan_protect_allocas,
6219 : : ptr2->x_param_asan_protect_allocas);
6220 : :
6221 : 0 : if (ptr1->x_param_asan_instrument_reads != ptr2->x_param_asan_instrument_reads)
6222 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6223 : : indent_to, "",
6224 : : "param_asan_instrument_reads",
6225 : : ptr1->x_param_asan_instrument_reads,
6226 : : ptr2->x_param_asan_instrument_reads);
6227 : :
6228 : 0 : if (ptr1->x_param_asan_instrument_writes != ptr2->x_param_asan_instrument_writes)
6229 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6230 : : indent_to, "",
6231 : : "param_asan_instrument_writes",
6232 : : ptr1->x_param_asan_instrument_writes,
6233 : : ptr2->x_param_asan_instrument_writes);
6234 : :
6235 : 0 : if (ptr1->x_param_asan_instrumentation_with_call_threshold != ptr2->x_param_asan_instrumentation_with_call_threshold)
6236 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6237 : : indent_to, "",
6238 : : "param_asan_instrumentation_with_call_threshold",
6239 : : ptr1->x_param_asan_instrumentation_with_call_threshold,
6240 : : ptr2->x_param_asan_instrumentation_with_call_threshold);
6241 : :
6242 : 0 : if (ptr1->x_param_asan_kernel_mem_intrinsic_prefix != ptr2->x_param_asan_kernel_mem_intrinsic_prefix)
6243 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6244 : : indent_to, "",
6245 : : "param_asan_kernel_mem_intrinsic_prefix",
6246 : : ptr1->x_param_asan_kernel_mem_intrinsic_prefix,
6247 : : ptr2->x_param_asan_kernel_mem_intrinsic_prefix);
6248 : :
6249 : 0 : if (ptr1->x_param_asan_memintrin != ptr2->x_param_asan_memintrin)
6250 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6251 : : indent_to, "",
6252 : : "param_asan_memintrin",
6253 : : ptr1->x_param_asan_memintrin,
6254 : : ptr2->x_param_asan_memintrin);
6255 : :
6256 : 0 : if (ptr1->x_param_asan_stack != ptr2->x_param_asan_stack)
6257 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6258 : : indent_to, "",
6259 : : "param_asan_stack",
6260 : : ptr1->x_param_asan_stack,
6261 : : ptr2->x_param_asan_stack);
6262 : :
6263 : 0 : if (ptr1->x_param_asan_use_after_return != ptr2->x_param_asan_use_after_return)
6264 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6265 : : indent_to, "",
6266 : : "param_asan_use_after_return",
6267 : : ptr1->x_param_asan_use_after_return,
6268 : : ptr2->x_param_asan_use_after_return);
6269 : :
6270 : 0 : if (ptr1->x_param_avg_loop_niter != ptr2->x_param_avg_loop_niter)
6271 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6272 : : indent_to, "",
6273 : : "param_avg_loop_niter",
6274 : : ptr1->x_param_avg_loop_niter,
6275 : : ptr2->x_param_avg_loop_niter);
6276 : :
6277 : 0 : if (ptr1->x_param_avoid_fma_max_bits != ptr2->x_param_avoid_fma_max_bits)
6278 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6279 : : indent_to, "",
6280 : : "param_avoid_fma_max_bits",
6281 : : ptr1->x_param_avoid_fma_max_bits,
6282 : : ptr2->x_param_avoid_fma_max_bits);
6283 : :
6284 : 0 : if (ptr1->x_param_builtin_expect_probability != ptr2->x_param_builtin_expect_probability)
6285 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6286 : : indent_to, "",
6287 : : "param_builtin_expect_probability",
6288 : : ptr1->x_param_builtin_expect_probability,
6289 : : ptr2->x_param_builtin_expect_probability);
6290 : :
6291 : 0 : if (ptr1->x_param_builtin_string_cmp_inline_length != ptr2->x_param_builtin_string_cmp_inline_length)
6292 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6293 : : indent_to, "",
6294 : : "param_builtin_string_cmp_inline_length",
6295 : : ptr1->x_param_builtin_string_cmp_inline_length,
6296 : : ptr2->x_param_builtin_string_cmp_inline_length);
6297 : :
6298 : 0 : if (ptr1->x_param_case_values_threshold != ptr2->x_param_case_values_threshold)
6299 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6300 : : indent_to, "",
6301 : : "param_case_values_threshold",
6302 : : ptr1->x_param_case_values_threshold,
6303 : : ptr2->x_param_case_values_threshold);
6304 : :
6305 : 0 : if (ptr1->x_param_comdat_sharing_probability != ptr2->x_param_comdat_sharing_probability)
6306 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6307 : : indent_to, "",
6308 : : "param_comdat_sharing_probability",
6309 : : ptr1->x_param_comdat_sharing_probability,
6310 : : ptr2->x_param_comdat_sharing_probability);
6311 : :
6312 : 0 : if (ptr1->x_param_construct_interfere_size != ptr2->x_param_construct_interfere_size)
6313 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6314 : : indent_to, "",
6315 : : "param_construct_interfere_size",
6316 : : ptr1->x_param_construct_interfere_size,
6317 : : ptr2->x_param_construct_interfere_size);
6318 : :
6319 : 0 : if (ptr1->x_param_cycle_accurate_model != ptr2->x_param_cycle_accurate_model)
6320 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6321 : : indent_to, "",
6322 : : "param_cycle_accurate_model",
6323 : : ptr1->x_param_cycle_accurate_model,
6324 : : ptr2->x_param_cycle_accurate_model);
6325 : :
6326 : 0 : if (ptr1->x_param_destruct_interfere_size != ptr2->x_param_destruct_interfere_size)
6327 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6328 : : indent_to, "",
6329 : : "param_destruct_interfere_size",
6330 : : ptr1->x_param_destruct_interfere_size,
6331 : : ptr2->x_param_destruct_interfere_size);
6332 : :
6333 : 0 : if (ptr1->x_param_dse_max_alias_queries_per_store != ptr2->x_param_dse_max_alias_queries_per_store)
6334 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6335 : : indent_to, "",
6336 : : "param_dse_max_alias_queries_per_store",
6337 : : ptr1->x_param_dse_max_alias_queries_per_store,
6338 : : ptr2->x_param_dse_max_alias_queries_per_store);
6339 : :
6340 : 0 : if (ptr1->x_param_dse_max_object_size != ptr2->x_param_dse_max_object_size)
6341 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6342 : : indent_to, "",
6343 : : "param_dse_max_object_size",
6344 : : ptr1->x_param_dse_max_object_size,
6345 : : ptr2->x_param_dse_max_object_size);
6346 : :
6347 : 0 : if (ptr1->x_param_early_inlining_insns != ptr2->x_param_early_inlining_insns)
6348 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6349 : : indent_to, "",
6350 : : "param_early_inlining_insns",
6351 : : ptr1->x_param_early_inlining_insns,
6352 : : ptr2->x_param_early_inlining_insns);
6353 : :
6354 : 0 : if (ptr1->x_param_fsm_scale_path_stmts != ptr2->x_param_fsm_scale_path_stmts)
6355 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6356 : : indent_to, "",
6357 : : "param_fsm_scale_path_stmts",
6358 : : ptr1->x_param_fsm_scale_path_stmts,
6359 : : ptr2->x_param_fsm_scale_path_stmts);
6360 : :
6361 : 0 : if (ptr1->x_param_fully_pipelined_fma != ptr2->x_param_fully_pipelined_fma)
6362 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6363 : : indent_to, "",
6364 : : "param_fully_pipelined_fma",
6365 : : ptr1->x_param_fully_pipelined_fma,
6366 : : ptr2->x_param_fully_pipelined_fma);
6367 : :
6368 : 0 : if (ptr1->x_param_gcse_after_reload_critical_fraction != ptr2->x_param_gcse_after_reload_critical_fraction)
6369 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6370 : : indent_to, "",
6371 : : "param_gcse_after_reload_critical_fraction",
6372 : : ptr1->x_param_gcse_after_reload_critical_fraction,
6373 : : ptr2->x_param_gcse_after_reload_critical_fraction);
6374 : :
6375 : 0 : if (ptr1->x_param_gcse_after_reload_partial_fraction != ptr2->x_param_gcse_after_reload_partial_fraction)
6376 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6377 : : indent_to, "",
6378 : : "param_gcse_after_reload_partial_fraction",
6379 : : ptr1->x_param_gcse_after_reload_partial_fraction,
6380 : : ptr2->x_param_gcse_after_reload_partial_fraction);
6381 : :
6382 : 0 : if (ptr1->x_param_gcse_cost_distance_ratio != ptr2->x_param_gcse_cost_distance_ratio)
6383 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6384 : : indent_to, "",
6385 : : "param_gcse_cost_distance_ratio",
6386 : : ptr1->x_param_gcse_cost_distance_ratio,
6387 : : ptr2->x_param_gcse_cost_distance_ratio);
6388 : :
6389 : 0 : if (ptr1->x_param_gcse_unrestricted_cost != ptr2->x_param_gcse_unrestricted_cost)
6390 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6391 : : indent_to, "",
6392 : : "param_gcse_unrestricted_cost",
6393 : : ptr1->x_param_gcse_unrestricted_cost,
6394 : : ptr2->x_param_gcse_unrestricted_cost);
6395 : :
6396 : 0 : if (ptr1->x_param_graphite_max_arrays_per_scop != ptr2->x_param_graphite_max_arrays_per_scop)
6397 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6398 : : indent_to, "",
6399 : : "param_graphite_max_arrays_per_scop",
6400 : : ptr1->x_param_graphite_max_arrays_per_scop,
6401 : : ptr2->x_param_graphite_max_arrays_per_scop);
6402 : :
6403 : 0 : if (ptr1->x_param_graphite_max_nb_scop_params != ptr2->x_param_graphite_max_nb_scop_params)
6404 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6405 : : indent_to, "",
6406 : : "param_graphite_max_nb_scop_params",
6407 : : ptr1->x_param_graphite_max_nb_scop_params,
6408 : : ptr2->x_param_graphite_max_nb_scop_params);
6409 : :
6410 : 0 : if (ptr1->x_param_hardcfr_max_blocks != ptr2->x_param_hardcfr_max_blocks)
6411 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6412 : : indent_to, "",
6413 : : "param_hardcfr_max_blocks",
6414 : : ptr1->x_param_hardcfr_max_blocks,
6415 : : ptr2->x_param_hardcfr_max_blocks);
6416 : :
6417 : 0 : if (ptr1->x_param_hardcfr_max_inline_blocks != ptr2->x_param_hardcfr_max_inline_blocks)
6418 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6419 : : indent_to, "",
6420 : : "param_hardcfr_max_inline_blocks",
6421 : : ptr1->x_param_hardcfr_max_inline_blocks,
6422 : : ptr2->x_param_hardcfr_max_inline_blocks);
6423 : :
6424 : 0 : if (ptr1->x_param_hwasan_instrument_allocas != ptr2->x_param_hwasan_instrument_allocas)
6425 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6426 : : indent_to, "",
6427 : : "param_hwasan_instrument_allocas",
6428 : : ptr1->x_param_hwasan_instrument_allocas,
6429 : : ptr2->x_param_hwasan_instrument_allocas);
6430 : :
6431 : 0 : if (ptr1->x_param_hwasan_instrument_mem_intrinsics != ptr2->x_param_hwasan_instrument_mem_intrinsics)
6432 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6433 : : indent_to, "",
6434 : : "param_hwasan_instrument_mem_intrinsics",
6435 : : ptr1->x_param_hwasan_instrument_mem_intrinsics,
6436 : : ptr2->x_param_hwasan_instrument_mem_intrinsics);
6437 : :
6438 : 0 : if (ptr1->x_param_hwasan_instrument_reads != ptr2->x_param_hwasan_instrument_reads)
6439 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6440 : : indent_to, "",
6441 : : "param_hwasan_instrument_reads",
6442 : : ptr1->x_param_hwasan_instrument_reads,
6443 : : ptr2->x_param_hwasan_instrument_reads);
6444 : :
6445 : 0 : if (ptr1->x_param_hwasan_instrument_stack != ptr2->x_param_hwasan_instrument_stack)
6446 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6447 : : indent_to, "",
6448 : : "param_hwasan_instrument_stack",
6449 : : ptr1->x_param_hwasan_instrument_stack,
6450 : : ptr2->x_param_hwasan_instrument_stack);
6451 : :
6452 : 0 : if (ptr1->x_param_hwasan_instrument_writes != ptr2->x_param_hwasan_instrument_writes)
6453 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6454 : : indent_to, "",
6455 : : "param_hwasan_instrument_writes",
6456 : : ptr1->x_param_hwasan_instrument_writes,
6457 : : ptr2->x_param_hwasan_instrument_writes);
6458 : :
6459 : 0 : if (ptr1->x_param_hwasan_random_frame_tag != ptr2->x_param_hwasan_random_frame_tag)
6460 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6461 : : indent_to, "",
6462 : : "param_hwasan_random_frame_tag",
6463 : : ptr1->x_param_hwasan_random_frame_tag,
6464 : : ptr2->x_param_hwasan_random_frame_tag);
6465 : :
6466 : 0 : if (ptr1->x_param_inline_heuristics_hint_percent != ptr2->x_param_inline_heuristics_hint_percent)
6467 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6468 : : indent_to, "",
6469 : : "param_inline_heuristics_hint_percent",
6470 : : ptr1->x_param_inline_heuristics_hint_percent,
6471 : : ptr2->x_param_inline_heuristics_hint_percent);
6472 : :
6473 : 0 : if (ptr1->x_param_inline_min_speedup != ptr2->x_param_inline_min_speedup)
6474 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6475 : : indent_to, "",
6476 : : "param_inline_min_speedup",
6477 : : ptr1->x_param_inline_min_speedup,
6478 : : ptr2->x_param_inline_min_speedup);
6479 : :
6480 : 0 : if (ptr1->x_param_inline_unit_growth != ptr2->x_param_inline_unit_growth)
6481 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6482 : : indent_to, "",
6483 : : "param_inline_unit_growth",
6484 : : ptr1->x_param_inline_unit_growth,
6485 : : ptr2->x_param_inline_unit_growth);
6486 : :
6487 : 0 : if (ptr1->x_param_ipa_cp_eval_threshold != ptr2->x_param_ipa_cp_eval_threshold)
6488 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6489 : : indent_to, "",
6490 : : "param_ipa_cp_eval_threshold",
6491 : : ptr1->x_param_ipa_cp_eval_threshold,
6492 : : ptr2->x_param_ipa_cp_eval_threshold);
6493 : :
6494 : 0 : if (ptr1->x_param_ipa_cp_large_unit_insns != ptr2->x_param_ipa_cp_large_unit_insns)
6495 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6496 : : indent_to, "",
6497 : : "param_ipa_cp_large_unit_insns",
6498 : : ptr1->x_param_ipa_cp_large_unit_insns,
6499 : : ptr2->x_param_ipa_cp_large_unit_insns);
6500 : :
6501 : 0 : if (ptr1->x_param_ipa_cp_loop_hint_bonus != ptr2->x_param_ipa_cp_loop_hint_bonus)
6502 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6503 : : indent_to, "",
6504 : : "param_ipa_cp_loop_hint_bonus",
6505 : : ptr1->x_param_ipa_cp_loop_hint_bonus,
6506 : : ptr2->x_param_ipa_cp_loop_hint_bonus);
6507 : :
6508 : 0 : if (ptr1->x_param_ipa_cp_max_recursive_depth != ptr2->x_param_ipa_cp_max_recursive_depth)
6509 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6510 : : indent_to, "",
6511 : : "param_ipa_cp_max_recursive_depth",
6512 : : ptr1->x_param_ipa_cp_max_recursive_depth,
6513 : : ptr2->x_param_ipa_cp_max_recursive_depth);
6514 : :
6515 : 0 : if (ptr1->x_param_ipa_cp_min_recursive_probability != ptr2->x_param_ipa_cp_min_recursive_probability)
6516 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6517 : : indent_to, "",
6518 : : "param_ipa_cp_min_recursive_probability",
6519 : : ptr1->x_param_ipa_cp_min_recursive_probability,
6520 : : ptr2->x_param_ipa_cp_min_recursive_probability);
6521 : :
6522 : 0 : if (ptr1->x_param_ipa_cp_recursion_penalty != ptr2->x_param_ipa_cp_recursion_penalty)
6523 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6524 : : indent_to, "",
6525 : : "param_ipa_cp_recursion_penalty",
6526 : : ptr1->x_param_ipa_cp_recursion_penalty,
6527 : : ptr2->x_param_ipa_cp_recursion_penalty);
6528 : :
6529 : 0 : if (ptr1->x_param_ipa_cp_recursive_freq_factor != ptr2->x_param_ipa_cp_recursive_freq_factor)
6530 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6531 : : indent_to, "",
6532 : : "param_ipa_cp_recursive_freq_factor",
6533 : : ptr1->x_param_ipa_cp_recursive_freq_factor,
6534 : : ptr2->x_param_ipa_cp_recursive_freq_factor);
6535 : :
6536 : 0 : if (ptr1->x_param_ipa_cp_single_call_penalty != ptr2->x_param_ipa_cp_single_call_penalty)
6537 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6538 : : indent_to, "",
6539 : : "param_ipa_cp_single_call_penalty",
6540 : : ptr1->x_param_ipa_cp_single_call_penalty,
6541 : : ptr2->x_param_ipa_cp_single_call_penalty);
6542 : :
6543 : 0 : if (ptr1->x_param_ipa_cp_unit_growth != ptr2->x_param_ipa_cp_unit_growth)
6544 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6545 : : indent_to, "",
6546 : : "param_ipa_cp_unit_growth",
6547 : : ptr1->x_param_ipa_cp_unit_growth,
6548 : : ptr2->x_param_ipa_cp_unit_growth);
6549 : :
6550 : 0 : if (ptr1->x_param_ipa_cp_value_list_size != ptr2->x_param_ipa_cp_value_list_size)
6551 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6552 : : indent_to, "",
6553 : : "param_ipa_cp_value_list_size",
6554 : : ptr1->x_param_ipa_cp_value_list_size,
6555 : : ptr2->x_param_ipa_cp_value_list_size);
6556 : :
6557 : 0 : if (ptr1->x_param_ipa_jump_function_lookups != ptr2->x_param_ipa_jump_function_lookups)
6558 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6559 : : indent_to, "",
6560 : : "param_ipa_jump_function_lookups",
6561 : : ptr1->x_param_ipa_jump_function_lookups,
6562 : : ptr2->x_param_ipa_jump_function_lookups);
6563 : :
6564 : 0 : if (ptr1->x_param_ipa_max_aa_steps != ptr2->x_param_ipa_max_aa_steps)
6565 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6566 : : indent_to, "",
6567 : : "param_ipa_max_aa_steps",
6568 : : ptr1->x_param_ipa_max_aa_steps,
6569 : : ptr2->x_param_ipa_max_aa_steps);
6570 : :
6571 : 0 : if (ptr1->x_param_ipa_max_agg_items != ptr2->x_param_ipa_max_agg_items)
6572 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6573 : : indent_to, "",
6574 : : "param_ipa_max_agg_items",
6575 : : ptr1->x_param_ipa_max_agg_items,
6576 : : ptr2->x_param_ipa_max_agg_items);
6577 : :
6578 : 0 : if (ptr1->x_param_ipa_max_loop_predicates != ptr2->x_param_ipa_max_loop_predicates)
6579 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6580 : : indent_to, "",
6581 : : "param_ipa_max_loop_predicates",
6582 : : ptr1->x_param_ipa_max_loop_predicates,
6583 : : ptr2->x_param_ipa_max_loop_predicates);
6584 : :
6585 : 0 : if (ptr1->x_param_ipa_max_param_expr_ops != ptr2->x_param_ipa_max_param_expr_ops)
6586 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6587 : : indent_to, "",
6588 : : "param_ipa_max_param_expr_ops",
6589 : : ptr1->x_param_ipa_max_param_expr_ops,
6590 : : ptr2->x_param_ipa_max_param_expr_ops);
6591 : :
6592 : 0 : if (ptr1->x_param_ipa_max_switch_predicate_bounds != ptr2->x_param_ipa_max_switch_predicate_bounds)
6593 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6594 : : indent_to, "",
6595 : : "param_ipa_max_switch_predicate_bounds",
6596 : : ptr1->x_param_ipa_max_switch_predicate_bounds,
6597 : : ptr2->x_param_ipa_max_switch_predicate_bounds);
6598 : :
6599 : 0 : if (ptr1->x_param_ipa_sra_deref_prob_threshold != ptr2->x_param_ipa_sra_deref_prob_threshold)
6600 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6601 : : indent_to, "",
6602 : : "param_ipa_sra_deref_prob_threshold",
6603 : : ptr1->x_param_ipa_sra_deref_prob_threshold,
6604 : : ptr2->x_param_ipa_sra_deref_prob_threshold);
6605 : :
6606 : 0 : if (ptr1->x_param_ipa_sra_max_replacements != ptr2->x_param_ipa_sra_max_replacements)
6607 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6608 : : indent_to, "",
6609 : : "param_ipa_sra_max_replacements",
6610 : : ptr1->x_param_ipa_sra_max_replacements,
6611 : : ptr2->x_param_ipa_sra_max_replacements);
6612 : :
6613 : 0 : if (ptr1->x_param_ipa_sra_ptr_growth_factor != ptr2->x_param_ipa_sra_ptr_growth_factor)
6614 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6615 : : indent_to, "",
6616 : : "param_ipa_sra_ptr_growth_factor",
6617 : : ptr1->x_param_ipa_sra_ptr_growth_factor,
6618 : : ptr2->x_param_ipa_sra_ptr_growth_factor);
6619 : :
6620 : 0 : if (ptr1->x_param_ipa_sra_ptrwrap_growth_factor != ptr2->x_param_ipa_sra_ptrwrap_growth_factor)
6621 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6622 : : indent_to, "",
6623 : : "param_ipa_sra_ptrwrap_growth_factor",
6624 : : ptr1->x_param_ipa_sra_ptrwrap_growth_factor,
6625 : : ptr2->x_param_ipa_sra_ptrwrap_growth_factor);
6626 : :
6627 : 0 : if (ptr1->x_param_ira_consider_dup_in_all_alts != ptr2->x_param_ira_consider_dup_in_all_alts)
6628 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6629 : : indent_to, "",
6630 : : "param_ira_consider_dup_in_all_alts",
6631 : : ptr1->x_param_ira_consider_dup_in_all_alts,
6632 : : ptr2->x_param_ira_consider_dup_in_all_alts);
6633 : :
6634 : 0 : if (ptr1->x_param_ira_loop_reserved_regs != ptr2->x_param_ira_loop_reserved_regs)
6635 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6636 : : indent_to, "",
6637 : : "param_ira_loop_reserved_regs",
6638 : : ptr1->x_param_ira_loop_reserved_regs,
6639 : : ptr2->x_param_ira_loop_reserved_regs);
6640 : :
6641 : 0 : if (ptr1->x_param_ira_max_conflict_table_size != ptr2->x_param_ira_max_conflict_table_size)
6642 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6643 : : indent_to, "",
6644 : : "param_ira_max_conflict_table_size",
6645 : : ptr1->x_param_ira_max_conflict_table_size,
6646 : : ptr2->x_param_ira_max_conflict_table_size);
6647 : :
6648 : 0 : if (ptr1->x_param_ira_max_loops_num != ptr2->x_param_ira_max_loops_num)
6649 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6650 : : indent_to, "",
6651 : : "param_ira_max_loops_num",
6652 : : ptr1->x_param_ira_max_loops_num,
6653 : : ptr2->x_param_ira_max_loops_num);
6654 : :
6655 : 0 : if (ptr1->x_param_ira_simple_lra_insn_threshold != ptr2->x_param_ira_simple_lra_insn_threshold)
6656 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6657 : : indent_to, "",
6658 : : "param_ira_simple_lra_insn_threshold",
6659 : : ptr1->x_param_ira_simple_lra_insn_threshold,
6660 : : ptr2->x_param_ira_simple_lra_insn_threshold);
6661 : :
6662 : 0 : if (ptr1->x_param_iv_always_prune_cand_set_bound != ptr2->x_param_iv_always_prune_cand_set_bound)
6663 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6664 : : indent_to, "",
6665 : : "param_iv_always_prune_cand_set_bound",
6666 : : ptr1->x_param_iv_always_prune_cand_set_bound,
6667 : : ptr2->x_param_iv_always_prune_cand_set_bound);
6668 : :
6669 : 0 : if (ptr1->x_param_iv_consider_all_candidates_bound != ptr2->x_param_iv_consider_all_candidates_bound)
6670 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6671 : : indent_to, "",
6672 : : "param_iv_consider_all_candidates_bound",
6673 : : ptr1->x_param_iv_consider_all_candidates_bound,
6674 : : ptr2->x_param_iv_consider_all_candidates_bound);
6675 : :
6676 : 0 : if (ptr1->x_param_iv_max_considered_uses != ptr2->x_param_iv_max_considered_uses)
6677 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6678 : : indent_to, "",
6679 : : "param_iv_max_considered_uses",
6680 : : ptr1->x_param_iv_max_considered_uses,
6681 : : ptr2->x_param_iv_max_considered_uses);
6682 : :
6683 : 0 : if (ptr1->x_param_jump_table_max_growth_ratio_for_size != ptr2->x_param_jump_table_max_growth_ratio_for_size)
6684 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6685 : : indent_to, "",
6686 : : "param_jump_table_max_growth_ratio_for_size",
6687 : : ptr1->x_param_jump_table_max_growth_ratio_for_size,
6688 : : ptr2->x_param_jump_table_max_growth_ratio_for_size);
6689 : :
6690 : 0 : if (ptr1->x_param_jump_table_max_growth_ratio_for_speed != ptr2->x_param_jump_table_max_growth_ratio_for_speed)
6691 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6692 : : indent_to, "",
6693 : : "param_jump_table_max_growth_ratio_for_speed",
6694 : : ptr1->x_param_jump_table_max_growth_ratio_for_speed,
6695 : : ptr2->x_param_jump_table_max_growth_ratio_for_speed);
6696 : :
6697 : 0 : if (ptr1->x_param_l1_cache_line_size != ptr2->x_param_l1_cache_line_size)
6698 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6699 : : indent_to, "",
6700 : : "param_l1_cache_line_size",
6701 : : ptr1->x_param_l1_cache_line_size,
6702 : : ptr2->x_param_l1_cache_line_size);
6703 : :
6704 : 0 : if (ptr1->x_param_l1_cache_size != ptr2->x_param_l1_cache_size)
6705 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6706 : : indent_to, "",
6707 : : "param_l1_cache_size",
6708 : : ptr1->x_param_l1_cache_size,
6709 : : ptr2->x_param_l1_cache_size);
6710 : :
6711 : 0 : if (ptr1->x_param_l2_cache_size != ptr2->x_param_l2_cache_size)
6712 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6713 : : indent_to, "",
6714 : : "param_l2_cache_size",
6715 : : ptr1->x_param_l2_cache_size,
6716 : : ptr2->x_param_l2_cache_size);
6717 : :
6718 : 0 : if (ptr1->x_param_large_function_growth != ptr2->x_param_large_function_growth)
6719 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6720 : : indent_to, "",
6721 : : "param_large_function_growth",
6722 : : ptr1->x_param_large_function_growth,
6723 : : ptr2->x_param_large_function_growth);
6724 : :
6725 : 0 : if (ptr1->x_param_large_function_insns != ptr2->x_param_large_function_insns)
6726 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6727 : : indent_to, "",
6728 : : "param_large_function_insns",
6729 : : ptr1->x_param_large_function_insns,
6730 : : ptr2->x_param_large_function_insns);
6731 : :
6732 : 0 : if (ptr1->x_param_stack_frame_growth != ptr2->x_param_stack_frame_growth)
6733 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6734 : : indent_to, "",
6735 : : "param_stack_frame_growth",
6736 : : ptr1->x_param_stack_frame_growth,
6737 : : ptr2->x_param_stack_frame_growth);
6738 : :
6739 : 0 : if (ptr1->x_param_large_stack_frame != ptr2->x_param_large_stack_frame)
6740 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6741 : : indent_to, "",
6742 : : "param_large_stack_frame",
6743 : : ptr1->x_param_large_stack_frame,
6744 : : ptr2->x_param_large_stack_frame);
6745 : :
6746 : 0 : if (ptr1->x_param_large_unit_insns != ptr2->x_param_large_unit_insns)
6747 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6748 : : indent_to, "",
6749 : : "param_large_unit_insns",
6750 : : ptr1->x_param_large_unit_insns,
6751 : : ptr2->x_param_large_unit_insns);
6752 : :
6753 : 0 : if (ptr1->x_param_lim_expensive != ptr2->x_param_lim_expensive)
6754 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6755 : : indent_to, "",
6756 : : "param_lim_expensive",
6757 : : ptr1->x_param_lim_expensive,
6758 : : ptr2->x_param_lim_expensive);
6759 : :
6760 : 0 : if (ptr1->x_param_loop_block_tile_size != ptr2->x_param_loop_block_tile_size)
6761 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6762 : : indent_to, "",
6763 : : "param_loop_block_tile_size",
6764 : : ptr1->x_param_loop_block_tile_size,
6765 : : ptr2->x_param_loop_block_tile_size);
6766 : :
6767 : 0 : if (ptr1->x_param_loop_interchange_max_num_stmts != ptr2->x_param_loop_interchange_max_num_stmts)
6768 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6769 : : indent_to, "",
6770 : : "param_loop_interchange_max_num_stmts",
6771 : : ptr1->x_param_loop_interchange_max_num_stmts,
6772 : : ptr2->x_param_loop_interchange_max_num_stmts);
6773 : :
6774 : 0 : if (ptr1->x_param_loop_interchange_stride_ratio != ptr2->x_param_loop_interchange_stride_ratio)
6775 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6776 : : indent_to, "",
6777 : : "param_loop_interchange_stride_ratio",
6778 : : ptr1->x_param_loop_interchange_stride_ratio,
6779 : : ptr2->x_param_loop_interchange_stride_ratio);
6780 : :
6781 : 0 : if (ptr1->x_param_loop_invariant_max_bbs_in_loop != ptr2->x_param_loop_invariant_max_bbs_in_loop)
6782 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6783 : : indent_to, "",
6784 : : "param_loop_invariant_max_bbs_in_loop",
6785 : : ptr1->x_param_loop_invariant_max_bbs_in_loop,
6786 : : ptr2->x_param_loop_invariant_max_bbs_in_loop);
6787 : :
6788 : 0 : if (ptr1->x_param_loop_max_datarefs_for_datadeps != ptr2->x_param_loop_max_datarefs_for_datadeps)
6789 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6790 : : indent_to, "",
6791 : : "param_loop_max_datarefs_for_datadeps",
6792 : : ptr1->x_param_loop_max_datarefs_for_datadeps,
6793 : : ptr2->x_param_loop_max_datarefs_for_datadeps);
6794 : :
6795 : 0 : if (ptr1->x_param_loop_versioning_max_inner_insns != ptr2->x_param_loop_versioning_max_inner_insns)
6796 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6797 : : indent_to, "",
6798 : : "param_loop_versioning_max_inner_insns",
6799 : : ptr1->x_param_loop_versioning_max_inner_insns,
6800 : : ptr2->x_param_loop_versioning_max_inner_insns);
6801 : :
6802 : 0 : if (ptr1->x_param_loop_versioning_max_outer_insns != ptr2->x_param_loop_versioning_max_outer_insns)
6803 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6804 : : indent_to, "",
6805 : : "param_loop_versioning_max_outer_insns",
6806 : : ptr1->x_param_loop_versioning_max_outer_insns,
6807 : : ptr2->x_param_loop_versioning_max_outer_insns);
6808 : :
6809 : 0 : if (ptr1->x_param_lra_inheritance_ebb_probability_cutoff != ptr2->x_param_lra_inheritance_ebb_probability_cutoff)
6810 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6811 : : indent_to, "",
6812 : : "param_lra_inheritance_ebb_probability_cutoff",
6813 : : ptr1->x_param_lra_inheritance_ebb_probability_cutoff,
6814 : : ptr2->x_param_lra_inheritance_ebb_probability_cutoff);
6815 : :
6816 : 0 : if (ptr1->x_param_lra_max_considered_reload_pseudos != ptr2->x_param_lra_max_considered_reload_pseudos)
6817 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6818 : : indent_to, "",
6819 : : "param_lra_max_considered_reload_pseudos",
6820 : : ptr1->x_param_lra_max_considered_reload_pseudos,
6821 : : ptr2->x_param_lra_max_considered_reload_pseudos);
6822 : :
6823 : 0 : if (ptr1->x_param_lto_locality_frequency != ptr2->x_param_lto_locality_frequency)
6824 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6825 : : indent_to, "",
6826 : : "param_lto_locality_frequency",
6827 : : ptr1->x_param_lto_locality_frequency,
6828 : : ptr2->x_param_lto_locality_frequency);
6829 : :
6830 : 0 : if (ptr1->x_param_lto_locality_size != ptr2->x_param_lto_locality_size)
6831 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6832 : : indent_to, "",
6833 : : "param_lto_locality_size",
6834 : : ptr1->x_param_lto_locality_size,
6835 : : ptr2->x_param_lto_locality_size);
6836 : :
6837 : 0 : if (ptr1->x_param_max_average_unrolled_insns != ptr2->x_param_max_average_unrolled_insns)
6838 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6839 : : indent_to, "",
6840 : : "param_max_average_unrolled_insns",
6841 : : ptr1->x_param_max_average_unrolled_insns,
6842 : : ptr2->x_param_max_average_unrolled_insns);
6843 : :
6844 : 0 : if (ptr1->x_param_max_combine_insns != ptr2->x_param_max_combine_insns)
6845 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6846 : : indent_to, "",
6847 : : "param_max_combine_insns",
6848 : : ptr1->x_param_max_combine_insns,
6849 : : ptr2->x_param_max_combine_insns);
6850 : :
6851 : 0 : if (ptr1->x_param_max_combine_search_insns != ptr2->x_param_max_combine_search_insns)
6852 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6853 : : indent_to, "",
6854 : : "param_max_combine_search_insns",
6855 : : ptr1->x_param_max_combine_search_insns,
6856 : : ptr2->x_param_max_combine_search_insns);
6857 : :
6858 : 0 : if (ptr1->x_param_max_unroll_iterations != ptr2->x_param_max_unroll_iterations)
6859 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6860 : : indent_to, "",
6861 : : "param_max_unroll_iterations",
6862 : : ptr1->x_param_max_unroll_iterations,
6863 : : ptr2->x_param_max_unroll_iterations);
6864 : :
6865 : 0 : if (ptr1->x_param_max_completely_peel_times != ptr2->x_param_max_completely_peel_times)
6866 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6867 : : indent_to, "",
6868 : : "param_max_completely_peel_times",
6869 : : ptr1->x_param_max_completely_peel_times,
6870 : : ptr2->x_param_max_completely_peel_times);
6871 : :
6872 : 0 : if (ptr1->x_param_max_completely_peeled_insns != ptr2->x_param_max_completely_peeled_insns)
6873 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6874 : : indent_to, "",
6875 : : "param_max_completely_peeled_insns",
6876 : : ptr1->x_param_max_completely_peeled_insns,
6877 : : ptr2->x_param_max_completely_peeled_insns);
6878 : :
6879 : 0 : if (ptr1->x_param_max_crossjump_edges != ptr2->x_param_max_crossjump_edges)
6880 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6881 : : indent_to, "",
6882 : : "param_max_crossjump_edges",
6883 : : ptr1->x_param_max_crossjump_edges,
6884 : : ptr2->x_param_max_crossjump_edges);
6885 : :
6886 : 0 : if (ptr1->x_param_max_cse_insns != ptr2->x_param_max_cse_insns)
6887 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6888 : : indent_to, "",
6889 : : "param_max_cse_insns",
6890 : : ptr1->x_param_max_cse_insns,
6891 : : ptr2->x_param_max_cse_insns);
6892 : :
6893 : 0 : if (ptr1->x_param_max_cse_path_length != ptr2->x_param_max_cse_path_length)
6894 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6895 : : indent_to, "",
6896 : : "param_max_cse_path_length",
6897 : : ptr1->x_param_max_cse_path_length,
6898 : : ptr2->x_param_max_cse_path_length);
6899 : :
6900 : 0 : if (ptr1->x_param_max_cselib_memory_locations != ptr2->x_param_max_cselib_memory_locations)
6901 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6902 : : indent_to, "",
6903 : : "param_max_cselib_memory_locations",
6904 : : ptr1->x_param_max_cselib_memory_locations,
6905 : : ptr2->x_param_max_cselib_memory_locations);
6906 : :
6907 : 0 : if (ptr1->x_param_max_debug_marker_count != ptr2->x_param_max_debug_marker_count)
6908 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6909 : : indent_to, "",
6910 : : "param_max_debug_marker_count",
6911 : : ptr1->x_param_max_debug_marker_count,
6912 : : ptr2->x_param_max_debug_marker_count);
6913 : :
6914 : 0 : if (ptr1->x_param_max_delay_slot_insn_search != ptr2->x_param_max_delay_slot_insn_search)
6915 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6916 : : indent_to, "",
6917 : : "param_max_delay_slot_insn_search",
6918 : : ptr1->x_param_max_delay_slot_insn_search,
6919 : : ptr2->x_param_max_delay_slot_insn_search);
6920 : :
6921 : 0 : if (ptr1->x_param_max_delay_slot_live_search != ptr2->x_param_max_delay_slot_live_search)
6922 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6923 : : indent_to, "",
6924 : : "param_max_delay_slot_live_search",
6925 : : ptr1->x_param_max_delay_slot_live_search,
6926 : : ptr2->x_param_max_delay_slot_live_search);
6927 : :
6928 : 0 : if (ptr1->x_param_max_dse_active_local_stores != ptr2->x_param_max_dse_active_local_stores)
6929 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6930 : : indent_to, "",
6931 : : "param_max_dse_active_local_stores",
6932 : : ptr1->x_param_max_dse_active_local_stores,
6933 : : ptr2->x_param_max_dse_active_local_stores);
6934 : :
6935 : 0 : if (ptr1->x_param_early_inliner_max_iterations != ptr2->x_param_early_inliner_max_iterations)
6936 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6937 : : indent_to, "",
6938 : : "param_early_inliner_max_iterations",
6939 : : ptr1->x_param_early_inliner_max_iterations,
6940 : : ptr2->x_param_early_inliner_max_iterations);
6941 : :
6942 : 0 : if (ptr1->x_param_max_find_base_term_values != ptr2->x_param_max_find_base_term_values)
6943 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6944 : : indent_to, "",
6945 : : "param_max_find_base_term_values",
6946 : : ptr1->x_param_max_find_base_term_values,
6947 : : ptr2->x_param_max_find_base_term_values);
6948 : :
6949 : 0 : if (ptr1->x_param_max_fsm_thread_path_insns != ptr2->x_param_max_fsm_thread_path_insns)
6950 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6951 : : indent_to, "",
6952 : : "param_max_fsm_thread_path_insns",
6953 : : ptr1->x_param_max_fsm_thread_path_insns,
6954 : : ptr2->x_param_max_fsm_thread_path_insns);
6955 : :
6956 : 0 : if (ptr1->x_param_max_gcse_insertion_ratio != ptr2->x_param_max_gcse_insertion_ratio)
6957 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6958 : : indent_to, "",
6959 : : "param_max_gcse_insertion_ratio",
6960 : : ptr1->x_param_max_gcse_insertion_ratio,
6961 : : ptr2->x_param_max_gcse_insertion_ratio);
6962 : :
6963 : 0 : if (ptr1->x_param_max_gcse_memory != ptr2->x_param_max_gcse_memory)
6964 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6965 : : indent_to, "",
6966 : : "param_max_gcse_memory",
6967 : : ptr1->x_param_max_gcse_memory,
6968 : : ptr2->x_param_max_gcse_memory);
6969 : :
6970 : 0 : if (ptr1->x_param_max_goto_duplication_insns != ptr2->x_param_max_goto_duplication_insns)
6971 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6972 : : indent_to, "",
6973 : : "param_max_goto_duplication_insns",
6974 : : ptr1->x_param_max_goto_duplication_insns,
6975 : : ptr2->x_param_max_goto_duplication_insns);
6976 : :
6977 : 0 : if (ptr1->x_param_max_grow_copy_bb_insns != ptr2->x_param_max_grow_copy_bb_insns)
6978 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6979 : : indent_to, "",
6980 : : "param_max_grow_copy_bb_insns",
6981 : : ptr1->x_param_max_grow_copy_bb_insns,
6982 : : ptr2->x_param_max_grow_copy_bb_insns);
6983 : :
6984 : 0 : if (ptr1->x_param_max_hoist_depth != ptr2->x_param_max_hoist_depth)
6985 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6986 : : indent_to, "",
6987 : : "param_max_hoist_depth",
6988 : : ptr1->x_param_max_hoist_depth,
6989 : : ptr2->x_param_max_hoist_depth);
6990 : :
6991 : 0 : if (ptr1->x_param_inline_functions_called_once_insns != ptr2->x_param_inline_functions_called_once_insns)
6992 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
6993 : : indent_to, "",
6994 : : "param_inline_functions_called_once_insns",
6995 : : ptr1->x_param_inline_functions_called_once_insns,
6996 : : ptr2->x_param_inline_functions_called_once_insns);
6997 : :
6998 : 0 : if (ptr1->x_param_inline_functions_called_once_loop_depth != ptr2->x_param_inline_functions_called_once_loop_depth)
6999 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7000 : : indent_to, "",
7001 : : "param_inline_functions_called_once_loop_depth",
7002 : : ptr1->x_param_inline_functions_called_once_loop_depth,
7003 : : ptr2->x_param_inline_functions_called_once_loop_depth);
7004 : :
7005 : 0 : if (ptr1->x_param_max_inline_insns_auto != ptr2->x_param_max_inline_insns_auto)
7006 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7007 : : indent_to, "",
7008 : : "param_max_inline_insns_auto",
7009 : : ptr1->x_param_max_inline_insns_auto,
7010 : : ptr2->x_param_max_inline_insns_auto);
7011 : :
7012 : 0 : if (ptr1->x_param_max_inline_insns_recursive_auto != ptr2->x_param_max_inline_insns_recursive_auto)
7013 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7014 : : indent_to, "",
7015 : : "param_max_inline_insns_recursive_auto",
7016 : : ptr1->x_param_max_inline_insns_recursive_auto,
7017 : : ptr2->x_param_max_inline_insns_recursive_auto);
7018 : :
7019 : 0 : if (ptr1->x_param_max_inline_insns_recursive != ptr2->x_param_max_inline_insns_recursive)
7020 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7021 : : indent_to, "",
7022 : : "param_max_inline_insns_recursive",
7023 : : ptr1->x_param_max_inline_insns_recursive,
7024 : : ptr2->x_param_max_inline_insns_recursive);
7025 : :
7026 : 0 : if (ptr1->x_param_max_inline_insns_single != ptr2->x_param_max_inline_insns_single)
7027 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7028 : : indent_to, "",
7029 : : "param_max_inline_insns_single",
7030 : : ptr1->x_param_max_inline_insns_single,
7031 : : ptr2->x_param_max_inline_insns_single);
7032 : :
7033 : 0 : if (ptr1->x_param_max_inline_insns_size != ptr2->x_param_max_inline_insns_size)
7034 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7035 : : indent_to, "",
7036 : : "param_max_inline_insns_size",
7037 : : ptr1->x_param_max_inline_insns_size,
7038 : : ptr2->x_param_max_inline_insns_size);
7039 : :
7040 : 0 : if (ptr1->x_param_max_inline_insns_small != ptr2->x_param_max_inline_insns_small)
7041 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7042 : : indent_to, "",
7043 : : "param_max_inline_insns_small",
7044 : : ptr1->x_param_max_inline_insns_small,
7045 : : ptr2->x_param_max_inline_insns_small);
7046 : :
7047 : 0 : if (ptr1->x_param_max_inline_recursive_depth_auto != ptr2->x_param_max_inline_recursive_depth_auto)
7048 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7049 : : indent_to, "",
7050 : : "param_max_inline_recursive_depth_auto",
7051 : : ptr1->x_param_max_inline_recursive_depth_auto,
7052 : : ptr2->x_param_max_inline_recursive_depth_auto);
7053 : :
7054 : 0 : if (ptr1->x_param_max_inline_recursive_depth != ptr2->x_param_max_inline_recursive_depth)
7055 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7056 : : indent_to, "",
7057 : : "param_max_inline_recursive_depth",
7058 : : ptr1->x_param_max_inline_recursive_depth,
7059 : : ptr2->x_param_max_inline_recursive_depth);
7060 : :
7061 : 0 : if (ptr1->x_param_max_isl_operations != ptr2->x_param_max_isl_operations)
7062 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7063 : : indent_to, "",
7064 : : "param_max_isl_operations",
7065 : : ptr1->x_param_max_isl_operations,
7066 : : ptr2->x_param_max_isl_operations);
7067 : :
7068 : 0 : if (ptr1->x_param_max_iterations_computation_cost != ptr2->x_param_max_iterations_computation_cost)
7069 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7070 : : indent_to, "",
7071 : : "param_max_iterations_computation_cost",
7072 : : ptr1->x_param_max_iterations_computation_cost,
7073 : : ptr2->x_param_max_iterations_computation_cost);
7074 : :
7075 : 0 : if (ptr1->x_param_max_iterations_to_track != ptr2->x_param_max_iterations_to_track)
7076 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7077 : : indent_to, "",
7078 : : "param_max_iterations_to_track",
7079 : : ptr1->x_param_max_iterations_to_track,
7080 : : ptr2->x_param_max_iterations_to_track);
7081 : :
7082 : 0 : if (ptr1->x_param_max_jump_thread_duplication_stmts != ptr2->x_param_max_jump_thread_duplication_stmts)
7083 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7084 : : indent_to, "",
7085 : : "param_max_jump_thread_duplication_stmts",
7086 : : ptr1->x_param_max_jump_thread_duplication_stmts,
7087 : : ptr2->x_param_max_jump_thread_duplication_stmts);
7088 : :
7089 : 0 : if (ptr1->x_param_max_jump_thread_paths != ptr2->x_param_max_jump_thread_paths)
7090 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7091 : : indent_to, "",
7092 : : "param_max_jump_thread_paths",
7093 : : ptr1->x_param_max_jump_thread_paths,
7094 : : ptr2->x_param_max_jump_thread_paths);
7095 : :
7096 : 0 : if (ptr1->x_param_max_last_value_rtl != ptr2->x_param_max_last_value_rtl)
7097 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7098 : : indent_to, "",
7099 : : "param_max_last_value_rtl",
7100 : : ptr1->x_param_max_last_value_rtl,
7101 : : ptr2->x_param_max_last_value_rtl);
7102 : :
7103 : 0 : if (ptr1->x_param_max_loop_header_insns != ptr2->x_param_max_loop_header_insns)
7104 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7105 : : indent_to, "",
7106 : : "param_max_loop_header_insns",
7107 : : ptr1->x_param_max_loop_header_insns,
7108 : : ptr2->x_param_max_loop_header_insns);
7109 : :
7110 : 0 : if (ptr1->x_param_max_modulo_backtrack_attempts != ptr2->x_param_max_modulo_backtrack_attempts)
7111 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7112 : : indent_to, "",
7113 : : "param_max_modulo_backtrack_attempts",
7114 : : ptr1->x_param_max_modulo_backtrack_attempts,
7115 : : ptr2->x_param_max_modulo_backtrack_attempts);
7116 : :
7117 : 0 : if (ptr1->x_param_max_partial_antic_length != ptr2->x_param_max_partial_antic_length)
7118 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7119 : : indent_to, "",
7120 : : "param_max_partial_antic_length",
7121 : : ptr1->x_param_max_partial_antic_length,
7122 : : ptr2->x_param_max_partial_antic_length);
7123 : :
7124 : 0 : if (ptr1->x_param_max_peel_branches != ptr2->x_param_max_peel_branches)
7125 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7126 : : indent_to, "",
7127 : : "param_max_peel_branches",
7128 : : ptr1->x_param_max_peel_branches,
7129 : : ptr2->x_param_max_peel_branches);
7130 : :
7131 : 0 : if (ptr1->x_param_max_peel_times != ptr2->x_param_max_peel_times)
7132 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7133 : : indent_to, "",
7134 : : "param_max_peel_times",
7135 : : ptr1->x_param_max_peel_times,
7136 : : ptr2->x_param_max_peel_times);
7137 : :
7138 : 0 : if (ptr1->x_param_max_peeled_insns != ptr2->x_param_max_peeled_insns)
7139 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7140 : : indent_to, "",
7141 : : "param_max_peeled_insns",
7142 : : ptr1->x_param_max_peeled_insns,
7143 : : ptr2->x_param_max_peeled_insns);
7144 : :
7145 : 0 : if (ptr1->x_param_max_pending_list_length != ptr2->x_param_max_pending_list_length)
7146 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7147 : : indent_to, "",
7148 : : "param_max_pending_list_length",
7149 : : ptr1->x_param_max_pending_list_length,
7150 : : ptr2->x_param_max_pending_list_length);
7151 : :
7152 : 0 : if (ptr1->x_param_max_pipeline_region_blocks != ptr2->x_param_max_pipeline_region_blocks)
7153 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7154 : : indent_to, "",
7155 : : "param_max_pipeline_region_blocks",
7156 : : ptr1->x_param_max_pipeline_region_blocks,
7157 : : ptr2->x_param_max_pipeline_region_blocks);
7158 : :
7159 : 0 : if (ptr1->x_param_max_pipeline_region_insns != ptr2->x_param_max_pipeline_region_insns)
7160 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7161 : : indent_to, "",
7162 : : "param_max_pipeline_region_insns",
7163 : : ptr1->x_param_max_pipeline_region_insns,
7164 : : ptr2->x_param_max_pipeline_region_insns);
7165 : :
7166 : 0 : if (ptr1->x_param_max_pow_sqrt_depth != ptr2->x_param_max_pow_sqrt_depth)
7167 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7168 : : indent_to, "",
7169 : : "param_max_pow_sqrt_depth",
7170 : : ptr1->x_param_max_pow_sqrt_depth,
7171 : : ptr2->x_param_max_pow_sqrt_depth);
7172 : :
7173 : 0 : if (ptr1->x_param_max_predicted_iterations != ptr2->x_param_max_predicted_iterations)
7174 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7175 : : indent_to, "",
7176 : : "param_max_predicted_iterations",
7177 : : ptr1->x_param_max_predicted_iterations,
7178 : : ptr2->x_param_max_predicted_iterations);
7179 : :
7180 : 0 : if (ptr1->x_param_max_reload_search_insns != ptr2->x_param_max_reload_search_insns)
7181 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7182 : : indent_to, "",
7183 : : "param_max_reload_search_insns",
7184 : : ptr1->x_param_max_reload_search_insns,
7185 : : ptr2->x_param_max_reload_search_insns);
7186 : :
7187 : 0 : if (ptr1->x_param_max_rtl_if_conversion_insns != ptr2->x_param_max_rtl_if_conversion_insns)
7188 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7189 : : indent_to, "",
7190 : : "param_max_rtl_if_conversion_insns",
7191 : : ptr1->x_param_max_rtl_if_conversion_insns,
7192 : : ptr2->x_param_max_rtl_if_conversion_insns);
7193 : :
7194 : 0 : if (ptr1->x_param_max_rtl_if_conversion_predictable_cost != ptr2->x_param_max_rtl_if_conversion_predictable_cost)
7195 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7196 : : indent_to, "",
7197 : : "param_max_rtl_if_conversion_predictable_cost",
7198 : : ptr1->x_param_max_rtl_if_conversion_predictable_cost,
7199 : : ptr2->x_param_max_rtl_if_conversion_predictable_cost);
7200 : :
7201 : 0 : if (ptr1->x_param_max_rtl_if_conversion_unpredictable_cost != ptr2->x_param_max_rtl_if_conversion_unpredictable_cost)
7202 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7203 : : indent_to, "",
7204 : : "param_max_rtl_if_conversion_unpredictable_cost",
7205 : : ptr1->x_param_max_rtl_if_conversion_unpredictable_cost,
7206 : : ptr2->x_param_max_rtl_if_conversion_unpredictable_cost);
7207 : :
7208 : 0 : if (ptr1->x_param_max_sched_extend_regions_iters != ptr2->x_param_max_sched_extend_regions_iters)
7209 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7210 : : indent_to, "",
7211 : : "param_max_sched_extend_regions_iters",
7212 : : ptr1->x_param_max_sched_extend_regions_iters,
7213 : : ptr2->x_param_max_sched_extend_regions_iters);
7214 : :
7215 : 0 : if (ptr1->x_param_max_sched_insn_conflict_delay != ptr2->x_param_max_sched_insn_conflict_delay)
7216 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7217 : : indent_to, "",
7218 : : "param_max_sched_insn_conflict_delay",
7219 : : ptr1->x_param_max_sched_insn_conflict_delay,
7220 : : ptr2->x_param_max_sched_insn_conflict_delay);
7221 : :
7222 : 0 : if (ptr1->x_param_max_sched_ready_insns != ptr2->x_param_max_sched_ready_insns)
7223 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7224 : : indent_to, "",
7225 : : "param_max_sched_ready_insns",
7226 : : ptr1->x_param_max_sched_ready_insns,
7227 : : ptr2->x_param_max_sched_ready_insns);
7228 : :
7229 : 0 : if (ptr1->x_param_max_sched_region_blocks != ptr2->x_param_max_sched_region_blocks)
7230 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7231 : : indent_to, "",
7232 : : "param_max_sched_region_blocks",
7233 : : ptr1->x_param_max_sched_region_blocks,
7234 : : ptr2->x_param_max_sched_region_blocks);
7235 : :
7236 : 0 : if (ptr1->x_param_max_sched_region_insns != ptr2->x_param_max_sched_region_insns)
7237 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7238 : : indent_to, "",
7239 : : "param_max_sched_region_insns",
7240 : : ptr1->x_param_max_sched_region_insns,
7241 : : ptr2->x_param_max_sched_region_insns);
7242 : :
7243 : 0 : if (ptr1->x_param_max_slsr_candidate_scan != ptr2->x_param_max_slsr_candidate_scan)
7244 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7245 : : indent_to, "",
7246 : : "param_max_slsr_candidate_scan",
7247 : : ptr1->x_param_max_slsr_candidate_scan,
7248 : : ptr2->x_param_max_slsr_candidate_scan);
7249 : :
7250 : 0 : if (ptr1->x_param_max_speculative_devirt_maydefs != ptr2->x_param_max_speculative_devirt_maydefs)
7251 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7252 : : indent_to, "",
7253 : : "param_max_speculative_devirt_maydefs",
7254 : : ptr1->x_param_max_speculative_devirt_maydefs,
7255 : : ptr2->x_param_max_speculative_devirt_maydefs);
7256 : :
7257 : 0 : if (ptr1->x_param_max_stores_to_merge != ptr2->x_param_max_stores_to_merge)
7258 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7259 : : indent_to, "",
7260 : : "param_max_stores_to_merge",
7261 : : ptr1->x_param_max_stores_to_merge,
7262 : : ptr2->x_param_max_stores_to_merge);
7263 : :
7264 : 0 : if (ptr1->x_param_max_stores_to_sink != ptr2->x_param_max_stores_to_sink)
7265 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7266 : : indent_to, "",
7267 : : "param_max_stores_to_sink",
7268 : : ptr1->x_param_max_stores_to_sink,
7269 : : ptr2->x_param_max_stores_to_sink);
7270 : :
7271 : 0 : if (ptr1->x_param_max_tail_merge_comparisons != ptr2->x_param_max_tail_merge_comparisons)
7272 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7273 : : indent_to, "",
7274 : : "param_max_tail_merge_comparisons",
7275 : : ptr1->x_param_max_tail_merge_comparisons,
7276 : : ptr2->x_param_max_tail_merge_comparisons);
7277 : :
7278 : 0 : if (ptr1->x_param_max_tail_merge_iterations != ptr2->x_param_max_tail_merge_iterations)
7279 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7280 : : indent_to, "",
7281 : : "param_max_tail_merge_iterations",
7282 : : ptr1->x_param_max_tail_merge_iterations,
7283 : : ptr2->x_param_max_tail_merge_iterations);
7284 : :
7285 : 0 : if (ptr1->x_param_max_tracked_strlens != ptr2->x_param_max_tracked_strlens)
7286 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7287 : : indent_to, "",
7288 : : "param_max_tracked_strlens",
7289 : : ptr1->x_param_max_tracked_strlens,
7290 : : ptr2->x_param_max_tracked_strlens);
7291 : :
7292 : 0 : if (ptr1->x_param_max_tree_if_conversion_phi_args != ptr2->x_param_max_tree_if_conversion_phi_args)
7293 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7294 : : indent_to, "",
7295 : : "param_max_tree_if_conversion_phi_args",
7296 : : ptr1->x_param_max_tree_if_conversion_phi_args,
7297 : : ptr2->x_param_max_tree_if_conversion_phi_args);
7298 : :
7299 : 0 : if (ptr1->x_param_max_unroll_times != ptr2->x_param_max_unroll_times)
7300 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7301 : : indent_to, "",
7302 : : "param_max_unroll_times",
7303 : : ptr1->x_param_max_unroll_times,
7304 : : ptr2->x_param_max_unroll_times);
7305 : :
7306 : 0 : if (ptr1->x_param_max_unrolled_insns != ptr2->x_param_max_unrolled_insns)
7307 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7308 : : indent_to, "",
7309 : : "param_max_unrolled_insns",
7310 : : ptr1->x_param_max_unrolled_insns,
7311 : : ptr2->x_param_max_unrolled_insns);
7312 : :
7313 : 0 : if (ptr1->x_param_max_unswitch_depth != ptr2->x_param_max_unswitch_depth)
7314 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7315 : : indent_to, "",
7316 : : "param_max_unswitch_depth",
7317 : : ptr1->x_param_max_unswitch_depth,
7318 : : ptr2->x_param_max_unswitch_depth);
7319 : :
7320 : 0 : if (ptr1->x_param_max_unswitch_insns != ptr2->x_param_max_unswitch_insns)
7321 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7322 : : indent_to, "",
7323 : : "param_max_unswitch_insns",
7324 : : ptr1->x_param_max_unswitch_insns,
7325 : : ptr2->x_param_max_unswitch_insns);
7326 : :
7327 : 0 : if (ptr1->x_param_max_variable_expansions != ptr2->x_param_max_variable_expansions)
7328 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7329 : : indent_to, "",
7330 : : "param_max_variable_expansions",
7331 : : ptr1->x_param_max_variable_expansions,
7332 : : ptr2->x_param_max_variable_expansions);
7333 : :
7334 : 0 : if (ptr1->x_param_max_vartrack_expr_depth != ptr2->x_param_max_vartrack_expr_depth)
7335 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7336 : : indent_to, "",
7337 : : "param_max_vartrack_expr_depth",
7338 : : ptr1->x_param_max_vartrack_expr_depth,
7339 : : ptr2->x_param_max_vartrack_expr_depth);
7340 : :
7341 : 0 : if (ptr1->x_param_max_vartrack_reverse_op_size != ptr2->x_param_max_vartrack_reverse_op_size)
7342 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7343 : : indent_to, "",
7344 : : "param_max_vartrack_reverse_op_size",
7345 : : ptr1->x_param_max_vartrack_reverse_op_size,
7346 : : ptr2->x_param_max_vartrack_reverse_op_size);
7347 : :
7348 : 0 : if (ptr1->x_param_max_vartrack_size != ptr2->x_param_max_vartrack_size)
7349 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7350 : : indent_to, "",
7351 : : "param_max_vartrack_size",
7352 : : ptr1->x_param_max_vartrack_size,
7353 : : ptr2->x_param_max_vartrack_size);
7354 : :
7355 : 0 : if (ptr1->x_param_min_crossjump_insns != ptr2->x_param_min_crossjump_insns)
7356 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7357 : : indent_to, "",
7358 : : "param_min_crossjump_insns",
7359 : : ptr1->x_param_min_crossjump_insns,
7360 : : ptr2->x_param_min_crossjump_insns);
7361 : :
7362 : 0 : if (ptr1->x_param_min_inline_recursive_probability != ptr2->x_param_min_inline_recursive_probability)
7363 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7364 : : indent_to, "",
7365 : : "param_min_inline_recursive_probability",
7366 : : ptr1->x_param_min_inline_recursive_probability,
7367 : : ptr2->x_param_min_inline_recursive_probability);
7368 : :
7369 : 0 : if (ptr1->x_param_min_insn_to_prefetch_ratio != ptr2->x_param_min_insn_to_prefetch_ratio)
7370 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7371 : : indent_to, "",
7372 : : "param_min_insn_to_prefetch_ratio",
7373 : : ptr1->x_param_min_insn_to_prefetch_ratio,
7374 : : ptr2->x_param_min_insn_to_prefetch_ratio);
7375 : :
7376 : 0 : if (ptr1->x_param_min_loop_cond_split_prob != ptr2->x_param_min_loop_cond_split_prob)
7377 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7378 : : indent_to, "",
7379 : : "param_min_loop_cond_split_prob",
7380 : : ptr1->x_param_min_loop_cond_split_prob,
7381 : : ptr2->x_param_min_loop_cond_split_prob);
7382 : :
7383 : 0 : if (ptr1->x_param_min_pagesize != ptr2->x_param_min_pagesize)
7384 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7385 : : indent_to, "",
7386 : : "param_min_pagesize",
7387 : : ptr1->x_param_min_pagesize,
7388 : : ptr2->x_param_min_pagesize);
7389 : :
7390 : 0 : if (ptr1->x_param_min_size_for_stack_sharing != ptr2->x_param_min_size_for_stack_sharing)
7391 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7392 : : indent_to, "",
7393 : : "param_min_size_for_stack_sharing",
7394 : : ptr1->x_param_min_size_for_stack_sharing,
7395 : : ptr2->x_param_min_size_for_stack_sharing);
7396 : :
7397 : 0 : if (ptr1->x_param_min_spec_prob != ptr2->x_param_min_spec_prob)
7398 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7399 : : indent_to, "",
7400 : : "param_min_spec_prob",
7401 : : ptr1->x_param_min_spec_prob,
7402 : : ptr2->x_param_min_spec_prob);
7403 : :
7404 : 0 : if (ptr1->x_param_min_vect_loop_bound != ptr2->x_param_min_vect_loop_bound)
7405 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7406 : : indent_to, "",
7407 : : "param_min_vect_loop_bound",
7408 : : ptr1->x_param_min_vect_loop_bound,
7409 : : ptr2->x_param_min_vect_loop_bound);
7410 : :
7411 : 0 : if (ptr1->x_param_modref_max_accesses != ptr2->x_param_modref_max_accesses)
7412 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7413 : : indent_to, "",
7414 : : "param_modref_max_accesses",
7415 : : ptr1->x_param_modref_max_accesses,
7416 : : ptr2->x_param_modref_max_accesses);
7417 : :
7418 : 0 : if (ptr1->x_param_modref_max_adjustments != ptr2->x_param_modref_max_adjustments)
7419 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7420 : : indent_to, "",
7421 : : "param_modref_max_adjustments",
7422 : : ptr1->x_param_modref_max_adjustments,
7423 : : ptr2->x_param_modref_max_adjustments);
7424 : :
7425 : 0 : if (ptr1->x_param_modref_max_bases != ptr2->x_param_modref_max_bases)
7426 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7427 : : indent_to, "",
7428 : : "param_modref_max_bases",
7429 : : ptr1->x_param_modref_max_bases,
7430 : : ptr2->x_param_modref_max_bases);
7431 : :
7432 : 0 : if (ptr1->x_param_modref_max_depth != ptr2->x_param_modref_max_depth)
7433 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7434 : : indent_to, "",
7435 : : "param_modref_max_depth",
7436 : : ptr1->x_param_modref_max_depth,
7437 : : ptr2->x_param_modref_max_depth);
7438 : :
7439 : 0 : if (ptr1->x_param_modref_max_escape_points != ptr2->x_param_modref_max_escape_points)
7440 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7441 : : indent_to, "",
7442 : : "param_modref_max_escape_points",
7443 : : ptr1->x_param_modref_max_escape_points,
7444 : : ptr2->x_param_modref_max_escape_points);
7445 : :
7446 : 0 : if (ptr1->x_param_modref_max_refs != ptr2->x_param_modref_max_refs)
7447 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7448 : : indent_to, "",
7449 : : "param_modref_max_refs",
7450 : : ptr1->x_param_modref_max_refs,
7451 : : ptr2->x_param_modref_max_refs);
7452 : :
7453 : 0 : if (ptr1->x_param_modref_max_tests != ptr2->x_param_modref_max_tests)
7454 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7455 : : indent_to, "",
7456 : : "param_modref_max_tests",
7457 : : ptr1->x_param_modref_max_tests,
7458 : : ptr2->x_param_modref_max_tests);
7459 : :
7460 : 0 : if (ptr1->x_param_parloops_chunk_size != ptr2->x_param_parloops_chunk_size)
7461 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7462 : : indent_to, "",
7463 : : "param_parloops_chunk_size",
7464 : : ptr1->x_param_parloops_chunk_size,
7465 : : ptr2->x_param_parloops_chunk_size);
7466 : :
7467 : 0 : if (ptr1->x_param_parloops_min_per_thread != ptr2->x_param_parloops_min_per_thread)
7468 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7469 : : indent_to, "",
7470 : : "param_parloops_min_per_thread",
7471 : : ptr1->x_param_parloops_min_per_thread,
7472 : : ptr2->x_param_parloops_min_per_thread);
7473 : :
7474 : 0 : if (ptr1->x_param_parloops_schedule != ptr2->x_param_parloops_schedule)
7475 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7476 : : indent_to, "",
7477 : : "param_parloops_schedule",
7478 : : ptr1->x_param_parloops_schedule,
7479 : : ptr2->x_param_parloops_schedule);
7480 : :
7481 : 0 : if (ptr1->x_param_partial_inlining_entry_probability != ptr2->x_param_partial_inlining_entry_probability)
7482 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7483 : : indent_to, "",
7484 : : "param_partial_inlining_entry_probability",
7485 : : ptr1->x_param_partial_inlining_entry_probability,
7486 : : ptr2->x_param_partial_inlining_entry_probability);
7487 : :
7488 : 0 : if (ptr1->x_param_phiopt_factor_max_stmts_live != ptr2->x_param_phiopt_factor_max_stmts_live)
7489 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7490 : : indent_to, "",
7491 : : "param_phiopt_factor_max_stmts_live",
7492 : : ptr1->x_param_phiopt_factor_max_stmts_live,
7493 : : ptr2->x_param_phiopt_factor_max_stmts_live);
7494 : :
7495 : 0 : if (ptr1->x_param_predictable_branch_outcome != ptr2->x_param_predictable_branch_outcome)
7496 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7497 : : indent_to, "",
7498 : : "param_predictable_branch_outcome",
7499 : : ptr1->x_param_predictable_branch_outcome,
7500 : : ptr2->x_param_predictable_branch_outcome);
7501 : :
7502 : 0 : if (ptr1->x_param_prefetch_dynamic_strides != ptr2->x_param_prefetch_dynamic_strides)
7503 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7504 : : indent_to, "",
7505 : : "param_prefetch_dynamic_strides",
7506 : : ptr1->x_param_prefetch_dynamic_strides,
7507 : : ptr2->x_param_prefetch_dynamic_strides);
7508 : :
7509 : 0 : if (ptr1->x_param_prefetch_latency != ptr2->x_param_prefetch_latency)
7510 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7511 : : indent_to, "",
7512 : : "param_prefetch_latency",
7513 : : ptr1->x_param_prefetch_latency,
7514 : : ptr2->x_param_prefetch_latency);
7515 : :
7516 : 0 : if (ptr1->x_param_prefetch_min_insn_to_mem_ratio != ptr2->x_param_prefetch_min_insn_to_mem_ratio)
7517 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7518 : : indent_to, "",
7519 : : "param_prefetch_min_insn_to_mem_ratio",
7520 : : ptr1->x_param_prefetch_min_insn_to_mem_ratio,
7521 : : ptr2->x_param_prefetch_min_insn_to_mem_ratio);
7522 : :
7523 : 0 : if (ptr1->x_param_prefetch_minimum_stride != ptr2->x_param_prefetch_minimum_stride)
7524 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7525 : : indent_to, "",
7526 : : "param_prefetch_minimum_stride",
7527 : : ptr1->x_param_prefetch_minimum_stride,
7528 : : ptr2->x_param_prefetch_minimum_stride);
7529 : :
7530 : 0 : if (ptr1->x_param_ranger_logical_depth != ptr2->x_param_ranger_logical_depth)
7531 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7532 : : indent_to, "",
7533 : : "param_ranger_logical_depth",
7534 : : ptr1->x_param_ranger_logical_depth,
7535 : : ptr2->x_param_ranger_logical_depth);
7536 : :
7537 : 0 : if (ptr1->x_param_ranger_recompute_depth != ptr2->x_param_ranger_recompute_depth)
7538 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7539 : : indent_to, "",
7540 : : "param_ranger_recompute_depth",
7541 : : ptr1->x_param_ranger_recompute_depth,
7542 : : ptr2->x_param_ranger_recompute_depth);
7543 : :
7544 : 0 : if (ptr1->x_param_relation_block_limit != ptr2->x_param_relation_block_limit)
7545 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7546 : : indent_to, "",
7547 : : "param_relation_block_limit",
7548 : : ptr1->x_param_relation_block_limit,
7549 : : ptr2->x_param_relation_block_limit);
7550 : :
7551 : 0 : if (ptr1->x_param_rpo_vn_max_loop_depth != ptr2->x_param_rpo_vn_max_loop_depth)
7552 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7553 : : indent_to, "",
7554 : : "param_rpo_vn_max_loop_depth",
7555 : : ptr1->x_param_rpo_vn_max_loop_depth,
7556 : : ptr2->x_param_rpo_vn_max_loop_depth);
7557 : :
7558 : 0 : if (ptr1->x_param_sccvn_max_alias_queries_per_access != ptr2->x_param_sccvn_max_alias_queries_per_access)
7559 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7560 : : indent_to, "",
7561 : : "param_sccvn_max_alias_queries_per_access",
7562 : : ptr1->x_param_sccvn_max_alias_queries_per_access,
7563 : : ptr2->x_param_sccvn_max_alias_queries_per_access);
7564 : :
7565 : 0 : if (ptr1->x_param_scev_max_expr_complexity != ptr2->x_param_scev_max_expr_complexity)
7566 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7567 : : indent_to, "",
7568 : : "param_scev_max_expr_complexity",
7569 : : ptr1->x_param_scev_max_expr_complexity,
7570 : : ptr2->x_param_scev_max_expr_complexity);
7571 : :
7572 : 0 : if (ptr1->x_param_scev_max_expr_size != ptr2->x_param_scev_max_expr_size)
7573 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7574 : : indent_to, "",
7575 : : "param_scev_max_expr_size",
7576 : : ptr1->x_param_scev_max_expr_size,
7577 : : ptr2->x_param_scev_max_expr_size);
7578 : :
7579 : 0 : if (ptr1->x_param_sched_autopref_queue_depth != ptr2->x_param_sched_autopref_queue_depth)
7580 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7581 : : indent_to, "",
7582 : : "param_sched_autopref_queue_depth",
7583 : : ptr1->x_param_sched_autopref_queue_depth,
7584 : : ptr2->x_param_sched_autopref_queue_depth);
7585 : :
7586 : 0 : if (ptr1->x_param_sched_mem_true_dep_cost != ptr2->x_param_sched_mem_true_dep_cost)
7587 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7588 : : indent_to, "",
7589 : : "param_sched_mem_true_dep_cost",
7590 : : ptr1->x_param_sched_mem_true_dep_cost,
7591 : : ptr2->x_param_sched_mem_true_dep_cost);
7592 : :
7593 : 0 : if (ptr1->x_param_sched_pressure_algorithm != ptr2->x_param_sched_pressure_algorithm)
7594 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7595 : : indent_to, "",
7596 : : "param_sched_pressure_algorithm",
7597 : : ptr1->x_param_sched_pressure_algorithm,
7598 : : ptr2->x_param_sched_pressure_algorithm);
7599 : :
7600 : 0 : if (ptr1->x_param_sched_spec_prob_cutoff != ptr2->x_param_sched_spec_prob_cutoff)
7601 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7602 : : indent_to, "",
7603 : : "param_sched_spec_prob_cutoff",
7604 : : ptr1->x_param_sched_spec_prob_cutoff,
7605 : : ptr2->x_param_sched_spec_prob_cutoff);
7606 : :
7607 : 0 : if (ptr1->x_param_sched_state_edge_prob_cutoff != ptr2->x_param_sched_state_edge_prob_cutoff)
7608 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7609 : : indent_to, "",
7610 : : "param_sched_state_edge_prob_cutoff",
7611 : : ptr1->x_param_sched_state_edge_prob_cutoff,
7612 : : ptr2->x_param_sched_state_edge_prob_cutoff);
7613 : :
7614 : 0 : if (ptr1->x_param_selsched_insns_to_rename != ptr2->x_param_selsched_insns_to_rename)
7615 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7616 : : indent_to, "",
7617 : : "param_selsched_insns_to_rename",
7618 : : ptr1->x_param_selsched_insns_to_rename,
7619 : : ptr2->x_param_selsched_insns_to_rename);
7620 : :
7621 : 0 : if (ptr1->x_param_selsched_max_lookahead != ptr2->x_param_selsched_max_lookahead)
7622 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7623 : : indent_to, "",
7624 : : "param_selsched_max_lookahead",
7625 : : ptr1->x_param_selsched_max_lookahead,
7626 : : ptr2->x_param_selsched_max_lookahead);
7627 : :
7628 : 0 : if (ptr1->x_param_selsched_max_sched_times != ptr2->x_param_selsched_max_sched_times)
7629 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7630 : : indent_to, "",
7631 : : "param_selsched_max_sched_times",
7632 : : ptr1->x_param_selsched_max_sched_times,
7633 : : ptr2->x_param_selsched_max_sched_times);
7634 : :
7635 : 0 : if (ptr1->x_param_simultaneous_prefetches != ptr2->x_param_simultaneous_prefetches)
7636 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7637 : : indent_to, "",
7638 : : "param_simultaneous_prefetches",
7639 : : ptr1->x_param_simultaneous_prefetches,
7640 : : ptr2->x_param_simultaneous_prefetches);
7641 : :
7642 : 0 : if (ptr1->x_param_sink_frequency_threshold != ptr2->x_param_sink_frequency_threshold)
7643 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7644 : : indent_to, "",
7645 : : "param_sink_frequency_threshold",
7646 : : ptr1->x_param_sink_frequency_threshold,
7647 : : ptr2->x_param_sink_frequency_threshold);
7648 : :
7649 : 0 : if (ptr1->x_param_sms_dfa_history != ptr2->x_param_sms_dfa_history)
7650 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7651 : : indent_to, "",
7652 : : "param_sms_dfa_history",
7653 : : ptr1->x_param_sms_dfa_history,
7654 : : ptr2->x_param_sms_dfa_history);
7655 : :
7656 : 0 : if (ptr1->x_param_sms_loop_average_count_threshold != ptr2->x_param_sms_loop_average_count_threshold)
7657 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7658 : : indent_to, "",
7659 : : "param_sms_loop_average_count_threshold",
7660 : : ptr1->x_param_sms_loop_average_count_threshold,
7661 : : ptr2->x_param_sms_loop_average_count_threshold);
7662 : :
7663 : 0 : if (ptr1->x_param_sms_max_ii_factor != ptr2->x_param_sms_max_ii_factor)
7664 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7665 : : indent_to, "",
7666 : : "param_sms_max_ii_factor",
7667 : : ptr1->x_param_sms_max_ii_factor,
7668 : : ptr2->x_param_sms_max_ii_factor);
7669 : :
7670 : 0 : if (ptr1->x_param_sms_min_sc != ptr2->x_param_sms_min_sc)
7671 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7672 : : indent_to, "",
7673 : : "param_sms_min_sc",
7674 : : ptr1->x_param_sms_min_sc,
7675 : : ptr2->x_param_sms_min_sc);
7676 : :
7677 : 0 : if (ptr1->x_param_sra_max_propagations != ptr2->x_param_sra_max_propagations)
7678 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7679 : : indent_to, "",
7680 : : "param_sra_max_propagations",
7681 : : ptr1->x_param_sra_max_propagations,
7682 : : ptr2->x_param_sra_max_propagations);
7683 : :
7684 : 0 : if (ptr1->x_param_sra_max_scalarization_size_size != ptr2->x_param_sra_max_scalarization_size_size)
7685 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7686 : : indent_to, "",
7687 : : "param_sra_max_scalarization_size_size",
7688 : : ptr1->x_param_sra_max_scalarization_size_size,
7689 : : ptr2->x_param_sra_max_scalarization_size_size);
7690 : :
7691 : 0 : if (ptr1->x_param_sra_max_scalarization_size_speed != ptr2->x_param_sra_max_scalarization_size_speed)
7692 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7693 : : indent_to, "",
7694 : : "param_sra_max_scalarization_size_speed",
7695 : : ptr1->x_param_sra_max_scalarization_size_speed,
7696 : : ptr2->x_param_sra_max_scalarization_size_speed);
7697 : :
7698 : 0 : if (ptr1->x_param_ssa_name_def_chain_limit != ptr2->x_param_ssa_name_def_chain_limit)
7699 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7700 : : indent_to, "",
7701 : : "param_ssa_name_def_chain_limit",
7702 : : ptr1->x_param_ssa_name_def_chain_limit,
7703 : : ptr2->x_param_ssa_name_def_chain_limit);
7704 : :
7705 : 0 : if (ptr1->x_param_ssp_buffer_size != ptr2->x_param_ssp_buffer_size)
7706 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7707 : : indent_to, "",
7708 : : "param_ssp_buffer_size",
7709 : : ptr1->x_param_ssp_buffer_size,
7710 : : ptr2->x_param_ssp_buffer_size);
7711 : :
7712 : 0 : if (ptr1->x_param_stack_clash_protection_guard_size != ptr2->x_param_stack_clash_protection_guard_size)
7713 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7714 : : indent_to, "",
7715 : : "param_stack_clash_protection_guard_size",
7716 : : ptr1->x_param_stack_clash_protection_guard_size,
7717 : : ptr2->x_param_stack_clash_protection_guard_size);
7718 : :
7719 : 0 : if (ptr1->x_param_stack_clash_protection_probe_interval != ptr2->x_param_stack_clash_protection_probe_interval)
7720 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7721 : : indent_to, "",
7722 : : "param_stack_clash_protection_probe_interval",
7723 : : ptr1->x_param_stack_clash_protection_probe_interval,
7724 : : ptr2->x_param_stack_clash_protection_probe_interval);
7725 : :
7726 : 0 : if (ptr1->x_param_store_forwarding_max_distance != ptr2->x_param_store_forwarding_max_distance)
7727 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7728 : : indent_to, "",
7729 : : "param_store_forwarding_max_distance",
7730 : : ptr1->x_param_store_forwarding_max_distance,
7731 : : ptr2->x_param_store_forwarding_max_distance);
7732 : :
7733 : 0 : if (ptr1->x_param_store_merging_allow_unaligned != ptr2->x_param_store_merging_allow_unaligned)
7734 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7735 : : indent_to, "",
7736 : : "param_store_merging_allow_unaligned",
7737 : : ptr1->x_param_store_merging_allow_unaligned,
7738 : : ptr2->x_param_store_merging_allow_unaligned);
7739 : :
7740 : 0 : if (ptr1->x_param_store_merging_max_size != ptr2->x_param_store_merging_max_size)
7741 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7742 : : indent_to, "",
7743 : : "param_store_merging_max_size",
7744 : : ptr1->x_param_store_merging_max_size,
7745 : : ptr2->x_param_store_merging_max_size);
7746 : :
7747 : 0 : if (ptr1->x_param_switch_conversion_branch_ratio != ptr2->x_param_switch_conversion_branch_ratio)
7748 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7749 : : indent_to, "",
7750 : : "param_switch_conversion_branch_ratio",
7751 : : ptr1->x_param_switch_conversion_branch_ratio,
7752 : : ptr2->x_param_switch_conversion_branch_ratio);
7753 : :
7754 : 0 : if (ptr1->x_param_switch_lower_slow_alg_max_cases != ptr2->x_param_switch_lower_slow_alg_max_cases)
7755 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7756 : : indent_to, "",
7757 : : "param_switch_lower_slow_alg_max_cases",
7758 : : ptr1->x_param_switch_lower_slow_alg_max_cases,
7759 : : ptr2->x_param_switch_lower_slow_alg_max_cases);
7760 : :
7761 : 0 : if (ptr1->x_param_tm_max_aggregate_size != ptr2->x_param_tm_max_aggregate_size)
7762 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7763 : : indent_to, "",
7764 : : "param_tm_max_aggregate_size",
7765 : : ptr1->x_param_tm_max_aggregate_size,
7766 : : ptr2->x_param_tm_max_aggregate_size);
7767 : :
7768 : 0 : if (ptr1->x_param_tracer_dynamic_coverage_feedback != ptr2->x_param_tracer_dynamic_coverage_feedback)
7769 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7770 : : indent_to, "",
7771 : : "param_tracer_dynamic_coverage_feedback",
7772 : : ptr1->x_param_tracer_dynamic_coverage_feedback,
7773 : : ptr2->x_param_tracer_dynamic_coverage_feedback);
7774 : :
7775 : 0 : if (ptr1->x_param_tracer_dynamic_coverage != ptr2->x_param_tracer_dynamic_coverage)
7776 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7777 : : indent_to, "",
7778 : : "param_tracer_dynamic_coverage",
7779 : : ptr1->x_param_tracer_dynamic_coverage,
7780 : : ptr2->x_param_tracer_dynamic_coverage);
7781 : :
7782 : 0 : if (ptr1->x_param_tracer_max_code_growth != ptr2->x_param_tracer_max_code_growth)
7783 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7784 : : indent_to, "",
7785 : : "param_tracer_max_code_growth",
7786 : : ptr1->x_param_tracer_max_code_growth,
7787 : : ptr2->x_param_tracer_max_code_growth);
7788 : :
7789 : 0 : if (ptr1->x_param_tracer_min_branch_probability_feedback != ptr2->x_param_tracer_min_branch_probability_feedback)
7790 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7791 : : indent_to, "",
7792 : : "param_tracer_min_branch_probability_feedback",
7793 : : ptr1->x_param_tracer_min_branch_probability_feedback,
7794 : : ptr2->x_param_tracer_min_branch_probability_feedback);
7795 : :
7796 : 0 : if (ptr1->x_param_tracer_min_branch_probability != ptr2->x_param_tracer_min_branch_probability)
7797 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7798 : : indent_to, "",
7799 : : "param_tracer_min_branch_probability",
7800 : : ptr1->x_param_tracer_min_branch_probability,
7801 : : ptr2->x_param_tracer_min_branch_probability);
7802 : :
7803 : 0 : if (ptr1->x_param_tracer_min_branch_ratio != ptr2->x_param_tracer_min_branch_ratio)
7804 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7805 : : indent_to, "",
7806 : : "param_tracer_min_branch_ratio",
7807 : : ptr1->x_param_tracer_min_branch_ratio,
7808 : : ptr2->x_param_tracer_min_branch_ratio);
7809 : :
7810 : 0 : if (ptr1->x_param_transitive_relations_work_bound != ptr2->x_param_transitive_relations_work_bound)
7811 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7812 : : indent_to, "",
7813 : : "param_transitive_relations_work_bound",
7814 : : ptr1->x_param_transitive_relations_work_bound,
7815 : : ptr2->x_param_transitive_relations_work_bound);
7816 : :
7817 : 0 : if (ptr1->x_param_tree_reassoc_width != ptr2->x_param_tree_reassoc_width)
7818 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7819 : : indent_to, "",
7820 : : "param_tree_reassoc_width",
7821 : : ptr1->x_param_tree_reassoc_width,
7822 : : ptr2->x_param_tree_reassoc_width);
7823 : :
7824 : 0 : if (ptr1->x_param_uninit_control_dep_attempts != ptr2->x_param_uninit_control_dep_attempts)
7825 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7826 : : indent_to, "",
7827 : : "param_uninit_control_dep_attempts",
7828 : : ptr1->x_param_uninit_control_dep_attempts,
7829 : : ptr2->x_param_uninit_control_dep_attempts);
7830 : :
7831 : 0 : if (ptr1->x_param_uninit_max_chain_len != ptr2->x_param_uninit_max_chain_len)
7832 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7833 : : indent_to, "",
7834 : : "param_uninit_max_chain_len",
7835 : : ptr1->x_param_uninit_max_chain_len,
7836 : : ptr2->x_param_uninit_max_chain_len);
7837 : :
7838 : 0 : if (ptr1->x_param_uninit_max_num_chains != ptr2->x_param_uninit_max_num_chains)
7839 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7840 : : indent_to, "",
7841 : : "param_uninit_max_num_chains",
7842 : : ptr1->x_param_uninit_max_num_chains,
7843 : : ptr2->x_param_uninit_max_num_chains);
7844 : :
7845 : 0 : if (ptr1->x_param_uninit_max_prune_work != ptr2->x_param_uninit_max_prune_work)
7846 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7847 : : indent_to, "",
7848 : : "param_uninit_max_prune_work",
7849 : : ptr1->x_param_uninit_max_prune_work,
7850 : : ptr2->x_param_uninit_max_prune_work);
7851 : :
7852 : 0 : if (ptr1->x_param_uninlined_function_insns != ptr2->x_param_uninlined_function_insns)
7853 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7854 : : indent_to, "",
7855 : : "param_uninlined_function_insns",
7856 : : ptr1->x_param_uninlined_function_insns,
7857 : : ptr2->x_param_uninlined_function_insns);
7858 : :
7859 : 0 : if (ptr1->x_param_uninlined_function_time != ptr2->x_param_uninlined_function_time)
7860 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7861 : : indent_to, "",
7862 : : "param_uninlined_function_time",
7863 : : ptr1->x_param_uninlined_function_time,
7864 : : ptr2->x_param_uninlined_function_time);
7865 : :
7866 : 0 : if (ptr1->x_param_uninlined_function_thunk_insns != ptr2->x_param_uninlined_function_thunk_insns)
7867 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7868 : : indent_to, "",
7869 : : "param_uninlined_function_thunk_insns",
7870 : : ptr1->x_param_uninlined_function_thunk_insns,
7871 : : ptr2->x_param_uninlined_function_thunk_insns);
7872 : :
7873 : 0 : if (ptr1->x_param_uninlined_function_thunk_time != ptr2->x_param_uninlined_function_thunk_time)
7874 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7875 : : indent_to, "",
7876 : : "param_uninlined_function_thunk_time",
7877 : : ptr1->x_param_uninlined_function_thunk_time,
7878 : : ptr2->x_param_uninlined_function_thunk_time);
7879 : :
7880 : 0 : if (ptr1->x_param_unlikely_bb_count_fraction != ptr2->x_param_unlikely_bb_count_fraction)
7881 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7882 : : indent_to, "",
7883 : : "param_unlikely_bb_count_fraction",
7884 : : ptr1->x_param_unlikely_bb_count_fraction,
7885 : : ptr2->x_param_unlikely_bb_count_fraction);
7886 : :
7887 : 0 : if (ptr1->x_param_unroll_jam_max_unroll != ptr2->x_param_unroll_jam_max_unroll)
7888 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7889 : : indent_to, "",
7890 : : "param_unroll_jam_max_unroll",
7891 : : ptr1->x_param_unroll_jam_max_unroll,
7892 : : ptr2->x_param_unroll_jam_max_unroll);
7893 : :
7894 : 0 : if (ptr1->x_param_unroll_jam_min_percent != ptr2->x_param_unroll_jam_min_percent)
7895 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7896 : : indent_to, "",
7897 : : "param_unroll_jam_min_percent",
7898 : : ptr1->x_param_unroll_jam_min_percent,
7899 : : ptr2->x_param_unroll_jam_min_percent);
7900 : :
7901 : 0 : if (ptr1->x_param_use_after_scope_direct_emission_threshold != ptr2->x_param_use_after_scope_direct_emission_threshold)
7902 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7903 : : indent_to, "",
7904 : : "param_use_after_scope_direct_emission_threshold",
7905 : : ptr1->x_param_use_after_scope_direct_emission_threshold,
7906 : : ptr2->x_param_use_after_scope_direct_emission_threshold);
7907 : :
7908 : 0 : if (ptr1->x_param_vect_epilogues_nomask != ptr2->x_param_vect_epilogues_nomask)
7909 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7910 : : indent_to, "",
7911 : : "param_vect_epilogues_nomask",
7912 : : ptr1->x_param_vect_epilogues_nomask,
7913 : : ptr2->x_param_vect_epilogues_nomask);
7914 : :
7915 : 0 : if (ptr1->x_param_vect_induction_float != ptr2->x_param_vect_induction_float)
7916 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7917 : : indent_to, "",
7918 : : "param_vect_induction_float",
7919 : : ptr1->x_param_vect_induction_float,
7920 : : ptr2->x_param_vect_induction_float);
7921 : :
7922 : 0 : if (ptr1->x_param_vect_inner_loop_cost_factor != ptr2->x_param_vect_inner_loop_cost_factor)
7923 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7924 : : indent_to, "",
7925 : : "param_vect_inner_loop_cost_factor",
7926 : : ptr1->x_param_vect_inner_loop_cost_factor,
7927 : : ptr2->x_param_vect_inner_loop_cost_factor);
7928 : :
7929 : 0 : if (ptr1->x_param_vect_max_layout_candidates != ptr2->x_param_vect_max_layout_candidates)
7930 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7931 : : indent_to, "",
7932 : : "param_vect_max_layout_candidates",
7933 : : ptr1->x_param_vect_max_layout_candidates,
7934 : : ptr2->x_param_vect_max_layout_candidates);
7935 : :
7936 : 0 : if (ptr1->x_param_vect_max_peeling_for_alignment != ptr2->x_param_vect_max_peeling_for_alignment)
7937 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7938 : : indent_to, "",
7939 : : "param_vect_max_peeling_for_alignment",
7940 : : ptr1->x_param_vect_max_peeling_for_alignment,
7941 : : ptr2->x_param_vect_max_peeling_for_alignment);
7942 : :
7943 : 0 : if (ptr1->x_param_vect_max_version_for_alias_checks != ptr2->x_param_vect_max_version_for_alias_checks)
7944 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7945 : : indent_to, "",
7946 : : "param_vect_max_version_for_alias_checks",
7947 : : ptr1->x_param_vect_max_version_for_alias_checks,
7948 : : ptr2->x_param_vect_max_version_for_alias_checks);
7949 : :
7950 : 0 : if (ptr1->x_param_vect_max_version_for_alignment_checks != ptr2->x_param_vect_max_version_for_alignment_checks)
7951 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7952 : : indent_to, "",
7953 : : "param_vect_max_version_for_alignment_checks",
7954 : : ptr1->x_param_vect_max_version_for_alignment_checks,
7955 : : ptr2->x_param_vect_max_version_for_alignment_checks);
7956 : :
7957 : 0 : if (ptr1->x_param_vect_partial_vector_usage != ptr2->x_param_vect_partial_vector_usage)
7958 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7959 : : indent_to, "",
7960 : : "param_vect_partial_vector_usage",
7961 : : ptr1->x_param_vect_partial_vector_usage,
7962 : : ptr2->x_param_vect_partial_vector_usage);
7963 : :
7964 : 0 : if (ptr1->x_param_vect_scalar_cost_multiplier != ptr2->x_param_vect_scalar_cost_multiplier)
7965 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7966 : : indent_to, "",
7967 : : "param_vect_scalar_cost_multiplier",
7968 : : ptr1->x_param_vect_scalar_cost_multiplier,
7969 : : ptr2->x_param_vect_scalar_cost_multiplier);
7970 : :
7971 : 0 : if (ptr1->x_param_vrp_block_limit != ptr2->x_param_vrp_block_limit)
7972 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7973 : : indent_to, "",
7974 : : "param_vrp_block_limit",
7975 : : ptr1->x_param_vrp_block_limit,
7976 : : ptr2->x_param_vrp_block_limit);
7977 : :
7978 : 0 : if (ptr1->x_param_vrp_sparse_threshold != ptr2->x_param_vrp_sparse_threshold)
7979 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7980 : : indent_to, "",
7981 : : "param_vrp_sparse_threshold",
7982 : : ptr1->x_param_vrp_sparse_threshold,
7983 : : ptr2->x_param_vrp_sparse_threshold);
7984 : :
7985 : 0 : if (ptr1->x_param_vrp_switch_limit != ptr2->x_param_vrp_switch_limit)
7986 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7987 : : indent_to, "",
7988 : : "param_vrp_switch_limit",
7989 : : ptr1->x_param_vrp_switch_limit,
7990 : : ptr2->x_param_vrp_switch_limit);
7991 : :
7992 : 0 : if (ptr1->x_param_vrp_vector_threshold != ptr2->x_param_vrp_vector_threshold)
7993 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
7994 : : indent_to, "",
7995 : : "param_vrp_vector_threshold",
7996 : : ptr1->x_param_vrp_vector_threshold,
7997 : : ptr2->x_param_vrp_vector_threshold);
7998 : :
7999 : 0 : if (ptr1->x_flag_complex_method != ptr2->x_flag_complex_method)
8000 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8001 : : indent_to, "",
8002 : : "flag_complex_method",
8003 : : ptr1->x_flag_complex_method,
8004 : : ptr2->x_flag_complex_method);
8005 : :
8006 : 0 : if (ptr1->x_flag_malloc_dse != ptr2->x_flag_malloc_dse)
8007 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8008 : : indent_to, "",
8009 : : "flag_malloc_dse",
8010 : : ptr1->x_flag_malloc_dse,
8011 : : ptr2->x_flag_malloc_dse);
8012 : :
8013 : 0 : if (ptr1->x_flag_min_function_alignment != ptr2->x_flag_min_function_alignment)
8014 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8015 : : indent_to, "",
8016 : : "flag_min_function_alignment",
8017 : : ptr1->x_flag_min_function_alignment,
8018 : : ptr2->x_flag_min_function_alignment);
8019 : :
8020 : 0 : if (ptr1->x_flag_openmp_target_simd_clone != ptr2->x_flag_openmp_target_simd_clone)
8021 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8022 : : indent_to, "",
8023 : : "flag_openmp_target_simd_clone",
8024 : : ptr1->x_flag_openmp_target_simd_clone,
8025 : : ptr2->x_flag_openmp_target_simd_clone);
8026 : :
8027 : 0 : if (ptr1->x_flag_sched_stalled_insns != ptr2->x_flag_sched_stalled_insns)
8028 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8029 : : indent_to, "",
8030 : : "flag_sched_stalled_insns",
8031 : : ptr1->x_flag_sched_stalled_insns,
8032 : : ptr2->x_flag_sched_stalled_insns);
8033 : :
8034 : 0 : if (ptr1->x_flag_sched_stalled_insns_dep != ptr2->x_flag_sched_stalled_insns_dep)
8035 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8036 : : indent_to, "",
8037 : : "flag_sched_stalled_insns_dep",
8038 : : ptr1->x_flag_sched_stalled_insns_dep,
8039 : : ptr2->x_flag_sched_stalled_insns_dep);
8040 : :
8041 : 0 : if (ptr1->x_flag_tree_parallelize_loops != ptr2->x_flag_tree_parallelize_loops)
8042 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8043 : : indent_to, "",
8044 : : "flag_tree_parallelize_loops",
8045 : : ptr1->x_flag_tree_parallelize_loops,
8046 : : ptr2->x_flag_tree_parallelize_loops);
8047 : :
8048 : 0 : if (ptr1->x_flag_lto_locality_cloning != ptr2->x_flag_lto_locality_cloning)
8049 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8050 : : indent_to, "",
8051 : : "flag_lto_locality_cloning",
8052 : : (int) ptr1->x_flag_lto_locality_cloning,
8053 : : (int) ptr2->x_flag_lto_locality_cloning);
8054 : :
8055 : 0 : if (ptr1->x_param_ranger_debug != ptr2->x_param_ranger_debug)
8056 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8057 : : indent_to, "",
8058 : : "param_ranger_debug",
8059 : : (int) ptr1->x_param_ranger_debug,
8060 : : (int) ptr2->x_param_ranger_debug);
8061 : :
8062 : 0 : if (ptr1->x_param_threader_debug != ptr2->x_param_threader_debug)
8063 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8064 : : indent_to, "",
8065 : : "param_threader_debug",
8066 : : (int) ptr1->x_param_threader_debug,
8067 : : (int) ptr2->x_param_threader_debug);
8068 : :
8069 : 0 : if (ptr1->x_flag_excess_precision != ptr2->x_flag_excess_precision)
8070 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8071 : : indent_to, "",
8072 : : "flag_excess_precision",
8073 : : (int) ptr1->x_flag_excess_precision,
8074 : : (int) ptr2->x_flag_excess_precision);
8075 : :
8076 : 0 : if (ptr1->x_flag_fp_contract_mode != ptr2->x_flag_fp_contract_mode)
8077 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8078 : : indent_to, "",
8079 : : "flag_fp_contract_mode",
8080 : : (int) ptr1->x_flag_fp_contract_mode,
8081 : : (int) ptr2->x_flag_fp_contract_mode);
8082 : :
8083 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_check_noreturn != ptr2->x_flag_harden_control_flow_redundancy_check_noreturn)
8084 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8085 : : indent_to, "",
8086 : : "flag_harden_control_flow_redundancy_check_noreturn",
8087 : : (int) ptr1->x_flag_harden_control_flow_redundancy_check_noreturn,
8088 : : (int) ptr2->x_flag_harden_control_flow_redundancy_check_noreturn);
8089 : :
8090 : 0 : if (ptr1->x_flag_inline_stringops != ptr2->x_flag_inline_stringops)
8091 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8092 : : indent_to, "",
8093 : : "flag_inline_stringops",
8094 : : (int) ptr1->x_flag_inline_stringops,
8095 : : (int) ptr2->x_flag_inline_stringops);
8096 : :
8097 : 0 : if (ptr1->x_flag_ira_algorithm != ptr2->x_flag_ira_algorithm)
8098 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8099 : : indent_to, "",
8100 : : "flag_ira_algorithm",
8101 : : (int) ptr1->x_flag_ira_algorithm,
8102 : : (int) ptr2->x_flag_ira_algorithm);
8103 : :
8104 : 0 : if (ptr1->x_flag_ira_region != ptr2->x_flag_ira_region)
8105 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8106 : : indent_to, "",
8107 : : "flag_ira_region",
8108 : : (int) ptr1->x_flag_ira_region,
8109 : : (int) ptr2->x_flag_ira_region);
8110 : :
8111 : 0 : if (ptr1->x_flag_live_patching != ptr2->x_flag_live_patching)
8112 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8113 : : indent_to, "",
8114 : : "flag_live_patching",
8115 : : (int) ptr1->x_flag_live_patching,
8116 : : (int) ptr2->x_flag_live_patching);
8117 : :
8118 : 0 : if (ptr1->x_flag_reorder_blocks_algorithm != ptr2->x_flag_reorder_blocks_algorithm)
8119 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8120 : : indent_to, "",
8121 : : "flag_reorder_blocks_algorithm",
8122 : : (int) ptr1->x_flag_reorder_blocks_algorithm,
8123 : : (int) ptr2->x_flag_reorder_blocks_algorithm);
8124 : :
8125 : 0 : if (ptr1->x_flag_simd_cost_model != ptr2->x_flag_simd_cost_model)
8126 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8127 : : indent_to, "",
8128 : : "flag_simd_cost_model",
8129 : : (int) ptr1->x_flag_simd_cost_model,
8130 : : (int) ptr2->x_flag_simd_cost_model);
8131 : :
8132 : 0 : if (ptr1->x_flag_stack_reuse != ptr2->x_flag_stack_reuse)
8133 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8134 : : indent_to, "",
8135 : : "flag_stack_reuse",
8136 : : (int) ptr1->x_flag_stack_reuse,
8137 : : (int) ptr2->x_flag_stack_reuse);
8138 : :
8139 : 0 : if (ptr1->x_flag_auto_var_init != ptr2->x_flag_auto_var_init)
8140 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8141 : : indent_to, "",
8142 : : "flag_auto_var_init",
8143 : : (int) ptr1->x_flag_auto_var_init,
8144 : : (int) ptr2->x_flag_auto_var_init);
8145 : :
8146 : 0 : if (ptr1->x_flag_vect_cost_model != ptr2->x_flag_vect_cost_model)
8147 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8148 : : indent_to, "",
8149 : : "flag_vect_cost_model",
8150 : : (int) ptr1->x_flag_vect_cost_model,
8151 : : (int) ptr2->x_flag_vect_cost_model);
8152 : :
8153 : 0 : if (ptr1->x_optimize != ptr2->x_optimize)
8154 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8155 : : indent_to, "",
8156 : : "optimize",
8157 : : ptr1->x_optimize,
8158 : : ptr2->x_optimize);
8159 : :
8160 : 0 : if (ptr1->x_optimize_size != ptr2->x_optimize_size)
8161 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8162 : : indent_to, "",
8163 : : "optimize_size",
8164 : : ptr1->x_optimize_size,
8165 : : ptr2->x_optimize_size);
8166 : :
8167 : 0 : if (ptr1->x_optimize_debug != ptr2->x_optimize_debug)
8168 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8169 : : indent_to, "",
8170 : : "optimize_debug",
8171 : : ptr1->x_optimize_debug,
8172 : : ptr2->x_optimize_debug);
8173 : :
8174 : 0 : if (ptr1->x_optimize_fast != ptr2->x_optimize_fast)
8175 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8176 : : indent_to, "",
8177 : : "optimize_fast",
8178 : : ptr1->x_optimize_fast,
8179 : : ptr2->x_optimize_fast);
8180 : :
8181 : 0 : if (ptr1->x_warn_inline != ptr2->x_warn_inline)
8182 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8183 : : indent_to, "",
8184 : : "warn_inline",
8185 : : ptr1->x_warn_inline,
8186 : : ptr2->x_warn_inline);
8187 : :
8188 : 0 : if (ptr1->x_flag_aggressive_loop_optimizations != ptr2->x_flag_aggressive_loop_optimizations)
8189 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8190 : : indent_to, "",
8191 : : "flag_aggressive_loop_optimizations",
8192 : : ptr1->x_flag_aggressive_loop_optimizations,
8193 : : ptr2->x_flag_aggressive_loop_optimizations);
8194 : :
8195 : 0 : if (ptr1->x_flag_align_functions != ptr2->x_flag_align_functions)
8196 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8197 : : indent_to, "",
8198 : : "flag_align_functions",
8199 : : ptr1->x_flag_align_functions,
8200 : : ptr2->x_flag_align_functions);
8201 : :
8202 : 0 : if (ptr1->x_flag_align_jumps != ptr2->x_flag_align_jumps)
8203 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8204 : : indent_to, "",
8205 : : "flag_align_jumps",
8206 : : ptr1->x_flag_align_jumps,
8207 : : ptr2->x_flag_align_jumps);
8208 : :
8209 : 0 : if (ptr1->x_flag_align_labels != ptr2->x_flag_align_labels)
8210 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8211 : : indent_to, "",
8212 : : "flag_align_labels",
8213 : : ptr1->x_flag_align_labels,
8214 : : ptr2->x_flag_align_labels);
8215 : :
8216 : 0 : if (ptr1->x_flag_align_loops != ptr2->x_flag_align_loops)
8217 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8218 : : indent_to, "",
8219 : : "flag_align_loops",
8220 : : ptr1->x_flag_align_loops,
8221 : : ptr2->x_flag_align_loops);
8222 : :
8223 : 0 : if (ptr1->x_flag_allocation_dce != ptr2->x_flag_allocation_dce)
8224 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8225 : : indent_to, "",
8226 : : "flag_allocation_dce",
8227 : : ptr1->x_flag_allocation_dce,
8228 : : ptr2->x_flag_allocation_dce);
8229 : :
8230 : 0 : if (ptr1->x_flag_store_data_races != ptr2->x_flag_store_data_races)
8231 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8232 : : indent_to, "",
8233 : : "flag_store_data_races",
8234 : : ptr1->x_flag_store_data_races,
8235 : : ptr2->x_flag_store_data_races);
8236 : :
8237 : 0 : if (ptr1->x_flag_associative_math != ptr2->x_flag_associative_math)
8238 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8239 : : indent_to, "",
8240 : : "flag_associative_math",
8241 : : ptr1->x_flag_associative_math,
8242 : : ptr2->x_flag_associative_math);
8243 : :
8244 : 0 : if (ptr1->x_flag_assume_sane_operators_new_delete != ptr2->x_flag_assume_sane_operators_new_delete)
8245 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8246 : : indent_to, "",
8247 : : "flag_assume_sane_operators_new_delete",
8248 : : ptr1->x_flag_assume_sane_operators_new_delete,
8249 : : ptr2->x_flag_assume_sane_operators_new_delete);
8250 : :
8251 : 0 : if (ptr1->x_flag_asynchronous_unwind_tables != ptr2->x_flag_asynchronous_unwind_tables)
8252 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8253 : : indent_to, "",
8254 : : "flag_asynchronous_unwind_tables",
8255 : : ptr1->x_flag_asynchronous_unwind_tables,
8256 : : ptr2->x_flag_asynchronous_unwind_tables);
8257 : :
8258 : 0 : if (ptr1->x_flag_auto_inc_dec != ptr2->x_flag_auto_inc_dec)
8259 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8260 : : indent_to, "",
8261 : : "flag_auto_inc_dec",
8262 : : ptr1->x_flag_auto_inc_dec,
8263 : : ptr2->x_flag_auto_inc_dec);
8264 : :
8265 : 0 : if (ptr1->x_flag_auto_profile_inlining != ptr2->x_flag_auto_profile_inlining)
8266 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8267 : : indent_to, "",
8268 : : "flag_auto_profile_inlining",
8269 : : ptr1->x_flag_auto_profile_inlining,
8270 : : ptr2->x_flag_auto_profile_inlining);
8271 : :
8272 : 0 : if (ptr1->x_flag_avoid_store_forwarding != ptr2->x_flag_avoid_store_forwarding)
8273 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8274 : : indent_to, "",
8275 : : "flag_avoid_store_forwarding",
8276 : : ptr1->x_flag_avoid_store_forwarding,
8277 : : ptr2->x_flag_avoid_store_forwarding);
8278 : :
8279 : 0 : if (ptr1->x_flag_bit_tests != ptr2->x_flag_bit_tests)
8280 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8281 : : indent_to, "",
8282 : : "flag_bit_tests",
8283 : : ptr1->x_flag_bit_tests,
8284 : : ptr2->x_flag_bit_tests);
8285 : :
8286 : 0 : if (ptr1->x_flag_branch_on_count_reg != ptr2->x_flag_branch_on_count_reg)
8287 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8288 : : indent_to, "",
8289 : : "flag_branch_on_count_reg",
8290 : : ptr1->x_flag_branch_on_count_reg,
8291 : : ptr2->x_flag_branch_on_count_reg);
8292 : :
8293 : 0 : if (ptr1->x_flag_branch_probabilities != ptr2->x_flag_branch_probabilities)
8294 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8295 : : indent_to, "",
8296 : : "flag_branch_probabilities",
8297 : : ptr1->x_flag_branch_probabilities,
8298 : : ptr2->x_flag_branch_probabilities);
8299 : :
8300 : 0 : if (ptr1->x_flag_caller_saves != ptr2->x_flag_caller_saves)
8301 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8302 : : indent_to, "",
8303 : : "flag_caller_saves",
8304 : : ptr1->x_flag_caller_saves,
8305 : : ptr2->x_flag_caller_saves);
8306 : :
8307 : 0 : if (ptr1->x_flag_code_hoisting != ptr2->x_flag_code_hoisting)
8308 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8309 : : indent_to, "",
8310 : : "flag_code_hoisting",
8311 : : ptr1->x_flag_code_hoisting,
8312 : : ptr2->x_flag_code_hoisting);
8313 : :
8314 : 0 : if (ptr1->x_flag_combine_stack_adjustments != ptr2->x_flag_combine_stack_adjustments)
8315 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8316 : : indent_to, "",
8317 : : "flag_combine_stack_adjustments",
8318 : : ptr1->x_flag_combine_stack_adjustments,
8319 : : ptr2->x_flag_combine_stack_adjustments);
8320 : :
8321 : 0 : if (ptr1->x_flag_compare_elim_after_reload != ptr2->x_flag_compare_elim_after_reload)
8322 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8323 : : indent_to, "",
8324 : : "flag_compare_elim_after_reload",
8325 : : ptr1->x_flag_compare_elim_after_reload,
8326 : : ptr2->x_flag_compare_elim_after_reload);
8327 : :
8328 : 0 : if (ptr1->x_flag_conserve_stack != ptr2->x_flag_conserve_stack)
8329 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8330 : : indent_to, "",
8331 : : "flag_conserve_stack",
8332 : : ptr1->x_flag_conserve_stack,
8333 : : ptr2->x_flag_conserve_stack);
8334 : :
8335 : 0 : if (ptr1->x_flag_cprop_registers != ptr2->x_flag_cprop_registers)
8336 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8337 : : indent_to, "",
8338 : : "flag_cprop_registers",
8339 : : ptr1->x_flag_cprop_registers,
8340 : : ptr2->x_flag_cprop_registers);
8341 : :
8342 : 0 : if (ptr1->x_flag_crossjumping != ptr2->x_flag_crossjumping)
8343 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8344 : : indent_to, "",
8345 : : "flag_crossjumping",
8346 : : ptr1->x_flag_crossjumping,
8347 : : ptr2->x_flag_crossjumping);
8348 : :
8349 : 0 : if (ptr1->x_flag_cse_follow_jumps != ptr2->x_flag_cse_follow_jumps)
8350 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8351 : : indent_to, "",
8352 : : "flag_cse_follow_jumps",
8353 : : ptr1->x_flag_cse_follow_jumps,
8354 : : ptr2->x_flag_cse_follow_jumps);
8355 : :
8356 : 0 : if (ptr1->x_flag_dce != ptr2->x_flag_dce)
8357 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8358 : : indent_to, "",
8359 : : "flag_dce",
8360 : : ptr1->x_flag_dce,
8361 : : ptr2->x_flag_dce);
8362 : :
8363 : 0 : if (ptr1->x_flag_defer_pop != ptr2->x_flag_defer_pop)
8364 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8365 : : indent_to, "",
8366 : : "flag_defer_pop",
8367 : : ptr1->x_flag_defer_pop,
8368 : : ptr2->x_flag_defer_pop);
8369 : :
8370 : 0 : if (ptr1->x_flag_delayed_branch != ptr2->x_flag_delayed_branch)
8371 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8372 : : indent_to, "",
8373 : : "flag_delayed_branch",
8374 : : ptr1->x_flag_delayed_branch,
8375 : : ptr2->x_flag_delayed_branch);
8376 : :
8377 : 0 : if (ptr1->x_flag_delete_dead_exceptions != ptr2->x_flag_delete_dead_exceptions)
8378 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8379 : : indent_to, "",
8380 : : "flag_delete_dead_exceptions",
8381 : : ptr1->x_flag_delete_dead_exceptions,
8382 : : ptr2->x_flag_delete_dead_exceptions);
8383 : :
8384 : 0 : if (ptr1->x_flag_delete_null_pointer_checks != ptr2->x_flag_delete_null_pointer_checks)
8385 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8386 : : indent_to, "",
8387 : : "flag_delete_null_pointer_checks",
8388 : : ptr1->x_flag_delete_null_pointer_checks,
8389 : : ptr2->x_flag_delete_null_pointer_checks);
8390 : :
8391 : 0 : if (ptr1->x_flag_dep_fusion != ptr2->x_flag_dep_fusion)
8392 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8393 : : indent_to, "",
8394 : : "flag_dep_fusion",
8395 : : ptr1->x_flag_dep_fusion,
8396 : : ptr2->x_flag_dep_fusion);
8397 : :
8398 : 0 : if (ptr1->x_flag_devirtualize != ptr2->x_flag_devirtualize)
8399 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8400 : : indent_to, "",
8401 : : "flag_devirtualize",
8402 : : ptr1->x_flag_devirtualize,
8403 : : ptr2->x_flag_devirtualize);
8404 : :
8405 : 0 : if (ptr1->x_flag_devirtualize_speculatively != ptr2->x_flag_devirtualize_speculatively)
8406 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8407 : : indent_to, "",
8408 : : "flag_devirtualize_speculatively",
8409 : : ptr1->x_flag_devirtualize_speculatively,
8410 : : ptr2->x_flag_devirtualize_speculatively);
8411 : :
8412 : 0 : if (ptr1->x_flag_dse != ptr2->x_flag_dse)
8413 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8414 : : indent_to, "",
8415 : : "flag_dse",
8416 : : ptr1->x_flag_dse,
8417 : : ptr2->x_flag_dse);
8418 : :
8419 : 0 : if (ptr1->x_flag_early_inlining != ptr2->x_flag_early_inlining)
8420 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8421 : : indent_to, "",
8422 : : "flag_early_inlining",
8423 : : ptr1->x_flag_early_inlining,
8424 : : ptr2->x_flag_early_inlining);
8425 : :
8426 : 0 : if (ptr1->x_flag_exceptions != ptr2->x_flag_exceptions)
8427 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8428 : : indent_to, "",
8429 : : "flag_exceptions",
8430 : : ptr1->x_flag_exceptions,
8431 : : ptr2->x_flag_exceptions);
8432 : :
8433 : 0 : if (ptr1->x_flag_expensive_optimizations != ptr2->x_flag_expensive_optimizations)
8434 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8435 : : indent_to, "",
8436 : : "flag_expensive_optimizations",
8437 : : ptr1->x_flag_expensive_optimizations,
8438 : : ptr2->x_flag_expensive_optimizations);
8439 : :
8440 : 0 : if (ptr1->x_flag_ext_dce != ptr2->x_flag_ext_dce)
8441 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8442 : : indent_to, "",
8443 : : "flag_ext_dce",
8444 : : ptr1->x_flag_ext_dce,
8445 : : ptr2->x_flag_ext_dce);
8446 : :
8447 : 0 : if (ptr1->x_flag_finite_loops != ptr2->x_flag_finite_loops)
8448 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8449 : : indent_to, "",
8450 : : "flag_finite_loops",
8451 : : ptr1->x_flag_finite_loops,
8452 : : ptr2->x_flag_finite_loops);
8453 : :
8454 : 0 : if (ptr1->x_flag_finite_math_only != ptr2->x_flag_finite_math_only)
8455 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8456 : : indent_to, "",
8457 : : "flag_finite_math_only",
8458 : : ptr1->x_flag_finite_math_only,
8459 : : ptr2->x_flag_finite_math_only);
8460 : :
8461 : 0 : if (ptr1->x_flag_float_store != ptr2->x_flag_float_store)
8462 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8463 : : indent_to, "",
8464 : : "flag_float_store",
8465 : : ptr1->x_flag_float_store,
8466 : : ptr2->x_flag_float_store);
8467 : :
8468 : 0 : if (ptr1->x_flag_fold_mem_offsets != ptr2->x_flag_fold_mem_offsets)
8469 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8470 : : indent_to, "",
8471 : : "flag_fold_mem_offsets",
8472 : : ptr1->x_flag_fold_mem_offsets,
8473 : : ptr2->x_flag_fold_mem_offsets);
8474 : :
8475 : 0 : if (ptr1->x_flag_fold_simple_inlines != ptr2->x_flag_fold_simple_inlines)
8476 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8477 : : indent_to, "",
8478 : : "flag_fold_simple_inlines",
8479 : : ptr1->x_flag_fold_simple_inlines,
8480 : : ptr2->x_flag_fold_simple_inlines);
8481 : :
8482 : 0 : if (ptr1->x_flag_forward_propagate != ptr2->x_flag_forward_propagate)
8483 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8484 : : indent_to, "",
8485 : : "flag_forward_propagate",
8486 : : ptr1->x_flag_forward_propagate,
8487 : : ptr2->x_flag_forward_propagate);
8488 : :
8489 : 0 : if (ptr1->x_flag_fp_int_builtin_inexact != ptr2->x_flag_fp_int_builtin_inexact)
8490 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8491 : : indent_to, "",
8492 : : "flag_fp_int_builtin_inexact",
8493 : : ptr1->x_flag_fp_int_builtin_inexact,
8494 : : ptr2->x_flag_fp_int_builtin_inexact);
8495 : :
8496 : 0 : if (ptr1->x_flag_no_function_cse != ptr2->x_flag_no_function_cse)
8497 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8498 : : indent_to, "",
8499 : : "flag_no_function_cse",
8500 : : ptr1->x_flag_no_function_cse,
8501 : : ptr2->x_flag_no_function_cse);
8502 : :
8503 : 0 : if (ptr1->x_flag_gcse != ptr2->x_flag_gcse)
8504 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8505 : : indent_to, "",
8506 : : "flag_gcse",
8507 : : ptr1->x_flag_gcse,
8508 : : ptr2->x_flag_gcse);
8509 : :
8510 : 0 : if (ptr1->x_flag_gcse_after_reload != ptr2->x_flag_gcse_after_reload)
8511 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8512 : : indent_to, "",
8513 : : "flag_gcse_after_reload",
8514 : : ptr1->x_flag_gcse_after_reload,
8515 : : ptr2->x_flag_gcse_after_reload);
8516 : :
8517 : 0 : if (ptr1->x_flag_gcse_las != ptr2->x_flag_gcse_las)
8518 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8519 : : indent_to, "",
8520 : : "flag_gcse_las",
8521 : : ptr1->x_flag_gcse_las,
8522 : : ptr2->x_flag_gcse_las);
8523 : :
8524 : 0 : if (ptr1->x_flag_gcse_lm != ptr2->x_flag_gcse_lm)
8525 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8526 : : indent_to, "",
8527 : : "flag_gcse_lm",
8528 : : ptr1->x_flag_gcse_lm,
8529 : : ptr2->x_flag_gcse_lm);
8530 : :
8531 : 0 : if (ptr1->x_flag_gcse_sm != ptr2->x_flag_gcse_sm)
8532 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8533 : : indent_to, "",
8534 : : "flag_gcse_sm",
8535 : : ptr1->x_flag_gcse_sm,
8536 : : ptr2->x_flag_gcse_sm);
8537 : :
8538 : 0 : if (ptr1->x_flag_graphite != ptr2->x_flag_graphite)
8539 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8540 : : indent_to, "",
8541 : : "flag_graphite",
8542 : : ptr1->x_flag_graphite,
8543 : : ptr2->x_flag_graphite);
8544 : :
8545 : 0 : if (ptr1->x_flag_graphite_identity != ptr2->x_flag_graphite_identity)
8546 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8547 : : indent_to, "",
8548 : : "flag_graphite_identity",
8549 : : ptr1->x_flag_graphite_identity,
8550 : : ptr2->x_flag_graphite_identity);
8551 : :
8552 : 0 : if (ptr1->x_flag_guess_branch_prob != ptr2->x_flag_guess_branch_prob)
8553 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8554 : : indent_to, "",
8555 : : "flag_guess_branch_prob",
8556 : : ptr1->x_flag_guess_branch_prob,
8557 : : ptr2->x_flag_guess_branch_prob);
8558 : :
8559 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_check_exceptions != ptr2->x_flag_harden_control_flow_redundancy_check_exceptions)
8560 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8561 : : indent_to, "",
8562 : : "flag_harden_control_flow_redundancy_check_exceptions",
8563 : : ptr1->x_flag_harden_control_flow_redundancy_check_exceptions,
8564 : : ptr2->x_flag_harden_control_flow_redundancy_check_exceptions);
8565 : :
8566 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls != ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls)
8567 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8568 : : indent_to, "",
8569 : : "flag_harden_control_flow_redundancy_check_returning_calls",
8570 : : ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls,
8571 : : ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls);
8572 : :
8573 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy_skip_leaf != ptr2->x_flag_harden_control_flow_redundancy_skip_leaf)
8574 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8575 : : indent_to, "",
8576 : : "flag_harden_control_flow_redundancy_skip_leaf",
8577 : : ptr1->x_flag_harden_control_flow_redundancy_skip_leaf,
8578 : : ptr2->x_flag_harden_control_flow_redundancy_skip_leaf);
8579 : :
8580 : 0 : if (ptr1->x_flag_harden_compares != ptr2->x_flag_harden_compares)
8581 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8582 : : indent_to, "",
8583 : : "flag_harden_compares",
8584 : : ptr1->x_flag_harden_compares,
8585 : : ptr2->x_flag_harden_compares);
8586 : :
8587 : 0 : if (ptr1->x_flag_harden_conditional_branches != ptr2->x_flag_harden_conditional_branches)
8588 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8589 : : indent_to, "",
8590 : : "flag_harden_conditional_branches",
8591 : : ptr1->x_flag_harden_conditional_branches,
8592 : : ptr2->x_flag_harden_conditional_branches);
8593 : :
8594 : 0 : if (ptr1->x_flag_harden_control_flow_redundancy != ptr2->x_flag_harden_control_flow_redundancy)
8595 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8596 : : indent_to, "",
8597 : : "flag_harden_control_flow_redundancy",
8598 : : ptr1->x_flag_harden_control_flow_redundancy,
8599 : : ptr2->x_flag_harden_control_flow_redundancy);
8600 : :
8601 : 0 : if (ptr1->x_flag_hoist_adjacent_loads != ptr2->x_flag_hoist_adjacent_loads)
8602 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8603 : : indent_to, "",
8604 : : "flag_hoist_adjacent_loads",
8605 : : ptr1->x_flag_hoist_adjacent_loads,
8606 : : ptr2->x_flag_hoist_adjacent_loads);
8607 : :
8608 : 0 : if (ptr1->x_flag_if_conversion != ptr2->x_flag_if_conversion)
8609 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8610 : : indent_to, "",
8611 : : "flag_if_conversion",
8612 : : ptr1->x_flag_if_conversion,
8613 : : ptr2->x_flag_if_conversion);
8614 : :
8615 : 0 : if (ptr1->x_flag_if_conversion2 != ptr2->x_flag_if_conversion2)
8616 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8617 : : indent_to, "",
8618 : : "flag_if_conversion2",
8619 : : ptr1->x_flag_if_conversion2,
8620 : : ptr2->x_flag_if_conversion2);
8621 : :
8622 : 0 : if (ptr1->x_flag_indirect_inlining != ptr2->x_flag_indirect_inlining)
8623 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8624 : : indent_to, "",
8625 : : "flag_indirect_inlining",
8626 : : ptr1->x_flag_indirect_inlining,
8627 : : ptr2->x_flag_indirect_inlining);
8628 : :
8629 : 0 : if (ptr1->x_flag_no_inline != ptr2->x_flag_no_inline)
8630 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8631 : : indent_to, "",
8632 : : "flag_no_inline",
8633 : : ptr1->x_flag_no_inline,
8634 : : ptr2->x_flag_no_inline);
8635 : :
8636 : 0 : if (ptr1->x_flag_inline_atomics != ptr2->x_flag_inline_atomics)
8637 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8638 : : indent_to, "",
8639 : : "flag_inline_atomics",
8640 : : ptr1->x_flag_inline_atomics,
8641 : : ptr2->x_flag_inline_atomics);
8642 : :
8643 : 0 : if (ptr1->x_flag_inline_functions != ptr2->x_flag_inline_functions)
8644 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8645 : : indent_to, "",
8646 : : "flag_inline_functions",
8647 : : ptr1->x_flag_inline_functions,
8648 : : ptr2->x_flag_inline_functions);
8649 : :
8650 : 0 : if (ptr1->x_flag_inline_functions_called_once != ptr2->x_flag_inline_functions_called_once)
8651 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8652 : : indent_to, "",
8653 : : "flag_inline_functions_called_once",
8654 : : ptr1->x_flag_inline_functions_called_once,
8655 : : ptr2->x_flag_inline_functions_called_once);
8656 : :
8657 : 0 : if (ptr1->x_flag_inline_small_functions != ptr2->x_flag_inline_small_functions)
8658 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8659 : : indent_to, "",
8660 : : "flag_inline_small_functions",
8661 : : ptr1->x_flag_inline_small_functions,
8662 : : ptr2->x_flag_inline_small_functions);
8663 : :
8664 : 0 : if (ptr1->x_flag_ipa_bit_cp != ptr2->x_flag_ipa_bit_cp)
8665 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8666 : : indent_to, "",
8667 : : "flag_ipa_bit_cp",
8668 : : ptr1->x_flag_ipa_bit_cp,
8669 : : ptr2->x_flag_ipa_bit_cp);
8670 : :
8671 : 0 : if (ptr1->x_flag_ipa_cp != ptr2->x_flag_ipa_cp)
8672 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8673 : : indent_to, "",
8674 : : "flag_ipa_cp",
8675 : : ptr1->x_flag_ipa_cp,
8676 : : ptr2->x_flag_ipa_cp);
8677 : :
8678 : 0 : if (ptr1->x_flag_ipa_cp_clone != ptr2->x_flag_ipa_cp_clone)
8679 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8680 : : indent_to, "",
8681 : : "flag_ipa_cp_clone",
8682 : : ptr1->x_flag_ipa_cp_clone,
8683 : : ptr2->x_flag_ipa_cp_clone);
8684 : :
8685 : 0 : if (ptr1->x_flag_ipa_icf != ptr2->x_flag_ipa_icf)
8686 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8687 : : indent_to, "",
8688 : : "flag_ipa_icf",
8689 : : ptr1->x_flag_ipa_icf,
8690 : : ptr2->x_flag_ipa_icf);
8691 : :
8692 : 0 : if (ptr1->x_flag_ipa_icf_functions != ptr2->x_flag_ipa_icf_functions)
8693 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8694 : : indent_to, "",
8695 : : "flag_ipa_icf_functions",
8696 : : ptr1->x_flag_ipa_icf_functions,
8697 : : ptr2->x_flag_ipa_icf_functions);
8698 : :
8699 : 0 : if (ptr1->x_flag_ipa_icf_variables != ptr2->x_flag_ipa_icf_variables)
8700 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8701 : : indent_to, "",
8702 : : "flag_ipa_icf_variables",
8703 : : ptr1->x_flag_ipa_icf_variables,
8704 : : ptr2->x_flag_ipa_icf_variables);
8705 : :
8706 : 0 : if (ptr1->x_flag_ipa_modref != ptr2->x_flag_ipa_modref)
8707 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8708 : : indent_to, "",
8709 : : "flag_ipa_modref",
8710 : : ptr1->x_flag_ipa_modref,
8711 : : ptr2->x_flag_ipa_modref);
8712 : :
8713 : 0 : if (ptr1->x_flag_ipa_profile != ptr2->x_flag_ipa_profile)
8714 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8715 : : indent_to, "",
8716 : : "flag_ipa_profile",
8717 : : ptr1->x_flag_ipa_profile,
8718 : : ptr2->x_flag_ipa_profile);
8719 : :
8720 : 0 : if (ptr1->x_flag_ipa_pta != ptr2->x_flag_ipa_pta)
8721 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8722 : : indent_to, "",
8723 : : "flag_ipa_pta",
8724 : : ptr1->x_flag_ipa_pta,
8725 : : ptr2->x_flag_ipa_pta);
8726 : :
8727 : 0 : if (ptr1->x_flag_ipa_pure_const != ptr2->x_flag_ipa_pure_const)
8728 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8729 : : indent_to, "",
8730 : : "flag_ipa_pure_const",
8731 : : ptr1->x_flag_ipa_pure_const,
8732 : : ptr2->x_flag_ipa_pure_const);
8733 : :
8734 : 0 : if (ptr1->x_flag_ipa_ra != ptr2->x_flag_ipa_ra)
8735 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8736 : : indent_to, "",
8737 : : "flag_ipa_ra",
8738 : : ptr1->x_flag_ipa_ra,
8739 : : ptr2->x_flag_ipa_ra);
8740 : :
8741 : 0 : if (ptr1->x_flag_ipa_reference != ptr2->x_flag_ipa_reference)
8742 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8743 : : indent_to, "",
8744 : : "flag_ipa_reference",
8745 : : ptr1->x_flag_ipa_reference,
8746 : : ptr2->x_flag_ipa_reference);
8747 : :
8748 : 0 : if (ptr1->x_flag_ipa_reference_addressable != ptr2->x_flag_ipa_reference_addressable)
8749 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8750 : : indent_to, "",
8751 : : "flag_ipa_reference_addressable",
8752 : : ptr1->x_flag_ipa_reference_addressable,
8753 : : ptr2->x_flag_ipa_reference_addressable);
8754 : :
8755 : 0 : if (ptr1->x_flag_ipa_reorder_for_locality != ptr2->x_flag_ipa_reorder_for_locality)
8756 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8757 : : indent_to, "",
8758 : : "flag_ipa_reorder_for_locality",
8759 : : ptr1->x_flag_ipa_reorder_for_locality,
8760 : : ptr2->x_flag_ipa_reorder_for_locality);
8761 : :
8762 : 0 : if (ptr1->x_flag_ipa_sra != ptr2->x_flag_ipa_sra)
8763 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8764 : : indent_to, "",
8765 : : "flag_ipa_sra",
8766 : : ptr1->x_flag_ipa_sra,
8767 : : ptr2->x_flag_ipa_sra);
8768 : :
8769 : 0 : if (ptr1->x_flag_ipa_stack_alignment != ptr2->x_flag_ipa_stack_alignment)
8770 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8771 : : indent_to, "",
8772 : : "flag_ipa_stack_alignment",
8773 : : ptr1->x_flag_ipa_stack_alignment,
8774 : : ptr2->x_flag_ipa_stack_alignment);
8775 : :
8776 : 0 : if (ptr1->x_flag_ipa_strict_aliasing != ptr2->x_flag_ipa_strict_aliasing)
8777 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8778 : : indent_to, "",
8779 : : "flag_ipa_strict_aliasing",
8780 : : ptr1->x_flag_ipa_strict_aliasing,
8781 : : ptr2->x_flag_ipa_strict_aliasing);
8782 : :
8783 : 0 : if (ptr1->x_flag_ipa_vrp != ptr2->x_flag_ipa_vrp)
8784 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8785 : : indent_to, "",
8786 : : "flag_ipa_vrp",
8787 : : ptr1->x_flag_ipa_vrp,
8788 : : ptr2->x_flag_ipa_vrp);
8789 : :
8790 : 0 : if (ptr1->x_flag_ira_hoist_pressure != ptr2->x_flag_ira_hoist_pressure)
8791 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8792 : : indent_to, "",
8793 : : "flag_ira_hoist_pressure",
8794 : : ptr1->x_flag_ira_hoist_pressure,
8795 : : ptr2->x_flag_ira_hoist_pressure);
8796 : :
8797 : 0 : if (ptr1->x_flag_ira_loop_pressure != ptr2->x_flag_ira_loop_pressure)
8798 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8799 : : indent_to, "",
8800 : : "flag_ira_loop_pressure",
8801 : : ptr1->x_flag_ira_loop_pressure,
8802 : : ptr2->x_flag_ira_loop_pressure);
8803 : :
8804 : 0 : if (ptr1->x_flag_ira_share_save_slots != ptr2->x_flag_ira_share_save_slots)
8805 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8806 : : indent_to, "",
8807 : : "flag_ira_share_save_slots",
8808 : : ptr1->x_flag_ira_share_save_slots,
8809 : : ptr2->x_flag_ira_share_save_slots);
8810 : :
8811 : 0 : if (ptr1->x_flag_ira_share_spill_slots != ptr2->x_flag_ira_share_spill_slots)
8812 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8813 : : indent_to, "",
8814 : : "flag_ira_share_spill_slots",
8815 : : ptr1->x_flag_ira_share_spill_slots,
8816 : : ptr2->x_flag_ira_share_spill_slots);
8817 : :
8818 : 0 : if (ptr1->x_flag_isolate_erroneous_paths_attribute != ptr2->x_flag_isolate_erroneous_paths_attribute)
8819 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8820 : : indent_to, "",
8821 : : "flag_isolate_erroneous_paths_attribute",
8822 : : ptr1->x_flag_isolate_erroneous_paths_attribute,
8823 : : ptr2->x_flag_isolate_erroneous_paths_attribute);
8824 : :
8825 : 0 : if (ptr1->x_flag_isolate_erroneous_paths_dereference != ptr2->x_flag_isolate_erroneous_paths_dereference)
8826 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8827 : : indent_to, "",
8828 : : "flag_isolate_erroneous_paths_dereference",
8829 : : ptr1->x_flag_isolate_erroneous_paths_dereference,
8830 : : ptr2->x_flag_isolate_erroneous_paths_dereference);
8831 : :
8832 : 0 : if (ptr1->x_flag_ivopts != ptr2->x_flag_ivopts)
8833 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8834 : : indent_to, "",
8835 : : "flag_ivopts",
8836 : : ptr1->x_flag_ivopts,
8837 : : ptr2->x_flag_ivopts);
8838 : :
8839 : 0 : if (ptr1->x_flag_jump_tables != ptr2->x_flag_jump_tables)
8840 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8841 : : indent_to, "",
8842 : : "flag_jump_tables",
8843 : : ptr1->x_flag_jump_tables,
8844 : : ptr2->x_flag_jump_tables);
8845 : :
8846 : 0 : if (ptr1->x_flag_keep_gc_roots_live != ptr2->x_flag_keep_gc_roots_live)
8847 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8848 : : indent_to, "",
8849 : : "flag_keep_gc_roots_live",
8850 : : ptr1->x_flag_keep_gc_roots_live,
8851 : : ptr2->x_flag_keep_gc_roots_live);
8852 : :
8853 : 0 : if (ptr1->x_flag_late_combine_instructions != ptr2->x_flag_late_combine_instructions)
8854 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8855 : : indent_to, "",
8856 : : "flag_late_combine_instructions",
8857 : : ptr1->x_flag_late_combine_instructions,
8858 : : ptr2->x_flag_late_combine_instructions);
8859 : :
8860 : 0 : if (ptr1->x_flag_lifetime_dse != ptr2->x_flag_lifetime_dse)
8861 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8862 : : indent_to, "",
8863 : : "flag_lifetime_dse",
8864 : : ptr1->x_flag_lifetime_dse,
8865 : : ptr2->x_flag_lifetime_dse);
8866 : :
8867 : 0 : if (ptr1->x_flag_limit_function_alignment != ptr2->x_flag_limit_function_alignment)
8868 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8869 : : indent_to, "",
8870 : : "flag_limit_function_alignment",
8871 : : ptr1->x_flag_limit_function_alignment,
8872 : : ptr2->x_flag_limit_function_alignment);
8873 : :
8874 : 0 : if (ptr1->x_flag_live_range_shrinkage != ptr2->x_flag_live_range_shrinkage)
8875 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8876 : : indent_to, "",
8877 : : "flag_live_range_shrinkage",
8878 : : ptr1->x_flag_live_range_shrinkage,
8879 : : ptr2->x_flag_live_range_shrinkage);
8880 : :
8881 : 0 : if (ptr1->x_flag_loop_interchange != ptr2->x_flag_loop_interchange)
8882 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8883 : : indent_to, "",
8884 : : "flag_loop_interchange",
8885 : : ptr1->x_flag_loop_interchange,
8886 : : ptr2->x_flag_loop_interchange);
8887 : :
8888 : 0 : if (ptr1->x_flag_loop_nest_optimize != ptr2->x_flag_loop_nest_optimize)
8889 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8890 : : indent_to, "",
8891 : : "flag_loop_nest_optimize",
8892 : : ptr1->x_flag_loop_nest_optimize,
8893 : : ptr2->x_flag_loop_nest_optimize);
8894 : :
8895 : 0 : if (ptr1->x_flag_loop_parallelize_all != ptr2->x_flag_loop_parallelize_all)
8896 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8897 : : indent_to, "",
8898 : : "flag_loop_parallelize_all",
8899 : : ptr1->x_flag_loop_parallelize_all,
8900 : : ptr2->x_flag_loop_parallelize_all);
8901 : :
8902 : 0 : if (ptr1->x_flag_unroll_jam != ptr2->x_flag_unroll_jam)
8903 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8904 : : indent_to, "",
8905 : : "flag_unroll_jam",
8906 : : ptr1->x_flag_unroll_jam,
8907 : : ptr2->x_flag_unroll_jam);
8908 : :
8909 : 0 : if (ptr1->x_flag_lra_remat != ptr2->x_flag_lra_remat)
8910 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8911 : : indent_to, "",
8912 : : "flag_lra_remat",
8913 : : ptr1->x_flag_lra_remat,
8914 : : ptr2->x_flag_lra_remat);
8915 : :
8916 : 0 : if (ptr1->x_flag_malloc_dce != ptr2->x_flag_malloc_dce)
8917 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8918 : : indent_to, "",
8919 : : "flag_malloc_dce",
8920 : : ptr1->x_flag_malloc_dce,
8921 : : ptr2->x_flag_malloc_dce);
8922 : :
8923 : 0 : if (ptr1->x_flag_errno_math != ptr2->x_flag_errno_math)
8924 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8925 : : indent_to, "",
8926 : : "flag_errno_math",
8927 : : ptr1->x_flag_errno_math,
8928 : : ptr2->x_flag_errno_math);
8929 : :
8930 : 0 : if (ptr1->x_flag_modulo_sched != ptr2->x_flag_modulo_sched)
8931 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8932 : : indent_to, "",
8933 : : "flag_modulo_sched",
8934 : : ptr1->x_flag_modulo_sched,
8935 : : ptr2->x_flag_modulo_sched);
8936 : :
8937 : 0 : if (ptr1->x_flag_modulo_sched_allow_regmoves != ptr2->x_flag_modulo_sched_allow_regmoves)
8938 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8939 : : indent_to, "",
8940 : : "flag_modulo_sched_allow_regmoves",
8941 : : ptr1->x_flag_modulo_sched_allow_regmoves,
8942 : : ptr2->x_flag_modulo_sched_allow_regmoves);
8943 : :
8944 : 0 : if (ptr1->x_flag_move_loop_invariants != ptr2->x_flag_move_loop_invariants)
8945 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8946 : : indent_to, "",
8947 : : "flag_move_loop_invariants",
8948 : : ptr1->x_flag_move_loop_invariants,
8949 : : ptr2->x_flag_move_loop_invariants);
8950 : :
8951 : 0 : if (ptr1->x_flag_move_loop_stores != ptr2->x_flag_move_loop_stores)
8952 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8953 : : indent_to, "",
8954 : : "flag_move_loop_stores",
8955 : : ptr1->x_flag_move_loop_stores,
8956 : : ptr2->x_flag_move_loop_stores);
8957 : :
8958 : 0 : if (ptr1->x_flag_non_call_exceptions != ptr2->x_flag_non_call_exceptions)
8959 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8960 : : indent_to, "",
8961 : : "flag_non_call_exceptions",
8962 : : ptr1->x_flag_non_call_exceptions,
8963 : : ptr2->x_flag_non_call_exceptions);
8964 : :
8965 : 0 : if (ptr1->x_flag_nothrow_opt != ptr2->x_flag_nothrow_opt)
8966 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8967 : : indent_to, "",
8968 : : "flag_nothrow_opt",
8969 : : ptr1->x_flag_nothrow_opt,
8970 : : ptr2->x_flag_nothrow_opt);
8971 : :
8972 : 0 : if (ptr1->x_flag_omit_frame_pointer != ptr2->x_flag_omit_frame_pointer)
8973 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8974 : : indent_to, "",
8975 : : "flag_omit_frame_pointer",
8976 : : ptr1->x_flag_omit_frame_pointer,
8977 : : ptr2->x_flag_omit_frame_pointer);
8978 : :
8979 : 0 : if (ptr1->x_flag_opt_info != ptr2->x_flag_opt_info)
8980 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8981 : : indent_to, "",
8982 : : "flag_opt_info",
8983 : : ptr1->x_flag_opt_info,
8984 : : ptr2->x_flag_opt_info);
8985 : :
8986 : 0 : if (ptr1->x_flag_optimize_crc != ptr2->x_flag_optimize_crc)
8987 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8988 : : indent_to, "",
8989 : : "flag_optimize_crc",
8990 : : ptr1->x_flag_optimize_crc,
8991 : : ptr2->x_flag_optimize_crc);
8992 : :
8993 : 0 : if (ptr1->x_flag_optimize_sibling_calls != ptr2->x_flag_optimize_sibling_calls)
8994 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
8995 : : indent_to, "",
8996 : : "flag_optimize_sibling_calls",
8997 : : ptr1->x_flag_optimize_sibling_calls,
8998 : : ptr2->x_flag_optimize_sibling_calls);
8999 : :
9000 : 0 : if (ptr1->x_flag_optimize_strlen != ptr2->x_flag_optimize_strlen)
9001 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9002 : : indent_to, "",
9003 : : "flag_optimize_strlen",
9004 : : ptr1->x_flag_optimize_strlen,
9005 : : ptr2->x_flag_optimize_strlen);
9006 : :
9007 : 0 : if (ptr1->x_flag_pack_struct != ptr2->x_flag_pack_struct)
9008 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9009 : : indent_to, "",
9010 : : "flag_pack_struct",
9011 : : ptr1->x_flag_pack_struct,
9012 : : ptr2->x_flag_pack_struct);
9013 : :
9014 : 0 : if (ptr1->x_flag_partial_inlining != ptr2->x_flag_partial_inlining)
9015 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9016 : : indent_to, "",
9017 : : "flag_partial_inlining",
9018 : : ptr1->x_flag_partial_inlining,
9019 : : ptr2->x_flag_partial_inlining);
9020 : :
9021 : 0 : if (ptr1->x_flag_pcc_struct_return != ptr2->x_flag_pcc_struct_return)
9022 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9023 : : indent_to, "",
9024 : : "flag_pcc_struct_return",
9025 : : ptr1->x_flag_pcc_struct_return,
9026 : : ptr2->x_flag_pcc_struct_return);
9027 : :
9028 : 0 : if (ptr1->x_flag_peel_loops != ptr2->x_flag_peel_loops)
9029 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9030 : : indent_to, "",
9031 : : "flag_peel_loops",
9032 : : ptr1->x_flag_peel_loops,
9033 : : ptr2->x_flag_peel_loops);
9034 : :
9035 : 0 : if (ptr1->x_flag_no_peephole != ptr2->x_flag_no_peephole)
9036 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9037 : : indent_to, "",
9038 : : "flag_no_peephole",
9039 : : ptr1->x_flag_no_peephole,
9040 : : ptr2->x_flag_no_peephole);
9041 : :
9042 : 0 : if (ptr1->x_flag_peephole2 != ptr2->x_flag_peephole2)
9043 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9044 : : indent_to, "",
9045 : : "flag_peephole2",
9046 : : ptr1->x_flag_peephole2,
9047 : : ptr2->x_flag_peephole2);
9048 : :
9049 : 0 : if (ptr1->x_flag_plt != ptr2->x_flag_plt)
9050 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9051 : : indent_to, "",
9052 : : "flag_plt",
9053 : : ptr1->x_flag_plt,
9054 : : ptr2->x_flag_plt);
9055 : :
9056 : 0 : if (ptr1->x_flag_predictive_commoning != ptr2->x_flag_predictive_commoning)
9057 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9058 : : indent_to, "",
9059 : : "flag_predictive_commoning",
9060 : : ptr1->x_flag_predictive_commoning,
9061 : : ptr2->x_flag_predictive_commoning);
9062 : :
9063 : 0 : if (ptr1->x_flag_prefetch_loop_arrays != ptr2->x_flag_prefetch_loop_arrays)
9064 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9065 : : indent_to, "",
9066 : : "flag_prefetch_loop_arrays",
9067 : : ptr1->x_flag_prefetch_loop_arrays,
9068 : : ptr2->x_flag_prefetch_loop_arrays);
9069 : :
9070 : 0 : if (ptr1->x_flag_printf_return_value != ptr2->x_flag_printf_return_value)
9071 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9072 : : indent_to, "",
9073 : : "flag_printf_return_value",
9074 : : ptr1->x_flag_printf_return_value,
9075 : : ptr2->x_flag_printf_return_value);
9076 : :
9077 : 0 : if (ptr1->x_flag_profile_partial_training != ptr2->x_flag_profile_partial_training)
9078 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9079 : : indent_to, "",
9080 : : "flag_profile_partial_training",
9081 : : ptr1->x_flag_profile_partial_training,
9082 : : ptr2->x_flag_profile_partial_training);
9083 : :
9084 : 0 : if (ptr1->x_flag_profile_reorder_functions != ptr2->x_flag_profile_reorder_functions)
9085 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9086 : : indent_to, "",
9087 : : "flag_profile_reorder_functions",
9088 : : ptr1->x_flag_profile_reorder_functions,
9089 : : ptr2->x_flag_profile_reorder_functions);
9090 : :
9091 : 0 : if (ptr1->x_flag_reciprocal_math != ptr2->x_flag_reciprocal_math)
9092 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9093 : : indent_to, "",
9094 : : "flag_reciprocal_math",
9095 : : ptr1->x_flag_reciprocal_math,
9096 : : ptr2->x_flag_reciprocal_math);
9097 : :
9098 : 0 : if (ptr1->x_flag_ree != ptr2->x_flag_ree)
9099 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9100 : : indent_to, "",
9101 : : "flag_ree",
9102 : : ptr1->x_flag_ree,
9103 : : ptr2->x_flag_ree);
9104 : :
9105 : 0 : if (ptr1->x_flag_rename_registers != ptr2->x_flag_rename_registers)
9106 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9107 : : indent_to, "",
9108 : : "flag_rename_registers",
9109 : : ptr1->x_flag_rename_registers,
9110 : : ptr2->x_flag_rename_registers);
9111 : :
9112 : 0 : if (ptr1->x_flag_reorder_blocks != ptr2->x_flag_reorder_blocks)
9113 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9114 : : indent_to, "",
9115 : : "flag_reorder_blocks",
9116 : : ptr1->x_flag_reorder_blocks,
9117 : : ptr2->x_flag_reorder_blocks);
9118 : :
9119 : 0 : if (ptr1->x_flag_reorder_blocks_and_partition != ptr2->x_flag_reorder_blocks_and_partition)
9120 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9121 : : indent_to, "",
9122 : : "flag_reorder_blocks_and_partition",
9123 : : ptr1->x_flag_reorder_blocks_and_partition,
9124 : : ptr2->x_flag_reorder_blocks_and_partition);
9125 : :
9126 : 0 : if (ptr1->x_flag_reorder_functions != ptr2->x_flag_reorder_functions)
9127 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9128 : : indent_to, "",
9129 : : "flag_reorder_functions",
9130 : : ptr1->x_flag_reorder_functions,
9131 : : ptr2->x_flag_reorder_functions);
9132 : :
9133 : 0 : if (ptr1->x_flag_rerun_cse_after_loop != ptr2->x_flag_rerun_cse_after_loop)
9134 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9135 : : indent_to, "",
9136 : : "flag_rerun_cse_after_loop",
9137 : : ptr1->x_flag_rerun_cse_after_loop,
9138 : : ptr2->x_flag_rerun_cse_after_loop);
9139 : :
9140 : 0 : if (ptr1->x_flag_resched_modulo_sched != ptr2->x_flag_resched_modulo_sched)
9141 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9142 : : indent_to, "",
9143 : : "flag_resched_modulo_sched",
9144 : : ptr1->x_flag_resched_modulo_sched,
9145 : : ptr2->x_flag_resched_modulo_sched);
9146 : :
9147 : 0 : if (ptr1->x_flag_rounding_math != ptr2->x_flag_rounding_math)
9148 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9149 : : indent_to, "",
9150 : : "flag_rounding_math",
9151 : : ptr1->x_flag_rounding_math,
9152 : : ptr2->x_flag_rounding_math);
9153 : :
9154 : 0 : if (ptr1->x_flag_rtti != ptr2->x_flag_rtti)
9155 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9156 : : indent_to, "",
9157 : : "flag_rtti",
9158 : : ptr1->x_flag_rtti,
9159 : : ptr2->x_flag_rtti);
9160 : :
9161 : 0 : if (ptr1->x_flag_save_optimization_record != ptr2->x_flag_save_optimization_record)
9162 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9163 : : indent_to, "",
9164 : : "flag_save_optimization_record",
9165 : : ptr1->x_flag_save_optimization_record,
9166 : : ptr2->x_flag_save_optimization_record);
9167 : :
9168 : 0 : if (ptr1->x_flag_sched_critical_path_heuristic != ptr2->x_flag_sched_critical_path_heuristic)
9169 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9170 : : indent_to, "",
9171 : : "flag_sched_critical_path_heuristic",
9172 : : ptr1->x_flag_sched_critical_path_heuristic,
9173 : : ptr2->x_flag_sched_critical_path_heuristic);
9174 : :
9175 : 0 : if (ptr1->x_flag_sched_dep_count_heuristic != ptr2->x_flag_sched_dep_count_heuristic)
9176 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9177 : : indent_to, "",
9178 : : "flag_sched_dep_count_heuristic",
9179 : : ptr1->x_flag_sched_dep_count_heuristic,
9180 : : ptr2->x_flag_sched_dep_count_heuristic);
9181 : :
9182 : 0 : if (ptr1->x_flag_sched_group_heuristic != ptr2->x_flag_sched_group_heuristic)
9183 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9184 : : indent_to, "",
9185 : : "flag_sched_group_heuristic",
9186 : : ptr1->x_flag_sched_group_heuristic,
9187 : : ptr2->x_flag_sched_group_heuristic);
9188 : :
9189 : 0 : if (ptr1->x_flag_schedule_interblock != ptr2->x_flag_schedule_interblock)
9190 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9191 : : indent_to, "",
9192 : : "flag_schedule_interblock",
9193 : : ptr1->x_flag_schedule_interblock,
9194 : : ptr2->x_flag_schedule_interblock);
9195 : :
9196 : 0 : if (ptr1->x_flag_sched_last_insn_heuristic != ptr2->x_flag_sched_last_insn_heuristic)
9197 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9198 : : indent_to, "",
9199 : : "flag_sched_last_insn_heuristic",
9200 : : ptr1->x_flag_sched_last_insn_heuristic,
9201 : : ptr2->x_flag_sched_last_insn_heuristic);
9202 : :
9203 : 0 : if (ptr1->x_flag_sched_pressure != ptr2->x_flag_sched_pressure)
9204 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9205 : : indent_to, "",
9206 : : "flag_sched_pressure",
9207 : : ptr1->x_flag_sched_pressure,
9208 : : ptr2->x_flag_sched_pressure);
9209 : :
9210 : 0 : if (ptr1->x_flag_sched_rank_heuristic != ptr2->x_flag_sched_rank_heuristic)
9211 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9212 : : indent_to, "",
9213 : : "flag_sched_rank_heuristic",
9214 : : ptr1->x_flag_sched_rank_heuristic,
9215 : : ptr2->x_flag_sched_rank_heuristic);
9216 : :
9217 : 0 : if (ptr1->x_flag_schedule_speculative != ptr2->x_flag_schedule_speculative)
9218 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9219 : : indent_to, "",
9220 : : "flag_schedule_speculative",
9221 : : ptr1->x_flag_schedule_speculative,
9222 : : ptr2->x_flag_schedule_speculative);
9223 : :
9224 : 0 : if (ptr1->x_flag_sched_spec_insn_heuristic != ptr2->x_flag_sched_spec_insn_heuristic)
9225 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9226 : : indent_to, "",
9227 : : "flag_sched_spec_insn_heuristic",
9228 : : ptr1->x_flag_sched_spec_insn_heuristic,
9229 : : ptr2->x_flag_sched_spec_insn_heuristic);
9230 : :
9231 : 0 : if (ptr1->x_flag_schedule_speculative_load != ptr2->x_flag_schedule_speculative_load)
9232 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9233 : : indent_to, "",
9234 : : "flag_schedule_speculative_load",
9235 : : ptr1->x_flag_schedule_speculative_load,
9236 : : ptr2->x_flag_schedule_speculative_load);
9237 : :
9238 : 0 : if (ptr1->x_flag_schedule_speculative_load_dangerous != ptr2->x_flag_schedule_speculative_load_dangerous)
9239 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9240 : : indent_to, "",
9241 : : "flag_schedule_speculative_load_dangerous",
9242 : : ptr1->x_flag_schedule_speculative_load_dangerous,
9243 : : ptr2->x_flag_schedule_speculative_load_dangerous);
9244 : :
9245 : 0 : if (ptr1->x_flag_sched2_use_superblocks != ptr2->x_flag_sched2_use_superblocks)
9246 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9247 : : indent_to, "",
9248 : : "flag_sched2_use_superblocks",
9249 : : ptr1->x_flag_sched2_use_superblocks,
9250 : : ptr2->x_flag_sched2_use_superblocks);
9251 : :
9252 : 0 : if (ptr1->x_flag_schedule_fusion != ptr2->x_flag_schedule_fusion)
9253 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9254 : : indent_to, "",
9255 : : "flag_schedule_fusion",
9256 : : ptr1->x_flag_schedule_fusion,
9257 : : ptr2->x_flag_schedule_fusion);
9258 : :
9259 : 0 : if (ptr1->x_flag_schedule_insns != ptr2->x_flag_schedule_insns)
9260 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9261 : : indent_to, "",
9262 : : "flag_schedule_insns",
9263 : : ptr1->x_flag_schedule_insns,
9264 : : ptr2->x_flag_schedule_insns);
9265 : :
9266 : 0 : if (ptr1->x_flag_schedule_insns_after_reload != ptr2->x_flag_schedule_insns_after_reload)
9267 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9268 : : indent_to, "",
9269 : : "flag_schedule_insns_after_reload",
9270 : : ptr1->x_flag_schedule_insns_after_reload,
9271 : : ptr2->x_flag_schedule_insns_after_reload);
9272 : :
9273 : 0 : if (ptr1->x_flag_section_anchors != ptr2->x_flag_section_anchors)
9274 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9275 : : indent_to, "",
9276 : : "flag_section_anchors",
9277 : : ptr1->x_flag_section_anchors,
9278 : : ptr2->x_flag_section_anchors);
9279 : :
9280 : 0 : if (ptr1->x_flag_sel_sched_pipelining != ptr2->x_flag_sel_sched_pipelining)
9281 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9282 : : indent_to, "",
9283 : : "flag_sel_sched_pipelining",
9284 : : ptr1->x_flag_sel_sched_pipelining,
9285 : : ptr2->x_flag_sel_sched_pipelining);
9286 : :
9287 : 0 : if (ptr1->x_flag_sel_sched_pipelining_outer_loops != ptr2->x_flag_sel_sched_pipelining_outer_loops)
9288 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9289 : : indent_to, "",
9290 : : "flag_sel_sched_pipelining_outer_loops",
9291 : : ptr1->x_flag_sel_sched_pipelining_outer_loops,
9292 : : ptr2->x_flag_sel_sched_pipelining_outer_loops);
9293 : :
9294 : 0 : if (ptr1->x_flag_sel_sched_reschedule_pipelined != ptr2->x_flag_sel_sched_reschedule_pipelined)
9295 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9296 : : indent_to, "",
9297 : : "flag_sel_sched_reschedule_pipelined",
9298 : : ptr1->x_flag_sel_sched_reschedule_pipelined,
9299 : : ptr2->x_flag_sel_sched_reschedule_pipelined);
9300 : :
9301 : 0 : if (ptr1->x_flag_selective_scheduling != ptr2->x_flag_selective_scheduling)
9302 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9303 : : indent_to, "",
9304 : : "flag_selective_scheduling",
9305 : : ptr1->x_flag_selective_scheduling,
9306 : : ptr2->x_flag_selective_scheduling);
9307 : :
9308 : 0 : if (ptr1->x_flag_selective_scheduling2 != ptr2->x_flag_selective_scheduling2)
9309 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9310 : : indent_to, "",
9311 : : "flag_selective_scheduling2",
9312 : : ptr1->x_flag_selective_scheduling2,
9313 : : ptr2->x_flag_selective_scheduling2);
9314 : :
9315 : 0 : if (ptr1->x_flag_semantic_interposition != ptr2->x_flag_semantic_interposition)
9316 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9317 : : indent_to, "",
9318 : : "flag_semantic_interposition",
9319 : : ptr1->x_flag_semantic_interposition,
9320 : : ptr2->x_flag_semantic_interposition);
9321 : :
9322 : 0 : if (ptr1->x_flag_short_enums != ptr2->x_flag_short_enums)
9323 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9324 : : indent_to, "",
9325 : : "flag_short_enums",
9326 : : ptr1->x_flag_short_enums,
9327 : : ptr2->x_flag_short_enums);
9328 : :
9329 : 0 : if (ptr1->x_flag_short_wchar != ptr2->x_flag_short_wchar)
9330 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9331 : : indent_to, "",
9332 : : "flag_short_wchar",
9333 : : ptr1->x_flag_short_wchar,
9334 : : ptr2->x_flag_short_wchar);
9335 : :
9336 : 0 : if (ptr1->x_flag_shrink_wrap != ptr2->x_flag_shrink_wrap)
9337 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9338 : : indent_to, "",
9339 : : "flag_shrink_wrap",
9340 : : ptr1->x_flag_shrink_wrap,
9341 : : ptr2->x_flag_shrink_wrap);
9342 : :
9343 : 0 : if (ptr1->x_flag_shrink_wrap_separate != ptr2->x_flag_shrink_wrap_separate)
9344 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9345 : : indent_to, "",
9346 : : "flag_shrink_wrap_separate",
9347 : : ptr1->x_flag_shrink_wrap_separate,
9348 : : ptr2->x_flag_shrink_wrap_separate);
9349 : :
9350 : 0 : if (ptr1->x_flag_signaling_nans != ptr2->x_flag_signaling_nans)
9351 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9352 : : indent_to, "",
9353 : : "flag_signaling_nans",
9354 : : ptr1->x_flag_signaling_nans,
9355 : : ptr2->x_flag_signaling_nans);
9356 : :
9357 : 0 : if (ptr1->x_flag_signed_zeros != ptr2->x_flag_signed_zeros)
9358 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9359 : : indent_to, "",
9360 : : "flag_signed_zeros",
9361 : : ptr1->x_flag_signed_zeros,
9362 : : ptr2->x_flag_signed_zeros);
9363 : :
9364 : 0 : if (ptr1->x_flag_single_precision_constant != ptr2->x_flag_single_precision_constant)
9365 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9366 : : indent_to, "",
9367 : : "flag_single_precision_constant",
9368 : : ptr1->x_flag_single_precision_constant,
9369 : : ptr2->x_flag_single_precision_constant);
9370 : :
9371 : 0 : if (ptr1->x_flag_split_ivs_in_unroller != ptr2->x_flag_split_ivs_in_unroller)
9372 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9373 : : indent_to, "",
9374 : : "flag_split_ivs_in_unroller",
9375 : : ptr1->x_flag_split_ivs_in_unroller,
9376 : : ptr2->x_flag_split_ivs_in_unroller);
9377 : :
9378 : 0 : if (ptr1->x_flag_split_loops != ptr2->x_flag_split_loops)
9379 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9380 : : indent_to, "",
9381 : : "flag_split_loops",
9382 : : ptr1->x_flag_split_loops,
9383 : : ptr2->x_flag_split_loops);
9384 : :
9385 : 0 : if (ptr1->x_flag_split_paths != ptr2->x_flag_split_paths)
9386 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9387 : : indent_to, "",
9388 : : "flag_split_paths",
9389 : : ptr1->x_flag_split_paths,
9390 : : ptr2->x_flag_split_paths);
9391 : :
9392 : 0 : if (ptr1->x_flag_split_wide_types != ptr2->x_flag_split_wide_types)
9393 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9394 : : indent_to, "",
9395 : : "flag_split_wide_types",
9396 : : ptr1->x_flag_split_wide_types,
9397 : : ptr2->x_flag_split_wide_types);
9398 : :
9399 : 0 : if (ptr1->x_flag_split_wide_types_early != ptr2->x_flag_split_wide_types_early)
9400 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9401 : : indent_to, "",
9402 : : "flag_split_wide_types_early",
9403 : : ptr1->x_flag_split_wide_types_early,
9404 : : ptr2->x_flag_split_wide_types_early);
9405 : :
9406 : 0 : if (ptr1->x_flag_ssa_backprop != ptr2->x_flag_ssa_backprop)
9407 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9408 : : indent_to, "",
9409 : : "flag_ssa_backprop",
9410 : : ptr1->x_flag_ssa_backprop,
9411 : : ptr2->x_flag_ssa_backprop);
9412 : :
9413 : 0 : if (ptr1->x_flag_ssa_phiopt != ptr2->x_flag_ssa_phiopt)
9414 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9415 : : indent_to, "",
9416 : : "flag_ssa_phiopt",
9417 : : ptr1->x_flag_ssa_phiopt,
9418 : : ptr2->x_flag_ssa_phiopt);
9419 : :
9420 : 0 : if (ptr1->x_flag_stack_clash_protection != ptr2->x_flag_stack_clash_protection)
9421 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9422 : : indent_to, "",
9423 : : "flag_stack_clash_protection",
9424 : : ptr1->x_flag_stack_clash_protection,
9425 : : ptr2->x_flag_stack_clash_protection);
9426 : :
9427 : 0 : if (ptr1->x_flag_stack_protect != ptr2->x_flag_stack_protect)
9428 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9429 : : indent_to, "",
9430 : : "flag_stack_protect",
9431 : : ptr1->x_flag_stack_protect,
9432 : : ptr2->x_flag_stack_protect);
9433 : :
9434 : 0 : if (ptr1->x_flag_stdarg_opt != ptr2->x_flag_stdarg_opt)
9435 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9436 : : indent_to, "",
9437 : : "flag_stdarg_opt",
9438 : : ptr1->x_flag_stdarg_opt,
9439 : : ptr2->x_flag_stdarg_opt);
9440 : :
9441 : 0 : if (ptr1->x_flag_store_merging != ptr2->x_flag_store_merging)
9442 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9443 : : indent_to, "",
9444 : : "flag_store_merging",
9445 : : ptr1->x_flag_store_merging,
9446 : : ptr2->x_flag_store_merging);
9447 : :
9448 : 0 : if (ptr1->x_flag_strict_aliasing != ptr2->x_flag_strict_aliasing)
9449 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9450 : : indent_to, "",
9451 : : "flag_strict_aliasing",
9452 : : ptr1->x_flag_strict_aliasing,
9453 : : ptr2->x_flag_strict_aliasing);
9454 : :
9455 : 0 : if (ptr1->x_flag_strict_enums != ptr2->x_flag_strict_enums)
9456 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9457 : : indent_to, "",
9458 : : "flag_strict_enums",
9459 : : ptr1->x_flag_strict_enums,
9460 : : ptr2->x_flag_strict_enums);
9461 : :
9462 : 0 : if (ptr1->x_flag_strict_volatile_bitfields != ptr2->x_flag_strict_volatile_bitfields)
9463 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9464 : : indent_to, "",
9465 : : "flag_strict_volatile_bitfields",
9466 : : ptr1->x_flag_strict_volatile_bitfields,
9467 : : ptr2->x_flag_strict_volatile_bitfields);
9468 : :
9469 : 0 : if (ptr1->x_flag_thread_jumps != ptr2->x_flag_thread_jumps)
9470 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9471 : : indent_to, "",
9472 : : "flag_thread_jumps",
9473 : : ptr1->x_flag_thread_jumps,
9474 : : ptr2->x_flag_thread_jumps);
9475 : :
9476 : 0 : if (ptr1->x_flag_threadsafe_statics != ptr2->x_flag_threadsafe_statics)
9477 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9478 : : indent_to, "",
9479 : : "flag_threadsafe_statics",
9480 : : ptr1->x_flag_threadsafe_statics,
9481 : : ptr2->x_flag_threadsafe_statics);
9482 : :
9483 : 0 : if (ptr1->x_flag_toplevel_reorder != ptr2->x_flag_toplevel_reorder)
9484 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9485 : : indent_to, "",
9486 : : "flag_toplevel_reorder",
9487 : : ptr1->x_flag_toplevel_reorder,
9488 : : ptr2->x_flag_toplevel_reorder);
9489 : :
9490 : 0 : if (ptr1->x_flag_tracer != ptr2->x_flag_tracer)
9491 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9492 : : indent_to, "",
9493 : : "flag_tracer",
9494 : : ptr1->x_flag_tracer,
9495 : : ptr2->x_flag_tracer);
9496 : :
9497 : 0 : if (ptr1->x_flag_trapping_math != ptr2->x_flag_trapping_math)
9498 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9499 : : indent_to, "",
9500 : : "flag_trapping_math",
9501 : : ptr1->x_flag_trapping_math,
9502 : : ptr2->x_flag_trapping_math);
9503 : :
9504 : 0 : if (ptr1->x_flag_trapv != ptr2->x_flag_trapv)
9505 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9506 : : indent_to, "",
9507 : : "flag_trapv",
9508 : : ptr1->x_flag_trapv,
9509 : : ptr2->x_flag_trapv);
9510 : :
9511 : 0 : if (ptr1->x_flag_tree_bit_ccp != ptr2->x_flag_tree_bit_ccp)
9512 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9513 : : indent_to, "",
9514 : : "flag_tree_bit_ccp",
9515 : : ptr1->x_flag_tree_bit_ccp,
9516 : : ptr2->x_flag_tree_bit_ccp);
9517 : :
9518 : 0 : if (ptr1->x_flag_tree_builtin_call_dce != ptr2->x_flag_tree_builtin_call_dce)
9519 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9520 : : indent_to, "",
9521 : : "flag_tree_builtin_call_dce",
9522 : : ptr1->x_flag_tree_builtin_call_dce,
9523 : : ptr2->x_flag_tree_builtin_call_dce);
9524 : :
9525 : 0 : if (ptr1->x_flag_tree_ccp != ptr2->x_flag_tree_ccp)
9526 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9527 : : indent_to, "",
9528 : : "flag_tree_ccp",
9529 : : ptr1->x_flag_tree_ccp,
9530 : : ptr2->x_flag_tree_ccp);
9531 : :
9532 : 0 : if (ptr1->x_flag_tree_ch != ptr2->x_flag_tree_ch)
9533 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9534 : : indent_to, "",
9535 : : "flag_tree_ch",
9536 : : ptr1->x_flag_tree_ch,
9537 : : ptr2->x_flag_tree_ch);
9538 : :
9539 : 0 : if (ptr1->x_flag_tree_coalesce_vars != ptr2->x_flag_tree_coalesce_vars)
9540 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9541 : : indent_to, "",
9542 : : "flag_tree_coalesce_vars",
9543 : : ptr1->x_flag_tree_coalesce_vars,
9544 : : ptr2->x_flag_tree_coalesce_vars);
9545 : :
9546 : 0 : if (ptr1->x_flag_tree_copy_prop != ptr2->x_flag_tree_copy_prop)
9547 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9548 : : indent_to, "",
9549 : : "flag_tree_copy_prop",
9550 : : ptr1->x_flag_tree_copy_prop,
9551 : : ptr2->x_flag_tree_copy_prop);
9552 : :
9553 : 0 : if (ptr1->x_flag_tree_cselim != ptr2->x_flag_tree_cselim)
9554 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9555 : : indent_to, "",
9556 : : "flag_tree_cselim",
9557 : : ptr1->x_flag_tree_cselim,
9558 : : ptr2->x_flag_tree_cselim);
9559 : :
9560 : 0 : if (ptr1->x_flag_tree_dce != ptr2->x_flag_tree_dce)
9561 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9562 : : indent_to, "",
9563 : : "flag_tree_dce",
9564 : : ptr1->x_flag_tree_dce,
9565 : : ptr2->x_flag_tree_dce);
9566 : :
9567 : 0 : if (ptr1->x_flag_tree_dom != ptr2->x_flag_tree_dom)
9568 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9569 : : indent_to, "",
9570 : : "flag_tree_dom",
9571 : : ptr1->x_flag_tree_dom,
9572 : : ptr2->x_flag_tree_dom);
9573 : :
9574 : 0 : if (ptr1->x_flag_tree_dse != ptr2->x_flag_tree_dse)
9575 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9576 : : indent_to, "",
9577 : : "flag_tree_dse",
9578 : : ptr1->x_flag_tree_dse,
9579 : : ptr2->x_flag_tree_dse);
9580 : :
9581 : 0 : if (ptr1->x_flag_tree_forwprop != ptr2->x_flag_tree_forwprop)
9582 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9583 : : indent_to, "",
9584 : : "flag_tree_forwprop",
9585 : : ptr1->x_flag_tree_forwprop,
9586 : : ptr2->x_flag_tree_forwprop);
9587 : :
9588 : 0 : if (ptr1->x_flag_tree_fre != ptr2->x_flag_tree_fre)
9589 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9590 : : indent_to, "",
9591 : : "flag_tree_fre",
9592 : : ptr1->x_flag_tree_fre,
9593 : : ptr2->x_flag_tree_fre);
9594 : :
9595 : 0 : if (ptr1->x_flag_tree_loop_distribute_patterns != ptr2->x_flag_tree_loop_distribute_patterns)
9596 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9597 : : indent_to, "",
9598 : : "flag_tree_loop_distribute_patterns",
9599 : : ptr1->x_flag_tree_loop_distribute_patterns,
9600 : : ptr2->x_flag_tree_loop_distribute_patterns);
9601 : :
9602 : 0 : if (ptr1->x_flag_tree_loop_distribution != ptr2->x_flag_tree_loop_distribution)
9603 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9604 : : indent_to, "",
9605 : : "flag_tree_loop_distribution",
9606 : : ptr1->x_flag_tree_loop_distribution,
9607 : : ptr2->x_flag_tree_loop_distribution);
9608 : :
9609 : 0 : if (ptr1->x_flag_tree_loop_if_convert != ptr2->x_flag_tree_loop_if_convert)
9610 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9611 : : indent_to, "",
9612 : : "flag_tree_loop_if_convert",
9613 : : ptr1->x_flag_tree_loop_if_convert,
9614 : : ptr2->x_flag_tree_loop_if_convert);
9615 : :
9616 : 0 : if (ptr1->x_flag_tree_loop_im != ptr2->x_flag_tree_loop_im)
9617 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9618 : : indent_to, "",
9619 : : "flag_tree_loop_im",
9620 : : ptr1->x_flag_tree_loop_im,
9621 : : ptr2->x_flag_tree_loop_im);
9622 : :
9623 : 0 : if (ptr1->x_flag_tree_loop_ivcanon != ptr2->x_flag_tree_loop_ivcanon)
9624 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9625 : : indent_to, "",
9626 : : "flag_tree_loop_ivcanon",
9627 : : ptr1->x_flag_tree_loop_ivcanon,
9628 : : ptr2->x_flag_tree_loop_ivcanon);
9629 : :
9630 : 0 : if (ptr1->x_flag_tree_loop_optimize != ptr2->x_flag_tree_loop_optimize)
9631 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9632 : : indent_to, "",
9633 : : "flag_tree_loop_optimize",
9634 : : ptr1->x_flag_tree_loop_optimize,
9635 : : ptr2->x_flag_tree_loop_optimize);
9636 : :
9637 : 0 : if (ptr1->x_flag_tree_loop_vectorize != ptr2->x_flag_tree_loop_vectorize)
9638 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9639 : : indent_to, "",
9640 : : "flag_tree_loop_vectorize",
9641 : : ptr1->x_flag_tree_loop_vectorize,
9642 : : ptr2->x_flag_tree_loop_vectorize);
9643 : :
9644 : 0 : if (ptr1->x_flag_tree_live_range_split != ptr2->x_flag_tree_live_range_split)
9645 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9646 : : indent_to, "",
9647 : : "flag_tree_live_range_split",
9648 : : ptr1->x_flag_tree_live_range_split,
9649 : : ptr2->x_flag_tree_live_range_split);
9650 : :
9651 : 0 : if (ptr1->x_flag_tree_partial_pre != ptr2->x_flag_tree_partial_pre)
9652 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9653 : : indent_to, "",
9654 : : "flag_tree_partial_pre",
9655 : : ptr1->x_flag_tree_partial_pre,
9656 : : ptr2->x_flag_tree_partial_pre);
9657 : :
9658 : 0 : if (ptr1->x_flag_tree_phiprop != ptr2->x_flag_tree_phiprop)
9659 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9660 : : indent_to, "",
9661 : : "flag_tree_phiprop",
9662 : : ptr1->x_flag_tree_phiprop,
9663 : : ptr2->x_flag_tree_phiprop);
9664 : :
9665 : 0 : if (ptr1->x_flag_tree_pre != ptr2->x_flag_tree_pre)
9666 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9667 : : indent_to, "",
9668 : : "flag_tree_pre",
9669 : : ptr1->x_flag_tree_pre,
9670 : : ptr2->x_flag_tree_pre);
9671 : :
9672 : 0 : if (ptr1->x_flag_tree_pta != ptr2->x_flag_tree_pta)
9673 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9674 : : indent_to, "",
9675 : : "flag_tree_pta",
9676 : : ptr1->x_flag_tree_pta,
9677 : : ptr2->x_flag_tree_pta);
9678 : :
9679 : 0 : if (ptr1->x_flag_tree_reassoc != ptr2->x_flag_tree_reassoc)
9680 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9681 : : indent_to, "",
9682 : : "flag_tree_reassoc",
9683 : : ptr1->x_flag_tree_reassoc,
9684 : : ptr2->x_flag_tree_reassoc);
9685 : :
9686 : 0 : if (ptr1->x_flag_tree_scev_cprop != ptr2->x_flag_tree_scev_cprop)
9687 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9688 : : indent_to, "",
9689 : : "flag_tree_scev_cprop",
9690 : : ptr1->x_flag_tree_scev_cprop,
9691 : : ptr2->x_flag_tree_scev_cprop);
9692 : :
9693 : 0 : if (ptr1->x_flag_tree_sink != ptr2->x_flag_tree_sink)
9694 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9695 : : indent_to, "",
9696 : : "flag_tree_sink",
9697 : : ptr1->x_flag_tree_sink,
9698 : : ptr2->x_flag_tree_sink);
9699 : :
9700 : 0 : if (ptr1->x_flag_tree_slp_vectorize != ptr2->x_flag_tree_slp_vectorize)
9701 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9702 : : indent_to, "",
9703 : : "flag_tree_slp_vectorize",
9704 : : ptr1->x_flag_tree_slp_vectorize,
9705 : : ptr2->x_flag_tree_slp_vectorize);
9706 : :
9707 : 0 : if (ptr1->x_flag_tree_slsr != ptr2->x_flag_tree_slsr)
9708 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9709 : : indent_to, "",
9710 : : "flag_tree_slsr",
9711 : : ptr1->x_flag_tree_slsr,
9712 : : ptr2->x_flag_tree_slsr);
9713 : :
9714 : 0 : if (ptr1->x_flag_tree_sra != ptr2->x_flag_tree_sra)
9715 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9716 : : indent_to, "",
9717 : : "flag_tree_sra",
9718 : : ptr1->x_flag_tree_sra,
9719 : : ptr2->x_flag_tree_sra);
9720 : :
9721 : 0 : if (ptr1->x_flag_tree_switch_conversion != ptr2->x_flag_tree_switch_conversion)
9722 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9723 : : indent_to, "",
9724 : : "flag_tree_switch_conversion",
9725 : : ptr1->x_flag_tree_switch_conversion,
9726 : : ptr2->x_flag_tree_switch_conversion);
9727 : :
9728 : 0 : if (ptr1->x_flag_tree_tail_merge != ptr2->x_flag_tree_tail_merge)
9729 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9730 : : indent_to, "",
9731 : : "flag_tree_tail_merge",
9732 : : ptr1->x_flag_tree_tail_merge,
9733 : : ptr2->x_flag_tree_tail_merge);
9734 : :
9735 : 0 : if (ptr1->x_flag_tree_ter != ptr2->x_flag_tree_ter)
9736 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9737 : : indent_to, "",
9738 : : "flag_tree_ter",
9739 : : ptr1->x_flag_tree_ter,
9740 : : ptr2->x_flag_tree_ter);
9741 : :
9742 : 0 : if (ptr1->x_flag_tree_vectorize != ptr2->x_flag_tree_vectorize)
9743 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9744 : : indent_to, "",
9745 : : "flag_tree_vectorize",
9746 : : ptr1->x_flag_tree_vectorize,
9747 : : ptr2->x_flag_tree_vectorize);
9748 : :
9749 : 0 : if (ptr1->x_flag_tree_vrp != ptr2->x_flag_tree_vrp)
9750 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9751 : : indent_to, "",
9752 : : "flag_tree_vrp",
9753 : : ptr1->x_flag_tree_vrp,
9754 : : ptr2->x_flag_tree_vrp);
9755 : :
9756 : 0 : if (ptr1->x_flag_unconstrained_commons != ptr2->x_flag_unconstrained_commons)
9757 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9758 : : indent_to, "",
9759 : : "flag_unconstrained_commons",
9760 : : ptr1->x_flag_unconstrained_commons,
9761 : : ptr2->x_flag_unconstrained_commons);
9762 : :
9763 : 0 : if (ptr1->x_flag_unreachable_traps != ptr2->x_flag_unreachable_traps)
9764 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9765 : : indent_to, "",
9766 : : "flag_unreachable_traps",
9767 : : ptr1->x_flag_unreachable_traps,
9768 : : ptr2->x_flag_unreachable_traps);
9769 : :
9770 : 0 : if (ptr1->x_flag_unroll_all_loops != ptr2->x_flag_unroll_all_loops)
9771 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9772 : : indent_to, "",
9773 : : "flag_unroll_all_loops",
9774 : : ptr1->x_flag_unroll_all_loops,
9775 : : ptr2->x_flag_unroll_all_loops);
9776 : :
9777 : 0 : if (ptr1->x_flag_cunroll_grow_size != ptr2->x_flag_cunroll_grow_size)
9778 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9779 : : indent_to, "",
9780 : : "flag_cunroll_grow_size",
9781 : : ptr1->x_flag_cunroll_grow_size,
9782 : : ptr2->x_flag_cunroll_grow_size);
9783 : :
9784 : 0 : if (ptr1->x_flag_unroll_loops != ptr2->x_flag_unroll_loops)
9785 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9786 : : indent_to, "",
9787 : : "flag_unroll_loops",
9788 : : ptr1->x_flag_unroll_loops,
9789 : : ptr2->x_flag_unroll_loops);
9790 : :
9791 : 0 : if (ptr1->x_flag_unsafe_math_optimizations != ptr2->x_flag_unsafe_math_optimizations)
9792 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9793 : : indent_to, "",
9794 : : "flag_unsafe_math_optimizations",
9795 : : ptr1->x_flag_unsafe_math_optimizations,
9796 : : ptr2->x_flag_unsafe_math_optimizations);
9797 : :
9798 : 0 : if (ptr1->x_flag_unswitch_loops != ptr2->x_flag_unswitch_loops)
9799 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9800 : : indent_to, "",
9801 : : "flag_unswitch_loops",
9802 : : ptr1->x_flag_unswitch_loops,
9803 : : ptr2->x_flag_unswitch_loops);
9804 : :
9805 : 0 : if (ptr1->x_flag_unwind_tables != ptr2->x_flag_unwind_tables)
9806 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9807 : : indent_to, "",
9808 : : "flag_unwind_tables",
9809 : : ptr1->x_flag_unwind_tables,
9810 : : ptr2->x_flag_unwind_tables);
9811 : :
9812 : 0 : if (ptr1->x_flag_var_tracking != ptr2->x_flag_var_tracking)
9813 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9814 : : indent_to, "",
9815 : : "flag_var_tracking",
9816 : : ptr1->x_flag_var_tracking,
9817 : : ptr2->x_flag_var_tracking);
9818 : :
9819 : 0 : if (ptr1->x_flag_var_tracking_assignments != ptr2->x_flag_var_tracking_assignments)
9820 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9821 : : indent_to, "",
9822 : : "flag_var_tracking_assignments",
9823 : : ptr1->x_flag_var_tracking_assignments,
9824 : : ptr2->x_flag_var_tracking_assignments);
9825 : :
9826 : 0 : if (ptr1->x_flag_var_tracking_assignments_toggle != ptr2->x_flag_var_tracking_assignments_toggle)
9827 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9828 : : indent_to, "",
9829 : : "flag_var_tracking_assignments_toggle",
9830 : : ptr1->x_flag_var_tracking_assignments_toggle,
9831 : : ptr2->x_flag_var_tracking_assignments_toggle);
9832 : :
9833 : 0 : if (ptr1->x_flag_var_tracking_uninit != ptr2->x_flag_var_tracking_uninit)
9834 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9835 : : indent_to, "",
9836 : : "flag_var_tracking_uninit",
9837 : : ptr1->x_flag_var_tracking_uninit,
9838 : : ptr2->x_flag_var_tracking_uninit);
9839 : :
9840 : 0 : if (ptr1->x_flag_variable_expansion_in_unroller != ptr2->x_flag_variable_expansion_in_unroller)
9841 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9842 : : indent_to, "",
9843 : : "flag_variable_expansion_in_unroller",
9844 : : ptr1->x_flag_variable_expansion_in_unroller,
9845 : : ptr2->x_flag_variable_expansion_in_unroller);
9846 : :
9847 : 0 : if (ptr1->x_flag_version_loops_for_strides != ptr2->x_flag_version_loops_for_strides)
9848 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9849 : : indent_to, "",
9850 : : "flag_version_loops_for_strides",
9851 : : ptr1->x_flag_version_loops_for_strides,
9852 : : ptr2->x_flag_version_loops_for_strides);
9853 : :
9854 : 0 : if (ptr1->x_flag_value_profile_transformations != ptr2->x_flag_value_profile_transformations)
9855 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9856 : : indent_to, "",
9857 : : "flag_value_profile_transformations",
9858 : : ptr1->x_flag_value_profile_transformations,
9859 : : ptr2->x_flag_value_profile_transformations);
9860 : :
9861 : 0 : if (ptr1->x_flag_web != ptr2->x_flag_web)
9862 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9863 : : indent_to, "",
9864 : : "flag_web",
9865 : : ptr1->x_flag_web,
9866 : : ptr2->x_flag_web);
9867 : :
9868 : 0 : if (ptr1->x_flag_wrapv != ptr2->x_flag_wrapv)
9869 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9870 : : indent_to, "",
9871 : : "flag_wrapv",
9872 : : ptr1->x_flag_wrapv,
9873 : : ptr2->x_flag_wrapv);
9874 : :
9875 : 0 : if (ptr1->x_flag_wrapv_pointer != ptr2->x_flag_wrapv_pointer)
9876 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9877 : : indent_to, "",
9878 : : "flag_wrapv_pointer",
9879 : : ptr1->x_flag_wrapv_pointer,
9880 : : ptr2->x_flag_wrapv_pointer);
9881 : :
9882 : 0 : if (ptr1->x_debug_nonbind_markers_p != ptr2->x_debug_nonbind_markers_p)
9883 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9884 : : indent_to, "",
9885 : : "debug_nonbind_markers_p",
9886 : : ptr1->x_debug_nonbind_markers_p,
9887 : : ptr2->x_debug_nonbind_markers_p);
9888 : :
9889 : 0 : if (ptr1->x_ix86_unroll_only_small_loops != ptr2->x_ix86_unroll_only_small_loops)
9890 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
9891 : : indent_to, "",
9892 : : "ix86_unroll_only_small_loops",
9893 : : ptr1->x_ix86_unroll_only_small_loops,
9894 : : ptr2->x_ix86_unroll_only_small_loops);
9895 : :
9896 : 0 : if (ptr1->x_str_align_functions != ptr2->x_str_align_functions
9897 : 0 : && (!ptr1->x_str_align_functions || !ptr2->x_str_align_functions
9898 : 0 : || strcmp (ptr1->x_str_align_functions, ptr2->x_str_align_functions)))
9899 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9900 : : indent_to, "",
9901 : : "str_align_functions",
9902 : : ptr1->x_str_align_functions ? ptr1->x_str_align_functions : "(null)",
9903 : : ptr2->x_str_align_functions ? ptr2->x_str_align_functions : "(null)");
9904 : :
9905 : 0 : if (ptr1->x_str_align_jumps != ptr2->x_str_align_jumps
9906 : 0 : && (!ptr1->x_str_align_jumps || !ptr2->x_str_align_jumps
9907 : 0 : || strcmp (ptr1->x_str_align_jumps, ptr2->x_str_align_jumps)))
9908 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9909 : : indent_to, "",
9910 : : "str_align_jumps",
9911 : : ptr1->x_str_align_jumps ? ptr1->x_str_align_jumps : "(null)",
9912 : : ptr2->x_str_align_jumps ? ptr2->x_str_align_jumps : "(null)");
9913 : :
9914 : 0 : if (ptr1->x_str_align_labels != ptr2->x_str_align_labels
9915 : 0 : && (!ptr1->x_str_align_labels || !ptr2->x_str_align_labels
9916 : 0 : || strcmp (ptr1->x_str_align_labels, ptr2->x_str_align_labels)))
9917 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9918 : : indent_to, "",
9919 : : "str_align_labels",
9920 : : ptr1->x_str_align_labels ? ptr1->x_str_align_labels : "(null)",
9921 : : ptr2->x_str_align_labels ? ptr2->x_str_align_labels : "(null)");
9922 : :
9923 : 0 : if (ptr1->x_str_align_loops != ptr2->x_str_align_loops
9924 : 0 : && (!ptr1->x_str_align_loops || !ptr2->x_str_align_loops
9925 : 0 : || strcmp (ptr1->x_str_align_loops, ptr2->x_str_align_loops)))
9926 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9927 : : indent_to, "",
9928 : : "str_align_loops",
9929 : : ptr1->x_str_align_loops ? ptr1->x_str_align_loops : "(null)",
9930 : : ptr2->x_str_align_loops ? ptr2->x_str_align_loops : "(null)");
9931 : :
9932 : 0 : if (ptr1->x_flag_patchable_function_entry != ptr2->x_flag_patchable_function_entry
9933 : 0 : && (!ptr1->x_flag_patchable_function_entry || !ptr2->x_flag_patchable_function_entry
9934 : 0 : || strcmp (ptr1->x_flag_patchable_function_entry, ptr2->x_flag_patchable_function_entry)))
9935 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
9936 : : indent_to, "",
9937 : : "flag_patchable_function_entry",
9938 : : ptr1->x_flag_patchable_function_entry ? ptr1->x_flag_patchable_function_entry : "(null)",
9939 : : ptr2->x_flag_patchable_function_entry ? ptr2->x_flag_patchable_function_entry : "(null)");
9940 : :
9941 : 0 : }
9942 : :
9943 : : /* Save selected option variables into a structure. */
9944 : : void
9945 : 74273854 : cl_target_option_save (struct cl_target_option *ptr, struct gcc_options *opts,
9946 : : struct gcc_options *opts_set)
9947 : : {
9948 : 74273854 : gcc_assert (IN_RANGE (opts->x_flag_fentry, -128, 127));
9949 : 74273854 : gcc_assert (IN_RANGE (opts->x_ix86_needed, -128, 127));
9950 : :
9951 : 74273854 : if (targetm.target_option.save)
9952 : 74273854 : targetm.target_option.save (ptr, opts, opts_set);
9953 : :
9954 : 74273854 : ptr->x_ix86_stack_protector_guard_offset = opts->x_ix86_stack_protector_guard_offset;
9955 : 74273854 : ptr->x_ix86_stack_protector_guard_reg = opts->x_ix86_stack_protector_guard_reg;
9956 : 74273854 : ptr->x_ix86_unsafe_math_optimizations = opts->x_ix86_unsafe_math_optimizations;
9957 : 74273854 : ptr->x_ix86_abi = opts->x_ix86_abi;
9958 : 74273854 : ptr->x_ix86_cmodel = opts->x_ix86_cmodel;
9959 : 74273854 : ptr->x_ix86_excess_precision = opts->x_ix86_excess_precision;
9960 : 74273854 : ptr->x_ix86_veclibabi_type = opts->x_ix86_veclibabi_type;
9961 : 74273854 : ptr->x_ix86_pmode = opts->x_ix86_pmode;
9962 : 74273854 : ptr->x_ix86_incoming_stack_boundary_arg = opts->x_ix86_incoming_stack_boundary_arg;
9963 : 74273854 : ptr->x_ix86_preferred_stack_boundary_arg = opts->x_ix86_preferred_stack_boundary_arg;
9964 : 74273854 : ptr->x_ix86_regparm = opts->x_ix86_regparm;
9965 : 74273854 : ptr->x_recip_mask = opts->x_recip_mask;
9966 : 74273854 : ptr->x_target_flags = opts->x_target_flags;
9967 : 74273854 : ptr->x_ix86_isa_flags = opts->x_ix86_isa_flags;
9968 : 74273854 : ptr->x_ix86_isa_flags2 = opts->x_ix86_isa_flags2;
9969 : 74273854 : ptr->x_ix86_target_flags = opts->x_ix86_target_flags;
9970 : 74273854 : ptr->x_ix86_fpmath = opts->x_ix86_fpmath;
9971 : 74273854 : ptr->x_ix86_move_max = opts->x_ix86_move_max;
9972 : 74273854 : ptr->x_prefer_vector_width_type = opts->x_prefer_vector_width_type;
9973 : 74273854 : ptr->x_ix86_store_max = opts->x_ix86_store_max;
9974 : 74273854 : ptr->x_ix86_apx_features = opts->x_ix86_apx_features;
9975 : 74273854 : ptr->x_flag_fentry = opts->x_flag_fentry;
9976 : 74273854 : ptr->x_ix86_needed = opts->x_ix86_needed;
9977 : 74273854 : ptr->x_ix86_stack_protector_guard_offset_str = opts->x_ix86_stack_protector_guard_offset_str;
9978 : 74273854 : ptr->x_ix86_stack_protector_guard_reg_str = opts->x_ix86_stack_protector_guard_reg_str;
9979 : 74273854 : ptr->x_ix86_stack_protector_guard_symbol_str = opts->x_ix86_stack_protector_guard_symbol_str;
9980 : :
9981 : 74273854 : unsigned HOST_WIDE_INT mask = 0;
9982 : 74273854 : if (opts_set->x_ix86_stack_protector_guard_offset) mask |= HOST_WIDE_INT_1U << 0;
9983 : 74273854 : if (opts_set->x_ix86_stack_protector_guard_reg) mask |= HOST_WIDE_INT_1U << 1;
9984 : 74273854 : if (opts_set->x_ix86_unsafe_math_optimizations) mask |= HOST_WIDE_INT_1U << 2;
9985 : 74273854 : if (opts_set->x_ix86_abi) mask |= HOST_WIDE_INT_1U << 3;
9986 : 74273854 : if (opts_set->x_ix86_cmodel) mask |= HOST_WIDE_INT_1U << 4;
9987 : 74273854 : if (opts_set->x_ix86_excess_precision) mask |= HOST_WIDE_INT_1U << 5;
9988 : 74273854 : if (opts_set->x_ix86_veclibabi_type) mask |= HOST_WIDE_INT_1U << 6;
9989 : 74273854 : if (opts_set->x_ix86_pmode) mask |= HOST_WIDE_INT_1U << 7;
9990 : 74273854 : if (opts_set->x_ix86_incoming_stack_boundary_arg) mask |= HOST_WIDE_INT_1U << 8;
9991 : 74273854 : if (opts_set->x_ix86_preferred_stack_boundary_arg) mask |= HOST_WIDE_INT_1U << 9;
9992 : 74273854 : if (opts_set->x_ix86_regparm) mask |= HOST_WIDE_INT_1U << 10;
9993 : 74273854 : if (opts_set->x_recip_mask) mask |= HOST_WIDE_INT_1U << 11;
9994 : 74273854 : ptr->explicit_mask_target_flags = opts_set->x_target_flags;
9995 : 74273854 : ptr->explicit_mask_ix86_isa_flags = opts_set->x_ix86_isa_flags;
9996 : 74273854 : ptr->explicit_mask_ix86_isa_flags2 = opts_set->x_ix86_isa_flags2;
9997 : 74273854 : ptr->explicit_mask_ix86_target_flags = opts_set->x_ix86_target_flags;
9998 : 74273854 : if (opts_set->x_ix86_fpmath) mask |= HOST_WIDE_INT_1U << 12;
9999 : 74273854 : if (opts_set->x_ix86_move_max) mask |= HOST_WIDE_INT_1U << 13;
10000 : 74273854 : if (opts_set->x_prefer_vector_width_type) mask |= HOST_WIDE_INT_1U << 14;
10001 : 74273854 : if (opts_set->x_ix86_store_max) mask |= HOST_WIDE_INT_1U << 15;
10002 : 74273854 : if (opts_set->x_ix86_apx_features) mask |= HOST_WIDE_INT_1U << 16;
10003 : 74273854 : if (opts_set->x_flag_fentry) mask |= HOST_WIDE_INT_1U << 17;
10004 : 74273854 : if (opts_set->x_ix86_needed) mask |= HOST_WIDE_INT_1U << 18;
10005 : 74273854 : if (opts_set->x_ix86_stack_protector_guard_offset_str) mask |= HOST_WIDE_INT_1U << 19;
10006 : 74273854 : if (opts_set->x_ix86_stack_protector_guard_reg_str) mask |= HOST_WIDE_INT_1U << 20;
10007 : 74273854 : if (opts_set->x_ix86_stack_protector_guard_symbol_str) mask |= HOST_WIDE_INT_1U << 21;
10008 : 74273854 : ptr->explicit_mask[0] = mask;
10009 : 74273854 : }
10010 : :
10011 : : /* Restore selected current options from a structure. */
10012 : : void
10013 : 51961147 : cl_target_option_restore (struct gcc_options *opts, struct gcc_options *opts_set,
10014 : : struct cl_target_option *ptr)
10015 : : {
10016 : 51961147 : opts->x_ix86_stack_protector_guard_offset = ptr->x_ix86_stack_protector_guard_offset;
10017 : 51961147 : opts->x_ix86_stack_protector_guard_reg = ptr->x_ix86_stack_protector_guard_reg;
10018 : 51961147 : opts->x_ix86_unsafe_math_optimizations = ptr->x_ix86_unsafe_math_optimizations;
10019 : 51961147 : opts->x_ix86_abi = ptr->x_ix86_abi;
10020 : 51961147 : opts->x_ix86_cmodel = ptr->x_ix86_cmodel;
10021 : 51961147 : opts->x_ix86_excess_precision = ptr->x_ix86_excess_precision;
10022 : 51961147 : opts->x_ix86_veclibabi_type = ptr->x_ix86_veclibabi_type;
10023 : 51961147 : opts->x_ix86_pmode = ptr->x_ix86_pmode;
10024 : 51961147 : opts->x_ix86_incoming_stack_boundary_arg = ptr->x_ix86_incoming_stack_boundary_arg;
10025 : 51961147 : opts->x_ix86_preferred_stack_boundary_arg = ptr->x_ix86_preferred_stack_boundary_arg;
10026 : 51961147 : opts->x_ix86_regparm = ptr->x_ix86_regparm;
10027 : 51961147 : opts->x_recip_mask = ptr->x_recip_mask;
10028 : 51961147 : opts->x_target_flags = ptr->x_target_flags;
10029 : 51961147 : opts->x_ix86_isa_flags = ptr->x_ix86_isa_flags;
10030 : 51961147 : opts->x_ix86_isa_flags2 = ptr->x_ix86_isa_flags2;
10031 : 51961147 : opts->x_ix86_target_flags = ptr->x_ix86_target_flags;
10032 : 51961147 : opts->x_ix86_fpmath = ptr->x_ix86_fpmath;
10033 : 51961147 : opts->x_ix86_move_max = ptr->x_ix86_move_max;
10034 : 51961147 : opts->x_prefer_vector_width_type = ptr->x_prefer_vector_width_type;
10035 : 51961147 : opts->x_ix86_store_max = ptr->x_ix86_store_max;
10036 : 51961147 : opts->x_ix86_apx_features = ptr->x_ix86_apx_features;
10037 : 51961147 : opts->x_flag_fentry = ptr->x_flag_fentry;
10038 : 51961147 : opts->x_ix86_needed = ptr->x_ix86_needed;
10039 : 51961147 : opts->x_ix86_stack_protector_guard_offset_str = ptr->x_ix86_stack_protector_guard_offset_str;
10040 : 51961147 : opts->x_ix86_stack_protector_guard_reg_str = ptr->x_ix86_stack_protector_guard_reg_str;
10041 : 51961147 : opts->x_ix86_stack_protector_guard_symbol_str = ptr->x_ix86_stack_protector_guard_symbol_str;
10042 : :
10043 : 51961147 : unsigned HOST_WIDE_INT mask;
10044 : 51961147 : mask = ptr->explicit_mask[0];
10045 : 51961147 : opts_set->x_ix86_stack_protector_guard_offset = (mask & 1) != 0;
10046 : 51961147 : mask >>= 1;
10047 : 51961147 : opts_set->x_ix86_stack_protector_guard_reg = (mask & 1) != 0;
10048 : 51961147 : mask >>= 1;
10049 : 51961147 : opts_set->x_ix86_unsafe_math_optimizations = (mask & 1) != 0;
10050 : 51961147 : mask >>= 1;
10051 : 51961147 : opts_set->x_ix86_abi = static_cast<enum calling_abi>((mask & 1) != 0);
10052 : 51961147 : mask >>= 1;
10053 : 51961147 : opts_set->x_ix86_cmodel = static_cast<enum cmodel>((mask & 1) != 0);
10054 : 51961147 : mask >>= 1;
10055 : 51961147 : opts_set->x_ix86_excess_precision = static_cast<enum excess_precision>((mask & 1) != 0);
10056 : 51961147 : mask >>= 1;
10057 : 51961147 : opts_set->x_ix86_veclibabi_type = static_cast<enum ix86_veclibabi>((mask & 1) != 0);
10058 : 51961147 : mask >>= 1;
10059 : 51961147 : opts_set->x_ix86_pmode = static_cast<enum pmode>((mask & 1) != 0);
10060 : 51961147 : mask >>= 1;
10061 : 51961147 : opts_set->x_ix86_incoming_stack_boundary_arg = (mask & 1) != 0;
10062 : 51961147 : mask >>= 1;
10063 : 51961147 : opts_set->x_ix86_preferred_stack_boundary_arg = (mask & 1) != 0;
10064 : 51961147 : mask >>= 1;
10065 : 51961147 : opts_set->x_ix86_regparm = (mask & 1) != 0;
10066 : 51961147 : mask >>= 1;
10067 : 51961147 : opts_set->x_recip_mask = (mask & 1) != 0;
10068 : 51961147 : mask >>= 1;
10069 : 51961147 : opts_set->x_target_flags = ptr->explicit_mask_target_flags;
10070 : 51961147 : opts_set->x_ix86_isa_flags = ptr->explicit_mask_ix86_isa_flags;
10071 : 51961147 : opts_set->x_ix86_isa_flags2 = ptr->explicit_mask_ix86_isa_flags2;
10072 : 51961147 : opts_set->x_ix86_target_flags = ptr->explicit_mask_ix86_target_flags;
10073 : 51961147 : opts_set->x_ix86_fpmath = static_cast<enum fpmath_unit >((mask & 1) != 0);
10074 : 51961147 : mask >>= 1;
10075 : 51961147 : opts_set->x_ix86_move_max = static_cast<enum prefer_vector_width >((mask & 1) != 0);
10076 : 51961147 : mask >>= 1;
10077 : 51961147 : opts_set->x_prefer_vector_width_type = static_cast<enum prefer_vector_width >((mask & 1) != 0);
10078 : 51961147 : mask >>= 1;
10079 : 51961147 : opts_set->x_ix86_store_max = static_cast<enum prefer_vector_width >((mask & 1) != 0);
10080 : 51961147 : mask >>= 1;
10081 : 51961147 : opts_set->x_ix86_apx_features = (mask & 1) != 0;
10082 : 51961147 : mask >>= 1;
10083 : 51961147 : opts_set->x_flag_fentry = (mask & 1) != 0;
10084 : 51961147 : mask >>= 1;
10085 : 51961147 : opts_set->x_ix86_needed = (mask & 1) != 0;
10086 : 51961147 : mask >>= 1;
10087 : 51961147 : opts_set->x_ix86_stack_protector_guard_offset_str = (mask & 1) ? "" : nullptr;
10088 : 51961147 : mask >>= 1;
10089 : 51961147 : opts_set->x_ix86_stack_protector_guard_reg_str = (mask & 1) ? "" : nullptr;
10090 : 51961147 : mask >>= 1;
10091 : 51961147 : opts_set->x_ix86_stack_protector_guard_symbol_str = (mask & 1) ? "" : nullptr;
10092 : 51961147 : mask >>= 1;
10093 : :
10094 : 51961147 : if (targetm.target_option.restore)
10095 : 51961147 : targetm.target_option.restore (opts, opts_set, ptr);
10096 : 51961147 : }
10097 : :
10098 : : /* Print optimization options from a structure. */
10099 : : void
10100 : 0 : cl_target_option_print (FILE *file,
10101 : : int indent,
10102 : : struct cl_target_option *ptr)
10103 : : {
10104 : 0 : fputs ("\n", file);
10105 : 0 : if (ptr->x_target_flags)
10106 : 0 : fprintf (file, "%*s%s (%#lx)\n",
10107 : : indent, "",
10108 : : "target_flags",
10109 : : (unsigned long)ptr->x_target_flags);
10110 : :
10111 : 0 : if (ptr->x_ix86_isa_flags)
10112 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x)\n",
10113 : : indent, "",
10114 : : "ix86_isa_flags",
10115 : : ptr->x_ix86_isa_flags);
10116 : :
10117 : 0 : if (ptr->x_ix86_isa_flags2)
10118 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x)\n",
10119 : : indent, "",
10120 : : "ix86_isa_flags2",
10121 : : ptr->x_ix86_isa_flags2);
10122 : :
10123 : 0 : if (ptr->x_ix86_target_flags)
10124 : 0 : fprintf (file, "%*s%s (%#lx)\n",
10125 : : indent, "",
10126 : : "ix86_target_flags",
10127 : : (unsigned long)ptr->x_ix86_target_flags);
10128 : :
10129 : 0 : if (ptr->x_ix86_fpmath)
10130 : 0 : fprintf (file, "%*s%s (%#x)\n",
10131 : : indent, "",
10132 : : "ix86_fpmath",
10133 : : ptr->x_ix86_fpmath);
10134 : :
10135 : 0 : if (ptr->x_ix86_move_max)
10136 : 0 : fprintf (file, "%*s%s (%#x)\n",
10137 : : indent, "",
10138 : : "ix86_move_max",
10139 : : ptr->x_ix86_move_max);
10140 : :
10141 : 0 : if (ptr->x_prefer_vector_width_type)
10142 : 0 : fprintf (file, "%*s%s (%#x)\n",
10143 : : indent, "",
10144 : : "prefer_vector_width_type",
10145 : : ptr->x_prefer_vector_width_type);
10146 : :
10147 : 0 : if (ptr->x_ix86_store_max)
10148 : 0 : fprintf (file, "%*s%s (%#x)\n",
10149 : : indent, "",
10150 : : "ix86_store_max",
10151 : : ptr->x_ix86_store_max);
10152 : :
10153 : 0 : if (ptr->x_ix86_apx_features)
10154 : 0 : fprintf (file, "%*s%s (%#x)\n",
10155 : : indent, "",
10156 : : "ix86_apx_features",
10157 : : ptr->x_ix86_apx_features);
10158 : :
10159 : 0 : if (ptr->x_flag_fentry)
10160 : 0 : fprintf (file, "%*s%s (%#x)\n",
10161 : : indent, "",
10162 : : "flag_fentry",
10163 : : ptr->x_flag_fentry);
10164 : :
10165 : 0 : if (ptr->x_ix86_needed)
10166 : 0 : fprintf (file, "%*s%s (%#x)\n",
10167 : : indent, "",
10168 : : "ix86_needed",
10169 : : ptr->x_ix86_needed);
10170 : :
10171 : 0 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10172 : 0 : fprintf (file, "%*s%s (%s)\n",
10173 : : indent, "",
10174 : : "ix86_stack_protector_guard_offset_str",
10175 : : ptr->x_ix86_stack_protector_guard_offset_str);
10176 : :
10177 : 0 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10178 : 0 : fprintf (file, "%*s%s (%s)\n",
10179 : : indent, "",
10180 : : "ix86_stack_protector_guard_reg_str",
10181 : : ptr->x_ix86_stack_protector_guard_reg_str);
10182 : :
10183 : 0 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10184 : 0 : fprintf (file, "%*s%s (%s)\n",
10185 : : indent, "",
10186 : : "ix86_stack_protector_guard_symbol_str",
10187 : : ptr->x_ix86_stack_protector_guard_symbol_str);
10188 : :
10189 : :
10190 : 0 : if (targetm.target_option.print)
10191 : 0 : targetm.target_option.print (file, indent, ptr);
10192 : 0 : }
10193 : :
10194 : : /* Print different target option variables from structures provided as arguments. */
10195 : : void
10196 : 0 : cl_target_option_print_diff (FILE *file,
10197 : : int indent ATTRIBUTE_UNUSED,
10198 : : struct cl_target_option *ptr1 ATTRIBUTE_UNUSED,
10199 : : struct cl_target_option *ptr2 ATTRIBUTE_UNUSED)
10200 : : {
10201 : 0 : fputs ("\n", file);
10202 : 0 : if (ptr1->x_target_flags != ptr2->x_target_flags)
10203 : 0 : fprintf (file, "%*s%s (%#lx/%#lx)\n",
10204 : : indent, "",
10205 : : "target_flags",
10206 : : (unsigned long)ptr1->x_target_flags,
10207 : : (unsigned long)ptr2->x_target_flags);
10208 : :
10209 : 0 : if (ptr1->x_ix86_isa_flags != ptr2->x_ix86_isa_flags)
10210 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x/%#" HOST_WIDE_INT_PRINT "x)\n",
10211 : : indent, "",
10212 : : "ix86_isa_flags",
10213 : : ptr1->x_ix86_isa_flags,
10214 : : ptr2->x_ix86_isa_flags);
10215 : :
10216 : 0 : if (ptr1->x_ix86_isa_flags2 != ptr2->x_ix86_isa_flags2)
10217 : 0 : fprintf (file, "%*s%s (%#" HOST_WIDE_INT_PRINT "x/%#" HOST_WIDE_INT_PRINT "x)\n",
10218 : : indent, "",
10219 : : "ix86_isa_flags2",
10220 : : ptr1->x_ix86_isa_flags2,
10221 : : ptr2->x_ix86_isa_flags2);
10222 : :
10223 : 0 : if (ptr1->x_ix86_target_flags != ptr2->x_ix86_target_flags)
10224 : 0 : fprintf (file, "%*s%s (%#lx/%#lx)\n",
10225 : : indent, "",
10226 : : "ix86_target_flags",
10227 : : (unsigned long)ptr1->x_ix86_target_flags,
10228 : : (unsigned long)ptr2->x_ix86_target_flags);
10229 : :
10230 : 0 : if (ptr1->x_ix86_fpmath != ptr2->x_ix86_fpmath)
10231 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10232 : : indent, "",
10233 : : "ix86_fpmath",
10234 : : ptr1->x_ix86_fpmath,
10235 : : ptr2->x_ix86_fpmath);
10236 : :
10237 : 0 : if (ptr1->x_ix86_move_max != ptr2->x_ix86_move_max)
10238 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10239 : : indent, "",
10240 : : "ix86_move_max",
10241 : : ptr1->x_ix86_move_max,
10242 : : ptr2->x_ix86_move_max);
10243 : :
10244 : 0 : if (ptr1->x_prefer_vector_width_type != ptr2->x_prefer_vector_width_type)
10245 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10246 : : indent, "",
10247 : : "prefer_vector_width_type",
10248 : : ptr1->x_prefer_vector_width_type,
10249 : : ptr2->x_prefer_vector_width_type);
10250 : :
10251 : 0 : if (ptr1->x_ix86_store_max != ptr2->x_ix86_store_max)
10252 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10253 : : indent, "",
10254 : : "ix86_store_max",
10255 : : ptr1->x_ix86_store_max,
10256 : : ptr2->x_ix86_store_max);
10257 : :
10258 : 0 : if (ptr1->x_ix86_apx_features != ptr2->x_ix86_apx_features)
10259 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10260 : : indent, "",
10261 : : "ix86_apx_features",
10262 : : ptr1->x_ix86_apx_features,
10263 : : ptr2->x_ix86_apx_features);
10264 : :
10265 : 0 : if (ptr1->x_flag_fentry != ptr2->x_flag_fentry)
10266 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10267 : : indent, "",
10268 : : "flag_fentry",
10269 : : ptr1->x_flag_fentry,
10270 : : ptr2->x_flag_fentry);
10271 : :
10272 : 0 : if (ptr1->x_ix86_needed != ptr2->x_ix86_needed)
10273 : 0 : fprintf (file, "%*s%s (%#x/%#x)\n",
10274 : : indent, "",
10275 : : "ix86_needed",
10276 : : ptr1->x_ix86_needed,
10277 : : ptr2->x_ix86_needed);
10278 : :
10279 : 0 : if (ptr1->x_ix86_stack_protector_guard_offset_str != ptr2->x_ix86_stack_protector_guard_offset_str
10280 : 0 : && (!ptr1->x_ix86_stack_protector_guard_offset_str || !ptr2->x_ix86_stack_protector_guard_offset_str
10281 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_offset_str, ptr2->x_ix86_stack_protector_guard_offset_str)))
10282 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
10283 : : indent, "",
10284 : : "ix86_stack_protector_guard_offset_str",
10285 : : ptr1->x_ix86_stack_protector_guard_offset_str ? ptr1->x_ix86_stack_protector_guard_offset_str : "(null)",
10286 : : ptr2->x_ix86_stack_protector_guard_offset_str ? ptr2->x_ix86_stack_protector_guard_offset_str : "(null)");
10287 : :
10288 : 0 : if (ptr1->x_ix86_stack_protector_guard_reg_str != ptr2->x_ix86_stack_protector_guard_reg_str
10289 : 0 : && (!ptr1->x_ix86_stack_protector_guard_reg_str || !ptr2->x_ix86_stack_protector_guard_reg_str
10290 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_reg_str, ptr2->x_ix86_stack_protector_guard_reg_str)))
10291 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
10292 : : indent, "",
10293 : : "ix86_stack_protector_guard_reg_str",
10294 : : ptr1->x_ix86_stack_protector_guard_reg_str ? ptr1->x_ix86_stack_protector_guard_reg_str : "(null)",
10295 : : ptr2->x_ix86_stack_protector_guard_reg_str ? ptr2->x_ix86_stack_protector_guard_reg_str : "(null)");
10296 : :
10297 : 0 : if (ptr1->x_ix86_stack_protector_guard_symbol_str != ptr2->x_ix86_stack_protector_guard_symbol_str
10298 : 0 : && (!ptr1->x_ix86_stack_protector_guard_symbol_str || !ptr2->x_ix86_stack_protector_guard_symbol_str
10299 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_symbol_str, ptr2->x_ix86_stack_protector_guard_symbol_str)))
10300 : 0 : fprintf (file, "%*s%s (%s/%s)\n",
10301 : : indent, "",
10302 : : "ix86_stack_protector_guard_symbol_str",
10303 : : ptr1->x_ix86_stack_protector_guard_symbol_str ? ptr1->x_ix86_stack_protector_guard_symbol_str : "(null)",
10304 : : ptr2->x_ix86_stack_protector_guard_symbol_str ? ptr2->x_ix86_stack_protector_guard_symbol_str : "(null)");
10305 : :
10306 : 0 : }
10307 : :
10308 : : /* Compare two target options */
10309 : : bool
10310 : 453634254 : cl_target_option_eq (struct cl_target_option const *ptr1 ATTRIBUTE_UNUSED,
10311 : : struct cl_target_option const *ptr2 ATTRIBUTE_UNUSED)
10312 : : {
10313 : 453634254 : if (ptr1->x_ix86_arch_string != ptr2->x_ix86_arch_string
10314 : 165351 : && (!ptr1->x_ix86_arch_string || !ptr2->x_ix86_arch_string
10315 : 165351 : || strcmp (ptr1->x_ix86_arch_string, ptr2->x_ix86_arch_string)))
10316 : : return false;
10317 : 453625054 : if (ptr1->x_ix86_recip_name != ptr2->x_ix86_recip_name
10318 : 0 : && (!ptr1->x_ix86_recip_name || !ptr2->x_ix86_recip_name
10319 : 0 : || strcmp (ptr1->x_ix86_recip_name, ptr2->x_ix86_recip_name)))
10320 : : return false;
10321 : 453625054 : if (ptr1->x_ix86_tune_ctrl_string != ptr2->x_ix86_tune_ctrl_string
10322 : 0 : && (!ptr1->x_ix86_tune_ctrl_string || !ptr2->x_ix86_tune_ctrl_string
10323 : 0 : || strcmp (ptr1->x_ix86_tune_ctrl_string, ptr2->x_ix86_tune_ctrl_string)))
10324 : : return false;
10325 : 453625054 : if (ptr1->x_ix86_tune_memcpy_strategy != ptr2->x_ix86_tune_memcpy_strategy
10326 : 0 : && (!ptr1->x_ix86_tune_memcpy_strategy || !ptr2->x_ix86_tune_memcpy_strategy
10327 : 0 : || strcmp (ptr1->x_ix86_tune_memcpy_strategy, ptr2->x_ix86_tune_memcpy_strategy)))
10328 : : return false;
10329 : 453625054 : if (ptr1->x_ix86_tune_memset_strategy != ptr2->x_ix86_tune_memset_strategy
10330 : 0 : && (!ptr1->x_ix86_tune_memset_strategy || !ptr2->x_ix86_tune_memset_strategy
10331 : 0 : || strcmp (ptr1->x_ix86_tune_memset_strategy, ptr2->x_ix86_tune_memset_strategy)))
10332 : : return false;
10333 : 453625054 : if (ptr1->x_ix86_tune_string != ptr2->x_ix86_tune_string
10334 : 156141 : && (!ptr1->x_ix86_tune_string || !ptr2->x_ix86_tune_string
10335 : 156141 : || strcmp (ptr1->x_ix86_tune_string, ptr2->x_ix86_tune_string)))
10336 : : return false;
10337 : 453624954 : if (ptr1->x_ix86_stack_protector_guard_offset_str != ptr2->x_ix86_stack_protector_guard_offset_str
10338 : 0 : && (!ptr1->x_ix86_stack_protector_guard_offset_str || !ptr2->x_ix86_stack_protector_guard_offset_str
10339 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_offset_str, ptr2->x_ix86_stack_protector_guard_offset_str)))
10340 : : return false;
10341 : 453624954 : if (ptr1->x_ix86_stack_protector_guard_reg_str != ptr2->x_ix86_stack_protector_guard_reg_str
10342 : 0 : && (!ptr1->x_ix86_stack_protector_guard_reg_str || !ptr2->x_ix86_stack_protector_guard_reg_str
10343 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_reg_str, ptr2->x_ix86_stack_protector_guard_reg_str)))
10344 : : return false;
10345 : 453624954 : if (ptr1->x_ix86_stack_protector_guard_symbol_str != ptr2->x_ix86_stack_protector_guard_symbol_str
10346 : 0 : && (!ptr1->x_ix86_stack_protector_guard_symbol_str || !ptr2->x_ix86_stack_protector_guard_symbol_str
10347 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_symbol_str, ptr2->x_ix86_stack_protector_guard_symbol_str)))
10348 : : return false;
10349 : 453624954 : if (ptr1->x_ix86_isa_flags2_explicit != ptr2->x_ix86_isa_flags2_explicit)
10350 : : return false;
10351 : 115888040 : if (ptr1->x_ix86_isa_flags_explicit != ptr2->x_ix86_isa_flags_explicit)
10352 : : return false;
10353 : 74499638 : if (ptr1->x_ix86_asm_dialect != ptr2->x_ix86_asm_dialect)
10354 : : return false;
10355 : 74499638 : if (ptr1->x_ix86_stack_protector_guard != ptr2->x_ix86_stack_protector_guard)
10356 : : return false;
10357 : 74499638 : if (ptr1->x_ix86_stringop_alg != ptr2->x_ix86_stringop_alg)
10358 : : return false;
10359 : 74499638 : if (ptr1->x_ix86_tls_dialect != ptr2->x_ix86_tls_dialect)
10360 : : return false;
10361 : 74499638 : if (ptr1->x_ix86_branch_cost != ptr2->x_ix86_branch_cost)
10362 : : return false;
10363 : 74499638 : if (ptr1->x_ix86_dump_tunes != ptr2->x_ix86_dump_tunes)
10364 : : return false;
10365 : 74499638 : if (ptr1->x_ix86_force_align_arg_pointer != ptr2->x_ix86_force_align_arg_pointer)
10366 : : return false;
10367 : 74499638 : if (ptr1->x_ix86_force_drap != ptr2->x_ix86_force_drap)
10368 : : return false;
10369 : 74499638 : if (ptr1->x_ix86_section_threshold != ptr2->x_ix86_section_threshold)
10370 : : return false;
10371 : 74499638 : if (ptr1->x_ix86_sse2avx != ptr2->x_ix86_sse2avx)
10372 : : return false;
10373 : 74499638 : if (ptr1->x_ix86_tune_no_default != ptr2->x_ix86_tune_no_default)
10374 : : return false;
10375 : 74499638 : if (ptr1->x_recip_mask_explicit != ptr2->x_recip_mask_explicit)
10376 : : return false;
10377 : 74499638 : if (ptr1->arch != ptr2->arch)
10378 : : return false;
10379 : 74499638 : if (ptr1->arch_specified != ptr2->arch_specified)
10380 : : return false;
10381 : 74499638 : if (ptr1->branch_cost != ptr2->branch_cost)
10382 : : return false;
10383 : 74499386 : if (ptr1->prefetch_sse != ptr2->prefetch_sse)
10384 : : return false;
10385 : 74499386 : if (ptr1->schedule != ptr2->schedule)
10386 : : return false;
10387 : 74499386 : if (ptr1->tune != ptr2->tune)
10388 : : return false;
10389 : 74499386 : if (ptr1->tune_defaulted != ptr2->tune_defaulted)
10390 : : return false;
10391 : 74499386 : if (ptr1->x_ix86_stack_protector_guard_offset != ptr2->x_ix86_stack_protector_guard_offset)
10392 : : return false;
10393 : 74499386 : if (ptr1->x_ix86_stack_protector_guard_reg != ptr2->x_ix86_stack_protector_guard_reg)
10394 : : return false;
10395 : 74499386 : if (ptr1->x_ix86_unsafe_math_optimizations != ptr2->x_ix86_unsafe_math_optimizations)
10396 : : return false;
10397 : 74499375 : if (ptr1->x_ix86_abi != ptr2->x_ix86_abi)
10398 : : return false;
10399 : 74499375 : if (ptr1->x_ix86_cmodel != ptr2->x_ix86_cmodel)
10400 : : return false;
10401 : 74499375 : if (ptr1->x_ix86_excess_precision != ptr2->x_ix86_excess_precision)
10402 : : return false;
10403 : 74499375 : if (ptr1->x_ix86_veclibabi_type != ptr2->x_ix86_veclibabi_type)
10404 : : return false;
10405 : 74499375 : if (ptr1->x_ix86_pmode != ptr2->x_ix86_pmode)
10406 : : return false;
10407 : 74499375 : if (ptr1->x_ix86_incoming_stack_boundary_arg != ptr2->x_ix86_incoming_stack_boundary_arg)
10408 : : return false;
10409 : 74499375 : if (ptr1->x_ix86_preferred_stack_boundary_arg != ptr2->x_ix86_preferred_stack_boundary_arg)
10410 : : return false;
10411 : 74499375 : if (ptr1->x_ix86_regparm != ptr2->x_ix86_regparm)
10412 : : return false;
10413 : 74499375 : if (ptr1->x_recip_mask != ptr2->x_recip_mask)
10414 : : return false;
10415 : 74499364 : if (ptr1->x_target_flags != ptr2->x_target_flags)
10416 : : return false;
10417 : 74498264 : if (ptr1->x_ix86_isa_flags != ptr2->x_ix86_isa_flags)
10418 : : return false;
10419 : 73521354 : if (ptr1->x_ix86_isa_flags2 != ptr2->x_ix86_isa_flags2)
10420 : : return false;
10421 : 73490787 : if (ptr1->x_ix86_apx_features != ptr2->x_ix86_apx_features)
10422 : : return false;
10423 : 73490787 : if (ptr1->x_flag_fentry != ptr2->x_flag_fentry)
10424 : : return false;
10425 : 73490787 : if (ptr1->x_ix86_fpmath != ptr2->x_ix86_fpmath)
10426 : : return false;
10427 : 73490787 : if (ptr1->x_ix86_target_flags != ptr2->x_ix86_target_flags)
10428 : : return false;
10429 : 73490787 : if (ptr1->x_ix86_move_max != ptr2->x_ix86_move_max)
10430 : : return false;
10431 : 73490780 : if (ptr1->x_ix86_needed != ptr2->x_ix86_needed)
10432 : : return false;
10433 : 73490780 : if (ptr1->x_prefer_vector_width_type != ptr2->x_prefer_vector_width_type)
10434 : : return false;
10435 : 73490777 : if (ptr1->x_ix86_store_max != ptr2->x_ix86_store_max)
10436 : : return false;
10437 : 146981554 : for (size_t i = 0; i < ARRAY_SIZE (ptr1->explicit_mask); i++)
10438 : 73490777 : if (ptr1->explicit_mask[i] != ptr2->explicit_mask[i])
10439 : : return false;
10440 : 73490777 : if (ptr1->explicit_mask_target_flags != ptr2->explicit_mask_target_flags)
10441 : : return false;
10442 : 73490774 : if (ptr1->explicit_mask_ix86_isa_flags != ptr2->explicit_mask_ix86_isa_flags)
10443 : : return false;
10444 : 73490774 : if (ptr1->explicit_mask_ix86_isa_flags2 != ptr2->explicit_mask_ix86_isa_flags2)
10445 : : return false;
10446 : 73490774 : if (ptr1->explicit_mask_ix86_target_flags != ptr2->explicit_mask_ix86_target_flags)
10447 : 0 : return false;
10448 : : return true;
10449 : : }
10450 : :
10451 : : /* Hash target options */
10452 : : hashval_t
10453 : 812236489 : cl_target_option_hash (struct cl_target_option const *ptr ATTRIBUTE_UNUSED)
10454 : : {
10455 : 812236489 : inchash::hash hstate;
10456 : 812236489 : if (ptr->x_ix86_arch_string)
10457 : 812236489 : hstate.add (ptr->x_ix86_arch_string, strlen (ptr->x_ix86_arch_string));
10458 : : else
10459 : 0 : hstate.add_int (0);
10460 : 812236489 : if (ptr->x_ix86_recip_name)
10461 : 0 : hstate.add (ptr->x_ix86_recip_name, strlen (ptr->x_ix86_recip_name));
10462 : : else
10463 : 812236489 : hstate.add_int (0);
10464 : 812236489 : if (ptr->x_ix86_tune_ctrl_string)
10465 : 2870049 : hstate.add (ptr->x_ix86_tune_ctrl_string, strlen (ptr->x_ix86_tune_ctrl_string));
10466 : : else
10467 : 809366440 : hstate.add_int (0);
10468 : 812236489 : if (ptr->x_ix86_tune_memcpy_strategy)
10469 : 18 : hstate.add (ptr->x_ix86_tune_memcpy_strategy, strlen (ptr->x_ix86_tune_memcpy_strategy));
10470 : : else
10471 : 812236471 : hstate.add_int (0);
10472 : 812236489 : if (ptr->x_ix86_tune_memset_strategy)
10473 : 34 : hstate.add (ptr->x_ix86_tune_memset_strategy, strlen (ptr->x_ix86_tune_memset_strategy));
10474 : : else
10475 : 812236455 : hstate.add_int (0);
10476 : 812236489 : if (ptr->x_ix86_tune_string)
10477 : 812236489 : hstate.add (ptr->x_ix86_tune_string, strlen (ptr->x_ix86_tune_string));
10478 : : else
10479 : 0 : hstate.add_int (0);
10480 : 812236489 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10481 : 1 : hstate.add (ptr->x_ix86_stack_protector_guard_offset_str, strlen (ptr->x_ix86_stack_protector_guard_offset_str));
10482 : : else
10483 : 812236488 : hstate.add_int (0);
10484 : 812236489 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10485 : 2 : hstate.add (ptr->x_ix86_stack_protector_guard_reg_str, strlen (ptr->x_ix86_stack_protector_guard_reg_str));
10486 : : else
10487 : 812236487 : hstate.add_int (0);
10488 : 812236489 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10489 : 1 : hstate.add (ptr->x_ix86_stack_protector_guard_symbol_str, strlen (ptr->x_ix86_stack_protector_guard_symbol_str));
10490 : : else
10491 : 812236488 : hstate.add_int (0);
10492 : 812236489 : hstate.add_hwi (ptr->x_ix86_isa_flags2_explicit);
10493 : 812236489 : hstate.add_hwi (ptr->x_ix86_isa_flags_explicit);
10494 : 812236489 : hstate.add_hwi (ptr->x_ix86_asm_dialect);
10495 : 812236489 : hstate.add_hwi (ptr->x_ix86_stack_protector_guard);
10496 : 812236489 : hstate.add_hwi (ptr->x_ix86_stringop_alg);
10497 : 812236489 : hstate.add_hwi (ptr->x_ix86_tls_dialect);
10498 : 812236489 : hstate.add_hwi (ptr->x_ix86_branch_cost);
10499 : 812236489 : hstate.add_hwi (ptr->x_ix86_dump_tunes);
10500 : 812236489 : hstate.add_hwi (ptr->x_ix86_force_align_arg_pointer);
10501 : 812236489 : hstate.add_hwi (ptr->x_ix86_force_drap);
10502 : 812236489 : hstate.add_hwi (ptr->x_ix86_section_threshold);
10503 : 812236489 : hstate.add_hwi (ptr->x_ix86_sse2avx);
10504 : 812236489 : hstate.add_hwi (ptr->x_ix86_tune_no_default);
10505 : 812236489 : hstate.add_hwi (ptr->x_recip_mask_explicit);
10506 : 812236489 : hstate.add_hwi (ptr->arch);
10507 : 812236489 : hstate.add_hwi (ptr->arch_specified);
10508 : 812236489 : hstate.add_hwi (ptr->branch_cost);
10509 : 812236489 : hstate.add_hwi (ptr->prefetch_sse);
10510 : 812236489 : hstate.add_hwi (ptr->schedule);
10511 : 812236489 : hstate.add_hwi (ptr->tune);
10512 : 812236489 : hstate.add_hwi (ptr->tune_defaulted);
10513 : 812236489 : hstate.add_hwi (ptr->x_ix86_stack_protector_guard_offset);
10514 : 812236489 : hstate.add_hwi (ptr->x_ix86_stack_protector_guard_reg);
10515 : 812236489 : hstate.add_hwi (ptr->x_ix86_unsafe_math_optimizations);
10516 : 812236489 : hstate.add_hwi (ptr->x_ix86_abi);
10517 : 812236489 : hstate.add_hwi (ptr->x_ix86_cmodel);
10518 : 812236489 : hstate.add_hwi (ptr->x_ix86_excess_precision);
10519 : 812236489 : hstate.add_hwi (ptr->x_ix86_veclibabi_type);
10520 : 812236489 : hstate.add_hwi (ptr->x_ix86_pmode);
10521 : 812236489 : hstate.add_hwi (ptr->x_ix86_incoming_stack_boundary_arg);
10522 : 812236489 : hstate.add_hwi (ptr->x_ix86_preferred_stack_boundary_arg);
10523 : 812236489 : hstate.add_hwi (ptr->x_ix86_regparm);
10524 : 812236489 : hstate.add_hwi (ptr->x_recip_mask);
10525 : 812236489 : hstate.add_hwi (ptr->x_target_flags);
10526 : 812236489 : hstate.add_hwi (ptr->x_ix86_isa_flags);
10527 : 812236489 : hstate.add_hwi (ptr->x_ix86_isa_flags2);
10528 : 812236489 : hstate.add_hwi (ptr->x_ix86_apx_features);
10529 : 812236489 : hstate.add_hwi (ptr->x_flag_fentry);
10530 : 812236489 : hstate.add_hwi (ptr->x_ix86_fpmath);
10531 : 812236489 : hstate.add_hwi (ptr->x_ix86_target_flags);
10532 : 812236489 : hstate.add_hwi (ptr->x_ix86_move_max);
10533 : 812236489 : hstate.add_hwi (ptr->x_ix86_needed);
10534 : 812236489 : hstate.add_hwi (ptr->x_prefer_vector_width_type);
10535 : 812236489 : hstate.add_hwi (ptr->x_ix86_store_max);
10536 : 1624472978 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
10537 : 812236489 : hstate.add_hwi (ptr->explicit_mask[i]);
10538 : 812236489 : hstate.add_hwi (ptr->explicit_mask_target_flags);
10539 : 812236489 : hstate.add_hwi (ptr->explicit_mask_ix86_isa_flags);
10540 : 812236489 : hstate.add_hwi (ptr->explicit_mask_ix86_isa_flags2);
10541 : 812236489 : hstate.add_hwi (ptr->explicit_mask_ix86_target_flags);
10542 : 812236489 : return hstate.end ();
10543 : : }
10544 : :
10545 : : /* Stream out target options */
10546 : : void
10547 : 30733 : cl_target_option_stream_out (struct output_block *ob ATTRIBUTE_UNUSED,
10548 : : struct bitpack_d *bp ATTRIBUTE_UNUSED,
10549 : : struct cl_target_option *ptr ATTRIBUTE_UNUSED)
10550 : : {
10551 : 30733 : bp_pack_string (ob, bp, ptr->x_ix86_arch_string, true);
10552 : 30733 : bp_pack_string (ob, bp, ptr->x_ix86_recip_name, true);
10553 : 30733 : bp_pack_string (ob, bp, ptr->x_ix86_tune_ctrl_string, true);
10554 : 30733 : bp_pack_string (ob, bp, ptr->x_ix86_tune_memcpy_strategy, true);
10555 : 30733 : bp_pack_string (ob, bp, ptr->x_ix86_tune_memset_strategy, true);
10556 : 30733 : bp_pack_string (ob, bp, ptr->x_ix86_tune_string, true);
10557 : 30733 : bp_pack_string (ob, bp, ptr->x_ix86_stack_protector_guard_offset_str, true);
10558 : 30733 : bp_pack_string (ob, bp, ptr->x_ix86_stack_protector_guard_reg_str, true);
10559 : 30733 : bp_pack_string (ob, bp, ptr->x_ix86_stack_protector_guard_symbol_str, true);
10560 : 30733 : bp_pack_value (bp, ptr->x_ix86_isa_flags2_explicit, 64);
10561 : 30733 : bp_pack_value (bp, ptr->x_ix86_isa_flags_explicit, 64);
10562 : 30733 : bp_pack_value (bp, ptr->x_ix86_asm_dialect, 64);
10563 : 30733 : bp_pack_value (bp, ptr->x_ix86_stack_protector_guard, 64);
10564 : 30733 : bp_pack_value (bp, ptr->x_ix86_stringop_alg, 64);
10565 : 30733 : bp_pack_value (bp, ptr->x_ix86_tls_dialect, 64);
10566 : 30733 : bp_pack_value (bp, ptr->x_ix86_branch_cost, 64);
10567 : 30733 : bp_pack_value (bp, ptr->x_ix86_dump_tunes, 64);
10568 : 30733 : bp_pack_value (bp, ptr->x_ix86_force_align_arg_pointer, 64);
10569 : 30733 : bp_pack_value (bp, ptr->x_ix86_force_drap, 64);
10570 : 30733 : bp_pack_value (bp, ptr->x_ix86_section_threshold, 64);
10571 : 30733 : bp_pack_value (bp, ptr->x_ix86_sse2avx, 64);
10572 : 30733 : bp_pack_value (bp, ptr->x_ix86_tune_no_default, 64);
10573 : 30733 : bp_pack_value (bp, ptr->x_recip_mask_explicit, 64);
10574 : 30733 : bp_pack_value (bp, ptr->arch, 64);
10575 : 30733 : bp_pack_value (bp, ptr->arch_specified, 64);
10576 : 30733 : bp_pack_value (bp, ptr->branch_cost, 64);
10577 : 30733 : bp_pack_value (bp, ptr->prefetch_sse, 64);
10578 : 30733 : bp_pack_value (bp, ptr->schedule, 64);
10579 : 30733 : bp_pack_value (bp, ptr->tune, 64);
10580 : 30733 : bp_pack_value (bp, ptr->tune_defaulted, 64);
10581 : 30733 : bp_pack_value (bp, ptr->x_ix86_stack_protector_guard_offset, 64);
10582 : 30733 : bp_pack_value (bp, ptr->x_ix86_stack_protector_guard_reg, 64);
10583 : 30733 : bp_pack_value (bp, ptr->x_ix86_unsafe_math_optimizations, 64);
10584 : 30733 : bp_pack_value (bp, ptr->x_ix86_abi, 64);
10585 : 30733 : bp_pack_value (bp, ptr->x_ix86_cmodel, 64);
10586 : 30733 : bp_pack_value (bp, ptr->x_ix86_excess_precision, 64);
10587 : 30733 : bp_pack_value (bp, ptr->x_ix86_veclibabi_type, 64);
10588 : 30733 : bp_pack_value (bp, ptr->x_ix86_pmode, 64);
10589 : 30733 : bp_pack_value (bp, ptr->x_ix86_incoming_stack_boundary_arg, 64);
10590 : 30733 : bp_pack_value (bp, ptr->x_ix86_preferred_stack_boundary_arg, 64);
10591 : 30733 : bp_pack_value (bp, ptr->x_ix86_regparm, 64);
10592 : 30733 : bp_pack_value (bp, ptr->x_recip_mask, 64);
10593 : 30733 : bp_pack_value (bp, ptr->x_target_flags, 64);
10594 : 30733 : bp_pack_value (bp, ptr->x_ix86_isa_flags, 64);
10595 : 30733 : bp_pack_value (bp, ptr->x_ix86_isa_flags2, 64);
10596 : 30733 : bp_pack_value (bp, ptr->x_ix86_apx_features, 64);
10597 : 30733 : bp_pack_value (bp, ptr->x_flag_fentry, 64);
10598 : 30733 : bp_pack_value (bp, ptr->x_ix86_fpmath, 64);
10599 : 30733 : bp_pack_value (bp, ptr->x_ix86_target_flags, 64);
10600 : 30733 : bp_pack_value (bp, ptr->x_ix86_move_max, 64);
10601 : 30733 : bp_pack_value (bp, ptr->x_ix86_needed, 64);
10602 : 30733 : bp_pack_value (bp, ptr->x_prefer_vector_width_type, 64);
10603 : 30733 : bp_pack_value (bp, ptr->x_ix86_store_max, 64);
10604 : 61466 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
10605 : 30733 : bp_pack_value (bp, ptr->explicit_mask[i], 64);
10606 : 30733 : bp_pack_value (bp, ptr->explicit_mask_target_flags, 64);
10607 : 30733 : bp_pack_value (bp, ptr->explicit_mask_ix86_isa_flags, 64);
10608 : 30733 : bp_pack_value (bp, ptr->explicit_mask_ix86_isa_flags2, 64);
10609 : 30733 : bp_pack_value (bp, ptr->explicit_mask_ix86_target_flags, 64);
10610 : 30733 : }
10611 : :
10612 : : /* Stream in target options */
10613 : : void
10614 : 21410 : cl_target_option_stream_in (struct data_in *data_in ATTRIBUTE_UNUSED,
10615 : : struct bitpack_d *bp ATTRIBUTE_UNUSED,
10616 : : struct cl_target_option *ptr ATTRIBUTE_UNUSED)
10617 : : {
10618 : 21410 : ptr->x_ix86_arch_string = bp_unpack_string (data_in, bp);
10619 : 21410 : if (ptr->x_ix86_arch_string)
10620 : 21410 : ptr->x_ix86_arch_string = xstrdup (ptr->x_ix86_arch_string);
10621 : 21410 : ptr->x_ix86_recip_name = bp_unpack_string (data_in, bp);
10622 : 21410 : if (ptr->x_ix86_recip_name)
10623 : 0 : ptr->x_ix86_recip_name = xstrdup (ptr->x_ix86_recip_name);
10624 : 21410 : ptr->x_ix86_tune_ctrl_string = bp_unpack_string (data_in, bp);
10625 : 21410 : if (ptr->x_ix86_tune_ctrl_string)
10626 : 2 : ptr->x_ix86_tune_ctrl_string = xstrdup (ptr->x_ix86_tune_ctrl_string);
10627 : 21410 : ptr->x_ix86_tune_memcpy_strategy = bp_unpack_string (data_in, bp);
10628 : 21410 : if (ptr->x_ix86_tune_memcpy_strategy)
10629 : 0 : ptr->x_ix86_tune_memcpy_strategy = xstrdup (ptr->x_ix86_tune_memcpy_strategy);
10630 : 21410 : ptr->x_ix86_tune_memset_strategy = bp_unpack_string (data_in, bp);
10631 : 21410 : if (ptr->x_ix86_tune_memset_strategy)
10632 : 0 : ptr->x_ix86_tune_memset_strategy = xstrdup (ptr->x_ix86_tune_memset_strategy);
10633 : 21410 : ptr->x_ix86_tune_string = bp_unpack_string (data_in, bp);
10634 : 21410 : if (ptr->x_ix86_tune_string)
10635 : 21410 : ptr->x_ix86_tune_string = xstrdup (ptr->x_ix86_tune_string);
10636 : 21410 : ptr->x_ix86_stack_protector_guard_offset_str = bp_unpack_string (data_in, bp);
10637 : 21410 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10638 : 0 : ptr->x_ix86_stack_protector_guard_offset_str = xstrdup (ptr->x_ix86_stack_protector_guard_offset_str);
10639 : 21410 : ptr->x_ix86_stack_protector_guard_reg_str = bp_unpack_string (data_in, bp);
10640 : 21410 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10641 : 0 : ptr->x_ix86_stack_protector_guard_reg_str = xstrdup (ptr->x_ix86_stack_protector_guard_reg_str);
10642 : 21410 : ptr->x_ix86_stack_protector_guard_symbol_str = bp_unpack_string (data_in, bp);
10643 : 21410 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10644 : 0 : ptr->x_ix86_stack_protector_guard_symbol_str = xstrdup (ptr->x_ix86_stack_protector_guard_symbol_str);
10645 : 21410 : ptr->x_ix86_isa_flags2_explicit = (HOST_WIDE_INT) bp_unpack_value (bp, 64);
10646 : 21410 : ptr->x_ix86_isa_flags_explicit = (HOST_WIDE_INT) bp_unpack_value (bp, 64);
10647 : 21410 : ptr->x_ix86_asm_dialect = (enum asm_dialect) bp_unpack_value (bp, 64);
10648 : 21410 : ptr->x_ix86_stack_protector_guard = (enum stack_protector_guard) bp_unpack_value (bp, 64);
10649 : 21410 : ptr->x_ix86_stringop_alg = (enum stringop_alg) bp_unpack_value (bp, 64);
10650 : 21410 : ptr->x_ix86_tls_dialect = (enum tls_dialect) bp_unpack_value (bp, 64);
10651 : 21410 : ptr->x_ix86_branch_cost = (int) bp_unpack_value (bp, 64);
10652 : 21410 : ptr->x_ix86_dump_tunes = (int) bp_unpack_value (bp, 64);
10653 : 21410 : ptr->x_ix86_force_align_arg_pointer = (int) bp_unpack_value (bp, 64);
10654 : 21410 : ptr->x_ix86_force_drap = (int) bp_unpack_value (bp, 64);
10655 : 21410 : ptr->x_ix86_section_threshold = (int) bp_unpack_value (bp, 64);
10656 : 21410 : ptr->x_ix86_sse2avx = (int) bp_unpack_value (bp, 64);
10657 : 21410 : ptr->x_ix86_tune_no_default = (int) bp_unpack_value (bp, 64);
10658 : 21410 : ptr->x_recip_mask_explicit = (int) bp_unpack_value (bp, 64);
10659 : 21410 : ptr->arch = (unsigned char) bp_unpack_value (bp, 64);
10660 : 21410 : ptr->arch_specified = (unsigned char) bp_unpack_value (bp, 64);
10661 : 21410 : ptr->branch_cost = (unsigned char) bp_unpack_value (bp, 64);
10662 : 21410 : ptr->prefetch_sse = (unsigned char) bp_unpack_value (bp, 64);
10663 : 21410 : ptr->schedule = (unsigned char) bp_unpack_value (bp, 64);
10664 : 21410 : ptr->tune = (unsigned char) bp_unpack_value (bp, 64);
10665 : 21410 : ptr->tune_defaulted = (unsigned char) bp_unpack_value (bp, 64);
10666 : 21410 : ptr->x_ix86_stack_protector_guard_offset = (HOST_WIDE_INT) bp_unpack_value (bp, 64);
10667 : 21410 : ptr->x_ix86_stack_protector_guard_reg = (addr_space_t) bp_unpack_value (bp, 64);
10668 : 21410 : ptr->x_ix86_unsafe_math_optimizations = (bool) bp_unpack_value (bp, 64);
10669 : 21410 : ptr->x_ix86_abi = (enum calling_abi) bp_unpack_value (bp, 64);
10670 : 21410 : ptr->x_ix86_cmodel = (enum cmodel) bp_unpack_value (bp, 64);
10671 : 21410 : ptr->x_ix86_excess_precision = (enum excess_precision) bp_unpack_value (bp, 64);
10672 : 21410 : ptr->x_ix86_veclibabi_type = (enum ix86_veclibabi) bp_unpack_value (bp, 64);
10673 : 21410 : ptr->x_ix86_pmode = (enum pmode) bp_unpack_value (bp, 64);
10674 : 21410 : ptr->x_ix86_incoming_stack_boundary_arg = (int) bp_unpack_value (bp, 64);
10675 : 21410 : ptr->x_ix86_preferred_stack_boundary_arg = (int) bp_unpack_value (bp, 64);
10676 : 21410 : ptr->x_ix86_regparm = (int) bp_unpack_value (bp, 64);
10677 : 21410 : ptr->x_recip_mask = (int) bp_unpack_value (bp, 64);
10678 : 21410 : ptr->x_target_flags = (/* - */ int ) bp_unpack_value (bp, 64);
10679 : 21410 : ptr->x_ix86_isa_flags = (HOST_WIDE_INT ) bp_unpack_value (bp, 64);
10680 : 21410 : ptr->x_ix86_isa_flags2 = (HOST_WIDE_INT ) bp_unpack_value (bp, 64);
10681 : 21410 : ptr->x_ix86_apx_features = (int ) bp_unpack_value (bp, 64);
10682 : 21410 : ptr->x_flag_fentry = (signed char ) bp_unpack_value (bp, 64);
10683 : 21410 : ptr->x_ix86_fpmath = (enum fpmath_unit ) bp_unpack_value (bp, 64);
10684 : 21410 : ptr->x_ix86_target_flags = (/* - */ int ) bp_unpack_value (bp, 64);
10685 : 21410 : ptr->x_ix86_move_max = (enum prefer_vector_width ) bp_unpack_value (bp, 64);
10686 : 21410 : ptr->x_ix86_needed = (signed char ) bp_unpack_value (bp, 64);
10687 : 21410 : ptr->x_prefer_vector_width_type = (enum prefer_vector_width ) bp_unpack_value (bp, 64);
10688 : 21410 : ptr->x_ix86_store_max = (enum prefer_vector_width ) bp_unpack_value (bp, 64);
10689 : 42820 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
10690 : 21410 : ptr->explicit_mask[i] = bp_unpack_value (bp, 64);
10691 : 21410 : ptr->explicit_mask_target_flags = bp_unpack_value (bp, 64);
10692 : 21410 : ptr->explicit_mask_ix86_isa_flags = bp_unpack_value (bp, 64);
10693 : 21410 : ptr->explicit_mask_ix86_isa_flags2 = bp_unpack_value (bp, 64);
10694 : 21410 : ptr->explicit_mask_ix86_target_flags = bp_unpack_value (bp, 64);
10695 : 21410 : }
10696 : : /* free heap memory used by target options */
10697 : : void
10698 : 878 : cl_target_option_free (struct cl_target_option *ptr ATTRIBUTE_UNUSED)
10699 : : {
10700 : 878 : if (ptr->x_ix86_arch_string)
10701 : 878 : free (const_cast <char *>(ptr->x_ix86_arch_string));
10702 : 878 : if (ptr->x_ix86_recip_name)
10703 : 0 : free (const_cast <char *>(ptr->x_ix86_recip_name));
10704 : 878 : if (ptr->x_ix86_tune_ctrl_string)
10705 : 0 : free (const_cast <char *>(ptr->x_ix86_tune_ctrl_string));
10706 : 878 : if (ptr->x_ix86_tune_memcpy_strategy)
10707 : 0 : free (const_cast <char *>(ptr->x_ix86_tune_memcpy_strategy));
10708 : 878 : if (ptr->x_ix86_tune_memset_strategy)
10709 : 0 : free (const_cast <char *>(ptr->x_ix86_tune_memset_strategy));
10710 : 878 : if (ptr->x_ix86_tune_string)
10711 : 878 : free (const_cast <char *>(ptr->x_ix86_tune_string));
10712 : 878 : if (ptr->x_ix86_stack_protector_guard_offset_str)
10713 : 0 : free (const_cast <char *>(ptr->x_ix86_stack_protector_guard_offset_str));
10714 : 878 : if (ptr->x_ix86_stack_protector_guard_reg_str)
10715 : 0 : free (const_cast <char *>(ptr->x_ix86_stack_protector_guard_reg_str));
10716 : 878 : if (ptr->x_ix86_stack_protector_guard_symbol_str)
10717 : 0 : free (const_cast <char *>(ptr->x_ix86_stack_protector_guard_symbol_str));
10718 : 878 : }
10719 : :
10720 : : /* Hash optimization options */
10721 : : hashval_t
10722 : 96708215 : cl_optimization_hash (struct cl_optimization const *ptr ATTRIBUTE_UNUSED)
10723 : : {
10724 : 96708215 : inchash::hash hstate;
10725 : 96708215 : hstate.add_hwi (ptr->x_optimize);
10726 : 96708215 : hstate.add_hwi (ptr->x_optimize_size);
10727 : 96708215 : hstate.add_hwi (ptr->x_optimize_debug);
10728 : 96708215 : hstate.add_hwi (ptr->x_optimize_fast);
10729 : 96708215 : hstate.add_hwi (ptr->x_param_align_loop_iterations);
10730 : 96708215 : hstate.add_hwi (ptr->x_param_align_threshold);
10731 : 96708215 : hstate.add_hwi (ptr->x_param_asan_protect_allocas);
10732 : 96708215 : hstate.add_hwi (ptr->x_param_asan_instrument_reads);
10733 : 96708215 : hstate.add_hwi (ptr->x_param_asan_instrument_writes);
10734 : 96708215 : hstate.add_hwi (ptr->x_param_asan_instrumentation_with_call_threshold);
10735 : 96708215 : hstate.add_hwi (ptr->x_param_asan_kernel_mem_intrinsic_prefix);
10736 : 96708215 : hstate.add_hwi (ptr->x_param_asan_memintrin);
10737 : 96708215 : hstate.add_hwi (ptr->x_param_asan_stack);
10738 : 96708215 : hstate.add_hwi (ptr->x_param_asan_use_after_return);
10739 : 96708215 : hstate.add_hwi (ptr->x_param_avg_loop_niter);
10740 : 96708215 : hstate.add_hwi (ptr->x_param_avoid_fma_max_bits);
10741 : 96708215 : hstate.add_hwi (ptr->x_param_builtin_expect_probability);
10742 : 96708215 : hstate.add_hwi (ptr->x_param_builtin_string_cmp_inline_length);
10743 : 96708215 : hstate.add_hwi (ptr->x_param_case_values_threshold);
10744 : 96708215 : hstate.add_hwi (ptr->x_param_comdat_sharing_probability);
10745 : 96708215 : hstate.add_hwi (ptr->x_param_construct_interfere_size);
10746 : 96708215 : hstate.add_hwi (ptr->x_param_cycle_accurate_model);
10747 : 96708215 : hstate.add_hwi (ptr->x_param_destruct_interfere_size);
10748 : 96708215 : hstate.add_hwi (ptr->x_param_dse_max_alias_queries_per_store);
10749 : 96708215 : hstate.add_hwi (ptr->x_param_dse_max_object_size);
10750 : 96708215 : hstate.add_hwi (ptr->x_param_early_inlining_insns);
10751 : 96708215 : hstate.add_hwi (ptr->x_param_fsm_scale_path_stmts);
10752 : 96708215 : hstate.add_hwi (ptr->x_param_fully_pipelined_fma);
10753 : 96708215 : hstate.add_hwi (ptr->x_param_gcse_after_reload_critical_fraction);
10754 : 96708215 : hstate.add_hwi (ptr->x_param_gcse_after_reload_partial_fraction);
10755 : 96708215 : hstate.add_hwi (ptr->x_param_gcse_cost_distance_ratio);
10756 : 96708215 : hstate.add_hwi (ptr->x_param_gcse_unrestricted_cost);
10757 : 96708215 : hstate.add_hwi (ptr->x_param_graphite_max_arrays_per_scop);
10758 : 96708215 : hstate.add_hwi (ptr->x_param_graphite_max_nb_scop_params);
10759 : 96708215 : hstate.add_hwi (ptr->x_param_hardcfr_max_blocks);
10760 : 96708215 : hstate.add_hwi (ptr->x_param_hardcfr_max_inline_blocks);
10761 : 96708215 : hstate.add_hwi (ptr->x_param_hwasan_instrument_allocas);
10762 : 96708215 : hstate.add_hwi (ptr->x_param_hwasan_instrument_mem_intrinsics);
10763 : 96708215 : hstate.add_hwi (ptr->x_param_hwasan_instrument_reads);
10764 : 96708215 : hstate.add_hwi (ptr->x_param_hwasan_instrument_stack);
10765 : 96708215 : hstate.add_hwi (ptr->x_param_hwasan_instrument_writes);
10766 : 96708215 : hstate.add_hwi (ptr->x_param_hwasan_random_frame_tag);
10767 : 96708215 : hstate.add_hwi (ptr->x_param_inline_heuristics_hint_percent);
10768 : 96708215 : hstate.add_hwi (ptr->x_param_inline_min_speedup);
10769 : 96708215 : hstate.add_hwi (ptr->x_param_inline_unit_growth);
10770 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_eval_threshold);
10771 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_large_unit_insns);
10772 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_loop_hint_bonus);
10773 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_max_recursive_depth);
10774 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_min_recursive_probability);
10775 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_recursion_penalty);
10776 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_recursive_freq_factor);
10777 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_single_call_penalty);
10778 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_unit_growth);
10779 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_cp_value_list_size);
10780 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_jump_function_lookups);
10781 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_max_aa_steps);
10782 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_max_agg_items);
10783 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_max_loop_predicates);
10784 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_max_param_expr_ops);
10785 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_max_switch_predicate_bounds);
10786 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_sra_deref_prob_threshold);
10787 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_sra_max_replacements);
10788 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_sra_ptr_growth_factor);
10789 : 96708215 : hstate.add_hwi (ptr->x_param_ipa_sra_ptrwrap_growth_factor);
10790 : 96708215 : hstate.add_hwi (ptr->x_param_ira_consider_dup_in_all_alts);
10791 : 96708215 : hstate.add_hwi (ptr->x_param_ira_loop_reserved_regs);
10792 : 96708215 : hstate.add_hwi (ptr->x_param_ira_max_conflict_table_size);
10793 : 96708215 : hstate.add_hwi (ptr->x_param_ira_max_loops_num);
10794 : 96708215 : hstate.add_hwi (ptr->x_param_ira_simple_lra_insn_threshold);
10795 : 96708215 : hstate.add_hwi (ptr->x_param_iv_always_prune_cand_set_bound);
10796 : 96708215 : hstate.add_hwi (ptr->x_param_iv_consider_all_candidates_bound);
10797 : 96708215 : hstate.add_hwi (ptr->x_param_iv_max_considered_uses);
10798 : 96708215 : hstate.add_hwi (ptr->x_param_jump_table_max_growth_ratio_for_size);
10799 : 96708215 : hstate.add_hwi (ptr->x_param_jump_table_max_growth_ratio_for_speed);
10800 : 96708215 : hstate.add_hwi (ptr->x_param_l1_cache_line_size);
10801 : 96708215 : hstate.add_hwi (ptr->x_param_l1_cache_size);
10802 : 96708215 : hstate.add_hwi (ptr->x_param_l2_cache_size);
10803 : 96708215 : hstate.add_hwi (ptr->x_param_large_function_growth);
10804 : 96708215 : hstate.add_hwi (ptr->x_param_large_function_insns);
10805 : 96708215 : hstate.add_hwi (ptr->x_param_stack_frame_growth);
10806 : 96708215 : hstate.add_hwi (ptr->x_param_large_stack_frame);
10807 : 96708215 : hstate.add_hwi (ptr->x_param_large_unit_insns);
10808 : 96708215 : hstate.add_hwi (ptr->x_param_lim_expensive);
10809 : 96708215 : hstate.add_hwi (ptr->x_param_loop_block_tile_size);
10810 : 96708215 : hstate.add_hwi (ptr->x_param_loop_interchange_max_num_stmts);
10811 : 96708215 : hstate.add_hwi (ptr->x_param_loop_interchange_stride_ratio);
10812 : 96708215 : hstate.add_hwi (ptr->x_param_loop_invariant_max_bbs_in_loop);
10813 : 96708215 : hstate.add_hwi (ptr->x_param_loop_max_datarefs_for_datadeps);
10814 : 96708215 : hstate.add_hwi (ptr->x_param_loop_versioning_max_inner_insns);
10815 : 96708215 : hstate.add_hwi (ptr->x_param_loop_versioning_max_outer_insns);
10816 : 96708215 : hstate.add_hwi (ptr->x_param_lra_inheritance_ebb_probability_cutoff);
10817 : 96708215 : hstate.add_hwi (ptr->x_param_lra_max_considered_reload_pseudos);
10818 : 96708215 : hstate.add_hwi (ptr->x_flag_lto_locality_cloning);
10819 : 96708215 : hstate.add_hwi (ptr->x_param_lto_locality_frequency);
10820 : 96708215 : hstate.add_hwi (ptr->x_param_lto_locality_size);
10821 : 96708215 : hstate.add_hwi (ptr->x_param_max_average_unrolled_insns);
10822 : 96708215 : hstate.add_hwi (ptr->x_param_max_combine_insns);
10823 : 96708215 : hstate.add_hwi (ptr->x_param_max_combine_search_insns);
10824 : 96708215 : hstate.add_hwi (ptr->x_param_max_unroll_iterations);
10825 : 96708215 : hstate.add_hwi (ptr->x_param_max_completely_peel_times);
10826 : 96708215 : hstate.add_hwi (ptr->x_param_max_completely_peeled_insns);
10827 : 96708215 : hstate.add_hwi (ptr->x_param_max_crossjump_edges);
10828 : 96708215 : hstate.add_hwi (ptr->x_param_max_cse_insns);
10829 : 96708215 : hstate.add_hwi (ptr->x_param_max_cse_path_length);
10830 : 96708215 : hstate.add_hwi (ptr->x_param_max_cselib_memory_locations);
10831 : 96708215 : hstate.add_hwi (ptr->x_param_max_debug_marker_count);
10832 : 96708215 : hstate.add_hwi (ptr->x_param_max_delay_slot_insn_search);
10833 : 96708215 : hstate.add_hwi (ptr->x_param_max_delay_slot_live_search);
10834 : 96708215 : hstate.add_hwi (ptr->x_param_max_dse_active_local_stores);
10835 : 96708215 : hstate.add_hwi (ptr->x_param_early_inliner_max_iterations);
10836 : 96708215 : hstate.add_hwi (ptr->x_param_max_find_base_term_values);
10837 : 96708215 : hstate.add_hwi (ptr->x_param_max_fsm_thread_path_insns);
10838 : 96708215 : hstate.add_hwi (ptr->x_param_max_gcse_insertion_ratio);
10839 : 96708215 : hstate.add_hwi (ptr->x_param_max_gcse_memory);
10840 : 96708215 : hstate.add_hwi (ptr->x_param_max_goto_duplication_insns);
10841 : 96708215 : hstate.add_hwi (ptr->x_param_max_grow_copy_bb_insns);
10842 : 96708215 : hstate.add_hwi (ptr->x_param_max_hoist_depth);
10843 : 96708215 : hstate.add_hwi (ptr->x_param_inline_functions_called_once_insns);
10844 : 96708215 : hstate.add_hwi (ptr->x_param_inline_functions_called_once_loop_depth);
10845 : 96708215 : hstate.add_hwi (ptr->x_param_max_inline_insns_auto);
10846 : 96708215 : hstate.add_hwi (ptr->x_param_max_inline_insns_recursive_auto);
10847 : 96708215 : hstate.add_hwi (ptr->x_param_max_inline_insns_recursive);
10848 : 96708215 : hstate.add_hwi (ptr->x_param_max_inline_insns_single);
10849 : 96708215 : hstate.add_hwi (ptr->x_param_max_inline_insns_size);
10850 : 96708215 : hstate.add_hwi (ptr->x_param_max_inline_insns_small);
10851 : 96708215 : hstate.add_hwi (ptr->x_param_max_inline_recursive_depth_auto);
10852 : 96708215 : hstate.add_hwi (ptr->x_param_max_inline_recursive_depth);
10853 : 96708215 : hstate.add_hwi (ptr->x_param_max_isl_operations);
10854 : 96708215 : hstate.add_hwi (ptr->x_param_max_iterations_computation_cost);
10855 : 96708215 : hstate.add_hwi (ptr->x_param_max_iterations_to_track);
10856 : 96708215 : hstate.add_hwi (ptr->x_param_max_jump_thread_duplication_stmts);
10857 : 96708215 : hstate.add_hwi (ptr->x_param_max_jump_thread_paths);
10858 : 96708215 : hstate.add_hwi (ptr->x_param_max_last_value_rtl);
10859 : 96708215 : hstate.add_hwi (ptr->x_param_max_loop_header_insns);
10860 : 96708215 : hstate.add_hwi (ptr->x_param_max_modulo_backtrack_attempts);
10861 : 96708215 : hstate.add_hwi (ptr->x_param_max_partial_antic_length);
10862 : 96708215 : hstate.add_hwi (ptr->x_param_max_peel_branches);
10863 : 96708215 : hstate.add_hwi (ptr->x_param_max_peel_times);
10864 : 96708215 : hstate.add_hwi (ptr->x_param_max_peeled_insns);
10865 : 96708215 : hstate.add_hwi (ptr->x_param_max_pending_list_length);
10866 : 96708215 : hstate.add_hwi (ptr->x_param_max_pipeline_region_blocks);
10867 : 96708215 : hstate.add_hwi (ptr->x_param_max_pipeline_region_insns);
10868 : 96708215 : hstate.add_hwi (ptr->x_param_max_pow_sqrt_depth);
10869 : 96708215 : hstate.add_hwi (ptr->x_param_max_predicted_iterations);
10870 : 96708215 : hstate.add_hwi (ptr->x_param_max_reload_search_insns);
10871 : 96708215 : hstate.add_hwi (ptr->x_param_max_rtl_if_conversion_insns);
10872 : 96708215 : hstate.add_hwi (ptr->x_param_max_rtl_if_conversion_predictable_cost);
10873 : 96708215 : hstate.add_hwi (ptr->x_param_max_rtl_if_conversion_unpredictable_cost);
10874 : 96708215 : hstate.add_hwi (ptr->x_param_max_sched_extend_regions_iters);
10875 : 96708215 : hstate.add_hwi (ptr->x_param_max_sched_insn_conflict_delay);
10876 : 96708215 : hstate.add_hwi (ptr->x_param_max_sched_ready_insns);
10877 : 96708215 : hstate.add_hwi (ptr->x_param_max_sched_region_blocks);
10878 : 96708215 : hstate.add_hwi (ptr->x_param_max_sched_region_insns);
10879 : 96708215 : hstate.add_hwi (ptr->x_param_max_slsr_candidate_scan);
10880 : 96708215 : hstate.add_hwi (ptr->x_param_max_speculative_devirt_maydefs);
10881 : 96708215 : hstate.add_hwi (ptr->x_param_max_stores_to_merge);
10882 : 96708215 : hstate.add_hwi (ptr->x_param_max_stores_to_sink);
10883 : 96708215 : hstate.add_hwi (ptr->x_param_max_tail_merge_comparisons);
10884 : 96708215 : hstate.add_hwi (ptr->x_param_max_tail_merge_iterations);
10885 : 96708215 : hstate.add_hwi (ptr->x_param_max_tracked_strlens);
10886 : 96708215 : hstate.add_hwi (ptr->x_param_max_tree_if_conversion_phi_args);
10887 : 96708215 : hstate.add_hwi (ptr->x_param_max_unroll_times);
10888 : 96708215 : hstate.add_hwi (ptr->x_param_max_unrolled_insns);
10889 : 96708215 : hstate.add_hwi (ptr->x_param_max_unswitch_depth);
10890 : 96708215 : hstate.add_hwi (ptr->x_param_max_unswitch_insns);
10891 : 96708215 : hstate.add_hwi (ptr->x_param_max_variable_expansions);
10892 : 96708215 : hstate.add_hwi (ptr->x_param_max_vartrack_expr_depth);
10893 : 96708215 : hstate.add_hwi (ptr->x_param_max_vartrack_reverse_op_size);
10894 : 96708215 : hstate.add_hwi (ptr->x_param_max_vartrack_size);
10895 : 96708215 : hstate.add_hwi (ptr->x_param_min_crossjump_insns);
10896 : 96708215 : hstate.add_hwi (ptr->x_param_min_inline_recursive_probability);
10897 : 96708215 : hstate.add_hwi (ptr->x_param_min_insn_to_prefetch_ratio);
10898 : 96708215 : hstate.add_hwi (ptr->x_param_min_loop_cond_split_prob);
10899 : 96708215 : hstate.add_hwi (ptr->x_param_min_pagesize);
10900 : 96708215 : hstate.add_hwi (ptr->x_param_min_size_for_stack_sharing);
10901 : 96708215 : hstate.add_hwi (ptr->x_param_min_spec_prob);
10902 : 96708215 : hstate.add_hwi (ptr->x_param_min_vect_loop_bound);
10903 : 96708215 : hstate.add_hwi (ptr->x_param_modref_max_accesses);
10904 : 96708215 : hstate.add_hwi (ptr->x_param_modref_max_adjustments);
10905 : 96708215 : hstate.add_hwi (ptr->x_param_modref_max_bases);
10906 : 96708215 : hstate.add_hwi (ptr->x_param_modref_max_depth);
10907 : 96708215 : hstate.add_hwi (ptr->x_param_modref_max_escape_points);
10908 : 96708215 : hstate.add_hwi (ptr->x_param_modref_max_refs);
10909 : 96708215 : hstate.add_hwi (ptr->x_param_modref_max_tests);
10910 : 96708215 : hstate.add_hwi (ptr->x_param_parloops_chunk_size);
10911 : 96708215 : hstate.add_hwi (ptr->x_param_parloops_min_per_thread);
10912 : 96708215 : hstate.add_hwi (ptr->x_param_parloops_schedule);
10913 : 96708215 : hstate.add_hwi (ptr->x_param_partial_inlining_entry_probability);
10914 : 96708215 : hstate.add_hwi (ptr->x_param_phiopt_factor_max_stmts_live);
10915 : 96708215 : hstate.add_hwi (ptr->x_param_predictable_branch_outcome);
10916 : 96708215 : hstate.add_hwi (ptr->x_param_prefetch_dynamic_strides);
10917 : 96708215 : hstate.add_hwi (ptr->x_param_prefetch_latency);
10918 : 96708215 : hstate.add_hwi (ptr->x_param_prefetch_min_insn_to_mem_ratio);
10919 : 96708215 : hstate.add_hwi (ptr->x_param_prefetch_minimum_stride);
10920 : 96708215 : hstate.add_hwi (ptr->x_param_ranger_debug);
10921 : 96708215 : hstate.add_hwi (ptr->x_param_ranger_logical_depth);
10922 : 96708215 : hstate.add_hwi (ptr->x_param_ranger_recompute_depth);
10923 : 96708215 : hstate.add_hwi (ptr->x_param_relation_block_limit);
10924 : 96708215 : hstate.add_hwi (ptr->x_param_rpo_vn_max_loop_depth);
10925 : 96708215 : hstate.add_hwi (ptr->x_param_sccvn_max_alias_queries_per_access);
10926 : 96708215 : hstate.add_hwi (ptr->x_param_scev_max_expr_complexity);
10927 : 96708215 : hstate.add_hwi (ptr->x_param_scev_max_expr_size);
10928 : 96708215 : hstate.add_hwi (ptr->x_param_sched_autopref_queue_depth);
10929 : 96708215 : hstate.add_hwi (ptr->x_param_sched_mem_true_dep_cost);
10930 : 96708215 : hstate.add_hwi (ptr->x_param_sched_pressure_algorithm);
10931 : 96708215 : hstate.add_hwi (ptr->x_param_sched_spec_prob_cutoff);
10932 : 96708215 : hstate.add_hwi (ptr->x_param_sched_state_edge_prob_cutoff);
10933 : 96708215 : hstate.add_hwi (ptr->x_param_selsched_insns_to_rename);
10934 : 96708215 : hstate.add_hwi (ptr->x_param_selsched_max_lookahead);
10935 : 96708215 : hstate.add_hwi (ptr->x_param_selsched_max_sched_times);
10936 : 96708215 : hstate.add_hwi (ptr->x_param_simultaneous_prefetches);
10937 : 96708215 : hstate.add_hwi (ptr->x_param_sink_frequency_threshold);
10938 : 96708215 : hstate.add_hwi (ptr->x_param_sms_dfa_history);
10939 : 96708215 : hstate.add_hwi (ptr->x_param_sms_loop_average_count_threshold);
10940 : 96708215 : hstate.add_hwi (ptr->x_param_sms_max_ii_factor);
10941 : 96708215 : hstate.add_hwi (ptr->x_param_sms_min_sc);
10942 : 96708215 : hstate.add_hwi (ptr->x_param_sra_max_propagations);
10943 : 96708215 : hstate.add_hwi (ptr->x_param_sra_max_scalarization_size_size);
10944 : 96708215 : hstate.add_hwi (ptr->x_param_sra_max_scalarization_size_speed);
10945 : 96708215 : hstate.add_hwi (ptr->x_param_ssa_name_def_chain_limit);
10946 : 96708215 : hstate.add_hwi (ptr->x_param_ssp_buffer_size);
10947 : 96708215 : hstate.add_hwi (ptr->x_param_stack_clash_protection_guard_size);
10948 : 96708215 : hstate.add_hwi (ptr->x_param_stack_clash_protection_probe_interval);
10949 : 96708215 : hstate.add_hwi (ptr->x_param_store_forwarding_max_distance);
10950 : 96708215 : hstate.add_hwi (ptr->x_param_store_merging_allow_unaligned);
10951 : 96708215 : hstate.add_hwi (ptr->x_param_store_merging_max_size);
10952 : 96708215 : hstate.add_hwi (ptr->x_param_switch_conversion_branch_ratio);
10953 : 96708215 : hstate.add_hwi (ptr->x_param_switch_lower_slow_alg_max_cases);
10954 : 96708215 : hstate.add_hwi (ptr->x_param_threader_debug);
10955 : 96708215 : hstate.add_hwi (ptr->x_param_tm_max_aggregate_size);
10956 : 96708215 : hstate.add_hwi (ptr->x_param_tracer_dynamic_coverage_feedback);
10957 : 96708215 : hstate.add_hwi (ptr->x_param_tracer_dynamic_coverage);
10958 : 96708215 : hstate.add_hwi (ptr->x_param_tracer_max_code_growth);
10959 : 96708215 : hstate.add_hwi (ptr->x_param_tracer_min_branch_probability_feedback);
10960 : 96708215 : hstate.add_hwi (ptr->x_param_tracer_min_branch_probability);
10961 : 96708215 : hstate.add_hwi (ptr->x_param_tracer_min_branch_ratio);
10962 : 96708215 : hstate.add_hwi (ptr->x_param_transitive_relations_work_bound);
10963 : 96708215 : hstate.add_hwi (ptr->x_param_tree_reassoc_width);
10964 : 96708215 : hstate.add_hwi (ptr->x_param_uninit_control_dep_attempts);
10965 : 96708215 : hstate.add_hwi (ptr->x_param_uninit_max_chain_len);
10966 : 96708215 : hstate.add_hwi (ptr->x_param_uninit_max_num_chains);
10967 : 96708215 : hstate.add_hwi (ptr->x_param_uninit_max_prune_work);
10968 : 96708215 : hstate.add_hwi (ptr->x_param_uninlined_function_insns);
10969 : 96708215 : hstate.add_hwi (ptr->x_param_uninlined_function_time);
10970 : 96708215 : hstate.add_hwi (ptr->x_param_uninlined_function_thunk_insns);
10971 : 96708215 : hstate.add_hwi (ptr->x_param_uninlined_function_thunk_time);
10972 : 96708215 : hstate.add_hwi (ptr->x_param_unlikely_bb_count_fraction);
10973 : 96708215 : hstate.add_hwi (ptr->x_param_unroll_jam_max_unroll);
10974 : 96708215 : hstate.add_hwi (ptr->x_param_unroll_jam_min_percent);
10975 : 96708215 : hstate.add_hwi (ptr->x_param_use_after_scope_direct_emission_threshold);
10976 : 96708215 : hstate.add_hwi (ptr->x_param_vect_epilogues_nomask);
10977 : 96708215 : hstate.add_hwi (ptr->x_param_vect_induction_float);
10978 : 96708215 : hstate.add_hwi (ptr->x_param_vect_inner_loop_cost_factor);
10979 : 96708215 : hstate.add_hwi (ptr->x_param_vect_max_layout_candidates);
10980 : 96708215 : hstate.add_hwi (ptr->x_param_vect_max_peeling_for_alignment);
10981 : 96708215 : hstate.add_hwi (ptr->x_param_vect_max_version_for_alias_checks);
10982 : 96708215 : hstate.add_hwi (ptr->x_param_vect_max_version_for_alignment_checks);
10983 : 96708215 : hstate.add_hwi (ptr->x_param_vect_partial_vector_usage);
10984 : 96708215 : hstate.add_hwi (ptr->x_param_vect_scalar_cost_multiplier);
10985 : 96708215 : hstate.add_hwi (ptr->x_param_vrp_block_limit);
10986 : 96708215 : hstate.add_hwi (ptr->x_param_vrp_sparse_threshold);
10987 : 96708215 : hstate.add_hwi (ptr->x_param_vrp_switch_limit);
10988 : 96708215 : hstate.add_hwi (ptr->x_param_vrp_vector_threshold);
10989 : 96708215 : hstate.add_hwi (ptr->x_warn_inline);
10990 : 96708215 : hstate.add_hwi (ptr->x_flag_aggressive_loop_optimizations);
10991 : 96708215 : hstate.add_hwi (ptr->x_flag_align_functions);
10992 : 96708215 : if (ptr->x_str_align_functions)
10993 : 88700807 : hstate.add (ptr->x_str_align_functions, strlen (ptr->x_str_align_functions));
10994 : : else
10995 : 8007408 : hstate.add_int (0);
10996 : 96708215 : hstate.add_hwi (ptr->x_flag_align_jumps);
10997 : 96708215 : if (ptr->x_str_align_jumps)
10998 : 88700807 : hstate.add (ptr->x_str_align_jumps, strlen (ptr->x_str_align_jumps));
10999 : : else
11000 : 8007408 : hstate.add_int (0);
11001 : 96708215 : hstate.add_hwi (ptr->x_flag_align_labels);
11002 : 96708215 : if (ptr->x_str_align_labels)
11003 : 88700808 : hstate.add (ptr->x_str_align_labels, strlen (ptr->x_str_align_labels));
11004 : : else
11005 : 8007407 : hstate.add_int (0);
11006 : 96708215 : hstate.add_hwi (ptr->x_flag_align_loops);
11007 : 96708215 : if (ptr->x_str_align_loops)
11008 : 88700807 : hstate.add (ptr->x_str_align_loops, strlen (ptr->x_str_align_loops));
11009 : : else
11010 : 8007408 : hstate.add_int (0);
11011 : 96708215 : hstate.add_hwi (ptr->x_flag_allocation_dce);
11012 : 96708215 : hstate.add_hwi (ptr->x_flag_store_data_races);
11013 : 96708215 : hstate.add_hwi (ptr->x_flag_associative_math);
11014 : 96708215 : hstate.add_hwi (ptr->x_flag_assume_sane_operators_new_delete);
11015 : 96708215 : hstate.add_hwi (ptr->x_flag_asynchronous_unwind_tables);
11016 : 96708215 : hstate.add_hwi (ptr->x_flag_auto_inc_dec);
11017 : 96708215 : hstate.add_hwi (ptr->x_flag_auto_profile_inlining);
11018 : 96708215 : hstate.add_hwi (ptr->x_flag_avoid_store_forwarding);
11019 : 96708215 : hstate.add_hwi (ptr->x_flag_bit_tests);
11020 : 96708215 : hstate.add_hwi (ptr->x_flag_branch_on_count_reg);
11021 : 96708215 : hstate.add_hwi (ptr->x_flag_branch_probabilities);
11022 : 96708215 : hstate.add_hwi (ptr->x_flag_caller_saves);
11023 : 96708215 : hstate.add_hwi (ptr->x_flag_code_hoisting);
11024 : 96708215 : hstate.add_hwi (ptr->x_flag_combine_stack_adjustments);
11025 : 96708215 : hstate.add_hwi (ptr->x_flag_compare_elim_after_reload);
11026 : 96708215 : hstate.add_hwi (ptr->x_flag_conserve_stack);
11027 : 96708215 : hstate.add_hwi (ptr->x_flag_cprop_registers);
11028 : 96708215 : hstate.add_hwi (ptr->x_flag_crossjumping);
11029 : 96708215 : hstate.add_hwi (ptr->x_flag_cse_follow_jumps);
11030 : 96708215 : hstate.add_hwi (ptr->x_flag_complex_method);
11031 : 96708215 : hstate.add_hwi (ptr->x_flag_dce);
11032 : 96708215 : hstate.add_hwi (ptr->x_flag_defer_pop);
11033 : 96708215 : hstate.add_hwi (ptr->x_flag_delayed_branch);
11034 : 96708215 : hstate.add_hwi (ptr->x_flag_delete_dead_exceptions);
11035 : 96708215 : hstate.add_hwi (ptr->x_flag_delete_null_pointer_checks);
11036 : 96708215 : hstate.add_hwi (ptr->x_flag_dep_fusion);
11037 : 96708215 : hstate.add_hwi (ptr->x_flag_devirtualize);
11038 : 96708215 : hstate.add_hwi (ptr->x_flag_devirtualize_speculatively);
11039 : 96708215 : hstate.add_hwi (ptr->x_flag_dse);
11040 : 96708215 : hstate.add_hwi (ptr->x_flag_early_inlining);
11041 : 96708215 : hstate.add_hwi (ptr->x_flag_exceptions);
11042 : 96708215 : hstate.add_hwi (ptr->x_flag_excess_precision);
11043 : 96708215 : hstate.add_hwi (ptr->x_flag_expensive_optimizations);
11044 : 96708215 : hstate.add_hwi (ptr->x_flag_ext_dce);
11045 : 96708215 : hstate.add_hwi (ptr->x_flag_finite_loops);
11046 : 96708215 : hstate.add_hwi (ptr->x_flag_finite_math_only);
11047 : 96708215 : hstate.add_hwi (ptr->x_flag_float_store);
11048 : 96708215 : hstate.add_hwi (ptr->x_flag_fold_mem_offsets);
11049 : 96708215 : hstate.add_hwi (ptr->x_flag_fold_simple_inlines);
11050 : 96708215 : hstate.add_hwi (ptr->x_flag_forward_propagate);
11051 : 96708215 : hstate.add_hwi (ptr->x_flag_fp_contract_mode);
11052 : 96708215 : hstate.add_hwi (ptr->x_flag_fp_int_builtin_inexact);
11053 : 96708215 : hstate.add_hwi (ptr->x_flag_no_function_cse);
11054 : 96708215 : hstate.add_hwi (ptr->x_flag_gcse);
11055 : 96708215 : hstate.add_hwi (ptr->x_flag_gcse_after_reload);
11056 : 96708215 : hstate.add_hwi (ptr->x_flag_gcse_las);
11057 : 96708215 : hstate.add_hwi (ptr->x_flag_gcse_lm);
11058 : 96708215 : hstate.add_hwi (ptr->x_flag_gcse_sm);
11059 : 96708215 : hstate.add_hwi (ptr->x_flag_graphite);
11060 : 96708215 : hstate.add_hwi (ptr->x_flag_graphite_identity);
11061 : 96708215 : hstate.add_hwi (ptr->x_flag_guess_branch_prob);
11062 : 96708215 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_check_exceptions);
11063 : 96708215 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_check_noreturn);
11064 : 96708215 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_check_returning_calls);
11065 : 96708215 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy_skip_leaf);
11066 : 96708215 : hstate.add_hwi (ptr->x_flag_harden_compares);
11067 : 96708215 : hstate.add_hwi (ptr->x_flag_harden_conditional_branches);
11068 : 96708215 : hstate.add_hwi (ptr->x_flag_harden_control_flow_redundancy);
11069 : 96708215 : hstate.add_hwi (ptr->x_flag_hoist_adjacent_loads);
11070 : 96708215 : hstate.add_hwi (ptr->x_flag_if_conversion);
11071 : 96708215 : hstate.add_hwi (ptr->x_flag_if_conversion2);
11072 : 96708215 : hstate.add_hwi (ptr->x_flag_indirect_inlining);
11073 : 96708215 : hstate.add_hwi (ptr->x_flag_no_inline);
11074 : 96708215 : hstate.add_hwi (ptr->x_flag_inline_atomics);
11075 : 96708215 : hstate.add_hwi (ptr->x_flag_inline_functions);
11076 : 96708215 : hstate.add_hwi (ptr->x_flag_inline_functions_called_once);
11077 : 96708215 : hstate.add_hwi (ptr->x_flag_inline_small_functions);
11078 : 96708215 : hstate.add_hwi (ptr->x_flag_inline_stringops);
11079 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_bit_cp);
11080 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_cp);
11081 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_cp_clone);
11082 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_icf);
11083 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_icf_functions);
11084 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_icf_variables);
11085 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_modref);
11086 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_profile);
11087 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_pta);
11088 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_pure_const);
11089 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_ra);
11090 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_reference);
11091 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_reference_addressable);
11092 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_reorder_for_locality);
11093 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_sra);
11094 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_stack_alignment);
11095 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_strict_aliasing);
11096 : 96708215 : hstate.add_hwi (ptr->x_flag_ipa_vrp);
11097 : 96708215 : hstate.add_hwi (ptr->x_flag_ira_algorithm);
11098 : 96708215 : hstate.add_hwi (ptr->x_flag_ira_hoist_pressure);
11099 : 96708215 : hstate.add_hwi (ptr->x_flag_ira_loop_pressure);
11100 : 96708215 : hstate.add_hwi (ptr->x_flag_ira_region);
11101 : 96708215 : hstate.add_hwi (ptr->x_flag_ira_share_save_slots);
11102 : 96708215 : hstate.add_hwi (ptr->x_flag_ira_share_spill_slots);
11103 : 96708215 : hstate.add_hwi (ptr->x_flag_isolate_erroneous_paths_attribute);
11104 : 96708215 : hstate.add_hwi (ptr->x_flag_isolate_erroneous_paths_dereference);
11105 : 96708215 : hstate.add_hwi (ptr->x_flag_ivopts);
11106 : 96708215 : hstate.add_hwi (ptr->x_flag_jump_tables);
11107 : 96708215 : hstate.add_hwi (ptr->x_flag_keep_gc_roots_live);
11108 : 96708215 : hstate.add_hwi (ptr->x_flag_late_combine_instructions);
11109 : 96708215 : hstate.add_hwi (ptr->x_flag_lifetime_dse);
11110 : 96708215 : hstate.add_hwi (ptr->x_flag_limit_function_alignment);
11111 : 96708215 : hstate.add_hwi (ptr->x_flag_live_patching);
11112 : 96708215 : hstate.add_hwi (ptr->x_flag_live_range_shrinkage);
11113 : 96708215 : hstate.add_hwi (ptr->x_flag_loop_interchange);
11114 : 96708215 : hstate.add_hwi (ptr->x_flag_loop_nest_optimize);
11115 : 96708215 : hstate.add_hwi (ptr->x_flag_loop_parallelize_all);
11116 : 96708215 : hstate.add_hwi (ptr->x_flag_unroll_jam);
11117 : 96708215 : hstate.add_hwi (ptr->x_flag_lra_remat);
11118 : 96708215 : hstate.add_hwi (ptr->x_flag_malloc_dce);
11119 : 96708215 : hstate.add_hwi (ptr->x_flag_malloc_dse);
11120 : 96708215 : hstate.add_hwi (ptr->x_flag_errno_math);
11121 : 96708215 : hstate.add_hwi (ptr->x_flag_min_function_alignment);
11122 : 96708215 : hstate.add_hwi (ptr->x_flag_modulo_sched);
11123 : 96708215 : hstate.add_hwi (ptr->x_flag_modulo_sched_allow_regmoves);
11124 : 96708215 : hstate.add_hwi (ptr->x_flag_move_loop_invariants);
11125 : 96708215 : hstate.add_hwi (ptr->x_flag_move_loop_stores);
11126 : 96708215 : hstate.add_hwi (ptr->x_flag_non_call_exceptions);
11127 : 96708215 : hstate.add_hwi (ptr->x_flag_nothrow_opt);
11128 : 96708215 : hstate.add_hwi (ptr->x_flag_omit_frame_pointer);
11129 : 96708215 : hstate.add_hwi (ptr->x_flag_openmp_target_simd_clone);
11130 : 96708215 : hstate.add_hwi (ptr->x_flag_opt_info);
11131 : 96708215 : hstate.add_hwi (ptr->x_flag_optimize_crc);
11132 : 96708215 : hstate.add_hwi (ptr->x_flag_optimize_sibling_calls);
11133 : 96708215 : hstate.add_hwi (ptr->x_flag_optimize_strlen);
11134 : 96708215 : hstate.add_hwi (ptr->x_flag_pack_struct);
11135 : 96708215 : hstate.add_hwi (ptr->x_flag_partial_inlining);
11136 : 96708215 : if (ptr->x_flag_patchable_function_entry)
11137 : 34 : hstate.add (ptr->x_flag_patchable_function_entry, strlen (ptr->x_flag_patchable_function_entry));
11138 : : else
11139 : 96708181 : hstate.add_int (0);
11140 : 96708215 : hstate.add_hwi (ptr->x_flag_pcc_struct_return);
11141 : 96708215 : hstate.add_hwi (ptr->x_flag_peel_loops);
11142 : 96708215 : hstate.add_hwi (ptr->x_flag_no_peephole);
11143 : 96708215 : hstate.add_hwi (ptr->x_flag_peephole2);
11144 : 96708215 : hstate.add_hwi (ptr->x_flag_plt);
11145 : 96708215 : hstate.add_hwi (ptr->x_flag_predictive_commoning);
11146 : 96708215 : hstate.add_hwi (ptr->x_flag_prefetch_loop_arrays);
11147 : 96708215 : hstate.add_hwi (ptr->x_flag_printf_return_value);
11148 : 96708215 : hstate.add_hwi (ptr->x_flag_profile_partial_training);
11149 : 96708215 : hstate.add_hwi (ptr->x_flag_profile_reorder_functions);
11150 : 96708215 : hstate.add_hwi (ptr->x_flag_reciprocal_math);
11151 : 96708215 : hstate.add_hwi (ptr->x_flag_ree);
11152 : 96708215 : hstate.add_hwi (ptr->x_flag_rename_registers);
11153 : 96708215 : hstate.add_hwi (ptr->x_flag_reorder_blocks);
11154 : 96708215 : hstate.add_hwi (ptr->x_flag_reorder_blocks_algorithm);
11155 : 96708215 : hstate.add_hwi (ptr->x_flag_reorder_blocks_and_partition);
11156 : 96708215 : hstate.add_hwi (ptr->x_flag_reorder_functions);
11157 : 96708215 : hstate.add_hwi (ptr->x_flag_rerun_cse_after_loop);
11158 : 96708215 : hstate.add_hwi (ptr->x_flag_resched_modulo_sched);
11159 : 96708215 : hstate.add_hwi (ptr->x_flag_rounding_math);
11160 : 96708215 : hstate.add_hwi (ptr->x_flag_rtti);
11161 : 96708215 : hstate.add_hwi (ptr->x_flag_save_optimization_record);
11162 : 96708215 : hstate.add_hwi (ptr->x_flag_sched_critical_path_heuristic);
11163 : 96708215 : hstate.add_hwi (ptr->x_flag_sched_dep_count_heuristic);
11164 : 96708215 : hstate.add_hwi (ptr->x_flag_sched_group_heuristic);
11165 : 96708215 : hstate.add_hwi (ptr->x_flag_schedule_interblock);
11166 : 96708215 : hstate.add_hwi (ptr->x_flag_sched_last_insn_heuristic);
11167 : 96708215 : hstate.add_hwi (ptr->x_flag_sched_pressure);
11168 : 96708215 : hstate.add_hwi (ptr->x_flag_sched_rank_heuristic);
11169 : 96708215 : hstate.add_hwi (ptr->x_flag_schedule_speculative);
11170 : 96708215 : hstate.add_hwi (ptr->x_flag_sched_spec_insn_heuristic);
11171 : 96708215 : hstate.add_hwi (ptr->x_flag_schedule_speculative_load);
11172 : 96708215 : hstate.add_hwi (ptr->x_flag_schedule_speculative_load_dangerous);
11173 : 96708215 : hstate.add_hwi (ptr->x_flag_sched_stalled_insns);
11174 : 96708215 : hstate.add_hwi (ptr->x_flag_sched_stalled_insns_dep);
11175 : 96708215 : hstate.add_hwi (ptr->x_flag_sched2_use_superblocks);
11176 : 96708215 : hstate.add_hwi (ptr->x_flag_schedule_fusion);
11177 : 96708215 : hstate.add_hwi (ptr->x_flag_schedule_insns);
11178 : 96708215 : hstate.add_hwi (ptr->x_flag_schedule_insns_after_reload);
11179 : 96708215 : hstate.add_hwi (ptr->x_flag_section_anchors);
11180 : 96708215 : hstate.add_hwi (ptr->x_flag_sel_sched_pipelining);
11181 : 96708215 : hstate.add_hwi (ptr->x_flag_sel_sched_pipelining_outer_loops);
11182 : 96708215 : hstate.add_hwi (ptr->x_flag_sel_sched_reschedule_pipelined);
11183 : 96708215 : hstate.add_hwi (ptr->x_flag_selective_scheduling);
11184 : 96708215 : hstate.add_hwi (ptr->x_flag_selective_scheduling2);
11185 : 96708215 : hstate.add_hwi (ptr->x_flag_semantic_interposition);
11186 : 96708215 : hstate.add_hwi (ptr->x_flag_short_enums);
11187 : 96708215 : hstate.add_hwi (ptr->x_flag_short_wchar);
11188 : 96708215 : hstate.add_hwi (ptr->x_flag_shrink_wrap);
11189 : 96708215 : hstate.add_hwi (ptr->x_flag_shrink_wrap_separate);
11190 : 96708215 : hstate.add_hwi (ptr->x_flag_signaling_nans);
11191 : 96708215 : hstate.add_hwi (ptr->x_flag_signed_zeros);
11192 : 96708215 : hstate.add_hwi (ptr->x_flag_simd_cost_model);
11193 : 96708215 : hstate.add_hwi (ptr->x_flag_single_precision_constant);
11194 : 96708215 : hstate.add_hwi (ptr->x_flag_split_ivs_in_unroller);
11195 : 96708215 : hstate.add_hwi (ptr->x_flag_split_loops);
11196 : 96708215 : hstate.add_hwi (ptr->x_flag_split_paths);
11197 : 96708215 : hstate.add_hwi (ptr->x_flag_split_wide_types);
11198 : 96708215 : hstate.add_hwi (ptr->x_flag_split_wide_types_early);
11199 : 96708215 : hstate.add_hwi (ptr->x_flag_ssa_backprop);
11200 : 96708215 : hstate.add_hwi (ptr->x_flag_ssa_phiopt);
11201 : 96708215 : hstate.add_hwi (ptr->x_flag_stack_clash_protection);
11202 : 96708215 : hstate.add_hwi (ptr->x_flag_stack_protect);
11203 : 96708215 : hstate.add_hwi (ptr->x_flag_stack_reuse);
11204 : 96708215 : hstate.add_hwi (ptr->x_flag_stdarg_opt);
11205 : 96708215 : hstate.add_hwi (ptr->x_flag_store_merging);
11206 : 96708215 : hstate.add_hwi (ptr->x_flag_strict_aliasing);
11207 : 96708215 : hstate.add_hwi (ptr->x_flag_strict_enums);
11208 : 96708215 : hstate.add_hwi (ptr->x_flag_strict_volatile_bitfields);
11209 : 96708215 : hstate.add_hwi (ptr->x_flag_thread_jumps);
11210 : 96708215 : hstate.add_hwi (ptr->x_flag_threadsafe_statics);
11211 : 96708215 : hstate.add_hwi (ptr->x_flag_toplevel_reorder);
11212 : 96708215 : hstate.add_hwi (ptr->x_flag_tracer);
11213 : 96708215 : hstate.add_hwi (ptr->x_flag_trapping_math);
11214 : 96708215 : hstate.add_hwi (ptr->x_flag_trapv);
11215 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_bit_ccp);
11216 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_builtin_call_dce);
11217 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_ccp);
11218 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_ch);
11219 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_coalesce_vars);
11220 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_copy_prop);
11221 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_cselim);
11222 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_dce);
11223 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_dom);
11224 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_dse);
11225 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_forwprop);
11226 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_fre);
11227 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_loop_distribute_patterns);
11228 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_loop_distribution);
11229 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_loop_if_convert);
11230 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_loop_im);
11231 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_loop_ivcanon);
11232 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_loop_optimize);
11233 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_loop_vectorize);
11234 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_live_range_split);
11235 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_parallelize_loops);
11236 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_partial_pre);
11237 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_phiprop);
11238 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_pre);
11239 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_pta);
11240 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_reassoc);
11241 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_scev_cprop);
11242 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_sink);
11243 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_slp_vectorize);
11244 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_slsr);
11245 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_sra);
11246 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_switch_conversion);
11247 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_tail_merge);
11248 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_ter);
11249 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_vectorize);
11250 : 96708215 : hstate.add_hwi (ptr->x_flag_tree_vrp);
11251 : 96708215 : hstate.add_hwi (ptr->x_flag_auto_var_init);
11252 : 96708215 : hstate.add_hwi (ptr->x_flag_unconstrained_commons);
11253 : 96708215 : hstate.add_hwi (ptr->x_flag_unreachable_traps);
11254 : 96708215 : hstate.add_hwi (ptr->x_flag_unroll_all_loops);
11255 : 96708215 : hstate.add_hwi (ptr->x_flag_cunroll_grow_size);
11256 : 96708215 : hstate.add_hwi (ptr->x_flag_unroll_loops);
11257 : 96708215 : hstate.add_hwi (ptr->x_flag_unsafe_math_optimizations);
11258 : 96708215 : hstate.add_hwi (ptr->x_flag_unswitch_loops);
11259 : 96708215 : hstate.add_hwi (ptr->x_flag_unwind_tables);
11260 : 96708215 : hstate.add_hwi (ptr->x_flag_variable_expansion_in_unroller);
11261 : 96708215 : hstate.add_hwi (ptr->x_flag_vect_cost_model);
11262 : 96708215 : hstate.add_hwi (ptr->x_flag_version_loops_for_strides);
11263 : 96708215 : hstate.add_hwi (ptr->x_flag_value_profile_transformations);
11264 : 96708215 : hstate.add_hwi (ptr->x_flag_web);
11265 : 96708215 : hstate.add_hwi (ptr->x_flag_wrapv);
11266 : 96708215 : hstate.add_hwi (ptr->x_flag_wrapv_pointer);
11267 : 96708215 : hstate.add_hwi (ptr->x_ix86_unroll_only_small_loops);
11268 : 967082150 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
11269 : 870373935 : hstate.add_hwi (ptr->explicit_mask[i]);
11270 : 96708215 : return hstate.end ();
11271 : : }
11272 : :
11273 : : /* Compare two optimization options */
11274 : : bool
11275 : 95504074 : cl_optimization_option_eq (cl_optimization const *ptr1,
11276 : : cl_optimization const *ptr2)
11277 : : {
11278 : 95504074 : if (ptr1->x_optimize != ptr2->x_optimize)
11279 : : return false;
11280 : 95503998 : if (ptr1->x_optimize_size != ptr2->x_optimize_size)
11281 : : return false;
11282 : 95499533 : if (ptr1->x_optimize_debug != ptr2->x_optimize_debug)
11283 : : return false;
11284 : 95499533 : if (ptr1->x_optimize_fast != ptr2->x_optimize_fast)
11285 : : return false;
11286 : 95499533 : if (ptr1->x_param_align_loop_iterations != ptr2->x_param_align_loop_iterations)
11287 : : return false;
11288 : 95499533 : if (ptr1->x_param_align_threshold != ptr2->x_param_align_threshold)
11289 : : return false;
11290 : 95499533 : if (ptr1->x_param_asan_protect_allocas != ptr2->x_param_asan_protect_allocas)
11291 : : return false;
11292 : 95499533 : if (ptr1->x_param_asan_instrument_reads != ptr2->x_param_asan_instrument_reads)
11293 : : return false;
11294 : 95499533 : if (ptr1->x_param_asan_instrument_writes != ptr2->x_param_asan_instrument_writes)
11295 : : return false;
11296 : 95499533 : if (ptr1->x_param_asan_instrumentation_with_call_threshold != ptr2->x_param_asan_instrumentation_with_call_threshold)
11297 : : return false;
11298 : 95499533 : if (ptr1->x_param_asan_kernel_mem_intrinsic_prefix != ptr2->x_param_asan_kernel_mem_intrinsic_prefix)
11299 : : return false;
11300 : 95499533 : if (ptr1->x_param_asan_memintrin != ptr2->x_param_asan_memintrin)
11301 : : return false;
11302 : 95499533 : if (ptr1->x_param_asan_stack != ptr2->x_param_asan_stack)
11303 : : return false;
11304 : 95499533 : if (ptr1->x_param_asan_use_after_return != ptr2->x_param_asan_use_after_return)
11305 : : return false;
11306 : 95499533 : if (ptr1->x_param_avg_loop_niter != ptr2->x_param_avg_loop_niter)
11307 : : return false;
11308 : 95499533 : if (ptr1->x_param_avoid_fma_max_bits != ptr2->x_param_avoid_fma_max_bits)
11309 : : return false;
11310 : 95499518 : if (ptr1->x_param_builtin_expect_probability != ptr2->x_param_builtin_expect_probability)
11311 : : return false;
11312 : 95499518 : if (ptr1->x_param_builtin_string_cmp_inline_length != ptr2->x_param_builtin_string_cmp_inline_length)
11313 : : return false;
11314 : 95499518 : if (ptr1->x_param_case_values_threshold != ptr2->x_param_case_values_threshold)
11315 : : return false;
11316 : 95499518 : if (ptr1->x_param_comdat_sharing_probability != ptr2->x_param_comdat_sharing_probability)
11317 : : return false;
11318 : 95499518 : if (ptr1->x_param_construct_interfere_size != ptr2->x_param_construct_interfere_size)
11319 : : return false;
11320 : 95499518 : if (ptr1->x_param_cycle_accurate_model != ptr2->x_param_cycle_accurate_model)
11321 : : return false;
11322 : 95499518 : if (ptr1->x_param_destruct_interfere_size != ptr2->x_param_destruct_interfere_size)
11323 : : return false;
11324 : 95499518 : if (ptr1->x_param_dse_max_alias_queries_per_store != ptr2->x_param_dse_max_alias_queries_per_store)
11325 : : return false;
11326 : 95499518 : if (ptr1->x_param_dse_max_object_size != ptr2->x_param_dse_max_object_size)
11327 : : return false;
11328 : 95499518 : if (ptr1->x_param_early_inlining_insns != ptr2->x_param_early_inlining_insns)
11329 : : return false;
11330 : 95499518 : if (ptr1->x_param_fsm_scale_path_stmts != ptr2->x_param_fsm_scale_path_stmts)
11331 : : return false;
11332 : 95499518 : if (ptr1->x_param_fully_pipelined_fma != ptr2->x_param_fully_pipelined_fma)
11333 : : return false;
11334 : 95499518 : if (ptr1->x_param_gcse_after_reload_critical_fraction != ptr2->x_param_gcse_after_reload_critical_fraction)
11335 : : return false;
11336 : 95499518 : if (ptr1->x_param_gcse_after_reload_partial_fraction != ptr2->x_param_gcse_after_reload_partial_fraction)
11337 : : return false;
11338 : 95499518 : if (ptr1->x_param_gcse_cost_distance_ratio != ptr2->x_param_gcse_cost_distance_ratio)
11339 : : return false;
11340 : 95499518 : if (ptr1->x_param_gcse_unrestricted_cost != ptr2->x_param_gcse_unrestricted_cost)
11341 : : return false;
11342 : 95499518 : if (ptr1->x_param_graphite_max_arrays_per_scop != ptr2->x_param_graphite_max_arrays_per_scop)
11343 : : return false;
11344 : 95499518 : if (ptr1->x_param_graphite_max_nb_scop_params != ptr2->x_param_graphite_max_nb_scop_params)
11345 : : return false;
11346 : 95499518 : if (ptr1->x_param_hardcfr_max_blocks != ptr2->x_param_hardcfr_max_blocks)
11347 : : return false;
11348 : 95499518 : if (ptr1->x_param_hardcfr_max_inline_blocks != ptr2->x_param_hardcfr_max_inline_blocks)
11349 : : return false;
11350 : 95499518 : if (ptr1->x_param_hwasan_instrument_allocas != ptr2->x_param_hwasan_instrument_allocas)
11351 : : return false;
11352 : 95499518 : if (ptr1->x_param_hwasan_instrument_mem_intrinsics != ptr2->x_param_hwasan_instrument_mem_intrinsics)
11353 : : return false;
11354 : 95499518 : if (ptr1->x_param_hwasan_instrument_reads != ptr2->x_param_hwasan_instrument_reads)
11355 : : return false;
11356 : 95499518 : if (ptr1->x_param_hwasan_instrument_stack != ptr2->x_param_hwasan_instrument_stack)
11357 : : return false;
11358 : 95499518 : if (ptr1->x_param_hwasan_instrument_writes != ptr2->x_param_hwasan_instrument_writes)
11359 : : return false;
11360 : 95499518 : if (ptr1->x_param_hwasan_random_frame_tag != ptr2->x_param_hwasan_random_frame_tag)
11361 : : return false;
11362 : 95499518 : if (ptr1->x_param_inline_heuristics_hint_percent != ptr2->x_param_inline_heuristics_hint_percent)
11363 : : return false;
11364 : 95499518 : if (ptr1->x_param_inline_min_speedup != ptr2->x_param_inline_min_speedup)
11365 : : return false;
11366 : 95499518 : if (ptr1->x_param_inline_unit_growth != ptr2->x_param_inline_unit_growth)
11367 : : return false;
11368 : 95499518 : if (ptr1->x_param_ipa_cp_eval_threshold != ptr2->x_param_ipa_cp_eval_threshold)
11369 : : return false;
11370 : 95499518 : if (ptr1->x_param_ipa_cp_large_unit_insns != ptr2->x_param_ipa_cp_large_unit_insns)
11371 : : return false;
11372 : 95499518 : if (ptr1->x_param_ipa_cp_loop_hint_bonus != ptr2->x_param_ipa_cp_loop_hint_bonus)
11373 : : return false;
11374 : 95499518 : if (ptr1->x_param_ipa_cp_max_recursive_depth != ptr2->x_param_ipa_cp_max_recursive_depth)
11375 : : return false;
11376 : 95499518 : if (ptr1->x_param_ipa_cp_min_recursive_probability != ptr2->x_param_ipa_cp_min_recursive_probability)
11377 : : return false;
11378 : 95499518 : if (ptr1->x_param_ipa_cp_recursion_penalty != ptr2->x_param_ipa_cp_recursion_penalty)
11379 : : return false;
11380 : 95499518 : if (ptr1->x_param_ipa_cp_recursive_freq_factor != ptr2->x_param_ipa_cp_recursive_freq_factor)
11381 : : return false;
11382 : 95499518 : if (ptr1->x_param_ipa_cp_single_call_penalty != ptr2->x_param_ipa_cp_single_call_penalty)
11383 : : return false;
11384 : 95499518 : if (ptr1->x_param_ipa_cp_unit_growth != ptr2->x_param_ipa_cp_unit_growth)
11385 : : return false;
11386 : 95499518 : if (ptr1->x_param_ipa_cp_value_list_size != ptr2->x_param_ipa_cp_value_list_size)
11387 : : return false;
11388 : 95499518 : if (ptr1->x_param_ipa_jump_function_lookups != ptr2->x_param_ipa_jump_function_lookups)
11389 : : return false;
11390 : 95499518 : if (ptr1->x_param_ipa_max_aa_steps != ptr2->x_param_ipa_max_aa_steps)
11391 : : return false;
11392 : 95499518 : if (ptr1->x_param_ipa_max_agg_items != ptr2->x_param_ipa_max_agg_items)
11393 : : return false;
11394 : 95499518 : if (ptr1->x_param_ipa_max_loop_predicates != ptr2->x_param_ipa_max_loop_predicates)
11395 : : return false;
11396 : 95499518 : if (ptr1->x_param_ipa_max_param_expr_ops != ptr2->x_param_ipa_max_param_expr_ops)
11397 : : return false;
11398 : 95499518 : if (ptr1->x_param_ipa_max_switch_predicate_bounds != ptr2->x_param_ipa_max_switch_predicate_bounds)
11399 : : return false;
11400 : 95499518 : if (ptr1->x_param_ipa_sra_deref_prob_threshold != ptr2->x_param_ipa_sra_deref_prob_threshold)
11401 : : return false;
11402 : 95499518 : if (ptr1->x_param_ipa_sra_max_replacements != ptr2->x_param_ipa_sra_max_replacements)
11403 : : return false;
11404 : 95499518 : if (ptr1->x_param_ipa_sra_ptr_growth_factor != ptr2->x_param_ipa_sra_ptr_growth_factor)
11405 : : return false;
11406 : 95499518 : if (ptr1->x_param_ipa_sra_ptrwrap_growth_factor != ptr2->x_param_ipa_sra_ptrwrap_growth_factor)
11407 : : return false;
11408 : 95499518 : if (ptr1->x_param_ira_consider_dup_in_all_alts != ptr2->x_param_ira_consider_dup_in_all_alts)
11409 : : return false;
11410 : 95499518 : if (ptr1->x_param_ira_loop_reserved_regs != ptr2->x_param_ira_loop_reserved_regs)
11411 : : return false;
11412 : 95499518 : if (ptr1->x_param_ira_max_conflict_table_size != ptr2->x_param_ira_max_conflict_table_size)
11413 : : return false;
11414 : 95499518 : if (ptr1->x_param_ira_max_loops_num != ptr2->x_param_ira_max_loops_num)
11415 : : return false;
11416 : 95499518 : if (ptr1->x_param_ira_simple_lra_insn_threshold != ptr2->x_param_ira_simple_lra_insn_threshold)
11417 : : return false;
11418 : 95499518 : if (ptr1->x_param_iv_always_prune_cand_set_bound != ptr2->x_param_iv_always_prune_cand_set_bound)
11419 : : return false;
11420 : 95499518 : if (ptr1->x_param_iv_consider_all_candidates_bound != ptr2->x_param_iv_consider_all_candidates_bound)
11421 : : return false;
11422 : 95499518 : if (ptr1->x_param_iv_max_considered_uses != ptr2->x_param_iv_max_considered_uses)
11423 : : return false;
11424 : 95499518 : if (ptr1->x_param_jump_table_max_growth_ratio_for_size != ptr2->x_param_jump_table_max_growth_ratio_for_size)
11425 : : return false;
11426 : 95499518 : if (ptr1->x_param_jump_table_max_growth_ratio_for_speed != ptr2->x_param_jump_table_max_growth_ratio_for_speed)
11427 : : return false;
11428 : 95499518 : if (ptr1->x_param_l1_cache_line_size != ptr2->x_param_l1_cache_line_size)
11429 : : return false;
11430 : 95499518 : if (ptr1->x_param_l1_cache_size != ptr2->x_param_l1_cache_size)
11431 : : return false;
11432 : 95499046 : if (ptr1->x_param_l2_cache_size != ptr2->x_param_l2_cache_size)
11433 : : return false;
11434 : 95498947 : if (ptr1->x_param_large_function_growth != ptr2->x_param_large_function_growth)
11435 : : return false;
11436 : 95498947 : if (ptr1->x_param_large_function_insns != ptr2->x_param_large_function_insns)
11437 : : return false;
11438 : 95498947 : if (ptr1->x_param_stack_frame_growth != ptr2->x_param_stack_frame_growth)
11439 : : return false;
11440 : 95498947 : if (ptr1->x_param_large_stack_frame != ptr2->x_param_large_stack_frame)
11441 : : return false;
11442 : 95498947 : if (ptr1->x_param_large_unit_insns != ptr2->x_param_large_unit_insns)
11443 : : return false;
11444 : 95498947 : if (ptr1->x_param_lim_expensive != ptr2->x_param_lim_expensive)
11445 : : return false;
11446 : 95498947 : if (ptr1->x_param_loop_block_tile_size != ptr2->x_param_loop_block_tile_size)
11447 : : return false;
11448 : 95498947 : if (ptr1->x_param_loop_interchange_max_num_stmts != ptr2->x_param_loop_interchange_max_num_stmts)
11449 : : return false;
11450 : 95498947 : if (ptr1->x_param_loop_interchange_stride_ratio != ptr2->x_param_loop_interchange_stride_ratio)
11451 : : return false;
11452 : 95498947 : if (ptr1->x_param_loop_invariant_max_bbs_in_loop != ptr2->x_param_loop_invariant_max_bbs_in_loop)
11453 : : return false;
11454 : 95498947 : if (ptr1->x_param_loop_max_datarefs_for_datadeps != ptr2->x_param_loop_max_datarefs_for_datadeps)
11455 : : return false;
11456 : 95498947 : if (ptr1->x_param_loop_versioning_max_inner_insns != ptr2->x_param_loop_versioning_max_inner_insns)
11457 : : return false;
11458 : 95498947 : if (ptr1->x_param_loop_versioning_max_outer_insns != ptr2->x_param_loop_versioning_max_outer_insns)
11459 : : return false;
11460 : 95498947 : if (ptr1->x_param_lra_inheritance_ebb_probability_cutoff != ptr2->x_param_lra_inheritance_ebb_probability_cutoff)
11461 : : return false;
11462 : 95498947 : if (ptr1->x_param_lra_max_considered_reload_pseudos != ptr2->x_param_lra_max_considered_reload_pseudos)
11463 : : return false;
11464 : 95498947 : if (ptr1->x_flag_lto_locality_cloning != ptr2->x_flag_lto_locality_cloning)
11465 : : return false;
11466 : 95498947 : if (ptr1->x_param_lto_locality_frequency != ptr2->x_param_lto_locality_frequency)
11467 : : return false;
11468 : 95498947 : if (ptr1->x_param_lto_locality_size != ptr2->x_param_lto_locality_size)
11469 : : return false;
11470 : 95498947 : if (ptr1->x_param_max_average_unrolled_insns != ptr2->x_param_max_average_unrolled_insns)
11471 : : return false;
11472 : 95498947 : if (ptr1->x_param_max_combine_insns != ptr2->x_param_max_combine_insns)
11473 : : return false;
11474 : 95498947 : if (ptr1->x_param_max_combine_search_insns != ptr2->x_param_max_combine_search_insns)
11475 : : return false;
11476 : 95498947 : if (ptr1->x_param_max_unroll_iterations != ptr2->x_param_max_unroll_iterations)
11477 : : return false;
11478 : 95498947 : if (ptr1->x_param_max_completely_peel_times != ptr2->x_param_max_completely_peel_times)
11479 : : return false;
11480 : 95498947 : if (ptr1->x_param_max_completely_peeled_insns != ptr2->x_param_max_completely_peeled_insns)
11481 : : return false;
11482 : 95498947 : if (ptr1->x_param_max_crossjump_edges != ptr2->x_param_max_crossjump_edges)
11483 : : return false;
11484 : 95498947 : if (ptr1->x_param_max_cse_insns != ptr2->x_param_max_cse_insns)
11485 : : return false;
11486 : 95498947 : if (ptr1->x_param_max_cse_path_length != ptr2->x_param_max_cse_path_length)
11487 : : return false;
11488 : 95498947 : if (ptr1->x_param_max_cselib_memory_locations != ptr2->x_param_max_cselib_memory_locations)
11489 : : return false;
11490 : 95498947 : if (ptr1->x_param_max_debug_marker_count != ptr2->x_param_max_debug_marker_count)
11491 : : return false;
11492 : 95498947 : if (ptr1->x_param_max_delay_slot_insn_search != ptr2->x_param_max_delay_slot_insn_search)
11493 : : return false;
11494 : 95498947 : if (ptr1->x_param_max_delay_slot_live_search != ptr2->x_param_max_delay_slot_live_search)
11495 : : return false;
11496 : 95498947 : if (ptr1->x_param_max_dse_active_local_stores != ptr2->x_param_max_dse_active_local_stores)
11497 : : return false;
11498 : 95498947 : if (ptr1->x_param_early_inliner_max_iterations != ptr2->x_param_early_inliner_max_iterations)
11499 : : return false;
11500 : 95498947 : if (ptr1->x_param_max_find_base_term_values != ptr2->x_param_max_find_base_term_values)
11501 : : return false;
11502 : 95498947 : if (ptr1->x_param_max_fsm_thread_path_insns != ptr2->x_param_max_fsm_thread_path_insns)
11503 : : return false;
11504 : 95498947 : if (ptr1->x_param_max_gcse_insertion_ratio != ptr2->x_param_max_gcse_insertion_ratio)
11505 : : return false;
11506 : 95498947 : if (ptr1->x_param_max_gcse_memory != ptr2->x_param_max_gcse_memory)
11507 : : return false;
11508 : 95498947 : if (ptr1->x_param_max_goto_duplication_insns != ptr2->x_param_max_goto_duplication_insns)
11509 : : return false;
11510 : 95498947 : if (ptr1->x_param_max_grow_copy_bb_insns != ptr2->x_param_max_grow_copy_bb_insns)
11511 : : return false;
11512 : 95498947 : if (ptr1->x_param_max_hoist_depth != ptr2->x_param_max_hoist_depth)
11513 : : return false;
11514 : 95498947 : if (ptr1->x_param_inline_functions_called_once_insns != ptr2->x_param_inline_functions_called_once_insns)
11515 : : return false;
11516 : 95498947 : if (ptr1->x_param_inline_functions_called_once_loop_depth != ptr2->x_param_inline_functions_called_once_loop_depth)
11517 : : return false;
11518 : 95498947 : if (ptr1->x_param_max_inline_insns_auto != ptr2->x_param_max_inline_insns_auto)
11519 : : return false;
11520 : 95498947 : if (ptr1->x_param_max_inline_insns_recursive_auto != ptr2->x_param_max_inline_insns_recursive_auto)
11521 : : return false;
11522 : 95498947 : if (ptr1->x_param_max_inline_insns_recursive != ptr2->x_param_max_inline_insns_recursive)
11523 : : return false;
11524 : 95498947 : if (ptr1->x_param_max_inline_insns_single != ptr2->x_param_max_inline_insns_single)
11525 : : return false;
11526 : 95498947 : if (ptr1->x_param_max_inline_insns_size != ptr2->x_param_max_inline_insns_size)
11527 : : return false;
11528 : 95498947 : if (ptr1->x_param_max_inline_insns_small != ptr2->x_param_max_inline_insns_small)
11529 : : return false;
11530 : 95498947 : if (ptr1->x_param_max_inline_recursive_depth_auto != ptr2->x_param_max_inline_recursive_depth_auto)
11531 : : return false;
11532 : 95498947 : if (ptr1->x_param_max_inline_recursive_depth != ptr2->x_param_max_inline_recursive_depth)
11533 : : return false;
11534 : 95498947 : if (ptr1->x_param_max_isl_operations != ptr2->x_param_max_isl_operations)
11535 : : return false;
11536 : 95498947 : if (ptr1->x_param_max_iterations_computation_cost != ptr2->x_param_max_iterations_computation_cost)
11537 : : return false;
11538 : 95498947 : if (ptr1->x_param_max_iterations_to_track != ptr2->x_param_max_iterations_to_track)
11539 : : return false;
11540 : 95498947 : if (ptr1->x_param_max_jump_thread_duplication_stmts != ptr2->x_param_max_jump_thread_duplication_stmts)
11541 : : return false;
11542 : 95498947 : if (ptr1->x_param_max_jump_thread_paths != ptr2->x_param_max_jump_thread_paths)
11543 : : return false;
11544 : 95498947 : if (ptr1->x_param_max_last_value_rtl != ptr2->x_param_max_last_value_rtl)
11545 : : return false;
11546 : 95498947 : if (ptr1->x_param_max_loop_header_insns != ptr2->x_param_max_loop_header_insns)
11547 : : return false;
11548 : 95498947 : if (ptr1->x_param_max_modulo_backtrack_attempts != ptr2->x_param_max_modulo_backtrack_attempts)
11549 : : return false;
11550 : 95498947 : if (ptr1->x_param_max_partial_antic_length != ptr2->x_param_max_partial_antic_length)
11551 : : return false;
11552 : 95498947 : if (ptr1->x_param_max_peel_branches != ptr2->x_param_max_peel_branches)
11553 : : return false;
11554 : 95498947 : if (ptr1->x_param_max_peel_times != ptr2->x_param_max_peel_times)
11555 : : return false;
11556 : 95498947 : if (ptr1->x_param_max_peeled_insns != ptr2->x_param_max_peeled_insns)
11557 : : return false;
11558 : 95498947 : if (ptr1->x_param_max_pending_list_length != ptr2->x_param_max_pending_list_length)
11559 : : return false;
11560 : 95498947 : if (ptr1->x_param_max_pipeline_region_blocks != ptr2->x_param_max_pipeline_region_blocks)
11561 : : return false;
11562 : 95498947 : if (ptr1->x_param_max_pipeline_region_insns != ptr2->x_param_max_pipeline_region_insns)
11563 : : return false;
11564 : 95498947 : if (ptr1->x_param_max_pow_sqrt_depth != ptr2->x_param_max_pow_sqrt_depth)
11565 : : return false;
11566 : 95498947 : if (ptr1->x_param_max_predicted_iterations != ptr2->x_param_max_predicted_iterations)
11567 : : return false;
11568 : 95498947 : if (ptr1->x_param_max_reload_search_insns != ptr2->x_param_max_reload_search_insns)
11569 : : return false;
11570 : 95498947 : if (ptr1->x_param_max_rtl_if_conversion_insns != ptr2->x_param_max_rtl_if_conversion_insns)
11571 : : return false;
11572 : 95498947 : if (ptr1->x_param_max_rtl_if_conversion_predictable_cost != ptr2->x_param_max_rtl_if_conversion_predictable_cost)
11573 : : return false;
11574 : 95498947 : if (ptr1->x_param_max_rtl_if_conversion_unpredictable_cost != ptr2->x_param_max_rtl_if_conversion_unpredictable_cost)
11575 : : return false;
11576 : 95498947 : if (ptr1->x_param_max_sched_extend_regions_iters != ptr2->x_param_max_sched_extend_regions_iters)
11577 : : return false;
11578 : 95498947 : if (ptr1->x_param_max_sched_insn_conflict_delay != ptr2->x_param_max_sched_insn_conflict_delay)
11579 : : return false;
11580 : 95498947 : if (ptr1->x_param_max_sched_ready_insns != ptr2->x_param_max_sched_ready_insns)
11581 : : return false;
11582 : 95498947 : if (ptr1->x_param_max_sched_region_blocks != ptr2->x_param_max_sched_region_blocks)
11583 : : return false;
11584 : 95498947 : if (ptr1->x_param_max_sched_region_insns != ptr2->x_param_max_sched_region_insns)
11585 : : return false;
11586 : 95498947 : if (ptr1->x_param_max_slsr_candidate_scan != ptr2->x_param_max_slsr_candidate_scan)
11587 : : return false;
11588 : 95498947 : if (ptr1->x_param_max_speculative_devirt_maydefs != ptr2->x_param_max_speculative_devirt_maydefs)
11589 : : return false;
11590 : 95498947 : if (ptr1->x_param_max_stores_to_merge != ptr2->x_param_max_stores_to_merge)
11591 : : return false;
11592 : 95498947 : if (ptr1->x_param_max_stores_to_sink != ptr2->x_param_max_stores_to_sink)
11593 : : return false;
11594 : 95498947 : if (ptr1->x_param_max_tail_merge_comparisons != ptr2->x_param_max_tail_merge_comparisons)
11595 : : return false;
11596 : 95498947 : if (ptr1->x_param_max_tail_merge_iterations != ptr2->x_param_max_tail_merge_iterations)
11597 : : return false;
11598 : 95498947 : if (ptr1->x_param_max_tracked_strlens != ptr2->x_param_max_tracked_strlens)
11599 : : return false;
11600 : 95498947 : if (ptr1->x_param_max_tree_if_conversion_phi_args != ptr2->x_param_max_tree_if_conversion_phi_args)
11601 : : return false;
11602 : 95498947 : if (ptr1->x_param_max_unroll_times != ptr2->x_param_max_unroll_times)
11603 : : return false;
11604 : 95498947 : if (ptr1->x_param_max_unrolled_insns != ptr2->x_param_max_unrolled_insns)
11605 : : return false;
11606 : 95498947 : if (ptr1->x_param_max_unswitch_depth != ptr2->x_param_max_unswitch_depth)
11607 : : return false;
11608 : 95498947 : if (ptr1->x_param_max_unswitch_insns != ptr2->x_param_max_unswitch_insns)
11609 : : return false;
11610 : 95498947 : if (ptr1->x_param_max_variable_expansions != ptr2->x_param_max_variable_expansions)
11611 : : return false;
11612 : 95498947 : if (ptr1->x_param_max_vartrack_expr_depth != ptr2->x_param_max_vartrack_expr_depth)
11613 : : return false;
11614 : 95498947 : if (ptr1->x_param_max_vartrack_reverse_op_size != ptr2->x_param_max_vartrack_reverse_op_size)
11615 : : return false;
11616 : 95498947 : if (ptr1->x_param_max_vartrack_size != ptr2->x_param_max_vartrack_size)
11617 : : return false;
11618 : 95498947 : if (ptr1->x_param_min_crossjump_insns != ptr2->x_param_min_crossjump_insns)
11619 : : return false;
11620 : 95498947 : if (ptr1->x_param_min_inline_recursive_probability != ptr2->x_param_min_inline_recursive_probability)
11621 : : return false;
11622 : 95498947 : if (ptr1->x_param_min_insn_to_prefetch_ratio != ptr2->x_param_min_insn_to_prefetch_ratio)
11623 : : return false;
11624 : 95498947 : if (ptr1->x_param_min_loop_cond_split_prob != ptr2->x_param_min_loop_cond_split_prob)
11625 : : return false;
11626 : 95498947 : if (ptr1->x_param_min_pagesize != ptr2->x_param_min_pagesize)
11627 : : return false;
11628 : 95498947 : if (ptr1->x_param_min_size_for_stack_sharing != ptr2->x_param_min_size_for_stack_sharing)
11629 : : return false;
11630 : 95498947 : if (ptr1->x_param_min_spec_prob != ptr2->x_param_min_spec_prob)
11631 : : return false;
11632 : 95498947 : if (ptr1->x_param_min_vect_loop_bound != ptr2->x_param_min_vect_loop_bound)
11633 : : return false;
11634 : 95498947 : if (ptr1->x_param_modref_max_accesses != ptr2->x_param_modref_max_accesses)
11635 : : return false;
11636 : 95498947 : if (ptr1->x_param_modref_max_adjustments != ptr2->x_param_modref_max_adjustments)
11637 : : return false;
11638 : 95498947 : if (ptr1->x_param_modref_max_bases != ptr2->x_param_modref_max_bases)
11639 : : return false;
11640 : 95498947 : if (ptr1->x_param_modref_max_depth != ptr2->x_param_modref_max_depth)
11641 : : return false;
11642 : 95498947 : if (ptr1->x_param_modref_max_escape_points != ptr2->x_param_modref_max_escape_points)
11643 : : return false;
11644 : 95498947 : if (ptr1->x_param_modref_max_refs != ptr2->x_param_modref_max_refs)
11645 : : return false;
11646 : 95498947 : if (ptr1->x_param_modref_max_tests != ptr2->x_param_modref_max_tests)
11647 : : return false;
11648 : 95498947 : if (ptr1->x_param_parloops_chunk_size != ptr2->x_param_parloops_chunk_size)
11649 : : return false;
11650 : 95498947 : if (ptr1->x_param_parloops_min_per_thread != ptr2->x_param_parloops_min_per_thread)
11651 : : return false;
11652 : 95498947 : if (ptr1->x_param_parloops_schedule != ptr2->x_param_parloops_schedule)
11653 : : return false;
11654 : 95498947 : if (ptr1->x_param_partial_inlining_entry_probability != ptr2->x_param_partial_inlining_entry_probability)
11655 : : return false;
11656 : 95498947 : if (ptr1->x_param_phiopt_factor_max_stmts_live != ptr2->x_param_phiopt_factor_max_stmts_live)
11657 : : return false;
11658 : 95498947 : if (ptr1->x_param_predictable_branch_outcome != ptr2->x_param_predictable_branch_outcome)
11659 : : return false;
11660 : 95498947 : if (ptr1->x_param_prefetch_dynamic_strides != ptr2->x_param_prefetch_dynamic_strides)
11661 : : return false;
11662 : 95498947 : if (ptr1->x_param_prefetch_latency != ptr2->x_param_prefetch_latency)
11663 : : return false;
11664 : 95498947 : if (ptr1->x_param_prefetch_min_insn_to_mem_ratio != ptr2->x_param_prefetch_min_insn_to_mem_ratio)
11665 : : return false;
11666 : 95498947 : if (ptr1->x_param_prefetch_minimum_stride != ptr2->x_param_prefetch_minimum_stride)
11667 : : return false;
11668 : 95498947 : if (ptr1->x_param_ranger_debug != ptr2->x_param_ranger_debug)
11669 : : return false;
11670 : 95498947 : if (ptr1->x_param_ranger_logical_depth != ptr2->x_param_ranger_logical_depth)
11671 : : return false;
11672 : 95498947 : if (ptr1->x_param_ranger_recompute_depth != ptr2->x_param_ranger_recompute_depth)
11673 : : return false;
11674 : 95498947 : if (ptr1->x_param_relation_block_limit != ptr2->x_param_relation_block_limit)
11675 : : return false;
11676 : 95498947 : if (ptr1->x_param_rpo_vn_max_loop_depth != ptr2->x_param_rpo_vn_max_loop_depth)
11677 : : return false;
11678 : 95498947 : if (ptr1->x_param_sccvn_max_alias_queries_per_access != ptr2->x_param_sccvn_max_alias_queries_per_access)
11679 : : return false;
11680 : 95498947 : if (ptr1->x_param_scev_max_expr_complexity != ptr2->x_param_scev_max_expr_complexity)
11681 : : return false;
11682 : 95498947 : if (ptr1->x_param_scev_max_expr_size != ptr2->x_param_scev_max_expr_size)
11683 : : return false;
11684 : 95498947 : if (ptr1->x_param_sched_autopref_queue_depth != ptr2->x_param_sched_autopref_queue_depth)
11685 : : return false;
11686 : 95498947 : if (ptr1->x_param_sched_mem_true_dep_cost != ptr2->x_param_sched_mem_true_dep_cost)
11687 : : return false;
11688 : 95498947 : if (ptr1->x_param_sched_pressure_algorithm != ptr2->x_param_sched_pressure_algorithm)
11689 : : return false;
11690 : 95498947 : if (ptr1->x_param_sched_spec_prob_cutoff != ptr2->x_param_sched_spec_prob_cutoff)
11691 : : return false;
11692 : 95498947 : if (ptr1->x_param_sched_state_edge_prob_cutoff != ptr2->x_param_sched_state_edge_prob_cutoff)
11693 : : return false;
11694 : 95498947 : if (ptr1->x_param_selsched_insns_to_rename != ptr2->x_param_selsched_insns_to_rename)
11695 : : return false;
11696 : 95498947 : if (ptr1->x_param_selsched_max_lookahead != ptr2->x_param_selsched_max_lookahead)
11697 : : return false;
11698 : 95498947 : if (ptr1->x_param_selsched_max_sched_times != ptr2->x_param_selsched_max_sched_times)
11699 : : return false;
11700 : 95498947 : if (ptr1->x_param_simultaneous_prefetches != ptr2->x_param_simultaneous_prefetches)
11701 : : return false;
11702 : 95498913 : if (ptr1->x_param_sink_frequency_threshold != ptr2->x_param_sink_frequency_threshold)
11703 : : return false;
11704 : 95498913 : if (ptr1->x_param_sms_dfa_history != ptr2->x_param_sms_dfa_history)
11705 : : return false;
11706 : 95498913 : if (ptr1->x_param_sms_loop_average_count_threshold != ptr2->x_param_sms_loop_average_count_threshold)
11707 : : return false;
11708 : 95498913 : if (ptr1->x_param_sms_max_ii_factor != ptr2->x_param_sms_max_ii_factor)
11709 : : return false;
11710 : 95498913 : if (ptr1->x_param_sms_min_sc != ptr2->x_param_sms_min_sc)
11711 : : return false;
11712 : 95498913 : if (ptr1->x_param_sra_max_propagations != ptr2->x_param_sra_max_propagations)
11713 : : return false;
11714 : 95498913 : if (ptr1->x_param_sra_max_scalarization_size_size != ptr2->x_param_sra_max_scalarization_size_size)
11715 : : return false;
11716 : 95498913 : if (ptr1->x_param_sra_max_scalarization_size_speed != ptr2->x_param_sra_max_scalarization_size_speed)
11717 : : return false;
11718 : 95498913 : if (ptr1->x_param_ssa_name_def_chain_limit != ptr2->x_param_ssa_name_def_chain_limit)
11719 : : return false;
11720 : 95498913 : if (ptr1->x_param_ssp_buffer_size != ptr2->x_param_ssp_buffer_size)
11721 : : return false;
11722 : 95498913 : if (ptr1->x_param_stack_clash_protection_guard_size != ptr2->x_param_stack_clash_protection_guard_size)
11723 : : return false;
11724 : 95498913 : if (ptr1->x_param_stack_clash_protection_probe_interval != ptr2->x_param_stack_clash_protection_probe_interval)
11725 : : return false;
11726 : 95498913 : if (ptr1->x_param_store_forwarding_max_distance != ptr2->x_param_store_forwarding_max_distance)
11727 : : return false;
11728 : 95498913 : if (ptr1->x_param_store_merging_allow_unaligned != ptr2->x_param_store_merging_allow_unaligned)
11729 : : return false;
11730 : 95498913 : if (ptr1->x_param_store_merging_max_size != ptr2->x_param_store_merging_max_size)
11731 : : return false;
11732 : 95498913 : if (ptr1->x_param_switch_conversion_branch_ratio != ptr2->x_param_switch_conversion_branch_ratio)
11733 : : return false;
11734 : 95498913 : if (ptr1->x_param_switch_lower_slow_alg_max_cases != ptr2->x_param_switch_lower_slow_alg_max_cases)
11735 : : return false;
11736 : 95498913 : if (ptr1->x_param_threader_debug != ptr2->x_param_threader_debug)
11737 : : return false;
11738 : 95498913 : if (ptr1->x_param_tm_max_aggregate_size != ptr2->x_param_tm_max_aggregate_size)
11739 : : return false;
11740 : 95498913 : if (ptr1->x_param_tracer_dynamic_coverage_feedback != ptr2->x_param_tracer_dynamic_coverage_feedback)
11741 : : return false;
11742 : 95498913 : if (ptr1->x_param_tracer_dynamic_coverage != ptr2->x_param_tracer_dynamic_coverage)
11743 : : return false;
11744 : 95498913 : if (ptr1->x_param_tracer_max_code_growth != ptr2->x_param_tracer_max_code_growth)
11745 : : return false;
11746 : 95498913 : if (ptr1->x_param_tracer_min_branch_probability_feedback != ptr2->x_param_tracer_min_branch_probability_feedback)
11747 : : return false;
11748 : 95498913 : if (ptr1->x_param_tracer_min_branch_probability != ptr2->x_param_tracer_min_branch_probability)
11749 : : return false;
11750 : 95498913 : if (ptr1->x_param_tracer_min_branch_ratio != ptr2->x_param_tracer_min_branch_ratio)
11751 : : return false;
11752 : 95498913 : if (ptr1->x_param_transitive_relations_work_bound != ptr2->x_param_transitive_relations_work_bound)
11753 : : return false;
11754 : 95498913 : if (ptr1->x_param_tree_reassoc_width != ptr2->x_param_tree_reassoc_width)
11755 : : return false;
11756 : 95498913 : if (ptr1->x_param_uninit_control_dep_attempts != ptr2->x_param_uninit_control_dep_attempts)
11757 : : return false;
11758 : 95498913 : if (ptr1->x_param_uninit_max_chain_len != ptr2->x_param_uninit_max_chain_len)
11759 : : return false;
11760 : 95498913 : if (ptr1->x_param_uninit_max_num_chains != ptr2->x_param_uninit_max_num_chains)
11761 : : return false;
11762 : 95498913 : if (ptr1->x_param_uninit_max_prune_work != ptr2->x_param_uninit_max_prune_work)
11763 : : return false;
11764 : 95498913 : if (ptr1->x_param_uninlined_function_insns != ptr2->x_param_uninlined_function_insns)
11765 : : return false;
11766 : 95498913 : if (ptr1->x_param_uninlined_function_time != ptr2->x_param_uninlined_function_time)
11767 : : return false;
11768 : 95498913 : if (ptr1->x_param_uninlined_function_thunk_insns != ptr2->x_param_uninlined_function_thunk_insns)
11769 : : return false;
11770 : 95498913 : if (ptr1->x_param_uninlined_function_thunk_time != ptr2->x_param_uninlined_function_thunk_time)
11771 : : return false;
11772 : 95498913 : if (ptr1->x_param_unlikely_bb_count_fraction != ptr2->x_param_unlikely_bb_count_fraction)
11773 : : return false;
11774 : 95498913 : if (ptr1->x_param_unroll_jam_max_unroll != ptr2->x_param_unroll_jam_max_unroll)
11775 : : return false;
11776 : 95498913 : if (ptr1->x_param_unroll_jam_min_percent != ptr2->x_param_unroll_jam_min_percent)
11777 : : return false;
11778 : 95498913 : if (ptr1->x_param_use_after_scope_direct_emission_threshold != ptr2->x_param_use_after_scope_direct_emission_threshold)
11779 : : return false;
11780 : 95498913 : if (ptr1->x_param_vect_epilogues_nomask != ptr2->x_param_vect_epilogues_nomask)
11781 : : return false;
11782 : 95498913 : if (ptr1->x_param_vect_induction_float != ptr2->x_param_vect_induction_float)
11783 : : return false;
11784 : 95498913 : if (ptr1->x_param_vect_inner_loop_cost_factor != ptr2->x_param_vect_inner_loop_cost_factor)
11785 : : return false;
11786 : 95498913 : if (ptr1->x_param_vect_max_layout_candidates != ptr2->x_param_vect_max_layout_candidates)
11787 : : return false;
11788 : 95498913 : if (ptr1->x_param_vect_max_peeling_for_alignment != ptr2->x_param_vect_max_peeling_for_alignment)
11789 : : return false;
11790 : 95498913 : if (ptr1->x_param_vect_max_version_for_alias_checks != ptr2->x_param_vect_max_version_for_alias_checks)
11791 : : return false;
11792 : 95498913 : if (ptr1->x_param_vect_max_version_for_alignment_checks != ptr2->x_param_vect_max_version_for_alignment_checks)
11793 : : return false;
11794 : 95498913 : if (ptr1->x_param_vect_partial_vector_usage != ptr2->x_param_vect_partial_vector_usage)
11795 : : return false;
11796 : 95498913 : if (ptr1->x_param_vect_scalar_cost_multiplier != ptr2->x_param_vect_scalar_cost_multiplier)
11797 : : return false;
11798 : 95498913 : if (ptr1->x_param_vrp_block_limit != ptr2->x_param_vrp_block_limit)
11799 : : return false;
11800 : 95498913 : if (ptr1->x_param_vrp_sparse_threshold != ptr2->x_param_vrp_sparse_threshold)
11801 : : return false;
11802 : 95498913 : if (ptr1->x_param_vrp_switch_limit != ptr2->x_param_vrp_switch_limit)
11803 : : return false;
11804 : 95498913 : if (ptr1->x_param_vrp_vector_threshold != ptr2->x_param_vrp_vector_threshold)
11805 : : return false;
11806 : 95498913 : if (ptr1->x_warn_inline != ptr2->x_warn_inline)
11807 : : return false;
11808 : 95498913 : if (ptr1->x_flag_aggressive_loop_optimizations != ptr2->x_flag_aggressive_loop_optimizations)
11809 : : return false;
11810 : 95498913 : if (ptr1->x_flag_align_functions != ptr2->x_flag_align_functions)
11811 : : return false;
11812 : 95498913 : if (ptr1->x_str_align_functions != ptr2->x_str_align_functions
11813 : 553 : && (!ptr1->x_str_align_functions || !ptr2->x_str_align_functions
11814 : 553 : || strcmp (ptr1->x_str_align_functions, ptr2->x_str_align_functions)))
11815 : : return false;
11816 : 95498913 : if (ptr1->x_flag_align_jumps != ptr2->x_flag_align_jumps)
11817 : : return false;
11818 : 95498913 : if (ptr1->x_str_align_jumps != ptr2->x_str_align_jumps
11819 : 552 : && (!ptr1->x_str_align_jumps || !ptr2->x_str_align_jumps
11820 : 552 : || strcmp (ptr1->x_str_align_jumps, ptr2->x_str_align_jumps)))
11821 : : return false;
11822 : 95498913 : if (ptr1->x_flag_align_labels != ptr2->x_flag_align_labels)
11823 : : return false;
11824 : 95498913 : if (ptr1->x_str_align_labels != ptr2->x_str_align_labels
11825 : 552 : && (!ptr1->x_str_align_labels || !ptr2->x_str_align_labels
11826 : 552 : || strcmp (ptr1->x_str_align_labels, ptr2->x_str_align_labels)))
11827 : : return false;
11828 : 95498913 : if (ptr1->x_flag_align_loops != ptr2->x_flag_align_loops)
11829 : : return false;
11830 : 95498913 : if (ptr1->x_str_align_loops != ptr2->x_str_align_loops
11831 : 552 : && (!ptr1->x_str_align_loops || !ptr2->x_str_align_loops
11832 : 552 : || strcmp (ptr1->x_str_align_loops, ptr2->x_str_align_loops)))
11833 : : return false;
11834 : 95498913 : if (ptr1->x_flag_allocation_dce != ptr2->x_flag_allocation_dce)
11835 : : return false;
11836 : 95498913 : if (ptr1->x_flag_store_data_races != ptr2->x_flag_store_data_races)
11837 : : return false;
11838 : 95498913 : if (ptr1->x_flag_associative_math != ptr2->x_flag_associative_math)
11839 : : return false;
11840 : 95498906 : if (ptr1->x_flag_assume_sane_operators_new_delete != ptr2->x_flag_assume_sane_operators_new_delete)
11841 : : return false;
11842 : 95498882 : if (ptr1->x_flag_asynchronous_unwind_tables != ptr2->x_flag_asynchronous_unwind_tables)
11843 : : return false;
11844 : 95498882 : if (ptr1->x_flag_auto_inc_dec != ptr2->x_flag_auto_inc_dec)
11845 : : return false;
11846 : 95498882 : if (ptr1->x_flag_auto_profile_inlining != ptr2->x_flag_auto_profile_inlining)
11847 : : return false;
11848 : 95498882 : if (ptr1->x_flag_avoid_store_forwarding != ptr2->x_flag_avoid_store_forwarding)
11849 : : return false;
11850 : 95498882 : if (ptr1->x_flag_bit_tests != ptr2->x_flag_bit_tests)
11851 : : return false;
11852 : 95498882 : if (ptr1->x_flag_branch_on_count_reg != ptr2->x_flag_branch_on_count_reg)
11853 : : return false;
11854 : 95498882 : if (ptr1->x_flag_branch_probabilities != ptr2->x_flag_branch_probabilities)
11855 : : return false;
11856 : 95498882 : if (ptr1->x_flag_caller_saves != ptr2->x_flag_caller_saves)
11857 : : return false;
11858 : 95498882 : if (ptr1->x_flag_code_hoisting != ptr2->x_flag_code_hoisting)
11859 : : return false;
11860 : 95498882 : if (ptr1->x_flag_combine_stack_adjustments != ptr2->x_flag_combine_stack_adjustments)
11861 : : return false;
11862 : 95498882 : if (ptr1->x_flag_compare_elim_after_reload != ptr2->x_flag_compare_elim_after_reload)
11863 : : return false;
11864 : 95498882 : if (ptr1->x_flag_conserve_stack != ptr2->x_flag_conserve_stack)
11865 : : return false;
11866 : 95498882 : if (ptr1->x_flag_cprop_registers != ptr2->x_flag_cprop_registers)
11867 : : return false;
11868 : 95498882 : if (ptr1->x_flag_crossjumping != ptr2->x_flag_crossjumping)
11869 : : return false;
11870 : 95498882 : if (ptr1->x_flag_cse_follow_jumps != ptr2->x_flag_cse_follow_jumps)
11871 : : return false;
11872 : 95498882 : if (ptr1->x_flag_complex_method != ptr2->x_flag_complex_method)
11873 : : return false;
11874 : 95498867 : if (ptr1->x_flag_dce != ptr2->x_flag_dce)
11875 : : return false;
11876 : 95498867 : if (ptr1->x_flag_defer_pop != ptr2->x_flag_defer_pop)
11877 : : return false;
11878 : 95498867 : if (ptr1->x_flag_delayed_branch != ptr2->x_flag_delayed_branch)
11879 : : return false;
11880 : 95498867 : if (ptr1->x_flag_delete_dead_exceptions != ptr2->x_flag_delete_dead_exceptions)
11881 : : return false;
11882 : 95498867 : if (ptr1->x_flag_delete_null_pointer_checks != ptr2->x_flag_delete_null_pointer_checks)
11883 : : return false;
11884 : 95498867 : if (ptr1->x_flag_dep_fusion != ptr2->x_flag_dep_fusion)
11885 : : return false;
11886 : 95498867 : if (ptr1->x_flag_devirtualize != ptr2->x_flag_devirtualize)
11887 : : return false;
11888 : 95498867 : if (ptr1->x_flag_devirtualize_speculatively != ptr2->x_flag_devirtualize_speculatively)
11889 : : return false;
11890 : 95498867 : if (ptr1->x_flag_dse != ptr2->x_flag_dse)
11891 : : return false;
11892 : 95498867 : if (ptr1->x_flag_early_inlining != ptr2->x_flag_early_inlining)
11893 : : return false;
11894 : 95498867 : if (ptr1->x_flag_exceptions != ptr2->x_flag_exceptions)
11895 : : return false;
11896 : 95498867 : if (ptr1->x_flag_excess_precision != ptr2->x_flag_excess_precision)
11897 : : return false;
11898 : 95498867 : if (ptr1->x_flag_expensive_optimizations != ptr2->x_flag_expensive_optimizations)
11899 : : return false;
11900 : 95498867 : if (ptr1->x_flag_ext_dce != ptr2->x_flag_ext_dce)
11901 : : return false;
11902 : 95498867 : if (ptr1->x_flag_finite_loops != ptr2->x_flag_finite_loops)
11903 : : return false;
11904 : 95498867 : if (ptr1->x_flag_finite_math_only != ptr2->x_flag_finite_math_only)
11905 : : return false;
11906 : 95498867 : if (ptr1->x_flag_float_store != ptr2->x_flag_float_store)
11907 : : return false;
11908 : 95498867 : if (ptr1->x_flag_fold_mem_offsets != ptr2->x_flag_fold_mem_offsets)
11909 : : return false;
11910 : 95498867 : if (ptr1->x_flag_fold_simple_inlines != ptr2->x_flag_fold_simple_inlines)
11911 : : return false;
11912 : 95498867 : if (ptr1->x_flag_forward_propagate != ptr2->x_flag_forward_propagate)
11913 : : return false;
11914 : 95498867 : if (ptr1->x_flag_fp_contract_mode != ptr2->x_flag_fp_contract_mode)
11915 : : return false;
11916 : 95498867 : if (ptr1->x_flag_fp_int_builtin_inexact != ptr2->x_flag_fp_int_builtin_inexact)
11917 : : return false;
11918 : 95498867 : if (ptr1->x_flag_no_function_cse != ptr2->x_flag_no_function_cse)
11919 : : return false;
11920 : 95498867 : if (ptr1->x_flag_gcse != ptr2->x_flag_gcse)
11921 : : return false;
11922 : 95498867 : if (ptr1->x_flag_gcse_after_reload != ptr2->x_flag_gcse_after_reload)
11923 : : return false;
11924 : 95498867 : if (ptr1->x_flag_gcse_las != ptr2->x_flag_gcse_las)
11925 : : return false;
11926 : 95498867 : if (ptr1->x_flag_gcse_lm != ptr2->x_flag_gcse_lm)
11927 : : return false;
11928 : 95498867 : if (ptr1->x_flag_gcse_sm != ptr2->x_flag_gcse_sm)
11929 : : return false;
11930 : 95498867 : if (ptr1->x_flag_graphite != ptr2->x_flag_graphite)
11931 : : return false;
11932 : 95498867 : if (ptr1->x_flag_graphite_identity != ptr2->x_flag_graphite_identity)
11933 : : return false;
11934 : 95498867 : if (ptr1->x_flag_guess_branch_prob != ptr2->x_flag_guess_branch_prob)
11935 : : return false;
11936 : 95498867 : if (ptr1->x_flag_harden_control_flow_redundancy_check_exceptions != ptr2->x_flag_harden_control_flow_redundancy_check_exceptions)
11937 : : return false;
11938 : 95498867 : if (ptr1->x_flag_harden_control_flow_redundancy_check_noreturn != ptr2->x_flag_harden_control_flow_redundancy_check_noreturn)
11939 : : return false;
11940 : 95498867 : if (ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls != ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls)
11941 : : return false;
11942 : 95498867 : if (ptr1->x_flag_harden_control_flow_redundancy_skip_leaf != ptr2->x_flag_harden_control_flow_redundancy_skip_leaf)
11943 : : return false;
11944 : 95498867 : if (ptr1->x_flag_harden_compares != ptr2->x_flag_harden_compares)
11945 : : return false;
11946 : 95498867 : if (ptr1->x_flag_harden_conditional_branches != ptr2->x_flag_harden_conditional_branches)
11947 : : return false;
11948 : 95498867 : if (ptr1->x_flag_harden_control_flow_redundancy != ptr2->x_flag_harden_control_flow_redundancy)
11949 : : return false;
11950 : 95498867 : if (ptr1->x_flag_hoist_adjacent_loads != ptr2->x_flag_hoist_adjacent_loads)
11951 : : return false;
11952 : 95498867 : if (ptr1->x_flag_if_conversion != ptr2->x_flag_if_conversion)
11953 : : return false;
11954 : 95498867 : if (ptr1->x_flag_if_conversion2 != ptr2->x_flag_if_conversion2)
11955 : : return false;
11956 : 95498867 : if (ptr1->x_flag_indirect_inlining != ptr2->x_flag_indirect_inlining)
11957 : : return false;
11958 : 95498867 : if (ptr1->x_flag_no_inline != ptr2->x_flag_no_inline)
11959 : : return false;
11960 : 95498852 : if (ptr1->x_flag_inline_atomics != ptr2->x_flag_inline_atomics)
11961 : : return false;
11962 : 95498852 : if (ptr1->x_flag_inline_functions != ptr2->x_flag_inline_functions)
11963 : : return false;
11964 : 95498852 : if (ptr1->x_flag_inline_functions_called_once != ptr2->x_flag_inline_functions_called_once)
11965 : : return false;
11966 : 95498852 : if (ptr1->x_flag_inline_small_functions != ptr2->x_flag_inline_small_functions)
11967 : : return false;
11968 : 95498852 : if (ptr1->x_flag_inline_stringops != ptr2->x_flag_inline_stringops)
11969 : : return false;
11970 : 95498852 : if (ptr1->x_flag_ipa_bit_cp != ptr2->x_flag_ipa_bit_cp)
11971 : : return false;
11972 : 95498852 : if (ptr1->x_flag_ipa_cp != ptr2->x_flag_ipa_cp)
11973 : : return false;
11974 : 95498852 : if (ptr1->x_flag_ipa_cp_clone != ptr2->x_flag_ipa_cp_clone)
11975 : : return false;
11976 : 95498852 : if (ptr1->x_flag_ipa_icf != ptr2->x_flag_ipa_icf)
11977 : : return false;
11978 : 95498852 : if (ptr1->x_flag_ipa_icf_functions != ptr2->x_flag_ipa_icf_functions)
11979 : : return false;
11980 : 95498852 : if (ptr1->x_flag_ipa_icf_variables != ptr2->x_flag_ipa_icf_variables)
11981 : : return false;
11982 : 95498852 : if (ptr1->x_flag_ipa_modref != ptr2->x_flag_ipa_modref)
11983 : : return false;
11984 : 95498852 : if (ptr1->x_flag_ipa_profile != ptr2->x_flag_ipa_profile)
11985 : : return false;
11986 : 95498852 : if (ptr1->x_flag_ipa_pta != ptr2->x_flag_ipa_pta)
11987 : : return false;
11988 : 95498852 : if (ptr1->x_flag_ipa_pure_const != ptr2->x_flag_ipa_pure_const)
11989 : : return false;
11990 : 95498852 : if (ptr1->x_flag_ipa_ra != ptr2->x_flag_ipa_ra)
11991 : : return false;
11992 : 95498852 : if (ptr1->x_flag_ipa_reference != ptr2->x_flag_ipa_reference)
11993 : : return false;
11994 : 95498852 : if (ptr1->x_flag_ipa_reference_addressable != ptr2->x_flag_ipa_reference_addressable)
11995 : : return false;
11996 : 95498852 : if (ptr1->x_flag_ipa_reorder_for_locality != ptr2->x_flag_ipa_reorder_for_locality)
11997 : : return false;
11998 : 95498852 : if (ptr1->x_flag_ipa_sra != ptr2->x_flag_ipa_sra)
11999 : : return false;
12000 : 95498852 : if (ptr1->x_flag_ipa_stack_alignment != ptr2->x_flag_ipa_stack_alignment)
12001 : : return false;
12002 : 95498852 : if (ptr1->x_flag_ipa_strict_aliasing != ptr2->x_flag_ipa_strict_aliasing)
12003 : : return false;
12004 : 95498852 : if (ptr1->x_flag_ipa_vrp != ptr2->x_flag_ipa_vrp)
12005 : : return false;
12006 : 95498852 : if (ptr1->x_flag_ira_algorithm != ptr2->x_flag_ira_algorithm)
12007 : : return false;
12008 : 95498852 : if (ptr1->x_flag_ira_hoist_pressure != ptr2->x_flag_ira_hoist_pressure)
12009 : : return false;
12010 : 95498852 : if (ptr1->x_flag_ira_loop_pressure != ptr2->x_flag_ira_loop_pressure)
12011 : : return false;
12012 : 95498852 : if (ptr1->x_flag_ira_region != ptr2->x_flag_ira_region)
12013 : : return false;
12014 : 95498852 : if (ptr1->x_flag_ira_share_save_slots != ptr2->x_flag_ira_share_save_slots)
12015 : : return false;
12016 : 95498852 : if (ptr1->x_flag_ira_share_spill_slots != ptr2->x_flag_ira_share_spill_slots)
12017 : : return false;
12018 : 95498852 : if (ptr1->x_flag_isolate_erroneous_paths_attribute != ptr2->x_flag_isolate_erroneous_paths_attribute)
12019 : : return false;
12020 : 95498852 : if (ptr1->x_flag_isolate_erroneous_paths_dereference != ptr2->x_flag_isolate_erroneous_paths_dereference)
12021 : : return false;
12022 : 95498852 : if (ptr1->x_flag_ivopts != ptr2->x_flag_ivopts)
12023 : : return false;
12024 : 95498852 : if (ptr1->x_flag_jump_tables != ptr2->x_flag_jump_tables)
12025 : : return false;
12026 : 95498852 : if (ptr1->x_flag_keep_gc_roots_live != ptr2->x_flag_keep_gc_roots_live)
12027 : : return false;
12028 : 95498852 : if (ptr1->x_flag_late_combine_instructions != ptr2->x_flag_late_combine_instructions)
12029 : : return false;
12030 : 95498852 : if (ptr1->x_flag_lifetime_dse != ptr2->x_flag_lifetime_dse)
12031 : : return false;
12032 : 95498852 : if (ptr1->x_flag_limit_function_alignment != ptr2->x_flag_limit_function_alignment)
12033 : : return false;
12034 : 95498852 : if (ptr1->x_flag_live_patching != ptr2->x_flag_live_patching)
12035 : : return false;
12036 : 95498852 : if (ptr1->x_flag_live_range_shrinkage != ptr2->x_flag_live_range_shrinkage)
12037 : : return false;
12038 : 95498852 : if (ptr1->x_flag_loop_interchange != ptr2->x_flag_loop_interchange)
12039 : : return false;
12040 : 95498852 : if (ptr1->x_flag_loop_nest_optimize != ptr2->x_flag_loop_nest_optimize)
12041 : : return false;
12042 : 95498852 : if (ptr1->x_flag_loop_parallelize_all != ptr2->x_flag_loop_parallelize_all)
12043 : : return false;
12044 : 95498852 : if (ptr1->x_flag_unroll_jam != ptr2->x_flag_unroll_jam)
12045 : : return false;
12046 : 95498852 : if (ptr1->x_flag_lra_remat != ptr2->x_flag_lra_remat)
12047 : : return false;
12048 : 95498852 : if (ptr1->x_flag_malloc_dce != ptr2->x_flag_malloc_dce)
12049 : : return false;
12050 : 95498852 : if (ptr1->x_flag_malloc_dse != ptr2->x_flag_malloc_dse)
12051 : : return false;
12052 : 95498852 : if (ptr1->x_flag_errno_math != ptr2->x_flag_errno_math)
12053 : : return false;
12054 : 95498852 : if (ptr1->x_flag_min_function_alignment != ptr2->x_flag_min_function_alignment)
12055 : : return false;
12056 : 95498852 : if (ptr1->x_flag_modulo_sched != ptr2->x_flag_modulo_sched)
12057 : : return false;
12058 : 95498852 : if (ptr1->x_flag_modulo_sched_allow_regmoves != ptr2->x_flag_modulo_sched_allow_regmoves)
12059 : : return false;
12060 : 95498852 : if (ptr1->x_flag_move_loop_invariants != ptr2->x_flag_move_loop_invariants)
12061 : : return false;
12062 : 95498852 : if (ptr1->x_flag_move_loop_stores != ptr2->x_flag_move_loop_stores)
12063 : : return false;
12064 : 95498852 : if (ptr1->x_flag_non_call_exceptions != ptr2->x_flag_non_call_exceptions)
12065 : : return false;
12066 : 95498852 : if (ptr1->x_flag_nothrow_opt != ptr2->x_flag_nothrow_opt)
12067 : : return false;
12068 : 95498852 : if (ptr1->x_flag_omit_frame_pointer != ptr2->x_flag_omit_frame_pointer)
12069 : : return false;
12070 : 95498844 : if (ptr1->x_flag_openmp_target_simd_clone != ptr2->x_flag_openmp_target_simd_clone)
12071 : : return false;
12072 : 95498844 : if (ptr1->x_flag_opt_info != ptr2->x_flag_opt_info)
12073 : : return false;
12074 : 95498844 : if (ptr1->x_flag_optimize_crc != ptr2->x_flag_optimize_crc)
12075 : : return false;
12076 : 95498844 : if (ptr1->x_flag_optimize_sibling_calls != ptr2->x_flag_optimize_sibling_calls)
12077 : : return false;
12078 : 95498843 : if (ptr1->x_flag_optimize_strlen != ptr2->x_flag_optimize_strlen)
12079 : : return false;
12080 : 95498843 : if (ptr1->x_flag_pack_struct != ptr2->x_flag_pack_struct)
12081 : : return false;
12082 : 95498843 : if (ptr1->x_flag_partial_inlining != ptr2->x_flag_partial_inlining)
12083 : : return false;
12084 : 95498843 : if (ptr1->x_flag_patchable_function_entry != ptr2->x_flag_patchable_function_entry
12085 : 0 : && (!ptr1->x_flag_patchable_function_entry || !ptr2->x_flag_patchable_function_entry
12086 : 0 : || strcmp (ptr1->x_flag_patchable_function_entry, ptr2->x_flag_patchable_function_entry)))
12087 : : return false;
12088 : 95498843 : if (ptr1->x_flag_pcc_struct_return != ptr2->x_flag_pcc_struct_return)
12089 : : return false;
12090 : 95498843 : if (ptr1->x_flag_peel_loops != ptr2->x_flag_peel_loops)
12091 : : return false;
12092 : 95498843 : if (ptr1->x_flag_no_peephole != ptr2->x_flag_no_peephole)
12093 : : return false;
12094 : 95498843 : if (ptr1->x_flag_peephole2 != ptr2->x_flag_peephole2)
12095 : : return false;
12096 : 95498843 : if (ptr1->x_flag_plt != ptr2->x_flag_plt)
12097 : : return false;
12098 : 95498843 : if (ptr1->x_flag_predictive_commoning != ptr2->x_flag_predictive_commoning)
12099 : : return false;
12100 : 95498843 : if (ptr1->x_flag_prefetch_loop_arrays != ptr2->x_flag_prefetch_loop_arrays)
12101 : : return false;
12102 : 95498843 : if (ptr1->x_flag_printf_return_value != ptr2->x_flag_printf_return_value)
12103 : : return false;
12104 : 95498841 : if (ptr1->x_flag_profile_partial_training != ptr2->x_flag_profile_partial_training)
12105 : : return false;
12106 : 95498841 : if (ptr1->x_flag_profile_reorder_functions != ptr2->x_flag_profile_reorder_functions)
12107 : : return false;
12108 : 95498841 : if (ptr1->x_flag_reciprocal_math != ptr2->x_flag_reciprocal_math)
12109 : : return false;
12110 : 95498839 : if (ptr1->x_flag_ree != ptr2->x_flag_ree)
12111 : : return false;
12112 : 95498839 : if (ptr1->x_flag_rename_registers != ptr2->x_flag_rename_registers)
12113 : : return false;
12114 : 95498839 : if (ptr1->x_flag_reorder_blocks != ptr2->x_flag_reorder_blocks)
12115 : : return false;
12116 : 95498839 : if (ptr1->x_flag_reorder_blocks_algorithm != ptr2->x_flag_reorder_blocks_algorithm)
12117 : : return false;
12118 : 95498839 : if (ptr1->x_flag_reorder_blocks_and_partition != ptr2->x_flag_reorder_blocks_and_partition)
12119 : : return false;
12120 : 95498839 : if (ptr1->x_flag_reorder_functions != ptr2->x_flag_reorder_functions)
12121 : : return false;
12122 : 95498839 : if (ptr1->x_flag_rerun_cse_after_loop != ptr2->x_flag_rerun_cse_after_loop)
12123 : : return false;
12124 : 95498839 : if (ptr1->x_flag_resched_modulo_sched != ptr2->x_flag_resched_modulo_sched)
12125 : : return false;
12126 : 95498839 : if (ptr1->x_flag_rounding_math != ptr2->x_flag_rounding_math)
12127 : : return false;
12128 : 95498839 : if (ptr1->x_flag_rtti != ptr2->x_flag_rtti)
12129 : : return false;
12130 : 95498839 : if (ptr1->x_flag_save_optimization_record != ptr2->x_flag_save_optimization_record)
12131 : : return false;
12132 : 95498839 : if (ptr1->x_flag_sched_critical_path_heuristic != ptr2->x_flag_sched_critical_path_heuristic)
12133 : : return false;
12134 : 95498839 : if (ptr1->x_flag_sched_dep_count_heuristic != ptr2->x_flag_sched_dep_count_heuristic)
12135 : : return false;
12136 : 95498839 : if (ptr1->x_flag_sched_group_heuristic != ptr2->x_flag_sched_group_heuristic)
12137 : : return false;
12138 : 95498839 : if (ptr1->x_flag_schedule_interblock != ptr2->x_flag_schedule_interblock)
12139 : : return false;
12140 : 95498839 : if (ptr1->x_flag_sched_last_insn_heuristic != ptr2->x_flag_sched_last_insn_heuristic)
12141 : : return false;
12142 : 95498839 : if (ptr1->x_flag_sched_pressure != ptr2->x_flag_sched_pressure)
12143 : : return false;
12144 : 95498839 : if (ptr1->x_flag_sched_rank_heuristic != ptr2->x_flag_sched_rank_heuristic)
12145 : : return false;
12146 : 95498839 : if (ptr1->x_flag_schedule_speculative != ptr2->x_flag_schedule_speculative)
12147 : : return false;
12148 : 95498839 : if (ptr1->x_flag_sched_spec_insn_heuristic != ptr2->x_flag_sched_spec_insn_heuristic)
12149 : : return false;
12150 : 95498839 : if (ptr1->x_flag_schedule_speculative_load != ptr2->x_flag_schedule_speculative_load)
12151 : : return false;
12152 : 95498839 : if (ptr1->x_flag_schedule_speculative_load_dangerous != ptr2->x_flag_schedule_speculative_load_dangerous)
12153 : : return false;
12154 : 95498839 : if (ptr1->x_flag_sched_stalled_insns != ptr2->x_flag_sched_stalled_insns)
12155 : : return false;
12156 : 95498839 : if (ptr1->x_flag_sched_stalled_insns_dep != ptr2->x_flag_sched_stalled_insns_dep)
12157 : : return false;
12158 : 95498839 : if (ptr1->x_flag_sched2_use_superblocks != ptr2->x_flag_sched2_use_superblocks)
12159 : : return false;
12160 : 95498839 : if (ptr1->x_flag_schedule_fusion != ptr2->x_flag_schedule_fusion)
12161 : : return false;
12162 : 95498839 : if (ptr1->x_flag_schedule_insns != ptr2->x_flag_schedule_insns)
12163 : : return false;
12164 : 95498839 : if (ptr1->x_flag_schedule_insns_after_reload != ptr2->x_flag_schedule_insns_after_reload)
12165 : : return false;
12166 : 95498839 : if (ptr1->x_flag_section_anchors != ptr2->x_flag_section_anchors)
12167 : : return false;
12168 : 95498839 : if (ptr1->x_flag_sel_sched_pipelining != ptr2->x_flag_sel_sched_pipelining)
12169 : : return false;
12170 : 95498839 : if (ptr1->x_flag_sel_sched_pipelining_outer_loops != ptr2->x_flag_sel_sched_pipelining_outer_loops)
12171 : : return false;
12172 : 95498839 : if (ptr1->x_flag_sel_sched_reschedule_pipelined != ptr2->x_flag_sel_sched_reschedule_pipelined)
12173 : : return false;
12174 : 95498839 : if (ptr1->x_flag_selective_scheduling != ptr2->x_flag_selective_scheduling)
12175 : : return false;
12176 : 95498839 : if (ptr1->x_flag_selective_scheduling2 != ptr2->x_flag_selective_scheduling2)
12177 : : return false;
12178 : 95498839 : if (ptr1->x_flag_semantic_interposition != ptr2->x_flag_semantic_interposition)
12179 : : return false;
12180 : 95498839 : if (ptr1->x_flag_short_enums != ptr2->x_flag_short_enums)
12181 : : return false;
12182 : 95498839 : if (ptr1->x_flag_short_wchar != ptr2->x_flag_short_wchar)
12183 : : return false;
12184 : 95498839 : if (ptr1->x_flag_shrink_wrap != ptr2->x_flag_shrink_wrap)
12185 : : return false;
12186 : 95498839 : if (ptr1->x_flag_shrink_wrap_separate != ptr2->x_flag_shrink_wrap_separate)
12187 : : return false;
12188 : 95498839 : if (ptr1->x_flag_signaling_nans != ptr2->x_flag_signaling_nans)
12189 : : return false;
12190 : 95498839 : if (ptr1->x_flag_signed_zeros != ptr2->x_flag_signed_zeros)
12191 : : return false;
12192 : 95498839 : if (ptr1->x_flag_simd_cost_model != ptr2->x_flag_simd_cost_model)
12193 : : return false;
12194 : 95498839 : if (ptr1->x_flag_single_precision_constant != ptr2->x_flag_single_precision_constant)
12195 : : return false;
12196 : 95498839 : if (ptr1->x_flag_split_ivs_in_unroller != ptr2->x_flag_split_ivs_in_unroller)
12197 : : return false;
12198 : 95498839 : if (ptr1->x_flag_split_loops != ptr2->x_flag_split_loops)
12199 : : return false;
12200 : 95498839 : if (ptr1->x_flag_split_paths != ptr2->x_flag_split_paths)
12201 : : return false;
12202 : 95498839 : if (ptr1->x_flag_split_wide_types != ptr2->x_flag_split_wide_types)
12203 : : return false;
12204 : 95498839 : if (ptr1->x_flag_split_wide_types_early != ptr2->x_flag_split_wide_types_early)
12205 : : return false;
12206 : 95498839 : if (ptr1->x_flag_ssa_backprop != ptr2->x_flag_ssa_backprop)
12207 : : return false;
12208 : 95498839 : if (ptr1->x_flag_ssa_phiopt != ptr2->x_flag_ssa_phiopt)
12209 : : return false;
12210 : 95498839 : if (ptr1->x_flag_stack_clash_protection != ptr2->x_flag_stack_clash_protection)
12211 : : return false;
12212 : 95498839 : if (ptr1->x_flag_stack_protect != ptr2->x_flag_stack_protect)
12213 : : return false;
12214 : 95498839 : if (ptr1->x_flag_stack_reuse != ptr2->x_flag_stack_reuse)
12215 : : return false;
12216 : 95498839 : if (ptr1->x_flag_stdarg_opt != ptr2->x_flag_stdarg_opt)
12217 : : return false;
12218 : 95498839 : if (ptr1->x_flag_store_merging != ptr2->x_flag_store_merging)
12219 : : return false;
12220 : 95498839 : if (ptr1->x_flag_strict_aliasing != ptr2->x_flag_strict_aliasing)
12221 : : return false;
12222 : 95498839 : if (ptr1->x_flag_strict_enums != ptr2->x_flag_strict_enums)
12223 : : return false;
12224 : 95498839 : if (ptr1->x_flag_strict_volatile_bitfields != ptr2->x_flag_strict_volatile_bitfields)
12225 : : return false;
12226 : 95498839 : if (ptr1->x_flag_thread_jumps != ptr2->x_flag_thread_jumps)
12227 : : return false;
12228 : 95498839 : if (ptr1->x_flag_threadsafe_statics != ptr2->x_flag_threadsafe_statics)
12229 : : return false;
12230 : 95498839 : if (ptr1->x_flag_toplevel_reorder != ptr2->x_flag_toplevel_reorder)
12231 : : return false;
12232 : 95498839 : if (ptr1->x_flag_tracer != ptr2->x_flag_tracer)
12233 : : return false;
12234 : 95498839 : if (ptr1->x_flag_trapping_math != ptr2->x_flag_trapping_math)
12235 : : return false;
12236 : 95498837 : if (ptr1->x_flag_trapv != ptr2->x_flag_trapv)
12237 : : return false;
12238 : 95498837 : if (ptr1->x_flag_tree_bit_ccp != ptr2->x_flag_tree_bit_ccp)
12239 : : return false;
12240 : 95498837 : if (ptr1->x_flag_tree_builtin_call_dce != ptr2->x_flag_tree_builtin_call_dce)
12241 : : return false;
12242 : 95498837 : if (ptr1->x_flag_tree_ccp != ptr2->x_flag_tree_ccp)
12243 : : return false;
12244 : 95498837 : if (ptr1->x_flag_tree_ch != ptr2->x_flag_tree_ch)
12245 : : return false;
12246 : 95498837 : if (ptr1->x_flag_tree_coalesce_vars != ptr2->x_flag_tree_coalesce_vars)
12247 : : return false;
12248 : 95498837 : if (ptr1->x_flag_tree_copy_prop != ptr2->x_flag_tree_copy_prop)
12249 : : return false;
12250 : 95498837 : if (ptr1->x_flag_tree_cselim != ptr2->x_flag_tree_cselim)
12251 : : return false;
12252 : 95498837 : if (ptr1->x_flag_tree_dce != ptr2->x_flag_tree_dce)
12253 : : return false;
12254 : 95498837 : if (ptr1->x_flag_tree_dom != ptr2->x_flag_tree_dom)
12255 : : return false;
12256 : 95498837 : if (ptr1->x_flag_tree_dse != ptr2->x_flag_tree_dse)
12257 : : return false;
12258 : 95498837 : if (ptr1->x_flag_tree_forwprop != ptr2->x_flag_tree_forwprop)
12259 : : return false;
12260 : 95498837 : if (ptr1->x_flag_tree_fre != ptr2->x_flag_tree_fre)
12261 : : return false;
12262 : 95498837 : if (ptr1->x_flag_tree_loop_distribute_patterns != ptr2->x_flag_tree_loop_distribute_patterns)
12263 : : return false;
12264 : 95498837 : if (ptr1->x_flag_tree_loop_distribution != ptr2->x_flag_tree_loop_distribution)
12265 : : return false;
12266 : 95498837 : if (ptr1->x_flag_tree_loop_if_convert != ptr2->x_flag_tree_loop_if_convert)
12267 : : return false;
12268 : 95498837 : if (ptr1->x_flag_tree_loop_im != ptr2->x_flag_tree_loop_im)
12269 : : return false;
12270 : 95498837 : if (ptr1->x_flag_tree_loop_ivcanon != ptr2->x_flag_tree_loop_ivcanon)
12271 : : return false;
12272 : 95498837 : if (ptr1->x_flag_tree_loop_optimize != ptr2->x_flag_tree_loop_optimize)
12273 : : return false;
12274 : 95498837 : if (ptr1->x_flag_tree_loop_vectorize != ptr2->x_flag_tree_loop_vectorize)
12275 : : return false;
12276 : 95498714 : if (ptr1->x_flag_tree_live_range_split != ptr2->x_flag_tree_live_range_split)
12277 : : return false;
12278 : 95498714 : if (ptr1->x_flag_tree_parallelize_loops != ptr2->x_flag_tree_parallelize_loops)
12279 : : return false;
12280 : 95498714 : if (ptr1->x_flag_tree_partial_pre != ptr2->x_flag_tree_partial_pre)
12281 : : return false;
12282 : 95498714 : if (ptr1->x_flag_tree_phiprop != ptr2->x_flag_tree_phiprop)
12283 : : return false;
12284 : 95498714 : if (ptr1->x_flag_tree_pre != ptr2->x_flag_tree_pre)
12285 : : return false;
12286 : 95498714 : if (ptr1->x_flag_tree_pta != ptr2->x_flag_tree_pta)
12287 : : return false;
12288 : 95498714 : if (ptr1->x_flag_tree_reassoc != ptr2->x_flag_tree_reassoc)
12289 : : return false;
12290 : 95498714 : if (ptr1->x_flag_tree_scev_cprop != ptr2->x_flag_tree_scev_cprop)
12291 : : return false;
12292 : 95498714 : if (ptr1->x_flag_tree_sink != ptr2->x_flag_tree_sink)
12293 : : return false;
12294 : 95498714 : if (ptr1->x_flag_tree_slp_vectorize != ptr2->x_flag_tree_slp_vectorize)
12295 : : return false;
12296 : 95498714 : if (ptr1->x_flag_tree_slsr != ptr2->x_flag_tree_slsr)
12297 : : return false;
12298 : 95498714 : if (ptr1->x_flag_tree_sra != ptr2->x_flag_tree_sra)
12299 : : return false;
12300 : 95498714 : if (ptr1->x_flag_tree_switch_conversion != ptr2->x_flag_tree_switch_conversion)
12301 : : return false;
12302 : 95498714 : if (ptr1->x_flag_tree_tail_merge != ptr2->x_flag_tree_tail_merge)
12303 : : return false;
12304 : 95498714 : if (ptr1->x_flag_tree_ter != ptr2->x_flag_tree_ter)
12305 : : return false;
12306 : 95498714 : if (ptr1->x_flag_tree_vectorize != ptr2->x_flag_tree_vectorize)
12307 : : return false;
12308 : 95498714 : if (ptr1->x_flag_tree_vrp != ptr2->x_flag_tree_vrp)
12309 : : return false;
12310 : 95498714 : if (ptr1->x_flag_auto_var_init != ptr2->x_flag_auto_var_init)
12311 : : return false;
12312 : 95498714 : if (ptr1->x_flag_unconstrained_commons != ptr2->x_flag_unconstrained_commons)
12313 : : return false;
12314 : 95498714 : if (ptr1->x_flag_unreachable_traps != ptr2->x_flag_unreachable_traps)
12315 : : return false;
12316 : 95498714 : if (ptr1->x_flag_unroll_all_loops != ptr2->x_flag_unroll_all_loops)
12317 : : return false;
12318 : 95498714 : if (ptr1->x_flag_cunroll_grow_size != ptr2->x_flag_cunroll_grow_size)
12319 : : return false;
12320 : 95498714 : if (ptr1->x_flag_unroll_loops != ptr2->x_flag_unroll_loops)
12321 : : return false;
12322 : 95498714 : if (ptr1->x_flag_unsafe_math_optimizations != ptr2->x_flag_unsafe_math_optimizations)
12323 : : return false;
12324 : 95498714 : if (ptr1->x_flag_unswitch_loops != ptr2->x_flag_unswitch_loops)
12325 : : return false;
12326 : 95498714 : if (ptr1->x_flag_unwind_tables != ptr2->x_flag_unwind_tables)
12327 : : return false;
12328 : 95498714 : if (ptr1->x_flag_variable_expansion_in_unroller != ptr2->x_flag_variable_expansion_in_unroller)
12329 : : return false;
12330 : 95498714 : if (ptr1->x_flag_vect_cost_model != ptr2->x_flag_vect_cost_model)
12331 : : return false;
12332 : 95498714 : if (ptr1->x_flag_version_loops_for_strides != ptr2->x_flag_version_loops_for_strides)
12333 : : return false;
12334 : 95498714 : if (ptr1->x_flag_value_profile_transformations != ptr2->x_flag_value_profile_transformations)
12335 : : return false;
12336 : 95498714 : if (ptr1->x_flag_web != ptr2->x_flag_web)
12337 : : return false;
12338 : 95498714 : if (ptr1->x_flag_wrapv != ptr2->x_flag_wrapv)
12339 : : return false;
12340 : 95498714 : if (ptr1->x_flag_wrapv_pointer != ptr2->x_flag_wrapv_pointer)
12341 : : return false;
12342 : 95498714 : if (ptr1->x_ix86_unroll_only_small_loops != ptr2->x_ix86_unroll_only_small_loops)
12343 : : return false;
12344 : 954987119 : for (size_t i = 0; i < ARRAY_SIZE (ptr1->explicit_mask); i++)
12345 : 859488411 : if (ptr1->explicit_mask[i] != ptr2->explicit_mask[i])
12346 : : return false;
12347 : : return true;
12348 : : }
12349 : :
12350 : : /* Stream out optimization options */
12351 : : void
12352 : 31183 : cl_optimization_stream_out (struct output_block *ob,
12353 : : struct bitpack_d *bp,
12354 : : struct cl_optimization *ptr)
12355 : : {
12356 : 31183 : bp_pack_var_len_int (bp, ptr->x_optimize);
12357 : 31183 : bp_pack_var_len_int (bp, ptr->x_optimize_size);
12358 : 31183 : bp_pack_var_len_int (bp, ptr->x_optimize_debug);
12359 : 31183 : bp_pack_var_len_int (bp, ptr->x_optimize_fast);
12360 : 31183 : if (4 > (int ) 10)
12361 : : bp_pack_var_len_int (bp, ptr->x_param_align_loop_iterations ^ 4);
12362 : : else
12363 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_align_loop_iterations);
12364 : 31183 : if (100 > (int ) 10)
12365 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_align_threshold ^ 100);
12366 : : else
12367 : : bp_pack_var_len_int (bp, ptr->x_param_align_threshold);
12368 : 31183 : if (1 > (int ) 10)
12369 : : bp_pack_var_len_int (bp, ptr->x_param_asan_protect_allocas ^ 1);
12370 : : else
12371 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_asan_protect_allocas);
12372 : 31183 : if (1 > (int ) 10)
12373 : : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_reads ^ 1);
12374 : : else
12375 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_reads);
12376 : 31183 : if (1 > (int ) 10)
12377 : : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_writes ^ 1);
12378 : : else
12379 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_asan_instrument_writes);
12380 : 31183 : if (7000 > (int ) 10)
12381 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_asan_instrumentation_with_call_threshold ^ 7000);
12382 : : else
12383 : : bp_pack_var_len_int (bp, ptr->x_param_asan_instrumentation_with_call_threshold);
12384 : 31183 : if (0 > (int ) 10)
12385 : : bp_pack_var_len_int (bp, ptr->x_param_asan_kernel_mem_intrinsic_prefix ^ 0);
12386 : : else
12387 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_asan_kernel_mem_intrinsic_prefix);
12388 : 31183 : if (1 > (int ) 10)
12389 : : bp_pack_var_len_int (bp, ptr->x_param_asan_memintrin ^ 1);
12390 : : else
12391 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_asan_memintrin);
12392 : 31183 : if (1 > (int ) 10)
12393 : : bp_pack_var_len_int (bp, ptr->x_param_asan_stack ^ 1);
12394 : : else
12395 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_asan_stack);
12396 : 31183 : if (1 > (int ) 10)
12397 : : bp_pack_var_len_int (bp, ptr->x_param_asan_use_after_return ^ 1);
12398 : : else
12399 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_asan_use_after_return);
12400 : 31183 : if (10 > (int ) 10)
12401 : : bp_pack_var_len_int (bp, ptr->x_param_avg_loop_niter ^ 10);
12402 : : else
12403 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_avg_loop_niter);
12404 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_avoid_fma_max_bits);
12405 : 31183 : if (90 > (int ) 10)
12406 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_builtin_expect_probability ^ 90);
12407 : : else
12408 : : bp_pack_var_len_int (bp, ptr->x_param_builtin_expect_probability);
12409 : 31183 : if (3 > (int ) 10)
12410 : : bp_pack_var_len_int (bp, ptr->x_param_builtin_string_cmp_inline_length ^ 3);
12411 : : else
12412 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_builtin_string_cmp_inline_length);
12413 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_case_values_threshold);
12414 : 31183 : if (20 > (int ) 10)
12415 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_comdat_sharing_probability ^ 20);
12416 : : else
12417 : : bp_pack_var_len_int (bp, ptr->x_param_comdat_sharing_probability);
12418 : 31183 : if (0 > (int ) 10)
12419 : : bp_pack_var_len_int (bp, ptr->x_param_construct_interfere_size ^ 0);
12420 : : else
12421 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_construct_interfere_size);
12422 : 31183 : if (1 > (int ) 10)
12423 : : bp_pack_var_len_int (bp, ptr->x_param_cycle_accurate_model ^ 1);
12424 : : else
12425 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_cycle_accurate_model);
12426 : 31183 : if (0 > (int ) 10)
12427 : : bp_pack_var_len_int (bp, ptr->x_param_destruct_interfere_size ^ 0);
12428 : : else
12429 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_destruct_interfere_size);
12430 : 31183 : if (256 > (int ) 10)
12431 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_dse_max_alias_queries_per_store ^ 256);
12432 : : else
12433 : : bp_pack_var_len_int (bp, ptr->x_param_dse_max_alias_queries_per_store);
12434 : 31183 : if (256 > (int ) 10)
12435 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_dse_max_object_size ^ 256);
12436 : : else
12437 : : bp_pack_var_len_int (bp, ptr->x_param_dse_max_object_size);
12438 : 31183 : if (6 > (int ) 10)
12439 : : bp_pack_var_len_int (bp, ptr->x_param_early_inlining_insns ^ 6);
12440 : : else
12441 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_early_inlining_insns);
12442 : 31183 : if (2 > (int ) 10)
12443 : : bp_pack_var_len_int (bp, ptr->x_param_fsm_scale_path_stmts ^ 2);
12444 : : else
12445 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_fsm_scale_path_stmts);
12446 : 31183 : if (0 > (int ) 10)
12447 : : bp_pack_var_len_int (bp, ptr->x_param_fully_pipelined_fma ^ 0);
12448 : : else
12449 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_fully_pipelined_fma);
12450 : 31183 : if (10 > (int ) 10)
12451 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_critical_fraction ^ 10);
12452 : : else
12453 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_critical_fraction);
12454 : 31183 : if (3 > (int ) 10)
12455 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_partial_fraction ^ 3);
12456 : : else
12457 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_gcse_after_reload_partial_fraction);
12458 : 31183 : if (10 > (int ) 10)
12459 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_cost_distance_ratio ^ 10);
12460 : : else
12461 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_gcse_cost_distance_ratio);
12462 : 31183 : if (3 > (int ) 10)
12463 : : bp_pack_var_len_int (bp, ptr->x_param_gcse_unrestricted_cost ^ 3);
12464 : : else
12465 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_gcse_unrestricted_cost);
12466 : 31183 : if (100 > (int ) 10)
12467 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_arrays_per_scop ^ 100);
12468 : : else
12469 : : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_arrays_per_scop);
12470 : 31183 : if (10 > (int ) 10)
12471 : : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_nb_scop_params ^ 10);
12472 : : else
12473 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_graphite_max_nb_scop_params);
12474 : 31183 : if (0 > (int ) 10)
12475 : : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_blocks ^ 0);
12476 : : else
12477 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_blocks);
12478 : 31183 : if (16 > (int ) 10)
12479 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_inline_blocks ^ 16);
12480 : : else
12481 : : bp_pack_var_len_int (bp, ptr->x_param_hardcfr_max_inline_blocks);
12482 : 31183 : if (1 > (int ) 10)
12483 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_allocas ^ 1);
12484 : : else
12485 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_allocas);
12486 : 31183 : if (1 > (int ) 10)
12487 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_mem_intrinsics ^ 1);
12488 : : else
12489 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_mem_intrinsics);
12490 : 31183 : if (1 > (int ) 10)
12491 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_reads ^ 1);
12492 : : else
12493 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_reads);
12494 : 31183 : if (1 > (int ) 10)
12495 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_stack ^ 1);
12496 : : else
12497 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_stack);
12498 : 31183 : if (1 > (int ) 10)
12499 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_writes ^ 1);
12500 : : else
12501 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_instrument_writes);
12502 : 31183 : if (1 > (int ) 10)
12503 : : bp_pack_var_len_int (bp, ptr->x_param_hwasan_random_frame_tag ^ 1);
12504 : : else
12505 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_hwasan_random_frame_tag);
12506 : 31183 : if (200 > (int ) 10)
12507 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_inline_heuristics_hint_percent ^ 200);
12508 : : else
12509 : : bp_pack_var_len_int (bp, ptr->x_param_inline_heuristics_hint_percent);
12510 : 31183 : if (30 > (int ) 10)
12511 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_inline_min_speedup ^ 30);
12512 : : else
12513 : : bp_pack_var_len_int (bp, ptr->x_param_inline_min_speedup);
12514 : 31183 : if (40 > (int ) 10)
12515 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_inline_unit_growth ^ 40);
12516 : : else
12517 : : bp_pack_var_len_int (bp, ptr->x_param_inline_unit_growth);
12518 : 31183 : if (500 > (int ) 10)
12519 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_eval_threshold ^ 500);
12520 : : else
12521 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_eval_threshold);
12522 : 31183 : if (16000 > (int ) 10)
12523 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_large_unit_insns ^ 16000);
12524 : : else
12525 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_large_unit_insns);
12526 : 31183 : if (64 > (int ) 10)
12527 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_loop_hint_bonus ^ 64);
12528 : : else
12529 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_loop_hint_bonus);
12530 : 31183 : if (8 > (int ) 10)
12531 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_max_recursive_depth ^ 8);
12532 : : else
12533 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_max_recursive_depth);
12534 : 31183 : if (2 > (int ) 10)
12535 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_min_recursive_probability ^ 2);
12536 : : else
12537 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_min_recursive_probability);
12538 : 31183 : if (40 > (int ) 10)
12539 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursion_penalty ^ 40);
12540 : : else
12541 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursion_penalty);
12542 : 31183 : if (6 > (int ) 10)
12543 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursive_freq_factor ^ 6);
12544 : : else
12545 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_recursive_freq_factor);
12546 : 31183 : if (15 > (int ) 10)
12547 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_single_call_penalty ^ 15);
12548 : : else
12549 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_single_call_penalty);
12550 : 31183 : if (10 > (int ) 10)
12551 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_unit_growth ^ 10);
12552 : : else
12553 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_unit_growth);
12554 : 31183 : if (8 > (int ) 10)
12555 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_value_list_size ^ 8);
12556 : : else
12557 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_cp_value_list_size);
12558 : 31183 : if (8 > (int ) 10)
12559 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_jump_function_lookups ^ 8);
12560 : : else
12561 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_jump_function_lookups);
12562 : 31183 : if (25000 > (int ) 10)
12563 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_aa_steps ^ 25000);
12564 : : else
12565 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_aa_steps);
12566 : 31183 : if (16 > (int ) 10)
12567 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_agg_items ^ 16);
12568 : : else
12569 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_agg_items);
12570 : 31183 : if (16 > (int ) 10)
12571 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_loop_predicates ^ 16);
12572 : : else
12573 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_loop_predicates);
12574 : 31183 : if (10 > (int ) 10)
12575 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_param_expr_ops ^ 10);
12576 : : else
12577 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_param_expr_ops);
12578 : 31183 : if (5 > (int ) 10)
12579 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_switch_predicate_bounds ^ 5);
12580 : : else
12581 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_max_switch_predicate_bounds);
12582 : 31183 : if (50 > (int ) 10)
12583 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_deref_prob_threshold ^ 50);
12584 : : else
12585 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_deref_prob_threshold);
12586 : 31183 : if (8 > (int ) 10)
12587 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_max_replacements ^ 8);
12588 : : else
12589 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_max_replacements);
12590 : 31183 : if (2 > (int ) 10)
12591 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptr_growth_factor ^ 2);
12592 : : else
12593 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptr_growth_factor);
12594 : 31183 : if (4 > (int ) 10)
12595 : : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptrwrap_growth_factor ^ 4);
12596 : : else
12597 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ipa_sra_ptrwrap_growth_factor);
12598 : 31183 : if (1 > (int ) 10)
12599 : : bp_pack_var_len_int (bp, ptr->x_param_ira_consider_dup_in_all_alts ^ 1);
12600 : : else
12601 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ira_consider_dup_in_all_alts);
12602 : 31183 : if (2 > (int ) 10)
12603 : : bp_pack_var_len_int (bp, ptr->x_param_ira_loop_reserved_regs ^ 2);
12604 : : else
12605 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ira_loop_reserved_regs);
12606 : 31183 : if (1000 > (int ) 10)
12607 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ira_max_conflict_table_size ^ 1000);
12608 : : else
12609 : : bp_pack_var_len_int (bp, ptr->x_param_ira_max_conflict_table_size);
12610 : 31183 : if (100 > (int ) 10)
12611 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ira_max_loops_num ^ 100);
12612 : : else
12613 : : bp_pack_var_len_int (bp, ptr->x_param_ira_max_loops_num);
12614 : 31183 : if (1000 > (int ) 10)
12615 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ira_simple_lra_insn_threshold ^ 1000);
12616 : : else
12617 : : bp_pack_var_len_int (bp, ptr->x_param_ira_simple_lra_insn_threshold);
12618 : 31183 : if (10 > (int ) 10)
12619 : : bp_pack_var_len_int (bp, ptr->x_param_iv_always_prune_cand_set_bound ^ 10);
12620 : : else
12621 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_iv_always_prune_cand_set_bound);
12622 : 31183 : if (40 > (int ) 10)
12623 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_iv_consider_all_candidates_bound ^ 40);
12624 : : else
12625 : : bp_pack_var_len_int (bp, ptr->x_param_iv_consider_all_candidates_bound);
12626 : 31183 : if (250 > (int ) 10)
12627 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_iv_max_considered_uses ^ 250);
12628 : : else
12629 : : bp_pack_var_len_int (bp, ptr->x_param_iv_max_considered_uses);
12630 : 31183 : if (300 > (int ) 10)
12631 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_size ^ 300);
12632 : : else
12633 : : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_size);
12634 : 31183 : if (800 > (int ) 10)
12635 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_speed ^ 800);
12636 : : else
12637 : : bp_pack_var_len_int (bp, ptr->x_param_jump_table_max_growth_ratio_for_speed);
12638 : 31183 : if (32 > (int ) 10)
12639 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_line_size ^ 32);
12640 : : else
12641 : : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_line_size);
12642 : 31183 : if (64 > (int ) 10)
12643 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_size ^ 64);
12644 : : else
12645 : : bp_pack_var_len_int (bp, ptr->x_param_l1_cache_size);
12646 : 31183 : if (512 > (int ) 10)
12647 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_l2_cache_size ^ 512);
12648 : : else
12649 : : bp_pack_var_len_int (bp, ptr->x_param_l2_cache_size);
12650 : 31183 : if (100 > (int ) 10)
12651 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_large_function_growth ^ 100);
12652 : : else
12653 : : bp_pack_var_len_int (bp, ptr->x_param_large_function_growth);
12654 : 31183 : if (2700 > (int ) 10)
12655 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_large_function_insns ^ 2700);
12656 : : else
12657 : : bp_pack_var_len_int (bp, ptr->x_param_large_function_insns);
12658 : 31183 : if (1000 > (int ) 10)
12659 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_stack_frame_growth ^ 1000);
12660 : : else
12661 : : bp_pack_var_len_int (bp, ptr->x_param_stack_frame_growth);
12662 : 31183 : if (256 > (int ) 10)
12663 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_large_stack_frame ^ 256);
12664 : : else
12665 : : bp_pack_var_len_int (bp, ptr->x_param_large_stack_frame);
12666 : 31183 : if (10000 > (int ) 10)
12667 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_large_unit_insns ^ 10000);
12668 : : else
12669 : : bp_pack_var_len_int (bp, ptr->x_param_large_unit_insns);
12670 : 31183 : if (20 > (int ) 10)
12671 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_lim_expensive ^ 20);
12672 : : else
12673 : : bp_pack_var_len_int (bp, ptr->x_param_lim_expensive);
12674 : 31183 : if (51 > (int ) 10)
12675 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_loop_block_tile_size ^ 51);
12676 : : else
12677 : : bp_pack_var_len_int (bp, ptr->x_param_loop_block_tile_size);
12678 : 31183 : if (64 > (int ) 10)
12679 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_max_num_stmts ^ 64);
12680 : : else
12681 : : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_max_num_stmts);
12682 : 31183 : if (2 > (int ) 10)
12683 : : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_stride_ratio ^ 2);
12684 : : else
12685 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_loop_interchange_stride_ratio);
12686 : 31183 : if (10000 > (int ) 10)
12687 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_loop_invariant_max_bbs_in_loop ^ 10000);
12688 : : else
12689 : : bp_pack_var_len_int (bp, ptr->x_param_loop_invariant_max_bbs_in_loop);
12690 : 31183 : if (1000 > (int ) 10)
12691 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_loop_max_datarefs_for_datadeps ^ 1000);
12692 : : else
12693 : : bp_pack_var_len_int (bp, ptr->x_param_loop_max_datarefs_for_datadeps);
12694 : 31183 : if (200 > (int ) 10)
12695 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_inner_insns ^ 200);
12696 : : else
12697 : : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_inner_insns);
12698 : 31183 : if (100 > (int ) 10)
12699 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_outer_insns ^ 100);
12700 : : else
12701 : : bp_pack_var_len_int (bp, ptr->x_param_loop_versioning_max_outer_insns);
12702 : 31183 : if (40 > (int ) 10)
12703 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_lra_inheritance_ebb_probability_cutoff ^ 40);
12704 : : else
12705 : : bp_pack_var_len_int (bp, ptr->x_param_lra_inheritance_ebb_probability_cutoff);
12706 : 31183 : if (500 > (int ) 10)
12707 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_lra_max_considered_reload_pseudos ^ 500);
12708 : : else
12709 : : bp_pack_var_len_int (bp, ptr->x_param_lra_max_considered_reload_pseudos);
12710 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_lto_locality_cloning);
12711 : 31183 : if (1 > (int ) 10)
12712 : : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_frequency ^ 1);
12713 : : else
12714 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_frequency);
12715 : 31183 : if (1000 > (int ) 10)
12716 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_size ^ 1000);
12717 : : else
12718 : : bp_pack_var_len_int (bp, ptr->x_param_lto_locality_size);
12719 : 31183 : if (80 > (int ) 10)
12720 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_average_unrolled_insns ^ 80);
12721 : : else
12722 : : bp_pack_var_len_int (bp, ptr->x_param_max_average_unrolled_insns);
12723 : 31183 : if (4 > (int ) 10)
12724 : : bp_pack_var_len_int (bp, ptr->x_param_max_combine_insns ^ 4);
12725 : : else
12726 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_combine_insns);
12727 : 31183 : if (3000 > (int ) 10)
12728 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_combine_search_insns ^ 3000);
12729 : : else
12730 : : bp_pack_var_len_int (bp, ptr->x_param_max_combine_search_insns);
12731 : 31183 : if (8 > (int ) 10)
12732 : : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_iterations ^ 8);
12733 : : else
12734 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_iterations);
12735 : 31183 : if (16 > (int ) 10)
12736 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peel_times ^ 16);
12737 : : else
12738 : : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peel_times);
12739 : 31183 : if (200 > (int ) 10)
12740 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peeled_insns ^ 200);
12741 : : else
12742 : : bp_pack_var_len_int (bp, ptr->x_param_max_completely_peeled_insns);
12743 : 31183 : if (100 > (int ) 10)
12744 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_crossjump_edges ^ 100);
12745 : : else
12746 : : bp_pack_var_len_int (bp, ptr->x_param_max_crossjump_edges);
12747 : 31183 : if (1000 > (int ) 10)
12748 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_cse_insns ^ 1000);
12749 : : else
12750 : : bp_pack_var_len_int (bp, ptr->x_param_max_cse_insns);
12751 : 31183 : if (10 > (int ) 10)
12752 : : bp_pack_var_len_int (bp, ptr->x_param_max_cse_path_length ^ 10);
12753 : : else
12754 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_cse_path_length);
12755 : 31183 : if (500 > (int ) 10)
12756 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_cselib_memory_locations ^ 500);
12757 : : else
12758 : : bp_pack_var_len_int (bp, ptr->x_param_max_cselib_memory_locations);
12759 : 31183 : if (100000 > (int ) 10)
12760 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_debug_marker_count ^ 100000);
12761 : : else
12762 : : bp_pack_var_len_int (bp, ptr->x_param_max_debug_marker_count);
12763 : 31183 : if (100 > (int ) 10)
12764 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_insn_search ^ 100);
12765 : : else
12766 : : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_insn_search);
12767 : 31183 : if (333 > (int ) 10)
12768 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_live_search ^ 333);
12769 : : else
12770 : : bp_pack_var_len_int (bp, ptr->x_param_max_delay_slot_live_search);
12771 : 31183 : if (5000 > (int ) 10)
12772 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_dse_active_local_stores ^ 5000);
12773 : : else
12774 : : bp_pack_var_len_int (bp, ptr->x_param_max_dse_active_local_stores);
12775 : 31183 : if (1 > (int ) 10)
12776 : : bp_pack_var_len_int (bp, ptr->x_param_early_inliner_max_iterations ^ 1);
12777 : : else
12778 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_early_inliner_max_iterations);
12779 : 31183 : if (200 > (int ) 10)
12780 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_find_base_term_values ^ 200);
12781 : : else
12782 : : bp_pack_var_len_int (bp, ptr->x_param_max_find_base_term_values);
12783 : 31183 : if (100 > (int ) 10)
12784 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_fsm_thread_path_insns ^ 100);
12785 : : else
12786 : : bp_pack_var_len_int (bp, ptr->x_param_max_fsm_thread_path_insns);
12787 : 31183 : if (20 > (int ) 10)
12788 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_insertion_ratio ^ 20);
12789 : : else
12790 : : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_insertion_ratio);
12791 : 31183 : if (131072 > (int ) 10)
12792 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_memory ^ 131072);
12793 : : else
12794 : : bp_pack_var_len_int (bp, ptr->x_param_max_gcse_memory);
12795 : 31183 : if (8 > (int ) 10)
12796 : : bp_pack_var_len_int (bp, ptr->x_param_max_goto_duplication_insns ^ 8);
12797 : : else
12798 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_goto_duplication_insns);
12799 : 31183 : if (8 > (int ) 10)
12800 : : bp_pack_var_len_int (bp, ptr->x_param_max_grow_copy_bb_insns ^ 8);
12801 : : else
12802 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_grow_copy_bb_insns);
12803 : 31183 : if (30 > (int ) 10)
12804 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_hoist_depth ^ 30);
12805 : : else
12806 : : bp_pack_var_len_int (bp, ptr->x_param_max_hoist_depth);
12807 : 31183 : if (4000 > (int ) 10)
12808 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_insns ^ 4000);
12809 : : else
12810 : : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_insns);
12811 : 31183 : if (6 > (int ) 10)
12812 : : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_loop_depth ^ 6);
12813 : : else
12814 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_inline_functions_called_once_loop_depth);
12815 : 31183 : if (15 > (int ) 10)
12816 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_auto ^ 15);
12817 : : else
12818 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_auto);
12819 : 31183 : if (450 > (int ) 10)
12820 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive_auto ^ 450);
12821 : : else
12822 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive_auto);
12823 : 31183 : if (450 > (int ) 10)
12824 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive ^ 450);
12825 : : else
12826 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_recursive);
12827 : 31183 : if (70 > (int ) 10)
12828 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_single ^ 70);
12829 : : else
12830 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_single);
12831 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_size);
12832 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_insns_small);
12833 : 31183 : if (8 > (int ) 10)
12834 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth_auto ^ 8);
12835 : : else
12836 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth_auto);
12837 : 31183 : if (8 > (int ) 10)
12838 : : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth ^ 8);
12839 : : else
12840 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_inline_recursive_depth);
12841 : 31183 : if (350000 > (int ) 10)
12842 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_isl_operations ^ 350000);
12843 : : else
12844 : : bp_pack_var_len_int (bp, ptr->x_param_max_isl_operations);
12845 : 31183 : if (10 > (int ) 10)
12846 : : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_computation_cost ^ 10);
12847 : : else
12848 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_computation_cost);
12849 : 31183 : if (1000 > (int ) 10)
12850 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_to_track ^ 1000);
12851 : : else
12852 : : bp_pack_var_len_int (bp, ptr->x_param_max_iterations_to_track);
12853 : 31183 : if (15 > (int ) 10)
12854 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_duplication_stmts ^ 15);
12855 : : else
12856 : : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_duplication_stmts);
12857 : 31183 : if (64 > (int ) 10)
12858 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_paths ^ 64);
12859 : : else
12860 : : bp_pack_var_len_int (bp, ptr->x_param_max_jump_thread_paths);
12861 : 31183 : if (10000 > (int ) 10)
12862 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_last_value_rtl ^ 10000);
12863 : : else
12864 : : bp_pack_var_len_int (bp, ptr->x_param_max_last_value_rtl);
12865 : 31183 : if (20 > (int ) 10)
12866 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_loop_header_insns ^ 20);
12867 : : else
12868 : : bp_pack_var_len_int (bp, ptr->x_param_max_loop_header_insns);
12869 : 31183 : if (40 > (int ) 10)
12870 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_modulo_backtrack_attempts ^ 40);
12871 : : else
12872 : : bp_pack_var_len_int (bp, ptr->x_param_max_modulo_backtrack_attempts);
12873 : 31183 : if (100 > (int ) 10)
12874 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_partial_antic_length ^ 100);
12875 : : else
12876 : : bp_pack_var_len_int (bp, ptr->x_param_max_partial_antic_length);
12877 : 31183 : if (32 > (int ) 10)
12878 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_peel_branches ^ 32);
12879 : : else
12880 : : bp_pack_var_len_int (bp, ptr->x_param_max_peel_branches);
12881 : 31183 : if (16 > (int ) 10)
12882 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_peel_times ^ 16);
12883 : : else
12884 : : bp_pack_var_len_int (bp, ptr->x_param_max_peel_times);
12885 : 31183 : if (100 > (int ) 10)
12886 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_peeled_insns ^ 100);
12887 : : else
12888 : : bp_pack_var_len_int (bp, ptr->x_param_max_peeled_insns);
12889 : 31183 : if (32 > (int ) 10)
12890 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_pending_list_length ^ 32);
12891 : : else
12892 : : bp_pack_var_len_int (bp, ptr->x_param_max_pending_list_length);
12893 : 31183 : if (15 > (int ) 10)
12894 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_blocks ^ 15);
12895 : : else
12896 : : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_blocks);
12897 : 31183 : if (200 > (int ) 10)
12898 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_insns ^ 200);
12899 : : else
12900 : : bp_pack_var_len_int (bp, ptr->x_param_max_pipeline_region_insns);
12901 : 31183 : if (5 > (int ) 10)
12902 : : bp_pack_var_len_int (bp, ptr->x_param_max_pow_sqrt_depth ^ 5);
12903 : : else
12904 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_pow_sqrt_depth);
12905 : 31183 : if (100 > (int ) 10)
12906 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_predicted_iterations ^ 100);
12907 : : else
12908 : : bp_pack_var_len_int (bp, ptr->x_param_max_predicted_iterations);
12909 : 31183 : if (100 > (int ) 10)
12910 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_reload_search_insns ^ 100);
12911 : : else
12912 : : bp_pack_var_len_int (bp, ptr->x_param_max_reload_search_insns);
12913 : 31183 : if (10 > (int ) 10)
12914 : : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_insns ^ 10);
12915 : : else
12916 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_insns);
12917 : 31183 : if (20 > (int ) 10)
12918 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_predictable_cost ^ 20);
12919 : : else
12920 : : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_predictable_cost);
12921 : 31183 : if (40 > (int ) 10)
12922 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_unpredictable_cost ^ 40);
12923 : : else
12924 : : bp_pack_var_len_int (bp, ptr->x_param_max_rtl_if_conversion_unpredictable_cost);
12925 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_extend_regions_iters);
12926 : 31183 : if (3 > (int ) 10)
12927 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_insn_conflict_delay ^ 3);
12928 : : else
12929 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_insn_conflict_delay);
12930 : 31183 : if (100 > (int ) 10)
12931 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_ready_insns ^ 100);
12932 : : else
12933 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_ready_insns);
12934 : 31183 : if (10 > (int ) 10)
12935 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_blocks ^ 10);
12936 : : else
12937 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_blocks);
12938 : 31183 : if (100 > (int ) 10)
12939 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_insns ^ 100);
12940 : : else
12941 : : bp_pack_var_len_int (bp, ptr->x_param_max_sched_region_insns);
12942 : 31183 : if (50 > (int ) 10)
12943 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_slsr_candidate_scan ^ 50);
12944 : : else
12945 : : bp_pack_var_len_int (bp, ptr->x_param_max_slsr_candidate_scan);
12946 : 31183 : if (50 > (int ) 10)
12947 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_speculative_devirt_maydefs ^ 50);
12948 : : else
12949 : : bp_pack_var_len_int (bp, ptr->x_param_max_speculative_devirt_maydefs);
12950 : 31183 : if (64 > (int ) 10)
12951 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_merge ^ 64);
12952 : : else
12953 : : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_merge);
12954 : 31183 : if (2 > (int ) 10)
12955 : : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_sink ^ 2);
12956 : : else
12957 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_stores_to_sink);
12958 : 31183 : if (10 > (int ) 10)
12959 : : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_comparisons ^ 10);
12960 : : else
12961 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_comparisons);
12962 : 31183 : if (2 > (int ) 10)
12963 : : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_iterations ^ 2);
12964 : : else
12965 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_tail_merge_iterations);
12966 : 31183 : if (10000 > (int ) 10)
12967 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_tracked_strlens ^ 10000);
12968 : : else
12969 : : bp_pack_var_len_int (bp, ptr->x_param_max_tracked_strlens);
12970 : 31183 : if (4 > (int ) 10)
12971 : : bp_pack_var_len_int (bp, ptr->x_param_max_tree_if_conversion_phi_args ^ 4);
12972 : : else
12973 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_tree_if_conversion_phi_args);
12974 : 31183 : if (8 > (int ) 10)
12975 : : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_times ^ 8);
12976 : : else
12977 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_unroll_times);
12978 : 31183 : if (200 > (int ) 10)
12979 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_unrolled_insns ^ 200);
12980 : : else
12981 : : bp_pack_var_len_int (bp, ptr->x_param_max_unrolled_insns);
12982 : 31183 : if (50 > (int ) 10)
12983 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_depth ^ 50);
12984 : : else
12985 : : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_depth);
12986 : 31183 : if (50 > (int ) 10)
12987 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_insns ^ 50);
12988 : : else
12989 : : bp_pack_var_len_int (bp, ptr->x_param_max_unswitch_insns);
12990 : 31183 : if (1 > (int ) 10)
12991 : : bp_pack_var_len_int (bp, ptr->x_param_max_variable_expansions ^ 1);
12992 : : else
12993 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_variable_expansions);
12994 : 31183 : if (12 > (int ) 10)
12995 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_expr_depth ^ 12);
12996 : : else
12997 : : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_expr_depth);
12998 : 31183 : if (50 > (int ) 10)
12999 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_reverse_op_size ^ 50);
13000 : : else
13001 : : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_reverse_op_size);
13002 : 31183 : if (50000000 > (int ) 10)
13003 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_size ^ 50000000);
13004 : : else
13005 : : bp_pack_var_len_int (bp, ptr->x_param_max_vartrack_size);
13006 : 31183 : if (5 > (int ) 10)
13007 : : bp_pack_var_len_int (bp, ptr->x_param_min_crossjump_insns ^ 5);
13008 : : else
13009 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_min_crossjump_insns);
13010 : 31183 : if (10 > (int ) 10)
13011 : : bp_pack_var_len_int (bp, ptr->x_param_min_inline_recursive_probability ^ 10);
13012 : : else
13013 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_min_inline_recursive_probability);
13014 : 31183 : if (9 > (int ) 10)
13015 : : bp_pack_var_len_int (bp, ptr->x_param_min_insn_to_prefetch_ratio ^ 9);
13016 : : else
13017 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_min_insn_to_prefetch_ratio);
13018 : 31183 : if (30 > (int ) 10)
13019 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_min_loop_cond_split_prob ^ 30);
13020 : : else
13021 : : bp_pack_var_len_int (bp, ptr->x_param_min_loop_cond_split_prob);
13022 : 31183 : if (4096 > (int ) 10)
13023 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_min_pagesize ^ 4096);
13024 : : else
13025 : : bp_pack_var_len_int (bp, ptr->x_param_min_pagesize);
13026 : 31183 : if (32 > (int ) 10)
13027 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_min_size_for_stack_sharing ^ 32);
13028 : : else
13029 : : bp_pack_var_len_int (bp, ptr->x_param_min_size_for_stack_sharing);
13030 : 31183 : if (40 > (int ) 10)
13031 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_min_spec_prob ^ 40);
13032 : : else
13033 : : bp_pack_var_len_int (bp, ptr->x_param_min_spec_prob);
13034 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_min_vect_loop_bound);
13035 : 31183 : if (16 > (int ) 10)
13036 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_accesses ^ 16);
13037 : : else
13038 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_accesses);
13039 : 31183 : if (8 > (int ) 10)
13040 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_adjustments ^ 8);
13041 : : else
13042 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_adjustments);
13043 : 31183 : if (32 > (int ) 10)
13044 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_bases ^ 32);
13045 : : else
13046 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_bases);
13047 : 31183 : if (256 > (int ) 10)
13048 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_depth ^ 256);
13049 : : else
13050 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_depth);
13051 : 31183 : if (256 > (int ) 10)
13052 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_escape_points ^ 256);
13053 : : else
13054 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_escape_points);
13055 : 31183 : if (16 > (int ) 10)
13056 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_refs ^ 16);
13057 : : else
13058 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_refs);
13059 : 31183 : if (64 > (int ) 10)
13060 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_modref_max_tests ^ 64);
13061 : : else
13062 : : bp_pack_var_len_int (bp, ptr->x_param_modref_max_tests);
13063 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_parloops_chunk_size);
13064 : 31183 : if (100 > (int ) 10)
13065 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_parloops_min_per_thread ^ 100);
13066 : : else
13067 : : bp_pack_var_len_int (bp, ptr->x_param_parloops_min_per_thread);
13068 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_parloops_schedule);
13069 : 31183 : if (70 > (int ) 10)
13070 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_partial_inlining_entry_probability ^ 70);
13071 : : else
13072 : : bp_pack_var_len_int (bp, ptr->x_param_partial_inlining_entry_probability);
13073 : 31183 : if (5 > (int ) 10)
13074 : : bp_pack_var_len_int (bp, ptr->x_param_phiopt_factor_max_stmts_live ^ 5);
13075 : : else
13076 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_phiopt_factor_max_stmts_live);
13077 : 31183 : if (2 > (int ) 10)
13078 : : bp_pack_var_len_int (bp, ptr->x_param_predictable_branch_outcome ^ 2);
13079 : : else
13080 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_predictable_branch_outcome);
13081 : 31183 : if (1 > (int ) 10)
13082 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_dynamic_strides ^ 1);
13083 : : else
13084 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_dynamic_strides);
13085 : 31183 : if (200 > (int ) 10)
13086 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_latency ^ 200);
13087 : : else
13088 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_latency);
13089 : 31183 : if (3 > (int ) 10)
13090 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_min_insn_to_mem_ratio ^ 3);
13091 : : else
13092 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_min_insn_to_mem_ratio);
13093 : 31183 : if (-1 > (int ) 10)
13094 : : bp_pack_var_len_int (bp, ptr->x_param_prefetch_minimum_stride ^ -1);
13095 : : else
13096 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_prefetch_minimum_stride);
13097 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ranger_debug);
13098 : 31183 : if (6 > (int ) 10)
13099 : : bp_pack_var_len_int (bp, ptr->x_param_ranger_logical_depth ^ 6);
13100 : : else
13101 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ranger_logical_depth);
13102 : 31183 : if (5 > (int ) 10)
13103 : : bp_pack_var_len_int (bp, ptr->x_param_ranger_recompute_depth ^ 5);
13104 : : else
13105 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ranger_recompute_depth);
13106 : 31183 : if (200 > (int ) 10)
13107 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_relation_block_limit ^ 200);
13108 : : else
13109 : : bp_pack_var_len_int (bp, ptr->x_param_relation_block_limit);
13110 : 31183 : if (7 > (int ) 10)
13111 : : bp_pack_var_len_int (bp, ptr->x_param_rpo_vn_max_loop_depth ^ 7);
13112 : : else
13113 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_rpo_vn_max_loop_depth);
13114 : 31183 : if (1000 > (int ) 10)
13115 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sccvn_max_alias_queries_per_access ^ 1000);
13116 : : else
13117 : : bp_pack_var_len_int (bp, ptr->x_param_sccvn_max_alias_queries_per_access);
13118 : 31183 : if (10 > (int ) 10)
13119 : : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_complexity ^ 10);
13120 : : else
13121 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_complexity);
13122 : 31183 : if (100 > (int ) 10)
13123 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_size ^ 100);
13124 : : else
13125 : : bp_pack_var_len_int (bp, ptr->x_param_scev_max_expr_size);
13126 : 31183 : if (-1 > (int ) 10)
13127 : : bp_pack_var_len_int (bp, ptr->x_param_sched_autopref_queue_depth ^ -1);
13128 : : else
13129 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sched_autopref_queue_depth);
13130 : 31183 : if (1 > (int ) 10)
13131 : : bp_pack_var_len_int (bp, ptr->x_param_sched_mem_true_dep_cost ^ 1);
13132 : : else
13133 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sched_mem_true_dep_cost);
13134 : 31183 : if (1 > (int ) 10)
13135 : : bp_pack_var_len_int (bp, ptr->x_param_sched_pressure_algorithm ^ 1);
13136 : : else
13137 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sched_pressure_algorithm);
13138 : 31183 : if (40 > (int ) 10)
13139 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sched_spec_prob_cutoff ^ 40);
13140 : : else
13141 : : bp_pack_var_len_int (bp, ptr->x_param_sched_spec_prob_cutoff);
13142 : 31183 : if (10 > (int ) 10)
13143 : : bp_pack_var_len_int (bp, ptr->x_param_sched_state_edge_prob_cutoff ^ 10);
13144 : : else
13145 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sched_state_edge_prob_cutoff);
13146 : 31183 : if (2 > (int ) 10)
13147 : : bp_pack_var_len_int (bp, ptr->x_param_selsched_insns_to_rename ^ 2);
13148 : : else
13149 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_selsched_insns_to_rename);
13150 : 31183 : if (50 > (int ) 10)
13151 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_lookahead ^ 50);
13152 : : else
13153 : : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_lookahead);
13154 : 31183 : if (2 > (int ) 10)
13155 : : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_sched_times ^ 2);
13156 : : else
13157 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_selsched_max_sched_times);
13158 : 31183 : if (3 > (int ) 10)
13159 : : bp_pack_var_len_int (bp, ptr->x_param_simultaneous_prefetches ^ 3);
13160 : : else
13161 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_simultaneous_prefetches);
13162 : 31183 : if (75 > (int ) 10)
13163 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sink_frequency_threshold ^ 75);
13164 : : else
13165 : : bp_pack_var_len_int (bp, ptr->x_param_sink_frequency_threshold);
13166 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sms_dfa_history);
13167 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sms_loop_average_count_threshold);
13168 : 31183 : if (2 > (int ) 10)
13169 : : bp_pack_var_len_int (bp, ptr->x_param_sms_max_ii_factor ^ 2);
13170 : : else
13171 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sms_max_ii_factor);
13172 : 31183 : if (2 > (int ) 10)
13173 : : bp_pack_var_len_int (bp, ptr->x_param_sms_min_sc ^ 2);
13174 : : else
13175 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sms_min_sc);
13176 : 31183 : if (32 > (int ) 10)
13177 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sra_max_propagations ^ 32);
13178 : : else
13179 : : bp_pack_var_len_int (bp, ptr->x_param_sra_max_propagations);
13180 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sra_max_scalarization_size_size);
13181 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_sra_max_scalarization_size_speed);
13182 : 31183 : if (512 > (int ) 10)
13183 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ssa_name_def_chain_limit ^ 512);
13184 : : else
13185 : : bp_pack_var_len_int (bp, ptr->x_param_ssa_name_def_chain_limit);
13186 : 31183 : if (8 > (int ) 10)
13187 : : bp_pack_var_len_int (bp, ptr->x_param_ssp_buffer_size ^ 8);
13188 : : else
13189 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_ssp_buffer_size);
13190 : 31183 : if (12 > (int ) 10)
13191 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_guard_size ^ 12);
13192 : : else
13193 : : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_guard_size);
13194 : 31183 : if (12 > (int ) 10)
13195 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_probe_interval ^ 12);
13196 : : else
13197 : : bp_pack_var_len_int (bp, ptr->x_param_stack_clash_protection_probe_interval);
13198 : 31183 : if (10 > (int ) 10)
13199 : : bp_pack_var_len_int (bp, ptr->x_param_store_forwarding_max_distance ^ 10);
13200 : : else
13201 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_store_forwarding_max_distance);
13202 : 31183 : if (1 > (int ) 10)
13203 : : bp_pack_var_len_int (bp, ptr->x_param_store_merging_allow_unaligned ^ 1);
13204 : : else
13205 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_store_merging_allow_unaligned);
13206 : 31183 : if (65536 > (int ) 10)
13207 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_store_merging_max_size ^ 65536);
13208 : : else
13209 : : bp_pack_var_len_int (bp, ptr->x_param_store_merging_max_size);
13210 : 31183 : if (8 > (int ) 10)
13211 : : bp_pack_var_len_int (bp, ptr->x_param_switch_conversion_branch_ratio ^ 8);
13212 : : else
13213 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_switch_conversion_branch_ratio);
13214 : 31183 : if (1000 > (int ) 10)
13215 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_switch_lower_slow_alg_max_cases ^ 1000);
13216 : : else
13217 : : bp_pack_var_len_int (bp, ptr->x_param_switch_lower_slow_alg_max_cases);
13218 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_threader_debug);
13219 : 31183 : if (9 > (int ) 10)
13220 : : bp_pack_var_len_int (bp, ptr->x_param_tm_max_aggregate_size ^ 9);
13221 : : else
13222 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_tm_max_aggregate_size);
13223 : 31183 : if (95 > (int ) 10)
13224 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage_feedback ^ 95);
13225 : : else
13226 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage_feedback);
13227 : 31183 : if (75 > (int ) 10)
13228 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage ^ 75);
13229 : : else
13230 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_dynamic_coverage);
13231 : 31183 : if (100 > (int ) 10)
13232 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_tracer_max_code_growth ^ 100);
13233 : : else
13234 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_max_code_growth);
13235 : 31183 : if (80 > (int ) 10)
13236 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability_feedback ^ 80);
13237 : : else
13238 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability_feedback);
13239 : 31183 : if (50 > (int ) 10)
13240 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability ^ 50);
13241 : : else
13242 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_probability);
13243 : 31183 : if (10 > (int ) 10)
13244 : : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_ratio ^ 10);
13245 : : else
13246 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_tracer_min_branch_ratio);
13247 : 31183 : if (256 > (int ) 10)
13248 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_transitive_relations_work_bound ^ 256);
13249 : : else
13250 : : bp_pack_var_len_int (bp, ptr->x_param_transitive_relations_work_bound);
13251 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_tree_reassoc_width);
13252 : 31183 : if (1000 > (int ) 10)
13253 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_uninit_control_dep_attempts ^ 1000);
13254 : : else
13255 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_control_dep_attempts);
13256 : 31183 : if (12 > (int ) 10)
13257 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_chain_len ^ 12);
13258 : : else
13259 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_chain_len);
13260 : 31183 : if (8 > (int ) 10)
13261 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_num_chains ^ 8);
13262 : : else
13263 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_num_chains);
13264 : 31183 : if (100000 > (int ) 10)
13265 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_prune_work ^ 100000);
13266 : : else
13267 : : bp_pack_var_len_int (bp, ptr->x_param_uninit_max_prune_work);
13268 : 31183 : if (2 > (int ) 10)
13269 : : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_insns ^ 2);
13270 : : else
13271 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_insns);
13272 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_time);
13273 : 31183 : if (2 > (int ) 10)
13274 : : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_insns ^ 2);
13275 : : else
13276 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_insns);
13277 : 31183 : if (2 > (int ) 10)
13278 : : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_time ^ 2);
13279 : : else
13280 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_uninlined_function_thunk_time);
13281 : 31183 : if (20 > (int ) 10)
13282 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_unlikely_bb_count_fraction ^ 20);
13283 : : else
13284 : : bp_pack_var_len_int (bp, ptr->x_param_unlikely_bb_count_fraction);
13285 : 31183 : if (4 > (int ) 10)
13286 : : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_max_unroll ^ 4);
13287 : : else
13288 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_max_unroll);
13289 : 31183 : if (1 > (int ) 10)
13290 : : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_min_percent ^ 1);
13291 : : else
13292 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_unroll_jam_min_percent);
13293 : 31183 : if (256 > (int ) 10)
13294 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_use_after_scope_direct_emission_threshold ^ 256);
13295 : : else
13296 : : bp_pack_var_len_int (bp, ptr->x_param_use_after_scope_direct_emission_threshold);
13297 : 31183 : if (!lto_stream_offload_p) {
13298 : 31183 : if (1 > (int ) 10)
13299 : : bp_pack_var_len_int (bp, ptr->x_param_vect_epilogues_nomask ^ 1);
13300 : : else
13301 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vect_epilogues_nomask);
13302 : : }
13303 : 31183 : if (1 > (int ) 10)
13304 : : bp_pack_var_len_int (bp, ptr->x_param_vect_induction_float ^ 1);
13305 : : else
13306 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vect_induction_float);
13307 : 31183 : if (!lto_stream_offload_p) {
13308 : 31183 : if (50 > (int ) 10)
13309 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vect_inner_loop_cost_factor ^ 50);
13310 : : else
13311 : : bp_pack_var_len_int (bp, ptr->x_param_vect_inner_loop_cost_factor);
13312 : : }
13313 : 31183 : if (32 > (int ) 10)
13314 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_layout_candidates ^ 32);
13315 : : else
13316 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_layout_candidates);
13317 : 31183 : if (-1 > (int ) 10)
13318 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_peeling_for_alignment ^ -1);
13319 : : else
13320 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_peeling_for_alignment);
13321 : 31183 : if (15 > (int ) 10)
13322 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alias_checks ^ 15);
13323 : : else
13324 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alias_checks);
13325 : 31183 : if (6 > (int ) 10)
13326 : : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alignment_checks ^ 6);
13327 : : else
13328 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vect_max_version_for_alignment_checks);
13329 : 31183 : if (!lto_stream_offload_p) {
13330 : 31183 : if (2 > (int ) 10)
13331 : : bp_pack_var_len_int (bp, ptr->x_param_vect_partial_vector_usage ^ 2);
13332 : : else
13333 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vect_partial_vector_usage);
13334 : : }
13335 : 31183 : if (100 > (int ) 10)
13336 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vect_scalar_cost_multiplier ^ 100);
13337 : : else
13338 : : bp_pack_var_len_int (bp, ptr->x_param_vect_scalar_cost_multiplier);
13339 : 31183 : if (150000 > (int ) 10)
13340 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vrp_block_limit ^ 150000);
13341 : : else
13342 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_block_limit);
13343 : 31183 : if (3000 > (int ) 10)
13344 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vrp_sparse_threshold ^ 3000);
13345 : : else
13346 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_sparse_threshold);
13347 : 31183 : if (50 > (int ) 10)
13348 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vrp_switch_limit ^ 50);
13349 : : else
13350 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_switch_limit);
13351 : 31183 : if (250 > (int ) 10)
13352 : 31183 : bp_pack_var_len_int (bp, ptr->x_param_vrp_vector_threshold ^ 250);
13353 : : else
13354 : : bp_pack_var_len_int (bp, ptr->x_param_vrp_vector_threshold);
13355 : 31183 : bp_pack_var_len_int (bp, ptr->x_warn_inline);
13356 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_aggressive_loop_optimizations);
13357 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_align_functions);
13358 : 31183 : bp_pack_string (ob, bp, ptr->x_str_align_functions, true);
13359 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_align_jumps);
13360 : 31183 : bp_pack_string (ob, bp, ptr->x_str_align_jumps, true);
13361 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_align_labels);
13362 : 31183 : bp_pack_string (ob, bp, ptr->x_str_align_labels, true);
13363 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_align_loops);
13364 : 31183 : bp_pack_string (ob, bp, ptr->x_str_align_loops, true);
13365 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_allocation_dce);
13366 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_store_data_races);
13367 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_associative_math);
13368 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_assume_sane_operators_new_delete);
13369 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_asynchronous_unwind_tables);
13370 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_auto_inc_dec);
13371 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_auto_profile_inlining);
13372 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_avoid_store_forwarding);
13373 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_bit_tests);
13374 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_branch_on_count_reg);
13375 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_branch_probabilities);
13376 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_caller_saves);
13377 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_code_hoisting);
13378 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_combine_stack_adjustments);
13379 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_compare_elim_after_reload);
13380 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_conserve_stack);
13381 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_cprop_registers);
13382 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_crossjumping);
13383 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_cse_follow_jumps);
13384 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_complex_method);
13385 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_dce);
13386 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_defer_pop);
13387 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_delayed_branch);
13388 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_delete_dead_exceptions);
13389 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_delete_null_pointer_checks);
13390 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_dep_fusion);
13391 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_devirtualize);
13392 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_devirtualize_speculatively);
13393 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_dse);
13394 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_early_inlining);
13395 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_exceptions);
13396 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_excess_precision);
13397 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_expensive_optimizations);
13398 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ext_dce);
13399 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_finite_loops);
13400 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_finite_math_only);
13401 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_float_store);
13402 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_fold_mem_offsets);
13403 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_fold_simple_inlines);
13404 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_forward_propagate);
13405 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_fp_contract_mode);
13406 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_fp_int_builtin_inexact);
13407 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_no_function_cse);
13408 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_gcse);
13409 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_after_reload);
13410 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_las);
13411 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_lm);
13412 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_gcse_sm);
13413 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_graphite);
13414 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_graphite_identity);
13415 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_guess_branch_prob);
13416 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_check_exceptions);
13417 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_check_noreturn);
13418 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_check_returning_calls);
13419 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy_skip_leaf);
13420 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_harden_compares);
13421 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_harden_conditional_branches);
13422 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_harden_control_flow_redundancy);
13423 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_hoist_adjacent_loads);
13424 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_if_conversion);
13425 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_if_conversion2);
13426 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_indirect_inlining);
13427 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_no_inline);
13428 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_inline_atomics);
13429 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_inline_functions);
13430 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_inline_functions_called_once);
13431 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_inline_small_functions);
13432 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_inline_stringops);
13433 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_bit_cp);
13434 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_cp);
13435 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_cp_clone);
13436 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_icf);
13437 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_icf_functions);
13438 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_icf_variables);
13439 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_modref);
13440 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_profile);
13441 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_pta);
13442 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_pure_const);
13443 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_ra);
13444 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_reference);
13445 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_reference_addressable);
13446 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_reorder_for_locality);
13447 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_sra);
13448 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_stack_alignment);
13449 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_strict_aliasing);
13450 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ipa_vrp);
13451 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ira_algorithm);
13452 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ira_hoist_pressure);
13453 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ira_loop_pressure);
13454 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ira_region);
13455 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ira_share_save_slots);
13456 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ira_share_spill_slots);
13457 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_isolate_erroneous_paths_attribute);
13458 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_isolate_erroneous_paths_dereference);
13459 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ivopts);
13460 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_jump_tables);
13461 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_keep_gc_roots_live);
13462 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_late_combine_instructions);
13463 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_lifetime_dse);
13464 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_limit_function_alignment);
13465 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_live_patching);
13466 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_live_range_shrinkage);
13467 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_loop_interchange);
13468 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_loop_nest_optimize);
13469 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_loop_parallelize_all);
13470 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_unroll_jam);
13471 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_lra_remat);
13472 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_malloc_dce);
13473 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_malloc_dse);
13474 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_errno_math);
13475 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_min_function_alignment);
13476 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_modulo_sched);
13477 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_modulo_sched_allow_regmoves);
13478 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_move_loop_invariants);
13479 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_move_loop_stores);
13480 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_non_call_exceptions);
13481 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_nothrow_opt);
13482 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_omit_frame_pointer);
13483 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_openmp_target_simd_clone);
13484 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_opt_info);
13485 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_optimize_crc);
13486 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_optimize_sibling_calls);
13487 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_optimize_strlen);
13488 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_pack_struct);
13489 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_partial_inlining);
13490 : 31183 : bp_pack_string (ob, bp, ptr->x_flag_patchable_function_entry, true);
13491 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_pcc_struct_return);
13492 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_peel_loops);
13493 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_no_peephole);
13494 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_peephole2);
13495 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_plt);
13496 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_predictive_commoning);
13497 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_prefetch_loop_arrays);
13498 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_printf_return_value);
13499 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_profile_partial_training);
13500 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_profile_reorder_functions);
13501 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_reciprocal_math);
13502 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ree);
13503 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_rename_registers);
13504 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_blocks);
13505 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_blocks_algorithm);
13506 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_blocks_and_partition);
13507 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_reorder_functions);
13508 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_rerun_cse_after_loop);
13509 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_resched_modulo_sched);
13510 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_rounding_math);
13511 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_rtti);
13512 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_save_optimization_record);
13513 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched_critical_path_heuristic);
13514 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched_dep_count_heuristic);
13515 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched_group_heuristic);
13516 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_interblock);
13517 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched_last_insn_heuristic);
13518 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched_pressure);
13519 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched_rank_heuristic);
13520 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_speculative);
13521 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched_spec_insn_heuristic);
13522 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_speculative_load);
13523 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_speculative_load_dangerous);
13524 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched_stalled_insns);
13525 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched_stalled_insns_dep);
13526 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sched2_use_superblocks);
13527 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_fusion);
13528 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_insns);
13529 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_schedule_insns_after_reload);
13530 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_section_anchors);
13531 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sel_sched_pipelining);
13532 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sel_sched_pipelining_outer_loops);
13533 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_sel_sched_reschedule_pipelined);
13534 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_selective_scheduling);
13535 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_selective_scheduling2);
13536 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_semantic_interposition);
13537 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_short_enums);
13538 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_short_wchar);
13539 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_shrink_wrap);
13540 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_shrink_wrap_separate);
13541 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_signaling_nans);
13542 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_signed_zeros);
13543 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_simd_cost_model);
13544 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_single_precision_constant);
13545 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_split_ivs_in_unroller);
13546 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_split_loops);
13547 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_split_paths);
13548 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_split_wide_types);
13549 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_split_wide_types_early);
13550 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ssa_backprop);
13551 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_ssa_phiopt);
13552 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_stack_clash_protection);
13553 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_stack_protect);
13554 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_stack_reuse);
13555 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_stdarg_opt);
13556 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_store_merging);
13557 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_strict_aliasing);
13558 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_strict_enums);
13559 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_strict_volatile_bitfields);
13560 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_thread_jumps);
13561 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_threadsafe_statics);
13562 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_toplevel_reorder);
13563 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tracer);
13564 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_trapping_math);
13565 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_trapv);
13566 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_bit_ccp);
13567 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_builtin_call_dce);
13568 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_ccp);
13569 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_ch);
13570 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_coalesce_vars);
13571 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_copy_prop);
13572 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_cselim);
13573 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_dce);
13574 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_dom);
13575 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_dse);
13576 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_forwprop);
13577 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_fre);
13578 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_distribute_patterns);
13579 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_distribution);
13580 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_if_convert);
13581 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_im);
13582 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_ivcanon);
13583 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_optimize);
13584 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_loop_vectorize);
13585 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_live_range_split);
13586 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_parallelize_loops);
13587 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_partial_pre);
13588 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_phiprop);
13589 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_pre);
13590 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_pta);
13591 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_reassoc);
13592 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_scev_cprop);
13593 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_sink);
13594 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_slp_vectorize);
13595 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_slsr);
13596 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_sra);
13597 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_switch_conversion);
13598 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_tail_merge);
13599 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_ter);
13600 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_vectorize);
13601 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_tree_vrp);
13602 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_auto_var_init);
13603 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_unconstrained_commons);
13604 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_unreachable_traps);
13605 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_unroll_all_loops);
13606 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_cunroll_grow_size);
13607 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_unroll_loops);
13608 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_unsafe_math_optimizations);
13609 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_unswitch_loops);
13610 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_unwind_tables);
13611 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking);
13612 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking_assignments);
13613 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking_assignments_toggle);
13614 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_var_tracking_uninit);
13615 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_variable_expansion_in_unroller);
13616 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_vect_cost_model);
13617 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_version_loops_for_strides);
13618 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_value_profile_transformations);
13619 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_web);
13620 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_wrapv);
13621 : 31183 : bp_pack_var_len_int (bp, ptr->x_flag_wrapv_pointer);
13622 : 31183 : bp_pack_var_len_int (bp, ptr->x_debug_nonbind_markers_p);
13623 : 31183 : if (!lto_stream_offload_p) {
13624 : 31183 : bp_pack_var_len_int (bp, ptr->x_ix86_unroll_only_small_loops);
13625 : : }
13626 : 311830 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
13627 : 280647 : bp_pack_value (bp, ptr->explicit_mask[i], 64);
13628 : 31183 : }
13629 : :
13630 : : /* Stream in optimization options */
13631 : : void
13632 : 21844 : cl_optimization_stream_in (struct data_in *data_in ATTRIBUTE_UNUSED,
13633 : : struct bitpack_d *bp ATTRIBUTE_UNUSED,
13634 : : struct cl_optimization *ptr ATTRIBUTE_UNUSED)
13635 : : {
13636 : 21844 : ptr->x_optimize = (char ) bp_unpack_var_len_int (bp);
13637 : 21844 : ptr->x_optimize_size = (char ) bp_unpack_var_len_int (bp);
13638 : 21844 : ptr->x_optimize_debug = (char ) bp_unpack_var_len_int (bp);
13639 : 21844 : ptr->x_optimize_fast = (char ) bp_unpack_var_len_int (bp);
13640 : 21844 : ptr->x_param_align_loop_iterations = (int ) bp_unpack_var_len_int (bp);
13641 : 21844 : if (4 > (int ) 10)
13642 : : ptr->x_param_align_loop_iterations ^= 4;
13643 : 21844 : ptr->x_param_align_threshold = (int ) bp_unpack_var_len_int (bp);
13644 : 21844 : if (100 > (int ) 10)
13645 : 21844 : ptr->x_param_align_threshold ^= 100;
13646 : 21844 : ptr->x_param_asan_protect_allocas = (int ) bp_unpack_var_len_int (bp);
13647 : 21844 : if (1 > (int ) 10)
13648 : : ptr->x_param_asan_protect_allocas ^= 1;
13649 : 21844 : ptr->x_param_asan_instrument_reads = (int ) bp_unpack_var_len_int (bp);
13650 : 21844 : if (1 > (int ) 10)
13651 : : ptr->x_param_asan_instrument_reads ^= 1;
13652 : 21844 : ptr->x_param_asan_instrument_writes = (int ) bp_unpack_var_len_int (bp);
13653 : 21844 : if (1 > (int ) 10)
13654 : : ptr->x_param_asan_instrument_writes ^= 1;
13655 : 21844 : ptr->x_param_asan_instrumentation_with_call_threshold = (int ) bp_unpack_var_len_int (bp);
13656 : 21844 : if (7000 > (int ) 10)
13657 : 21844 : ptr->x_param_asan_instrumentation_with_call_threshold ^= 7000;
13658 : 21844 : ptr->x_param_asan_kernel_mem_intrinsic_prefix = (int ) bp_unpack_var_len_int (bp);
13659 : 21844 : if (0 > (int ) 10)
13660 : : ptr->x_param_asan_kernel_mem_intrinsic_prefix ^= 0;
13661 : 21844 : ptr->x_param_asan_memintrin = (int ) bp_unpack_var_len_int (bp);
13662 : 21844 : if (1 > (int ) 10)
13663 : : ptr->x_param_asan_memintrin ^= 1;
13664 : 21844 : ptr->x_param_asan_stack = (int ) bp_unpack_var_len_int (bp);
13665 : 21844 : if (1 > (int ) 10)
13666 : : ptr->x_param_asan_stack ^= 1;
13667 : 21844 : ptr->x_param_asan_use_after_return = (int ) bp_unpack_var_len_int (bp);
13668 : 21844 : if (1 > (int ) 10)
13669 : : ptr->x_param_asan_use_after_return ^= 1;
13670 : 21844 : ptr->x_param_avg_loop_niter = (int ) bp_unpack_var_len_int (bp);
13671 : 21844 : if (10 > (int ) 10)
13672 : : ptr->x_param_avg_loop_niter ^= 10;
13673 : 21844 : ptr->x_param_avoid_fma_max_bits = (int ) bp_unpack_var_len_int (bp);
13674 : 21844 : ptr->x_param_builtin_expect_probability = (int ) bp_unpack_var_len_int (bp);
13675 : 21844 : if (90 > (int ) 10)
13676 : 21844 : ptr->x_param_builtin_expect_probability ^= 90;
13677 : 21844 : ptr->x_param_builtin_string_cmp_inline_length = (int ) bp_unpack_var_len_int (bp);
13678 : 21844 : if (3 > (int ) 10)
13679 : : ptr->x_param_builtin_string_cmp_inline_length ^= 3;
13680 : 21844 : ptr->x_param_case_values_threshold = (int ) bp_unpack_var_len_int (bp);
13681 : 21844 : ptr->x_param_comdat_sharing_probability = (int ) bp_unpack_var_len_int (bp);
13682 : 21844 : if (20 > (int ) 10)
13683 : 21844 : ptr->x_param_comdat_sharing_probability ^= 20;
13684 : 21844 : ptr->x_param_construct_interfere_size = (int ) bp_unpack_var_len_int (bp);
13685 : 21844 : if (0 > (int ) 10)
13686 : : ptr->x_param_construct_interfere_size ^= 0;
13687 : 21844 : ptr->x_param_cycle_accurate_model = (int ) bp_unpack_var_len_int (bp);
13688 : 21844 : if (1 > (int ) 10)
13689 : : ptr->x_param_cycle_accurate_model ^= 1;
13690 : 21844 : ptr->x_param_destruct_interfere_size = (int ) bp_unpack_var_len_int (bp);
13691 : 21844 : if (0 > (int ) 10)
13692 : : ptr->x_param_destruct_interfere_size ^= 0;
13693 : 21844 : ptr->x_param_dse_max_alias_queries_per_store = (int ) bp_unpack_var_len_int (bp);
13694 : 21844 : if (256 > (int ) 10)
13695 : 21844 : ptr->x_param_dse_max_alias_queries_per_store ^= 256;
13696 : 21844 : ptr->x_param_dse_max_object_size = (int ) bp_unpack_var_len_int (bp);
13697 : 21844 : if (256 > (int ) 10)
13698 : 21844 : ptr->x_param_dse_max_object_size ^= 256;
13699 : 21844 : ptr->x_param_early_inlining_insns = (int ) bp_unpack_var_len_int (bp);
13700 : 21844 : if (6 > (int ) 10)
13701 : : ptr->x_param_early_inlining_insns ^= 6;
13702 : 21844 : ptr->x_param_fsm_scale_path_stmts = (int ) bp_unpack_var_len_int (bp);
13703 : 21844 : if (2 > (int ) 10)
13704 : : ptr->x_param_fsm_scale_path_stmts ^= 2;
13705 : 21844 : ptr->x_param_fully_pipelined_fma = (int ) bp_unpack_var_len_int (bp);
13706 : 21844 : if (0 > (int ) 10)
13707 : : ptr->x_param_fully_pipelined_fma ^= 0;
13708 : 21844 : ptr->x_param_gcse_after_reload_critical_fraction = (int ) bp_unpack_var_len_int (bp);
13709 : 21844 : if (10 > (int ) 10)
13710 : : ptr->x_param_gcse_after_reload_critical_fraction ^= 10;
13711 : 21844 : ptr->x_param_gcse_after_reload_partial_fraction = (int ) bp_unpack_var_len_int (bp);
13712 : 21844 : if (3 > (int ) 10)
13713 : : ptr->x_param_gcse_after_reload_partial_fraction ^= 3;
13714 : 21844 : ptr->x_param_gcse_cost_distance_ratio = (int ) bp_unpack_var_len_int (bp);
13715 : 21844 : if (10 > (int ) 10)
13716 : : ptr->x_param_gcse_cost_distance_ratio ^= 10;
13717 : 21844 : ptr->x_param_gcse_unrestricted_cost = (int ) bp_unpack_var_len_int (bp);
13718 : 21844 : if (3 > (int ) 10)
13719 : : ptr->x_param_gcse_unrestricted_cost ^= 3;
13720 : 21844 : ptr->x_param_graphite_max_arrays_per_scop = (int ) bp_unpack_var_len_int (bp);
13721 : 21844 : if (100 > (int ) 10)
13722 : 21844 : ptr->x_param_graphite_max_arrays_per_scop ^= 100;
13723 : 21844 : ptr->x_param_graphite_max_nb_scop_params = (int ) bp_unpack_var_len_int (bp);
13724 : 21844 : if (10 > (int ) 10)
13725 : : ptr->x_param_graphite_max_nb_scop_params ^= 10;
13726 : 21844 : ptr->x_param_hardcfr_max_blocks = (int ) bp_unpack_var_len_int (bp);
13727 : 21844 : if (0 > (int ) 10)
13728 : : ptr->x_param_hardcfr_max_blocks ^= 0;
13729 : 21844 : ptr->x_param_hardcfr_max_inline_blocks = (int ) bp_unpack_var_len_int (bp);
13730 : 21844 : if (16 > (int ) 10)
13731 : 21844 : ptr->x_param_hardcfr_max_inline_blocks ^= 16;
13732 : 21844 : ptr->x_param_hwasan_instrument_allocas = (int ) bp_unpack_var_len_int (bp);
13733 : 21844 : if (1 > (int ) 10)
13734 : : ptr->x_param_hwasan_instrument_allocas ^= 1;
13735 : 21844 : ptr->x_param_hwasan_instrument_mem_intrinsics = (int ) bp_unpack_var_len_int (bp);
13736 : 21844 : if (1 > (int ) 10)
13737 : : ptr->x_param_hwasan_instrument_mem_intrinsics ^= 1;
13738 : 21844 : ptr->x_param_hwasan_instrument_reads = (int ) bp_unpack_var_len_int (bp);
13739 : 21844 : if (1 > (int ) 10)
13740 : : ptr->x_param_hwasan_instrument_reads ^= 1;
13741 : 21844 : ptr->x_param_hwasan_instrument_stack = (int ) bp_unpack_var_len_int (bp);
13742 : 21844 : if (1 > (int ) 10)
13743 : : ptr->x_param_hwasan_instrument_stack ^= 1;
13744 : 21844 : ptr->x_param_hwasan_instrument_writes = (int ) bp_unpack_var_len_int (bp);
13745 : 21844 : if (1 > (int ) 10)
13746 : : ptr->x_param_hwasan_instrument_writes ^= 1;
13747 : 21844 : ptr->x_param_hwasan_random_frame_tag = (int ) bp_unpack_var_len_int (bp);
13748 : 21844 : if (1 > (int ) 10)
13749 : : ptr->x_param_hwasan_random_frame_tag ^= 1;
13750 : 21844 : ptr->x_param_inline_heuristics_hint_percent = (int ) bp_unpack_var_len_int (bp);
13751 : 21844 : if (200 > (int ) 10)
13752 : 21844 : ptr->x_param_inline_heuristics_hint_percent ^= 200;
13753 : 21844 : ptr->x_param_inline_min_speedup = (int ) bp_unpack_var_len_int (bp);
13754 : 21844 : if (30 > (int ) 10)
13755 : 21844 : ptr->x_param_inline_min_speedup ^= 30;
13756 : 21844 : ptr->x_param_inline_unit_growth = (int ) bp_unpack_var_len_int (bp);
13757 : 21844 : if (40 > (int ) 10)
13758 : 21844 : ptr->x_param_inline_unit_growth ^= 40;
13759 : 21844 : ptr->x_param_ipa_cp_eval_threshold = (int ) bp_unpack_var_len_int (bp);
13760 : 21844 : if (500 > (int ) 10)
13761 : 21844 : ptr->x_param_ipa_cp_eval_threshold ^= 500;
13762 : 21844 : ptr->x_param_ipa_cp_large_unit_insns = (int ) bp_unpack_var_len_int (bp);
13763 : 21844 : if (16000 > (int ) 10)
13764 : 21844 : ptr->x_param_ipa_cp_large_unit_insns ^= 16000;
13765 : 21844 : ptr->x_param_ipa_cp_loop_hint_bonus = (int ) bp_unpack_var_len_int (bp);
13766 : 21844 : if (64 > (int ) 10)
13767 : 21844 : ptr->x_param_ipa_cp_loop_hint_bonus ^= 64;
13768 : 21844 : ptr->x_param_ipa_cp_max_recursive_depth = (int ) bp_unpack_var_len_int (bp);
13769 : 21844 : if (8 > (int ) 10)
13770 : : ptr->x_param_ipa_cp_max_recursive_depth ^= 8;
13771 : 21844 : ptr->x_param_ipa_cp_min_recursive_probability = (int ) bp_unpack_var_len_int (bp);
13772 : 21844 : if (2 > (int ) 10)
13773 : : ptr->x_param_ipa_cp_min_recursive_probability ^= 2;
13774 : 21844 : ptr->x_param_ipa_cp_recursion_penalty = (int ) bp_unpack_var_len_int (bp);
13775 : 21844 : if (40 > (int ) 10)
13776 : 21844 : ptr->x_param_ipa_cp_recursion_penalty ^= 40;
13777 : 21844 : ptr->x_param_ipa_cp_recursive_freq_factor = (int ) bp_unpack_var_len_int (bp);
13778 : 21844 : if (6 > (int ) 10)
13779 : : ptr->x_param_ipa_cp_recursive_freq_factor ^= 6;
13780 : 21844 : ptr->x_param_ipa_cp_single_call_penalty = (int ) bp_unpack_var_len_int (bp);
13781 : 21844 : if (15 > (int ) 10)
13782 : 21844 : ptr->x_param_ipa_cp_single_call_penalty ^= 15;
13783 : 21844 : ptr->x_param_ipa_cp_unit_growth = (int ) bp_unpack_var_len_int (bp);
13784 : 21844 : if (10 > (int ) 10)
13785 : : ptr->x_param_ipa_cp_unit_growth ^= 10;
13786 : 21844 : ptr->x_param_ipa_cp_value_list_size = (int ) bp_unpack_var_len_int (bp);
13787 : 21844 : if (8 > (int ) 10)
13788 : : ptr->x_param_ipa_cp_value_list_size ^= 8;
13789 : 21844 : ptr->x_param_ipa_jump_function_lookups = (int ) bp_unpack_var_len_int (bp);
13790 : 21844 : if (8 > (int ) 10)
13791 : : ptr->x_param_ipa_jump_function_lookups ^= 8;
13792 : 21844 : ptr->x_param_ipa_max_aa_steps = (int ) bp_unpack_var_len_int (bp);
13793 : 21844 : if (25000 > (int ) 10)
13794 : 21844 : ptr->x_param_ipa_max_aa_steps ^= 25000;
13795 : 21844 : ptr->x_param_ipa_max_agg_items = (int ) bp_unpack_var_len_int (bp);
13796 : 21844 : if (16 > (int ) 10)
13797 : 21844 : ptr->x_param_ipa_max_agg_items ^= 16;
13798 : 21844 : ptr->x_param_ipa_max_loop_predicates = (int ) bp_unpack_var_len_int (bp);
13799 : 21844 : if (16 > (int ) 10)
13800 : 21844 : ptr->x_param_ipa_max_loop_predicates ^= 16;
13801 : 21844 : ptr->x_param_ipa_max_param_expr_ops = (int ) bp_unpack_var_len_int (bp);
13802 : 21844 : if (10 > (int ) 10)
13803 : : ptr->x_param_ipa_max_param_expr_ops ^= 10;
13804 : 21844 : ptr->x_param_ipa_max_switch_predicate_bounds = (int ) bp_unpack_var_len_int (bp);
13805 : 21844 : if (5 > (int ) 10)
13806 : : ptr->x_param_ipa_max_switch_predicate_bounds ^= 5;
13807 : 21844 : ptr->x_param_ipa_sra_deref_prob_threshold = (int ) bp_unpack_var_len_int (bp);
13808 : 21844 : if (50 > (int ) 10)
13809 : 21844 : ptr->x_param_ipa_sra_deref_prob_threshold ^= 50;
13810 : 21844 : ptr->x_param_ipa_sra_max_replacements = (int ) bp_unpack_var_len_int (bp);
13811 : 21844 : if (8 > (int ) 10)
13812 : : ptr->x_param_ipa_sra_max_replacements ^= 8;
13813 : 21844 : ptr->x_param_ipa_sra_ptr_growth_factor = (int ) bp_unpack_var_len_int (bp);
13814 : 21844 : if (2 > (int ) 10)
13815 : : ptr->x_param_ipa_sra_ptr_growth_factor ^= 2;
13816 : 21844 : ptr->x_param_ipa_sra_ptrwrap_growth_factor = (int ) bp_unpack_var_len_int (bp);
13817 : 21844 : if (4 > (int ) 10)
13818 : : ptr->x_param_ipa_sra_ptrwrap_growth_factor ^= 4;
13819 : 21844 : ptr->x_param_ira_consider_dup_in_all_alts = (int ) bp_unpack_var_len_int (bp);
13820 : 21844 : if (1 > (int ) 10)
13821 : : ptr->x_param_ira_consider_dup_in_all_alts ^= 1;
13822 : 21844 : ptr->x_param_ira_loop_reserved_regs = (int ) bp_unpack_var_len_int (bp);
13823 : 21844 : if (2 > (int ) 10)
13824 : : ptr->x_param_ira_loop_reserved_regs ^= 2;
13825 : 21844 : ptr->x_param_ira_max_conflict_table_size = (int ) bp_unpack_var_len_int (bp);
13826 : 21844 : if (1000 > (int ) 10)
13827 : 21844 : ptr->x_param_ira_max_conflict_table_size ^= 1000;
13828 : 21844 : ptr->x_param_ira_max_loops_num = (int ) bp_unpack_var_len_int (bp);
13829 : 21844 : if (100 > (int ) 10)
13830 : 21844 : ptr->x_param_ira_max_loops_num ^= 100;
13831 : 21844 : ptr->x_param_ira_simple_lra_insn_threshold = (int ) bp_unpack_var_len_int (bp);
13832 : 21844 : if (1000 > (int ) 10)
13833 : 21844 : ptr->x_param_ira_simple_lra_insn_threshold ^= 1000;
13834 : 21844 : ptr->x_param_iv_always_prune_cand_set_bound = (int ) bp_unpack_var_len_int (bp);
13835 : 21844 : if (10 > (int ) 10)
13836 : : ptr->x_param_iv_always_prune_cand_set_bound ^= 10;
13837 : 21844 : ptr->x_param_iv_consider_all_candidates_bound = (int ) bp_unpack_var_len_int (bp);
13838 : 21844 : if (40 > (int ) 10)
13839 : 21844 : ptr->x_param_iv_consider_all_candidates_bound ^= 40;
13840 : 21844 : ptr->x_param_iv_max_considered_uses = (int ) bp_unpack_var_len_int (bp);
13841 : 21844 : if (250 > (int ) 10)
13842 : 21844 : ptr->x_param_iv_max_considered_uses ^= 250;
13843 : 21844 : ptr->x_param_jump_table_max_growth_ratio_for_size = (int ) bp_unpack_var_len_int (bp);
13844 : 21844 : if (300 > (int ) 10)
13845 : 21844 : ptr->x_param_jump_table_max_growth_ratio_for_size ^= 300;
13846 : 21844 : ptr->x_param_jump_table_max_growth_ratio_for_speed = (int ) bp_unpack_var_len_int (bp);
13847 : 21844 : if (800 > (int ) 10)
13848 : 21844 : ptr->x_param_jump_table_max_growth_ratio_for_speed ^= 800;
13849 : 21844 : ptr->x_param_l1_cache_line_size = (int ) bp_unpack_var_len_int (bp);
13850 : 21844 : if (32 > (int ) 10)
13851 : 21844 : ptr->x_param_l1_cache_line_size ^= 32;
13852 : 21844 : ptr->x_param_l1_cache_size = (int ) bp_unpack_var_len_int (bp);
13853 : 21844 : if (64 > (int ) 10)
13854 : 21844 : ptr->x_param_l1_cache_size ^= 64;
13855 : 21844 : ptr->x_param_l2_cache_size = (int ) bp_unpack_var_len_int (bp);
13856 : 21844 : if (512 > (int ) 10)
13857 : 21844 : ptr->x_param_l2_cache_size ^= 512;
13858 : 21844 : ptr->x_param_large_function_growth = (int ) bp_unpack_var_len_int (bp);
13859 : 21844 : if (100 > (int ) 10)
13860 : 21844 : ptr->x_param_large_function_growth ^= 100;
13861 : 21844 : ptr->x_param_large_function_insns = (int ) bp_unpack_var_len_int (bp);
13862 : 21844 : if (2700 > (int ) 10)
13863 : 21844 : ptr->x_param_large_function_insns ^= 2700;
13864 : 21844 : ptr->x_param_stack_frame_growth = (int ) bp_unpack_var_len_int (bp);
13865 : 21844 : if (1000 > (int ) 10)
13866 : 21844 : ptr->x_param_stack_frame_growth ^= 1000;
13867 : 21844 : ptr->x_param_large_stack_frame = (int ) bp_unpack_var_len_int (bp);
13868 : 21844 : if (256 > (int ) 10)
13869 : 21844 : ptr->x_param_large_stack_frame ^= 256;
13870 : 21844 : ptr->x_param_large_unit_insns = (int ) bp_unpack_var_len_int (bp);
13871 : 21844 : if (10000 > (int ) 10)
13872 : 21844 : ptr->x_param_large_unit_insns ^= 10000;
13873 : 21844 : ptr->x_param_lim_expensive = (int ) bp_unpack_var_len_int (bp);
13874 : 21844 : if (20 > (int ) 10)
13875 : 21844 : ptr->x_param_lim_expensive ^= 20;
13876 : 21844 : ptr->x_param_loop_block_tile_size = (int ) bp_unpack_var_len_int (bp);
13877 : 21844 : if (51 > (int ) 10)
13878 : 21844 : ptr->x_param_loop_block_tile_size ^= 51;
13879 : 21844 : ptr->x_param_loop_interchange_max_num_stmts = (int ) bp_unpack_var_len_int (bp);
13880 : 21844 : if (64 > (int ) 10)
13881 : 21844 : ptr->x_param_loop_interchange_max_num_stmts ^= 64;
13882 : 21844 : ptr->x_param_loop_interchange_stride_ratio = (int ) bp_unpack_var_len_int (bp);
13883 : 21844 : if (2 > (int ) 10)
13884 : : ptr->x_param_loop_interchange_stride_ratio ^= 2;
13885 : 21844 : ptr->x_param_loop_invariant_max_bbs_in_loop = (int ) bp_unpack_var_len_int (bp);
13886 : 21844 : if (10000 > (int ) 10)
13887 : 21844 : ptr->x_param_loop_invariant_max_bbs_in_loop ^= 10000;
13888 : 21844 : ptr->x_param_loop_max_datarefs_for_datadeps = (int ) bp_unpack_var_len_int (bp);
13889 : 21844 : if (1000 > (int ) 10)
13890 : 21844 : ptr->x_param_loop_max_datarefs_for_datadeps ^= 1000;
13891 : 21844 : ptr->x_param_loop_versioning_max_inner_insns = (int ) bp_unpack_var_len_int (bp);
13892 : 21844 : if (200 > (int ) 10)
13893 : 21844 : ptr->x_param_loop_versioning_max_inner_insns ^= 200;
13894 : 21844 : ptr->x_param_loop_versioning_max_outer_insns = (int ) bp_unpack_var_len_int (bp);
13895 : 21844 : if (100 > (int ) 10)
13896 : 21844 : ptr->x_param_loop_versioning_max_outer_insns ^= 100;
13897 : 21844 : ptr->x_param_lra_inheritance_ebb_probability_cutoff = (int ) bp_unpack_var_len_int (bp);
13898 : 21844 : if (40 > (int ) 10)
13899 : 21844 : ptr->x_param_lra_inheritance_ebb_probability_cutoff ^= 40;
13900 : 21844 : ptr->x_param_lra_max_considered_reload_pseudos = (int ) bp_unpack_var_len_int (bp);
13901 : 21844 : if (500 > (int ) 10)
13902 : 21844 : ptr->x_param_lra_max_considered_reload_pseudos ^= 500;
13903 : 21844 : ptr->x_flag_lto_locality_cloning = (enum lto_locality_cloning_model ) bp_unpack_var_len_int (bp);
13904 : 21844 : ptr->x_param_lto_locality_frequency = (int ) bp_unpack_var_len_int (bp);
13905 : 21844 : if (1 > (int ) 10)
13906 : : ptr->x_param_lto_locality_frequency ^= 1;
13907 : 21844 : ptr->x_param_lto_locality_size = (int ) bp_unpack_var_len_int (bp);
13908 : 21844 : if (1000 > (int ) 10)
13909 : 21844 : ptr->x_param_lto_locality_size ^= 1000;
13910 : 21844 : ptr->x_param_max_average_unrolled_insns = (int ) bp_unpack_var_len_int (bp);
13911 : 21844 : if (80 > (int ) 10)
13912 : 21844 : ptr->x_param_max_average_unrolled_insns ^= 80;
13913 : 21844 : ptr->x_param_max_combine_insns = (int ) bp_unpack_var_len_int (bp);
13914 : 21844 : if (4 > (int ) 10)
13915 : : ptr->x_param_max_combine_insns ^= 4;
13916 : 21844 : ptr->x_param_max_combine_search_insns = (int ) bp_unpack_var_len_int (bp);
13917 : 21844 : if (3000 > (int ) 10)
13918 : 21844 : ptr->x_param_max_combine_search_insns ^= 3000;
13919 : 21844 : ptr->x_param_max_unroll_iterations = (int ) bp_unpack_var_len_int (bp);
13920 : 21844 : if (8 > (int ) 10)
13921 : : ptr->x_param_max_unroll_iterations ^= 8;
13922 : 21844 : ptr->x_param_max_completely_peel_times = (int ) bp_unpack_var_len_int (bp);
13923 : 21844 : if (16 > (int ) 10)
13924 : 21844 : ptr->x_param_max_completely_peel_times ^= 16;
13925 : 21844 : ptr->x_param_max_completely_peeled_insns = (int ) bp_unpack_var_len_int (bp);
13926 : 21844 : if (200 > (int ) 10)
13927 : 21844 : ptr->x_param_max_completely_peeled_insns ^= 200;
13928 : 21844 : ptr->x_param_max_crossjump_edges = (int ) bp_unpack_var_len_int (bp);
13929 : 21844 : if (100 > (int ) 10)
13930 : 21844 : ptr->x_param_max_crossjump_edges ^= 100;
13931 : 21844 : ptr->x_param_max_cse_insns = (int ) bp_unpack_var_len_int (bp);
13932 : 21844 : if (1000 > (int ) 10)
13933 : 21844 : ptr->x_param_max_cse_insns ^= 1000;
13934 : 21844 : ptr->x_param_max_cse_path_length = (int ) bp_unpack_var_len_int (bp);
13935 : 21844 : if (10 > (int ) 10)
13936 : : ptr->x_param_max_cse_path_length ^= 10;
13937 : 21844 : ptr->x_param_max_cselib_memory_locations = (int ) bp_unpack_var_len_int (bp);
13938 : 21844 : if (500 > (int ) 10)
13939 : 21844 : ptr->x_param_max_cselib_memory_locations ^= 500;
13940 : 21844 : ptr->x_param_max_debug_marker_count = (int ) bp_unpack_var_len_int (bp);
13941 : 21844 : if (100000 > (int ) 10)
13942 : 21844 : ptr->x_param_max_debug_marker_count ^= 100000;
13943 : 21844 : ptr->x_param_max_delay_slot_insn_search = (int ) bp_unpack_var_len_int (bp);
13944 : 21844 : if (100 > (int ) 10)
13945 : 21844 : ptr->x_param_max_delay_slot_insn_search ^= 100;
13946 : 21844 : ptr->x_param_max_delay_slot_live_search = (int ) bp_unpack_var_len_int (bp);
13947 : 21844 : if (333 > (int ) 10)
13948 : 21844 : ptr->x_param_max_delay_slot_live_search ^= 333;
13949 : 21844 : ptr->x_param_max_dse_active_local_stores = (int ) bp_unpack_var_len_int (bp);
13950 : 21844 : if (5000 > (int ) 10)
13951 : 21844 : ptr->x_param_max_dse_active_local_stores ^= 5000;
13952 : 21844 : ptr->x_param_early_inliner_max_iterations = (int ) bp_unpack_var_len_int (bp);
13953 : 21844 : if (1 > (int ) 10)
13954 : : ptr->x_param_early_inliner_max_iterations ^= 1;
13955 : 21844 : ptr->x_param_max_find_base_term_values = (int ) bp_unpack_var_len_int (bp);
13956 : 21844 : if (200 > (int ) 10)
13957 : 21844 : ptr->x_param_max_find_base_term_values ^= 200;
13958 : 21844 : ptr->x_param_max_fsm_thread_path_insns = (int ) bp_unpack_var_len_int (bp);
13959 : 21844 : if (100 > (int ) 10)
13960 : 21844 : ptr->x_param_max_fsm_thread_path_insns ^= 100;
13961 : 21844 : ptr->x_param_max_gcse_insertion_ratio = (int ) bp_unpack_var_len_int (bp);
13962 : 21844 : if (20 > (int ) 10)
13963 : 21844 : ptr->x_param_max_gcse_insertion_ratio ^= 20;
13964 : 21844 : ptr->x_param_max_gcse_memory = (int ) bp_unpack_var_len_int (bp);
13965 : 21844 : if (131072 > (int ) 10)
13966 : 21844 : ptr->x_param_max_gcse_memory ^= 131072;
13967 : 21844 : ptr->x_param_max_goto_duplication_insns = (int ) bp_unpack_var_len_int (bp);
13968 : 21844 : if (8 > (int ) 10)
13969 : : ptr->x_param_max_goto_duplication_insns ^= 8;
13970 : 21844 : ptr->x_param_max_grow_copy_bb_insns = (int ) bp_unpack_var_len_int (bp);
13971 : 21844 : if (8 > (int ) 10)
13972 : : ptr->x_param_max_grow_copy_bb_insns ^= 8;
13973 : 21844 : ptr->x_param_max_hoist_depth = (int ) bp_unpack_var_len_int (bp);
13974 : 21844 : if (30 > (int ) 10)
13975 : 21844 : ptr->x_param_max_hoist_depth ^= 30;
13976 : 21844 : ptr->x_param_inline_functions_called_once_insns = (int ) bp_unpack_var_len_int (bp);
13977 : 21844 : if (4000 > (int ) 10)
13978 : 21844 : ptr->x_param_inline_functions_called_once_insns ^= 4000;
13979 : 21844 : ptr->x_param_inline_functions_called_once_loop_depth = (int ) bp_unpack_var_len_int (bp);
13980 : 21844 : if (6 > (int ) 10)
13981 : : ptr->x_param_inline_functions_called_once_loop_depth ^= 6;
13982 : 21844 : ptr->x_param_max_inline_insns_auto = (int ) bp_unpack_var_len_int (bp);
13983 : 21844 : if (15 > (int ) 10)
13984 : 21844 : ptr->x_param_max_inline_insns_auto ^= 15;
13985 : 21844 : ptr->x_param_max_inline_insns_recursive_auto = (int ) bp_unpack_var_len_int (bp);
13986 : 21844 : if (450 > (int ) 10)
13987 : 21844 : ptr->x_param_max_inline_insns_recursive_auto ^= 450;
13988 : 21844 : ptr->x_param_max_inline_insns_recursive = (int ) bp_unpack_var_len_int (bp);
13989 : 21844 : if (450 > (int ) 10)
13990 : 21844 : ptr->x_param_max_inline_insns_recursive ^= 450;
13991 : 21844 : ptr->x_param_max_inline_insns_single = (int ) bp_unpack_var_len_int (bp);
13992 : 21844 : if (70 > (int ) 10)
13993 : 21844 : ptr->x_param_max_inline_insns_single ^= 70;
13994 : 21844 : ptr->x_param_max_inline_insns_size = (int ) bp_unpack_var_len_int (bp);
13995 : 21844 : ptr->x_param_max_inline_insns_small = (int ) bp_unpack_var_len_int (bp);
13996 : 21844 : ptr->x_param_max_inline_recursive_depth_auto = (int ) bp_unpack_var_len_int (bp);
13997 : 21844 : if (8 > (int ) 10)
13998 : : ptr->x_param_max_inline_recursive_depth_auto ^= 8;
13999 : 21844 : ptr->x_param_max_inline_recursive_depth = (int ) bp_unpack_var_len_int (bp);
14000 : 21844 : if (8 > (int ) 10)
14001 : : ptr->x_param_max_inline_recursive_depth ^= 8;
14002 : 21844 : ptr->x_param_max_isl_operations = (int ) bp_unpack_var_len_int (bp);
14003 : 21844 : if (350000 > (int ) 10)
14004 : 21844 : ptr->x_param_max_isl_operations ^= 350000;
14005 : 21844 : ptr->x_param_max_iterations_computation_cost = (int ) bp_unpack_var_len_int (bp);
14006 : 21844 : if (10 > (int ) 10)
14007 : : ptr->x_param_max_iterations_computation_cost ^= 10;
14008 : 21844 : ptr->x_param_max_iterations_to_track = (int ) bp_unpack_var_len_int (bp);
14009 : 21844 : if (1000 > (int ) 10)
14010 : 21844 : ptr->x_param_max_iterations_to_track ^= 1000;
14011 : 21844 : ptr->x_param_max_jump_thread_duplication_stmts = (int ) bp_unpack_var_len_int (bp);
14012 : 21844 : if (15 > (int ) 10)
14013 : 21844 : ptr->x_param_max_jump_thread_duplication_stmts ^= 15;
14014 : 21844 : ptr->x_param_max_jump_thread_paths = (int ) bp_unpack_var_len_int (bp);
14015 : 21844 : if (64 > (int ) 10)
14016 : 21844 : ptr->x_param_max_jump_thread_paths ^= 64;
14017 : 21844 : ptr->x_param_max_last_value_rtl = (int ) bp_unpack_var_len_int (bp);
14018 : 21844 : if (10000 > (int ) 10)
14019 : 21844 : ptr->x_param_max_last_value_rtl ^= 10000;
14020 : 21844 : ptr->x_param_max_loop_header_insns = (int ) bp_unpack_var_len_int (bp);
14021 : 21844 : if (20 > (int ) 10)
14022 : 21844 : ptr->x_param_max_loop_header_insns ^= 20;
14023 : 21844 : ptr->x_param_max_modulo_backtrack_attempts = (int ) bp_unpack_var_len_int (bp);
14024 : 21844 : if (40 > (int ) 10)
14025 : 21844 : ptr->x_param_max_modulo_backtrack_attempts ^= 40;
14026 : 21844 : ptr->x_param_max_partial_antic_length = (int ) bp_unpack_var_len_int (bp);
14027 : 21844 : if (100 > (int ) 10)
14028 : 21844 : ptr->x_param_max_partial_antic_length ^= 100;
14029 : 21844 : ptr->x_param_max_peel_branches = (int ) bp_unpack_var_len_int (bp);
14030 : 21844 : if (32 > (int ) 10)
14031 : 21844 : ptr->x_param_max_peel_branches ^= 32;
14032 : 21844 : ptr->x_param_max_peel_times = (int ) bp_unpack_var_len_int (bp);
14033 : 21844 : if (16 > (int ) 10)
14034 : 21844 : ptr->x_param_max_peel_times ^= 16;
14035 : 21844 : ptr->x_param_max_peeled_insns = (int ) bp_unpack_var_len_int (bp);
14036 : 21844 : if (100 > (int ) 10)
14037 : 21844 : ptr->x_param_max_peeled_insns ^= 100;
14038 : 21844 : ptr->x_param_max_pending_list_length = (int ) bp_unpack_var_len_int (bp);
14039 : 21844 : if (32 > (int ) 10)
14040 : 21844 : ptr->x_param_max_pending_list_length ^= 32;
14041 : 21844 : ptr->x_param_max_pipeline_region_blocks = (int ) bp_unpack_var_len_int (bp);
14042 : 21844 : if (15 > (int ) 10)
14043 : 21844 : ptr->x_param_max_pipeline_region_blocks ^= 15;
14044 : 21844 : ptr->x_param_max_pipeline_region_insns = (int ) bp_unpack_var_len_int (bp);
14045 : 21844 : if (200 > (int ) 10)
14046 : 21844 : ptr->x_param_max_pipeline_region_insns ^= 200;
14047 : 21844 : ptr->x_param_max_pow_sqrt_depth = (int ) bp_unpack_var_len_int (bp);
14048 : 21844 : if (5 > (int ) 10)
14049 : : ptr->x_param_max_pow_sqrt_depth ^= 5;
14050 : 21844 : ptr->x_param_max_predicted_iterations = (int ) bp_unpack_var_len_int (bp);
14051 : 21844 : if (100 > (int ) 10)
14052 : 21844 : ptr->x_param_max_predicted_iterations ^= 100;
14053 : 21844 : ptr->x_param_max_reload_search_insns = (int ) bp_unpack_var_len_int (bp);
14054 : 21844 : if (100 > (int ) 10)
14055 : 21844 : ptr->x_param_max_reload_search_insns ^= 100;
14056 : 21844 : ptr->x_param_max_rtl_if_conversion_insns = (int ) bp_unpack_var_len_int (bp);
14057 : 21844 : if (10 > (int ) 10)
14058 : : ptr->x_param_max_rtl_if_conversion_insns ^= 10;
14059 : 21844 : ptr->x_param_max_rtl_if_conversion_predictable_cost = (int ) bp_unpack_var_len_int (bp);
14060 : 21844 : if (20 > (int ) 10)
14061 : 21844 : ptr->x_param_max_rtl_if_conversion_predictable_cost ^= 20;
14062 : 21844 : ptr->x_param_max_rtl_if_conversion_unpredictable_cost = (int ) bp_unpack_var_len_int (bp);
14063 : 21844 : if (40 > (int ) 10)
14064 : 21844 : ptr->x_param_max_rtl_if_conversion_unpredictable_cost ^= 40;
14065 : 21844 : ptr->x_param_max_sched_extend_regions_iters = (int ) bp_unpack_var_len_int (bp);
14066 : 21844 : ptr->x_param_max_sched_insn_conflict_delay = (int ) bp_unpack_var_len_int (bp);
14067 : 21844 : if (3 > (int ) 10)
14068 : : ptr->x_param_max_sched_insn_conflict_delay ^= 3;
14069 : 21844 : ptr->x_param_max_sched_ready_insns = (int ) bp_unpack_var_len_int (bp);
14070 : 21844 : if (100 > (int ) 10)
14071 : 21844 : ptr->x_param_max_sched_ready_insns ^= 100;
14072 : 21844 : ptr->x_param_max_sched_region_blocks = (int ) bp_unpack_var_len_int (bp);
14073 : 21844 : if (10 > (int ) 10)
14074 : : ptr->x_param_max_sched_region_blocks ^= 10;
14075 : 21844 : ptr->x_param_max_sched_region_insns = (int ) bp_unpack_var_len_int (bp);
14076 : 21844 : if (100 > (int ) 10)
14077 : 21844 : ptr->x_param_max_sched_region_insns ^= 100;
14078 : 21844 : ptr->x_param_max_slsr_candidate_scan = (int ) bp_unpack_var_len_int (bp);
14079 : 21844 : if (50 > (int ) 10)
14080 : 21844 : ptr->x_param_max_slsr_candidate_scan ^= 50;
14081 : 21844 : ptr->x_param_max_speculative_devirt_maydefs = (int ) bp_unpack_var_len_int (bp);
14082 : 21844 : if (50 > (int ) 10)
14083 : 21844 : ptr->x_param_max_speculative_devirt_maydefs ^= 50;
14084 : 21844 : ptr->x_param_max_stores_to_merge = (int ) bp_unpack_var_len_int (bp);
14085 : 21844 : if (64 > (int ) 10)
14086 : 21844 : ptr->x_param_max_stores_to_merge ^= 64;
14087 : 21844 : ptr->x_param_max_stores_to_sink = (int ) bp_unpack_var_len_int (bp);
14088 : 21844 : if (2 > (int ) 10)
14089 : : ptr->x_param_max_stores_to_sink ^= 2;
14090 : 21844 : ptr->x_param_max_tail_merge_comparisons = (int ) bp_unpack_var_len_int (bp);
14091 : 21844 : if (10 > (int ) 10)
14092 : : ptr->x_param_max_tail_merge_comparisons ^= 10;
14093 : 21844 : ptr->x_param_max_tail_merge_iterations = (int ) bp_unpack_var_len_int (bp);
14094 : 21844 : if (2 > (int ) 10)
14095 : : ptr->x_param_max_tail_merge_iterations ^= 2;
14096 : 21844 : ptr->x_param_max_tracked_strlens = (int ) bp_unpack_var_len_int (bp);
14097 : 21844 : if (10000 > (int ) 10)
14098 : 21844 : ptr->x_param_max_tracked_strlens ^= 10000;
14099 : 21844 : ptr->x_param_max_tree_if_conversion_phi_args = (int ) bp_unpack_var_len_int (bp);
14100 : 21844 : if (4 > (int ) 10)
14101 : : ptr->x_param_max_tree_if_conversion_phi_args ^= 4;
14102 : 21844 : ptr->x_param_max_unroll_times = (int ) bp_unpack_var_len_int (bp);
14103 : 21844 : if (8 > (int ) 10)
14104 : : ptr->x_param_max_unroll_times ^= 8;
14105 : 21844 : ptr->x_param_max_unrolled_insns = (int ) bp_unpack_var_len_int (bp);
14106 : 21844 : if (200 > (int ) 10)
14107 : 21844 : ptr->x_param_max_unrolled_insns ^= 200;
14108 : 21844 : ptr->x_param_max_unswitch_depth = (int ) bp_unpack_var_len_int (bp);
14109 : 21844 : if (50 > (int ) 10)
14110 : 21844 : ptr->x_param_max_unswitch_depth ^= 50;
14111 : 21844 : ptr->x_param_max_unswitch_insns = (int ) bp_unpack_var_len_int (bp);
14112 : 21844 : if (50 > (int ) 10)
14113 : 21844 : ptr->x_param_max_unswitch_insns ^= 50;
14114 : 21844 : ptr->x_param_max_variable_expansions = (int ) bp_unpack_var_len_int (bp);
14115 : 21844 : if (1 > (int ) 10)
14116 : : ptr->x_param_max_variable_expansions ^= 1;
14117 : 21844 : ptr->x_param_max_vartrack_expr_depth = (int ) bp_unpack_var_len_int (bp);
14118 : 21844 : if (12 > (int ) 10)
14119 : 21844 : ptr->x_param_max_vartrack_expr_depth ^= 12;
14120 : 21844 : ptr->x_param_max_vartrack_reverse_op_size = (int ) bp_unpack_var_len_int (bp);
14121 : 21844 : if (50 > (int ) 10)
14122 : 21844 : ptr->x_param_max_vartrack_reverse_op_size ^= 50;
14123 : 21844 : ptr->x_param_max_vartrack_size = (int ) bp_unpack_var_len_int (bp);
14124 : 21844 : if (50000000 > (int ) 10)
14125 : 21844 : ptr->x_param_max_vartrack_size ^= 50000000;
14126 : 21844 : ptr->x_param_min_crossjump_insns = (int ) bp_unpack_var_len_int (bp);
14127 : 21844 : if (5 > (int ) 10)
14128 : : ptr->x_param_min_crossjump_insns ^= 5;
14129 : 21844 : ptr->x_param_min_inline_recursive_probability = (int ) bp_unpack_var_len_int (bp);
14130 : 21844 : if (10 > (int ) 10)
14131 : : ptr->x_param_min_inline_recursive_probability ^= 10;
14132 : 21844 : ptr->x_param_min_insn_to_prefetch_ratio = (int ) bp_unpack_var_len_int (bp);
14133 : 21844 : if (9 > (int ) 10)
14134 : : ptr->x_param_min_insn_to_prefetch_ratio ^= 9;
14135 : 21844 : ptr->x_param_min_loop_cond_split_prob = (int ) bp_unpack_var_len_int (bp);
14136 : 21844 : if (30 > (int ) 10)
14137 : 21844 : ptr->x_param_min_loop_cond_split_prob ^= 30;
14138 : 21844 : ptr->x_param_min_pagesize = (int ) bp_unpack_var_len_int (bp);
14139 : 21844 : if (4096 > (int ) 10)
14140 : 21844 : ptr->x_param_min_pagesize ^= 4096;
14141 : 21844 : ptr->x_param_min_size_for_stack_sharing = (int ) bp_unpack_var_len_int (bp);
14142 : 21844 : if (32 > (int ) 10)
14143 : 21844 : ptr->x_param_min_size_for_stack_sharing ^= 32;
14144 : 21844 : ptr->x_param_min_spec_prob = (int ) bp_unpack_var_len_int (bp);
14145 : 21844 : if (40 > (int ) 10)
14146 : 21844 : ptr->x_param_min_spec_prob ^= 40;
14147 : 21844 : ptr->x_param_min_vect_loop_bound = (int ) bp_unpack_var_len_int (bp);
14148 : 21844 : ptr->x_param_modref_max_accesses = (int ) bp_unpack_var_len_int (bp);
14149 : 21844 : if (16 > (int ) 10)
14150 : 21844 : ptr->x_param_modref_max_accesses ^= 16;
14151 : 21844 : ptr->x_param_modref_max_adjustments = (int ) bp_unpack_var_len_int (bp);
14152 : 21844 : if (8 > (int ) 10)
14153 : : ptr->x_param_modref_max_adjustments ^= 8;
14154 : 21844 : ptr->x_param_modref_max_bases = (int ) bp_unpack_var_len_int (bp);
14155 : 21844 : if (32 > (int ) 10)
14156 : 21844 : ptr->x_param_modref_max_bases ^= 32;
14157 : 21844 : ptr->x_param_modref_max_depth = (int ) bp_unpack_var_len_int (bp);
14158 : 21844 : if (256 > (int ) 10)
14159 : 21844 : ptr->x_param_modref_max_depth ^= 256;
14160 : 21844 : ptr->x_param_modref_max_escape_points = (int ) bp_unpack_var_len_int (bp);
14161 : 21844 : if (256 > (int ) 10)
14162 : 21844 : ptr->x_param_modref_max_escape_points ^= 256;
14163 : 21844 : ptr->x_param_modref_max_refs = (int ) bp_unpack_var_len_int (bp);
14164 : 21844 : if (16 > (int ) 10)
14165 : 21844 : ptr->x_param_modref_max_refs ^= 16;
14166 : 21844 : ptr->x_param_modref_max_tests = (int ) bp_unpack_var_len_int (bp);
14167 : 21844 : if (64 > (int ) 10)
14168 : 21844 : ptr->x_param_modref_max_tests ^= 64;
14169 : 21844 : ptr->x_param_parloops_chunk_size = (int ) bp_unpack_var_len_int (bp);
14170 : 21844 : ptr->x_param_parloops_min_per_thread = (int ) bp_unpack_var_len_int (bp);
14171 : 21844 : if (100 > (int ) 10)
14172 : 21844 : ptr->x_param_parloops_min_per_thread ^= 100;
14173 : 21844 : ptr->x_param_parloops_schedule = (int ) bp_unpack_var_len_int (bp);
14174 : 21844 : ptr->x_param_partial_inlining_entry_probability = (int ) bp_unpack_var_len_int (bp);
14175 : 21844 : if (70 > (int ) 10)
14176 : 21844 : ptr->x_param_partial_inlining_entry_probability ^= 70;
14177 : 21844 : ptr->x_param_phiopt_factor_max_stmts_live = (int ) bp_unpack_var_len_int (bp);
14178 : 21844 : if (5 > (int ) 10)
14179 : : ptr->x_param_phiopt_factor_max_stmts_live ^= 5;
14180 : 21844 : ptr->x_param_predictable_branch_outcome = (int ) bp_unpack_var_len_int (bp);
14181 : 21844 : if (2 > (int ) 10)
14182 : : ptr->x_param_predictable_branch_outcome ^= 2;
14183 : 21844 : ptr->x_param_prefetch_dynamic_strides = (int ) bp_unpack_var_len_int (bp);
14184 : 21844 : if (1 > (int ) 10)
14185 : : ptr->x_param_prefetch_dynamic_strides ^= 1;
14186 : 21844 : ptr->x_param_prefetch_latency = (int ) bp_unpack_var_len_int (bp);
14187 : 21844 : if (200 > (int ) 10)
14188 : 21844 : ptr->x_param_prefetch_latency ^= 200;
14189 : 21844 : ptr->x_param_prefetch_min_insn_to_mem_ratio = (int ) bp_unpack_var_len_int (bp);
14190 : 21844 : if (3 > (int ) 10)
14191 : : ptr->x_param_prefetch_min_insn_to_mem_ratio ^= 3;
14192 : 21844 : ptr->x_param_prefetch_minimum_stride = (int ) bp_unpack_var_len_int (bp);
14193 : 21844 : if (-1 > (int ) 10)
14194 : : ptr->x_param_prefetch_minimum_stride ^= -1;
14195 : 21844 : ptr->x_param_ranger_debug = (enum ranger_debug ) bp_unpack_var_len_int (bp);
14196 : 21844 : ptr->x_param_ranger_logical_depth = (int ) bp_unpack_var_len_int (bp);
14197 : 21844 : if (6 > (int ) 10)
14198 : : ptr->x_param_ranger_logical_depth ^= 6;
14199 : 21844 : ptr->x_param_ranger_recompute_depth = (int ) bp_unpack_var_len_int (bp);
14200 : 21844 : if (5 > (int ) 10)
14201 : : ptr->x_param_ranger_recompute_depth ^= 5;
14202 : 21844 : ptr->x_param_relation_block_limit = (int ) bp_unpack_var_len_int (bp);
14203 : 21844 : if (200 > (int ) 10)
14204 : 21844 : ptr->x_param_relation_block_limit ^= 200;
14205 : 21844 : ptr->x_param_rpo_vn_max_loop_depth = (int ) bp_unpack_var_len_int (bp);
14206 : 21844 : if (7 > (int ) 10)
14207 : : ptr->x_param_rpo_vn_max_loop_depth ^= 7;
14208 : 21844 : ptr->x_param_sccvn_max_alias_queries_per_access = (int ) bp_unpack_var_len_int (bp);
14209 : 21844 : if (1000 > (int ) 10)
14210 : 21844 : ptr->x_param_sccvn_max_alias_queries_per_access ^= 1000;
14211 : 21844 : ptr->x_param_scev_max_expr_complexity = (int ) bp_unpack_var_len_int (bp);
14212 : 21844 : if (10 > (int ) 10)
14213 : : ptr->x_param_scev_max_expr_complexity ^= 10;
14214 : 21844 : ptr->x_param_scev_max_expr_size = (int ) bp_unpack_var_len_int (bp);
14215 : 21844 : if (100 > (int ) 10)
14216 : 21844 : ptr->x_param_scev_max_expr_size ^= 100;
14217 : 21844 : ptr->x_param_sched_autopref_queue_depth = (int ) bp_unpack_var_len_int (bp);
14218 : 21844 : if (-1 > (int ) 10)
14219 : : ptr->x_param_sched_autopref_queue_depth ^= -1;
14220 : 21844 : ptr->x_param_sched_mem_true_dep_cost = (int ) bp_unpack_var_len_int (bp);
14221 : 21844 : if (1 > (int ) 10)
14222 : : ptr->x_param_sched_mem_true_dep_cost ^= 1;
14223 : 21844 : ptr->x_param_sched_pressure_algorithm = (int ) bp_unpack_var_len_int (bp);
14224 : 21844 : if (1 > (int ) 10)
14225 : : ptr->x_param_sched_pressure_algorithm ^= 1;
14226 : 21844 : ptr->x_param_sched_spec_prob_cutoff = (int ) bp_unpack_var_len_int (bp);
14227 : 21844 : if (40 > (int ) 10)
14228 : 21844 : ptr->x_param_sched_spec_prob_cutoff ^= 40;
14229 : 21844 : ptr->x_param_sched_state_edge_prob_cutoff = (int ) bp_unpack_var_len_int (bp);
14230 : 21844 : if (10 > (int ) 10)
14231 : : ptr->x_param_sched_state_edge_prob_cutoff ^= 10;
14232 : 21844 : ptr->x_param_selsched_insns_to_rename = (int ) bp_unpack_var_len_int (bp);
14233 : 21844 : if (2 > (int ) 10)
14234 : : ptr->x_param_selsched_insns_to_rename ^= 2;
14235 : 21844 : ptr->x_param_selsched_max_lookahead = (int ) bp_unpack_var_len_int (bp);
14236 : 21844 : if (50 > (int ) 10)
14237 : 21844 : ptr->x_param_selsched_max_lookahead ^= 50;
14238 : 21844 : ptr->x_param_selsched_max_sched_times = (int ) bp_unpack_var_len_int (bp);
14239 : 21844 : if (2 > (int ) 10)
14240 : : ptr->x_param_selsched_max_sched_times ^= 2;
14241 : 21844 : ptr->x_param_simultaneous_prefetches = (int ) bp_unpack_var_len_int (bp);
14242 : 21844 : if (3 > (int ) 10)
14243 : : ptr->x_param_simultaneous_prefetches ^= 3;
14244 : 21844 : ptr->x_param_sink_frequency_threshold = (int ) bp_unpack_var_len_int (bp);
14245 : 21844 : if (75 > (int ) 10)
14246 : 21844 : ptr->x_param_sink_frequency_threshold ^= 75;
14247 : 21844 : ptr->x_param_sms_dfa_history = (int ) bp_unpack_var_len_int (bp);
14248 : 21844 : ptr->x_param_sms_loop_average_count_threshold = (int ) bp_unpack_var_len_int (bp);
14249 : 21844 : ptr->x_param_sms_max_ii_factor = (int ) bp_unpack_var_len_int (bp);
14250 : 21844 : if (2 > (int ) 10)
14251 : : ptr->x_param_sms_max_ii_factor ^= 2;
14252 : 21844 : ptr->x_param_sms_min_sc = (int ) bp_unpack_var_len_int (bp);
14253 : 21844 : if (2 > (int ) 10)
14254 : : ptr->x_param_sms_min_sc ^= 2;
14255 : 21844 : ptr->x_param_sra_max_propagations = (int ) bp_unpack_var_len_int (bp);
14256 : 21844 : if (32 > (int ) 10)
14257 : 21844 : ptr->x_param_sra_max_propagations ^= 32;
14258 : 21844 : ptr->x_param_sra_max_scalarization_size_size = (int ) bp_unpack_var_len_int (bp);
14259 : 21844 : ptr->x_param_sra_max_scalarization_size_speed = (int ) bp_unpack_var_len_int (bp);
14260 : 21844 : ptr->x_param_ssa_name_def_chain_limit = (int ) bp_unpack_var_len_int (bp);
14261 : 21844 : if (512 > (int ) 10)
14262 : 21844 : ptr->x_param_ssa_name_def_chain_limit ^= 512;
14263 : 21844 : ptr->x_param_ssp_buffer_size = (int ) bp_unpack_var_len_int (bp);
14264 : 21844 : if (8 > (int ) 10)
14265 : : ptr->x_param_ssp_buffer_size ^= 8;
14266 : 21844 : ptr->x_param_stack_clash_protection_guard_size = (int ) bp_unpack_var_len_int (bp);
14267 : 21844 : if (12 > (int ) 10)
14268 : 21844 : ptr->x_param_stack_clash_protection_guard_size ^= 12;
14269 : 21844 : ptr->x_param_stack_clash_protection_probe_interval = (int ) bp_unpack_var_len_int (bp);
14270 : 21844 : if (12 > (int ) 10)
14271 : 21844 : ptr->x_param_stack_clash_protection_probe_interval ^= 12;
14272 : 21844 : ptr->x_param_store_forwarding_max_distance = (int ) bp_unpack_var_len_int (bp);
14273 : 21844 : if (10 > (int ) 10)
14274 : : ptr->x_param_store_forwarding_max_distance ^= 10;
14275 : 21844 : ptr->x_param_store_merging_allow_unaligned = (int ) bp_unpack_var_len_int (bp);
14276 : 21844 : if (1 > (int ) 10)
14277 : : ptr->x_param_store_merging_allow_unaligned ^= 1;
14278 : 21844 : ptr->x_param_store_merging_max_size = (int ) bp_unpack_var_len_int (bp);
14279 : 21844 : if (65536 > (int ) 10)
14280 : 21844 : ptr->x_param_store_merging_max_size ^= 65536;
14281 : 21844 : ptr->x_param_switch_conversion_branch_ratio = (int ) bp_unpack_var_len_int (bp);
14282 : 21844 : if (8 > (int ) 10)
14283 : : ptr->x_param_switch_conversion_branch_ratio ^= 8;
14284 : 21844 : ptr->x_param_switch_lower_slow_alg_max_cases = (int ) bp_unpack_var_len_int (bp);
14285 : 21844 : if (1000 > (int ) 10)
14286 : 21844 : ptr->x_param_switch_lower_slow_alg_max_cases ^= 1000;
14287 : 21844 : ptr->x_param_threader_debug = (enum threader_debug ) bp_unpack_var_len_int (bp);
14288 : 21844 : ptr->x_param_tm_max_aggregate_size = (int ) bp_unpack_var_len_int (bp);
14289 : 21844 : if (9 > (int ) 10)
14290 : : ptr->x_param_tm_max_aggregate_size ^= 9;
14291 : 21844 : ptr->x_param_tracer_dynamic_coverage_feedback = (int ) bp_unpack_var_len_int (bp);
14292 : 21844 : if (95 > (int ) 10)
14293 : 21844 : ptr->x_param_tracer_dynamic_coverage_feedback ^= 95;
14294 : 21844 : ptr->x_param_tracer_dynamic_coverage = (int ) bp_unpack_var_len_int (bp);
14295 : 21844 : if (75 > (int ) 10)
14296 : 21844 : ptr->x_param_tracer_dynamic_coverage ^= 75;
14297 : 21844 : ptr->x_param_tracer_max_code_growth = (int ) bp_unpack_var_len_int (bp);
14298 : 21844 : if (100 > (int ) 10)
14299 : 21844 : ptr->x_param_tracer_max_code_growth ^= 100;
14300 : 21844 : ptr->x_param_tracer_min_branch_probability_feedback = (int ) bp_unpack_var_len_int (bp);
14301 : 21844 : if (80 > (int ) 10)
14302 : 21844 : ptr->x_param_tracer_min_branch_probability_feedback ^= 80;
14303 : 21844 : ptr->x_param_tracer_min_branch_probability = (int ) bp_unpack_var_len_int (bp);
14304 : 21844 : if (50 > (int ) 10)
14305 : 21844 : ptr->x_param_tracer_min_branch_probability ^= 50;
14306 : 21844 : ptr->x_param_tracer_min_branch_ratio = (int ) bp_unpack_var_len_int (bp);
14307 : 21844 : if (10 > (int ) 10)
14308 : : ptr->x_param_tracer_min_branch_ratio ^= 10;
14309 : 21844 : ptr->x_param_transitive_relations_work_bound = (int ) bp_unpack_var_len_int (bp);
14310 : 21844 : if (256 > (int ) 10)
14311 : 21844 : ptr->x_param_transitive_relations_work_bound ^= 256;
14312 : 21844 : ptr->x_param_tree_reassoc_width = (int ) bp_unpack_var_len_int (bp);
14313 : 21844 : ptr->x_param_uninit_control_dep_attempts = (int ) bp_unpack_var_len_int (bp);
14314 : 21844 : if (1000 > (int ) 10)
14315 : 21844 : ptr->x_param_uninit_control_dep_attempts ^= 1000;
14316 : 21844 : ptr->x_param_uninit_max_chain_len = (int ) bp_unpack_var_len_int (bp);
14317 : 21844 : if (12 > (int ) 10)
14318 : 21844 : ptr->x_param_uninit_max_chain_len ^= 12;
14319 : 21844 : ptr->x_param_uninit_max_num_chains = (int ) bp_unpack_var_len_int (bp);
14320 : 21844 : if (8 > (int ) 10)
14321 : : ptr->x_param_uninit_max_num_chains ^= 8;
14322 : 21844 : ptr->x_param_uninit_max_prune_work = (int ) bp_unpack_var_len_int (bp);
14323 : 21844 : if (100000 > (int ) 10)
14324 : 21844 : ptr->x_param_uninit_max_prune_work ^= 100000;
14325 : 21844 : ptr->x_param_uninlined_function_insns = (int ) bp_unpack_var_len_int (bp);
14326 : 21844 : if (2 > (int ) 10)
14327 : : ptr->x_param_uninlined_function_insns ^= 2;
14328 : 21844 : ptr->x_param_uninlined_function_time = (int ) bp_unpack_var_len_int (bp);
14329 : 21844 : ptr->x_param_uninlined_function_thunk_insns = (int ) bp_unpack_var_len_int (bp);
14330 : 21844 : if (2 > (int ) 10)
14331 : : ptr->x_param_uninlined_function_thunk_insns ^= 2;
14332 : 21844 : ptr->x_param_uninlined_function_thunk_time = (int ) bp_unpack_var_len_int (bp);
14333 : 21844 : if (2 > (int ) 10)
14334 : : ptr->x_param_uninlined_function_thunk_time ^= 2;
14335 : 21844 : ptr->x_param_unlikely_bb_count_fraction = (int ) bp_unpack_var_len_int (bp);
14336 : 21844 : if (20 > (int ) 10)
14337 : 21844 : ptr->x_param_unlikely_bb_count_fraction ^= 20;
14338 : 21844 : ptr->x_param_unroll_jam_max_unroll = (int ) bp_unpack_var_len_int (bp);
14339 : 21844 : if (4 > (int ) 10)
14340 : : ptr->x_param_unroll_jam_max_unroll ^= 4;
14341 : 21844 : ptr->x_param_unroll_jam_min_percent = (int ) bp_unpack_var_len_int (bp);
14342 : 21844 : if (1 > (int ) 10)
14343 : : ptr->x_param_unroll_jam_min_percent ^= 1;
14344 : 21844 : ptr->x_param_use_after_scope_direct_emission_threshold = (int ) bp_unpack_var_len_int (bp);
14345 : 21844 : if (256 > (int ) 10)
14346 : 21844 : ptr->x_param_use_after_scope_direct_emission_threshold ^= 256;
14347 : : #ifdef ACCEL_COMPILER
14348 : : ptr->x_param_vect_epilogues_nomask = global_options.x_param_vect_epilogues_nomask;
14349 : : #else
14350 : 21844 : ptr->x_param_vect_epilogues_nomask = (int ) bp_unpack_var_len_int (bp);
14351 : 21844 : if (1 > (int ) 10)
14352 : : ptr->x_param_vect_epilogues_nomask ^= 1;
14353 : : #endif
14354 : 21844 : ptr->x_param_vect_induction_float = (int ) bp_unpack_var_len_int (bp);
14355 : 21844 : if (1 > (int ) 10)
14356 : : ptr->x_param_vect_induction_float ^= 1;
14357 : : #ifdef ACCEL_COMPILER
14358 : : ptr->x_param_vect_inner_loop_cost_factor = global_options.x_param_vect_inner_loop_cost_factor;
14359 : : #else
14360 : 21844 : ptr->x_param_vect_inner_loop_cost_factor = (int ) bp_unpack_var_len_int (bp);
14361 : 21844 : if (50 > (int ) 10)
14362 : 21844 : ptr->x_param_vect_inner_loop_cost_factor ^= 50;
14363 : : #endif
14364 : 21844 : ptr->x_param_vect_max_layout_candidates = (int ) bp_unpack_var_len_int (bp);
14365 : 21844 : if (32 > (int ) 10)
14366 : 21844 : ptr->x_param_vect_max_layout_candidates ^= 32;
14367 : 21844 : ptr->x_param_vect_max_peeling_for_alignment = (int ) bp_unpack_var_len_int (bp);
14368 : 21844 : if (-1 > (int ) 10)
14369 : : ptr->x_param_vect_max_peeling_for_alignment ^= -1;
14370 : 21844 : ptr->x_param_vect_max_version_for_alias_checks = (int ) bp_unpack_var_len_int (bp);
14371 : 21844 : if (15 > (int ) 10)
14372 : 21844 : ptr->x_param_vect_max_version_for_alias_checks ^= 15;
14373 : 21844 : ptr->x_param_vect_max_version_for_alignment_checks = (int ) bp_unpack_var_len_int (bp);
14374 : 21844 : if (6 > (int ) 10)
14375 : : ptr->x_param_vect_max_version_for_alignment_checks ^= 6;
14376 : : #ifdef ACCEL_COMPILER
14377 : : ptr->x_param_vect_partial_vector_usage = global_options.x_param_vect_partial_vector_usage;
14378 : : #else
14379 : 21844 : ptr->x_param_vect_partial_vector_usage = (int ) bp_unpack_var_len_int (bp);
14380 : 21844 : if (2 > (int ) 10)
14381 : : ptr->x_param_vect_partial_vector_usage ^= 2;
14382 : : #endif
14383 : 21844 : ptr->x_param_vect_scalar_cost_multiplier = (int ) bp_unpack_var_len_int (bp);
14384 : 21844 : if (100 > (int ) 10)
14385 : 21844 : ptr->x_param_vect_scalar_cost_multiplier ^= 100;
14386 : 21844 : ptr->x_param_vrp_block_limit = (int ) bp_unpack_var_len_int (bp);
14387 : 21844 : if (150000 > (int ) 10)
14388 : 21844 : ptr->x_param_vrp_block_limit ^= 150000;
14389 : 21844 : ptr->x_param_vrp_sparse_threshold = (int ) bp_unpack_var_len_int (bp);
14390 : 21844 : if (3000 > (int ) 10)
14391 : 21844 : ptr->x_param_vrp_sparse_threshold ^= 3000;
14392 : 21844 : ptr->x_param_vrp_switch_limit = (int ) bp_unpack_var_len_int (bp);
14393 : 21844 : if (50 > (int ) 10)
14394 : 21844 : ptr->x_param_vrp_switch_limit ^= 50;
14395 : 21844 : ptr->x_param_vrp_vector_threshold = (int ) bp_unpack_var_len_int (bp);
14396 : 21844 : if (250 > (int ) 10)
14397 : 21844 : ptr->x_param_vrp_vector_threshold ^= 250;
14398 : 21844 : ptr->x_warn_inline = (signed char ) bp_unpack_var_len_int (bp);
14399 : 21844 : ptr->x_flag_aggressive_loop_optimizations = (signed char ) bp_unpack_var_len_int (bp);
14400 : 21844 : ptr->x_flag_align_functions = (signed char ) bp_unpack_var_len_int (bp);
14401 : 21844 : ptr->x_str_align_functions = bp_unpack_string (data_in, bp);
14402 : 21844 : if (ptr->x_str_align_functions)
14403 : 16804 : ptr->x_str_align_functions = xstrdup (ptr->x_str_align_functions);
14404 : 21844 : ptr->x_flag_align_jumps = (signed char ) bp_unpack_var_len_int (bp);
14405 : 21844 : ptr->x_str_align_jumps = bp_unpack_string (data_in, bp);
14406 : 21844 : if (ptr->x_str_align_jumps)
14407 : 16804 : ptr->x_str_align_jumps = xstrdup (ptr->x_str_align_jumps);
14408 : 21844 : ptr->x_flag_align_labels = (signed char ) bp_unpack_var_len_int (bp);
14409 : 21844 : ptr->x_str_align_labels = bp_unpack_string (data_in, bp);
14410 : 21844 : if (ptr->x_str_align_labels)
14411 : 16804 : ptr->x_str_align_labels = xstrdup (ptr->x_str_align_labels);
14412 : 21844 : ptr->x_flag_align_loops = (signed char ) bp_unpack_var_len_int (bp);
14413 : 21844 : ptr->x_str_align_loops = bp_unpack_string (data_in, bp);
14414 : 21844 : if (ptr->x_str_align_loops)
14415 : 16804 : ptr->x_str_align_loops = xstrdup (ptr->x_str_align_loops);
14416 : 21844 : ptr->x_flag_allocation_dce = (signed char ) bp_unpack_var_len_int (bp);
14417 : 21844 : ptr->x_flag_store_data_races = (signed char ) bp_unpack_var_len_int (bp);
14418 : 21844 : ptr->x_flag_associative_math = (signed char ) bp_unpack_var_len_int (bp);
14419 : 21844 : ptr->x_flag_assume_sane_operators_new_delete = (signed char ) bp_unpack_var_len_int (bp);
14420 : 21844 : ptr->x_flag_asynchronous_unwind_tables = (signed char ) bp_unpack_var_len_int (bp);
14421 : 21844 : ptr->x_flag_auto_inc_dec = (signed char ) bp_unpack_var_len_int (bp);
14422 : 21844 : ptr->x_flag_auto_profile_inlining = (signed char ) bp_unpack_var_len_int (bp);
14423 : 21844 : ptr->x_flag_avoid_store_forwarding = (signed char ) bp_unpack_var_len_int (bp);
14424 : 21844 : ptr->x_flag_bit_tests = (signed char ) bp_unpack_var_len_int (bp);
14425 : 21844 : ptr->x_flag_branch_on_count_reg = (signed char ) bp_unpack_var_len_int (bp);
14426 : 21844 : ptr->x_flag_branch_probabilities = (signed char ) bp_unpack_var_len_int (bp);
14427 : 21844 : ptr->x_flag_caller_saves = (signed char ) bp_unpack_var_len_int (bp);
14428 : 21844 : ptr->x_flag_code_hoisting = (signed char ) bp_unpack_var_len_int (bp);
14429 : 21844 : ptr->x_flag_combine_stack_adjustments = (signed char ) bp_unpack_var_len_int (bp);
14430 : 21844 : ptr->x_flag_compare_elim_after_reload = (signed char ) bp_unpack_var_len_int (bp);
14431 : 21844 : ptr->x_flag_conserve_stack = (signed char ) bp_unpack_var_len_int (bp);
14432 : 21844 : ptr->x_flag_cprop_registers = (signed char ) bp_unpack_var_len_int (bp);
14433 : 21844 : ptr->x_flag_crossjumping = (signed char ) bp_unpack_var_len_int (bp);
14434 : 21844 : ptr->x_flag_cse_follow_jumps = (signed char ) bp_unpack_var_len_int (bp);
14435 : 21844 : ptr->x_flag_complex_method = (int ) bp_unpack_var_len_int (bp);
14436 : 21844 : ptr->x_flag_dce = (signed char ) bp_unpack_var_len_int (bp);
14437 : 21844 : ptr->x_flag_defer_pop = (signed char ) bp_unpack_var_len_int (bp);
14438 : 21844 : ptr->x_flag_delayed_branch = (signed char ) bp_unpack_var_len_int (bp);
14439 : 21844 : ptr->x_flag_delete_dead_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14440 : 21844 : ptr->x_flag_delete_null_pointer_checks = (signed char ) bp_unpack_var_len_int (bp);
14441 : 21844 : ptr->x_flag_dep_fusion = (signed char ) bp_unpack_var_len_int (bp);
14442 : 21844 : ptr->x_flag_devirtualize = (signed char ) bp_unpack_var_len_int (bp);
14443 : 21844 : ptr->x_flag_devirtualize_speculatively = (signed char ) bp_unpack_var_len_int (bp);
14444 : 21844 : ptr->x_flag_dse = (signed char ) bp_unpack_var_len_int (bp);
14445 : 21844 : ptr->x_flag_early_inlining = (signed char ) bp_unpack_var_len_int (bp);
14446 : 21844 : ptr->x_flag_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14447 : 21844 : ptr->x_flag_excess_precision = (enum excess_precision ) bp_unpack_var_len_int (bp);
14448 : 21844 : ptr->x_flag_expensive_optimizations = (signed char ) bp_unpack_var_len_int (bp);
14449 : 21844 : ptr->x_flag_ext_dce = (signed char ) bp_unpack_var_len_int (bp);
14450 : 21844 : ptr->x_flag_finite_loops = (signed char ) bp_unpack_var_len_int (bp);
14451 : 21844 : ptr->x_flag_finite_math_only = (signed char ) bp_unpack_var_len_int (bp);
14452 : 21844 : ptr->x_flag_float_store = (signed char ) bp_unpack_var_len_int (bp);
14453 : 21844 : ptr->x_flag_fold_mem_offsets = (signed char ) bp_unpack_var_len_int (bp);
14454 : 21844 : ptr->x_flag_fold_simple_inlines = (signed char ) bp_unpack_var_len_int (bp);
14455 : 21844 : ptr->x_flag_forward_propagate = (signed char ) bp_unpack_var_len_int (bp);
14456 : 21844 : ptr->x_flag_fp_contract_mode = (enum fp_contract_mode ) bp_unpack_var_len_int (bp);
14457 : 21844 : ptr->x_flag_fp_int_builtin_inexact = (signed char ) bp_unpack_var_len_int (bp);
14458 : 21844 : ptr->x_flag_no_function_cse = (signed char ) bp_unpack_var_len_int (bp);
14459 : 21844 : ptr->x_flag_gcse = (signed char ) bp_unpack_var_len_int (bp);
14460 : 21844 : ptr->x_flag_gcse_after_reload = (signed char ) bp_unpack_var_len_int (bp);
14461 : 21844 : ptr->x_flag_gcse_las = (signed char ) bp_unpack_var_len_int (bp);
14462 : 21844 : ptr->x_flag_gcse_lm = (signed char ) bp_unpack_var_len_int (bp);
14463 : 21844 : ptr->x_flag_gcse_sm = (signed char ) bp_unpack_var_len_int (bp);
14464 : 21844 : ptr->x_flag_graphite = (signed char ) bp_unpack_var_len_int (bp);
14465 : 21844 : ptr->x_flag_graphite_identity = (signed char ) bp_unpack_var_len_int (bp);
14466 : 21844 : ptr->x_flag_guess_branch_prob = (signed char ) bp_unpack_var_len_int (bp);
14467 : 21844 : ptr->x_flag_harden_control_flow_redundancy_check_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14468 : 21844 : ptr->x_flag_harden_control_flow_redundancy_check_noreturn = (enum hardcfr_noret ) bp_unpack_var_len_int (bp);
14469 : 21844 : ptr->x_flag_harden_control_flow_redundancy_check_returning_calls = (signed char ) bp_unpack_var_len_int (bp);
14470 : 21844 : ptr->x_flag_harden_control_flow_redundancy_skip_leaf = (signed char ) bp_unpack_var_len_int (bp);
14471 : 21844 : ptr->x_flag_harden_compares = (signed char ) bp_unpack_var_len_int (bp);
14472 : 21844 : ptr->x_flag_harden_conditional_branches = (signed char ) bp_unpack_var_len_int (bp);
14473 : 21844 : ptr->x_flag_harden_control_flow_redundancy = (signed char ) bp_unpack_var_len_int (bp);
14474 : 21844 : ptr->x_flag_hoist_adjacent_loads = (signed char ) bp_unpack_var_len_int (bp);
14475 : 21844 : ptr->x_flag_if_conversion = (signed char ) bp_unpack_var_len_int (bp);
14476 : 21844 : ptr->x_flag_if_conversion2 = (signed char ) bp_unpack_var_len_int (bp);
14477 : 21844 : ptr->x_flag_indirect_inlining = (signed char ) bp_unpack_var_len_int (bp);
14478 : 21844 : ptr->x_flag_no_inline = (signed char ) bp_unpack_var_len_int (bp);
14479 : 21844 : ptr->x_flag_inline_atomics = (signed char ) bp_unpack_var_len_int (bp);
14480 : 21844 : ptr->x_flag_inline_functions = (signed char ) bp_unpack_var_len_int (bp);
14481 : 21844 : ptr->x_flag_inline_functions_called_once = (signed char ) bp_unpack_var_len_int (bp);
14482 : 21844 : ptr->x_flag_inline_small_functions = (signed char ) bp_unpack_var_len_int (bp);
14483 : 21844 : ptr->x_flag_inline_stringops = (enum ilsop_fn ) bp_unpack_var_len_int (bp);
14484 : 21844 : ptr->x_flag_ipa_bit_cp = (signed char ) bp_unpack_var_len_int (bp);
14485 : 21844 : ptr->x_flag_ipa_cp = (signed char ) bp_unpack_var_len_int (bp);
14486 : 21844 : ptr->x_flag_ipa_cp_clone = (signed char ) bp_unpack_var_len_int (bp);
14487 : 21844 : ptr->x_flag_ipa_icf = (signed char ) bp_unpack_var_len_int (bp);
14488 : 21844 : ptr->x_flag_ipa_icf_functions = (signed char ) bp_unpack_var_len_int (bp);
14489 : 21844 : ptr->x_flag_ipa_icf_variables = (signed char ) bp_unpack_var_len_int (bp);
14490 : 21844 : ptr->x_flag_ipa_modref = (signed char ) bp_unpack_var_len_int (bp);
14491 : 21844 : ptr->x_flag_ipa_profile = (signed char ) bp_unpack_var_len_int (bp);
14492 : 21844 : ptr->x_flag_ipa_pta = (signed char ) bp_unpack_var_len_int (bp);
14493 : 21844 : ptr->x_flag_ipa_pure_const = (signed char ) bp_unpack_var_len_int (bp);
14494 : 21844 : ptr->x_flag_ipa_ra = (signed char ) bp_unpack_var_len_int (bp);
14495 : 21844 : ptr->x_flag_ipa_reference = (signed char ) bp_unpack_var_len_int (bp);
14496 : 21844 : ptr->x_flag_ipa_reference_addressable = (signed char ) bp_unpack_var_len_int (bp);
14497 : 21844 : ptr->x_flag_ipa_reorder_for_locality = (signed char ) bp_unpack_var_len_int (bp);
14498 : 21844 : ptr->x_flag_ipa_sra = (signed char ) bp_unpack_var_len_int (bp);
14499 : 21844 : ptr->x_flag_ipa_stack_alignment = (signed char ) bp_unpack_var_len_int (bp);
14500 : 21844 : ptr->x_flag_ipa_strict_aliasing = (signed char ) bp_unpack_var_len_int (bp);
14501 : 21844 : ptr->x_flag_ipa_vrp = (signed char ) bp_unpack_var_len_int (bp);
14502 : 21844 : ptr->x_flag_ira_algorithm = (enum ira_algorithm ) bp_unpack_var_len_int (bp);
14503 : 21844 : ptr->x_flag_ira_hoist_pressure = (signed char ) bp_unpack_var_len_int (bp);
14504 : 21844 : ptr->x_flag_ira_loop_pressure = (signed char ) bp_unpack_var_len_int (bp);
14505 : 21844 : ptr->x_flag_ira_region = (enum ira_region ) bp_unpack_var_len_int (bp);
14506 : 21844 : ptr->x_flag_ira_share_save_slots = (signed char ) bp_unpack_var_len_int (bp);
14507 : 21844 : ptr->x_flag_ira_share_spill_slots = (signed char ) bp_unpack_var_len_int (bp);
14508 : 21844 : ptr->x_flag_isolate_erroneous_paths_attribute = (signed char ) bp_unpack_var_len_int (bp);
14509 : 21844 : ptr->x_flag_isolate_erroneous_paths_dereference = (signed char ) bp_unpack_var_len_int (bp);
14510 : 21844 : ptr->x_flag_ivopts = (signed char ) bp_unpack_var_len_int (bp);
14511 : 21844 : ptr->x_flag_jump_tables = (signed char ) bp_unpack_var_len_int (bp);
14512 : 21844 : ptr->x_flag_keep_gc_roots_live = (signed char ) bp_unpack_var_len_int (bp);
14513 : 21844 : ptr->x_flag_late_combine_instructions = (signed char ) bp_unpack_var_len_int (bp);
14514 : 21844 : ptr->x_flag_lifetime_dse = (signed char ) bp_unpack_var_len_int (bp);
14515 : 21844 : ptr->x_flag_limit_function_alignment = (signed char ) bp_unpack_var_len_int (bp);
14516 : 21844 : ptr->x_flag_live_patching = (enum live_patching_level ) bp_unpack_var_len_int (bp);
14517 : 21844 : ptr->x_flag_live_range_shrinkage = (signed char ) bp_unpack_var_len_int (bp);
14518 : 21844 : ptr->x_flag_loop_interchange = (signed char ) bp_unpack_var_len_int (bp);
14519 : 21844 : ptr->x_flag_loop_nest_optimize = (signed char ) bp_unpack_var_len_int (bp);
14520 : 21844 : ptr->x_flag_loop_parallelize_all = (signed char ) bp_unpack_var_len_int (bp);
14521 : 21844 : ptr->x_flag_unroll_jam = (signed char ) bp_unpack_var_len_int (bp);
14522 : 21844 : ptr->x_flag_lra_remat = (signed char ) bp_unpack_var_len_int (bp);
14523 : 21844 : ptr->x_flag_malloc_dce = (signed char ) bp_unpack_var_len_int (bp);
14524 : 21844 : ptr->x_flag_malloc_dse = (int ) bp_unpack_var_len_int (bp);
14525 : 21844 : ptr->x_flag_errno_math = (signed char ) bp_unpack_var_len_int (bp);
14526 : 21844 : ptr->x_flag_min_function_alignment = (int ) bp_unpack_var_len_int (bp);
14527 : 21844 : ptr->x_flag_modulo_sched = (signed char ) bp_unpack_var_len_int (bp);
14528 : 21844 : ptr->x_flag_modulo_sched_allow_regmoves = (signed char ) bp_unpack_var_len_int (bp);
14529 : 21844 : ptr->x_flag_move_loop_invariants = (signed char ) bp_unpack_var_len_int (bp);
14530 : 21844 : ptr->x_flag_move_loop_stores = (signed char ) bp_unpack_var_len_int (bp);
14531 : 21844 : ptr->x_flag_non_call_exceptions = (signed char ) bp_unpack_var_len_int (bp);
14532 : 21844 : ptr->x_flag_nothrow_opt = (signed char ) bp_unpack_var_len_int (bp);
14533 : 21844 : ptr->x_flag_omit_frame_pointer = (signed char ) bp_unpack_var_len_int (bp);
14534 : 21844 : ptr->x_flag_openmp_target_simd_clone = (int ) bp_unpack_var_len_int (bp);
14535 : 21844 : ptr->x_flag_opt_info = (signed char ) bp_unpack_var_len_int (bp);
14536 : 21844 : ptr->x_flag_optimize_crc = (signed char ) bp_unpack_var_len_int (bp);
14537 : 21844 : ptr->x_flag_optimize_sibling_calls = (signed char ) bp_unpack_var_len_int (bp);
14538 : 21844 : ptr->x_flag_optimize_strlen = (signed char ) bp_unpack_var_len_int (bp);
14539 : 21844 : ptr->x_flag_pack_struct = (signed char ) bp_unpack_var_len_int (bp);
14540 : 21844 : ptr->x_flag_partial_inlining = (signed char ) bp_unpack_var_len_int (bp);
14541 : 21844 : ptr->x_flag_patchable_function_entry = bp_unpack_string (data_in, bp);
14542 : 21844 : if (ptr->x_flag_patchable_function_entry)
14543 : 0 : ptr->x_flag_patchable_function_entry = xstrdup (ptr->x_flag_patchable_function_entry);
14544 : 21844 : ptr->x_flag_pcc_struct_return = (signed char ) bp_unpack_var_len_int (bp);
14545 : 21844 : ptr->x_flag_peel_loops = (signed char ) bp_unpack_var_len_int (bp);
14546 : 21844 : ptr->x_flag_no_peephole = (signed char ) bp_unpack_var_len_int (bp);
14547 : 21844 : ptr->x_flag_peephole2 = (signed char ) bp_unpack_var_len_int (bp);
14548 : 21844 : ptr->x_flag_plt = (signed char ) bp_unpack_var_len_int (bp);
14549 : 21844 : ptr->x_flag_predictive_commoning = (signed char ) bp_unpack_var_len_int (bp);
14550 : 21844 : ptr->x_flag_prefetch_loop_arrays = (signed char ) bp_unpack_var_len_int (bp);
14551 : 21844 : ptr->x_flag_printf_return_value = (signed char ) bp_unpack_var_len_int (bp);
14552 : 21844 : ptr->x_flag_profile_partial_training = (signed char ) bp_unpack_var_len_int (bp);
14553 : 21844 : ptr->x_flag_profile_reorder_functions = (signed char ) bp_unpack_var_len_int (bp);
14554 : 21844 : ptr->x_flag_reciprocal_math = (signed char ) bp_unpack_var_len_int (bp);
14555 : 21844 : ptr->x_flag_ree = (signed char ) bp_unpack_var_len_int (bp);
14556 : 21844 : ptr->x_flag_rename_registers = (signed char ) bp_unpack_var_len_int (bp);
14557 : 21844 : ptr->x_flag_reorder_blocks = (signed char ) bp_unpack_var_len_int (bp);
14558 : 21844 : ptr->x_flag_reorder_blocks_algorithm = (enum reorder_blocks_algorithm ) bp_unpack_var_len_int (bp);
14559 : 21844 : ptr->x_flag_reorder_blocks_and_partition = (signed char ) bp_unpack_var_len_int (bp);
14560 : 21844 : ptr->x_flag_reorder_functions = (signed char ) bp_unpack_var_len_int (bp);
14561 : 21844 : ptr->x_flag_rerun_cse_after_loop = (signed char ) bp_unpack_var_len_int (bp);
14562 : 21844 : ptr->x_flag_resched_modulo_sched = (signed char ) bp_unpack_var_len_int (bp);
14563 : 21844 : ptr->x_flag_rounding_math = (signed char ) bp_unpack_var_len_int (bp);
14564 : 21844 : ptr->x_flag_rtti = (signed char ) bp_unpack_var_len_int (bp);
14565 : 21844 : ptr->x_flag_save_optimization_record = (signed char ) bp_unpack_var_len_int (bp);
14566 : 21844 : ptr->x_flag_sched_critical_path_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14567 : 21844 : ptr->x_flag_sched_dep_count_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14568 : 21844 : ptr->x_flag_sched_group_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14569 : 21844 : ptr->x_flag_schedule_interblock = (signed char ) bp_unpack_var_len_int (bp);
14570 : 21844 : ptr->x_flag_sched_last_insn_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14571 : 21844 : ptr->x_flag_sched_pressure = (signed char ) bp_unpack_var_len_int (bp);
14572 : 21844 : ptr->x_flag_sched_rank_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14573 : 21844 : ptr->x_flag_schedule_speculative = (signed char ) bp_unpack_var_len_int (bp);
14574 : 21844 : ptr->x_flag_sched_spec_insn_heuristic = (signed char ) bp_unpack_var_len_int (bp);
14575 : 21844 : ptr->x_flag_schedule_speculative_load = (signed char ) bp_unpack_var_len_int (bp);
14576 : 21844 : ptr->x_flag_schedule_speculative_load_dangerous = (signed char ) bp_unpack_var_len_int (bp);
14577 : 21844 : ptr->x_flag_sched_stalled_insns = (int ) bp_unpack_var_len_int (bp);
14578 : 21844 : ptr->x_flag_sched_stalled_insns_dep = (int ) bp_unpack_var_len_int (bp);
14579 : 21844 : ptr->x_flag_sched2_use_superblocks = (signed char ) bp_unpack_var_len_int (bp);
14580 : 21844 : ptr->x_flag_schedule_fusion = (signed char ) bp_unpack_var_len_int (bp);
14581 : 21844 : ptr->x_flag_schedule_insns = (signed char ) bp_unpack_var_len_int (bp);
14582 : 21844 : ptr->x_flag_schedule_insns_after_reload = (signed char ) bp_unpack_var_len_int (bp);
14583 : 21844 : ptr->x_flag_section_anchors = (signed char ) bp_unpack_var_len_int (bp);
14584 : 21844 : ptr->x_flag_sel_sched_pipelining = (signed char ) bp_unpack_var_len_int (bp);
14585 : 21844 : ptr->x_flag_sel_sched_pipelining_outer_loops = (signed char ) bp_unpack_var_len_int (bp);
14586 : 21844 : ptr->x_flag_sel_sched_reschedule_pipelined = (signed char ) bp_unpack_var_len_int (bp);
14587 : 21844 : ptr->x_flag_selective_scheduling = (signed char ) bp_unpack_var_len_int (bp);
14588 : 21844 : ptr->x_flag_selective_scheduling2 = (signed char ) bp_unpack_var_len_int (bp);
14589 : 21844 : ptr->x_flag_semantic_interposition = (signed char ) bp_unpack_var_len_int (bp);
14590 : 21844 : ptr->x_flag_short_enums = (signed char ) bp_unpack_var_len_int (bp);
14591 : 21844 : ptr->x_flag_short_wchar = (signed char ) bp_unpack_var_len_int (bp);
14592 : 21844 : ptr->x_flag_shrink_wrap = (signed char ) bp_unpack_var_len_int (bp);
14593 : 21844 : ptr->x_flag_shrink_wrap_separate = (signed char ) bp_unpack_var_len_int (bp);
14594 : 21844 : ptr->x_flag_signaling_nans = (signed char ) bp_unpack_var_len_int (bp);
14595 : 21844 : ptr->x_flag_signed_zeros = (signed char ) bp_unpack_var_len_int (bp);
14596 : 21844 : ptr->x_flag_simd_cost_model = (enum vect_cost_model ) bp_unpack_var_len_int (bp);
14597 : 21844 : ptr->x_flag_single_precision_constant = (signed char ) bp_unpack_var_len_int (bp);
14598 : 21844 : ptr->x_flag_split_ivs_in_unroller = (signed char ) bp_unpack_var_len_int (bp);
14599 : 21844 : ptr->x_flag_split_loops = (signed char ) bp_unpack_var_len_int (bp);
14600 : 21844 : ptr->x_flag_split_paths = (signed char ) bp_unpack_var_len_int (bp);
14601 : 21844 : ptr->x_flag_split_wide_types = (signed char ) bp_unpack_var_len_int (bp);
14602 : 21844 : ptr->x_flag_split_wide_types_early = (signed char ) bp_unpack_var_len_int (bp);
14603 : 21844 : ptr->x_flag_ssa_backprop = (signed char ) bp_unpack_var_len_int (bp);
14604 : 21844 : ptr->x_flag_ssa_phiopt = (signed char ) bp_unpack_var_len_int (bp);
14605 : 21844 : ptr->x_flag_stack_clash_protection = (signed char ) bp_unpack_var_len_int (bp);
14606 : 21844 : ptr->x_flag_stack_protect = (signed char ) bp_unpack_var_len_int (bp);
14607 : 21844 : ptr->x_flag_stack_reuse = (enum stack_reuse_level ) bp_unpack_var_len_int (bp);
14608 : 21844 : ptr->x_flag_stdarg_opt = (signed char ) bp_unpack_var_len_int (bp);
14609 : 21844 : ptr->x_flag_store_merging = (signed char ) bp_unpack_var_len_int (bp);
14610 : 21844 : ptr->x_flag_strict_aliasing = (signed char ) bp_unpack_var_len_int (bp);
14611 : 21844 : ptr->x_flag_strict_enums = (signed char ) bp_unpack_var_len_int (bp);
14612 : 21844 : ptr->x_flag_strict_volatile_bitfields = (signed char ) bp_unpack_var_len_int (bp);
14613 : 21844 : ptr->x_flag_thread_jumps = (signed char ) bp_unpack_var_len_int (bp);
14614 : 21844 : ptr->x_flag_threadsafe_statics = (signed char ) bp_unpack_var_len_int (bp);
14615 : 21844 : ptr->x_flag_toplevel_reorder = (signed char ) bp_unpack_var_len_int (bp);
14616 : 21844 : ptr->x_flag_tracer = (signed char ) bp_unpack_var_len_int (bp);
14617 : 21844 : ptr->x_flag_trapping_math = (signed char ) bp_unpack_var_len_int (bp);
14618 : 21844 : ptr->x_flag_trapv = (signed char ) bp_unpack_var_len_int (bp);
14619 : 21844 : ptr->x_flag_tree_bit_ccp = (signed char ) bp_unpack_var_len_int (bp);
14620 : 21844 : ptr->x_flag_tree_builtin_call_dce = (signed char ) bp_unpack_var_len_int (bp);
14621 : 21844 : ptr->x_flag_tree_ccp = (signed char ) bp_unpack_var_len_int (bp);
14622 : 21844 : ptr->x_flag_tree_ch = (signed char ) bp_unpack_var_len_int (bp);
14623 : 21844 : ptr->x_flag_tree_coalesce_vars = (signed char ) bp_unpack_var_len_int (bp);
14624 : 21844 : ptr->x_flag_tree_copy_prop = (signed char ) bp_unpack_var_len_int (bp);
14625 : 21844 : ptr->x_flag_tree_cselim = (signed char ) bp_unpack_var_len_int (bp);
14626 : 21844 : ptr->x_flag_tree_dce = (signed char ) bp_unpack_var_len_int (bp);
14627 : 21844 : ptr->x_flag_tree_dom = (signed char ) bp_unpack_var_len_int (bp);
14628 : 21844 : ptr->x_flag_tree_dse = (signed char ) bp_unpack_var_len_int (bp);
14629 : 21844 : ptr->x_flag_tree_forwprop = (signed char ) bp_unpack_var_len_int (bp);
14630 : 21844 : ptr->x_flag_tree_fre = (signed char ) bp_unpack_var_len_int (bp);
14631 : 21844 : ptr->x_flag_tree_loop_distribute_patterns = (signed char ) bp_unpack_var_len_int (bp);
14632 : 21844 : ptr->x_flag_tree_loop_distribution = (signed char ) bp_unpack_var_len_int (bp);
14633 : 21844 : ptr->x_flag_tree_loop_if_convert = (signed char ) bp_unpack_var_len_int (bp);
14634 : 21844 : ptr->x_flag_tree_loop_im = (signed char ) bp_unpack_var_len_int (bp);
14635 : 21844 : ptr->x_flag_tree_loop_ivcanon = (signed char ) bp_unpack_var_len_int (bp);
14636 : 21844 : ptr->x_flag_tree_loop_optimize = (signed char ) bp_unpack_var_len_int (bp);
14637 : 21844 : ptr->x_flag_tree_loop_vectorize = (signed char ) bp_unpack_var_len_int (bp);
14638 : 21844 : ptr->x_flag_tree_live_range_split = (signed char ) bp_unpack_var_len_int (bp);
14639 : 21844 : ptr->x_flag_tree_parallelize_loops = (int ) bp_unpack_var_len_int (bp);
14640 : 21844 : ptr->x_flag_tree_partial_pre = (signed char ) bp_unpack_var_len_int (bp);
14641 : 21844 : ptr->x_flag_tree_phiprop = (signed char ) bp_unpack_var_len_int (bp);
14642 : 21844 : ptr->x_flag_tree_pre = (signed char ) bp_unpack_var_len_int (bp);
14643 : 21844 : ptr->x_flag_tree_pta = (signed char ) bp_unpack_var_len_int (bp);
14644 : 21844 : ptr->x_flag_tree_reassoc = (signed char ) bp_unpack_var_len_int (bp);
14645 : 21844 : ptr->x_flag_tree_scev_cprop = (signed char ) bp_unpack_var_len_int (bp);
14646 : 21844 : ptr->x_flag_tree_sink = (signed char ) bp_unpack_var_len_int (bp);
14647 : 21844 : ptr->x_flag_tree_slp_vectorize = (signed char ) bp_unpack_var_len_int (bp);
14648 : 21844 : ptr->x_flag_tree_slsr = (signed char ) bp_unpack_var_len_int (bp);
14649 : 21844 : ptr->x_flag_tree_sra = (signed char ) bp_unpack_var_len_int (bp);
14650 : 21844 : ptr->x_flag_tree_switch_conversion = (signed char ) bp_unpack_var_len_int (bp);
14651 : 21844 : ptr->x_flag_tree_tail_merge = (signed char ) bp_unpack_var_len_int (bp);
14652 : 21844 : ptr->x_flag_tree_ter = (signed char ) bp_unpack_var_len_int (bp);
14653 : 21844 : ptr->x_flag_tree_vectorize = (signed char ) bp_unpack_var_len_int (bp);
14654 : 21844 : ptr->x_flag_tree_vrp = (signed char ) bp_unpack_var_len_int (bp);
14655 : 21844 : ptr->x_flag_auto_var_init = (enum auto_init_type ) bp_unpack_var_len_int (bp);
14656 : 21844 : ptr->x_flag_unconstrained_commons = (signed char ) bp_unpack_var_len_int (bp);
14657 : 21844 : ptr->x_flag_unreachable_traps = (signed char ) bp_unpack_var_len_int (bp);
14658 : 21844 : ptr->x_flag_unroll_all_loops = (signed char ) bp_unpack_var_len_int (bp);
14659 : 21844 : ptr->x_flag_cunroll_grow_size = (signed char ) bp_unpack_var_len_int (bp);
14660 : 21844 : ptr->x_flag_unroll_loops = (signed char ) bp_unpack_var_len_int (bp);
14661 : 21844 : ptr->x_flag_unsafe_math_optimizations = (signed char ) bp_unpack_var_len_int (bp);
14662 : 21844 : ptr->x_flag_unswitch_loops = (signed char ) bp_unpack_var_len_int (bp);
14663 : 21844 : ptr->x_flag_unwind_tables = (signed char ) bp_unpack_var_len_int (bp);
14664 : 21844 : ptr->x_flag_var_tracking = (signed char ) bp_unpack_var_len_int (bp);
14665 : 21844 : ptr->x_flag_var_tracking_assignments = (signed char ) bp_unpack_var_len_int (bp);
14666 : 21844 : ptr->x_flag_var_tracking_assignments_toggle = (signed char ) bp_unpack_var_len_int (bp);
14667 : 21844 : ptr->x_flag_var_tracking_uninit = (signed char ) bp_unpack_var_len_int (bp);
14668 : 21844 : ptr->x_flag_variable_expansion_in_unroller = (signed char ) bp_unpack_var_len_int (bp);
14669 : 21844 : ptr->x_flag_vect_cost_model = (enum vect_cost_model ) bp_unpack_var_len_int (bp);
14670 : 21844 : ptr->x_flag_version_loops_for_strides = (signed char ) bp_unpack_var_len_int (bp);
14671 : 21844 : ptr->x_flag_value_profile_transformations = (signed char ) bp_unpack_var_len_int (bp);
14672 : 21844 : ptr->x_flag_web = (signed char ) bp_unpack_var_len_int (bp);
14673 : 21844 : ptr->x_flag_wrapv = (signed char ) bp_unpack_var_len_int (bp);
14674 : 21844 : ptr->x_flag_wrapv_pointer = (signed char ) bp_unpack_var_len_int (bp);
14675 : 21844 : ptr->x_debug_nonbind_markers_p = (signed char ) bp_unpack_var_len_int (bp);
14676 : : #ifdef ACCEL_COMPILER
14677 : : #error accel compiler cannot define Optimization attribute for target-specific option x_ix86_unroll_only_small_loops
14678 : : #else
14679 : 21844 : ptr->x_ix86_unroll_only_small_loops = (signed char ) bp_unpack_var_len_int (bp);
14680 : : #endif
14681 : 218440 : for (size_t i = 0; i < ARRAY_SIZE (ptr->explicit_mask); i++)
14682 : 196596 : ptr->explicit_mask[i] = bp_unpack_value (bp, 64);
14683 : 21844 : }
14684 : : /* Free heap memory used by optimization options */
14685 : : void
14686 : 813 : cl_optimization_option_free (struct cl_optimization *ptr ATTRIBUTE_UNUSED)
14687 : : {
14688 : 813 : if (ptr->x_str_align_functions)
14689 : 552 : free (const_cast <char *>(ptr->x_str_align_functions));
14690 : 813 : if (ptr->x_str_align_jumps)
14691 : 552 : free (const_cast <char *>(ptr->x_str_align_jumps));
14692 : 813 : if (ptr->x_str_align_labels)
14693 : 552 : free (const_cast <char *>(ptr->x_str_align_labels));
14694 : 813 : if (ptr->x_str_align_loops)
14695 : 552 : free (const_cast <char *>(ptr->x_str_align_loops));
14696 : 813 : if (ptr->x_flag_patchable_function_entry)
14697 : 0 : free (const_cast <char *>(ptr->x_flag_patchable_function_entry));
14698 : 813 : }
14699 : : void
14700 : 849673 : cl_optimization_compare (gcc_options *ptr1, gcc_options *ptr2)
14701 : : {
14702 : 849673 : if (ptr1->x_help_flag != ptr2->x_help_flag)
14703 : 0 : internal_error ("%<global_options%> are modified in local context");
14704 : 849673 : if (ptr1->x_no_sysroot_suffix != ptr2->x_no_sysroot_suffix)
14705 : 0 : internal_error ("%<global_options%> are modified in local context");
14706 : 849673 : if (ptr1->x_param_align_loop_iterations != ptr2->x_param_align_loop_iterations)
14707 : 0 : internal_error ("%<global_options%> are modified in local context");
14708 : 849673 : if (ptr1->x_param_align_threshold != ptr2->x_param_align_threshold)
14709 : 0 : internal_error ("%<global_options%> are modified in local context");
14710 : 849673 : if (ptr1->x_param_analyzer_bb_explosion_factor != ptr2->x_param_analyzer_bb_explosion_factor)
14711 : 0 : internal_error ("%<global_options%> are modified in local context");
14712 : 849673 : if (ptr1->x_param_analyzer_max_constraints != ptr2->x_param_analyzer_max_constraints)
14713 : 0 : internal_error ("%<global_options%> are modified in local context");
14714 : 849673 : if (ptr1->x_param_analyzer_max_enodes_for_full_dump != ptr2->x_param_analyzer_max_enodes_for_full_dump)
14715 : 0 : internal_error ("%<global_options%> are modified in local context");
14716 : 849673 : if (ptr1->x_param_analyzer_max_enodes_per_program_point != ptr2->x_param_analyzer_max_enodes_per_program_point)
14717 : 0 : internal_error ("%<global_options%> are modified in local context");
14718 : 849673 : if (ptr1->x_param_analyzer_max_infeasible_edges != ptr2->x_param_analyzer_max_infeasible_edges)
14719 : 0 : internal_error ("%<global_options%> are modified in local context");
14720 : 849673 : if (ptr1->x_param_analyzer_max_recursion_depth != ptr2->x_param_analyzer_max_recursion_depth)
14721 : 0 : internal_error ("%<global_options%> are modified in local context");
14722 : 849673 : if (ptr1->x_param_analyzer_max_svalue_depth != ptr2->x_param_analyzer_max_svalue_depth)
14723 : 0 : internal_error ("%<global_options%> are modified in local context");
14724 : 849673 : if (ptr1->x_param_analyzer_min_snodes_for_call_summary != ptr2->x_param_analyzer_min_snodes_for_call_summary)
14725 : 0 : internal_error ("%<global_options%> are modified in local context");
14726 : 849673 : if (ptr1->x_param_analyzer_text_art_ideal_canvas_width != ptr2->x_param_analyzer_text_art_ideal_canvas_width)
14727 : 0 : internal_error ("%<global_options%> are modified in local context");
14728 : 849673 : if (ptr1->x_param_analyzer_text_art_string_ellipsis_head_len != ptr2->x_param_analyzer_text_art_string_ellipsis_head_len)
14729 : 0 : internal_error ("%<global_options%> are modified in local context");
14730 : 849673 : if (ptr1->x_param_analyzer_text_art_string_ellipsis_tail_len != ptr2->x_param_analyzer_text_art_string_ellipsis_tail_len)
14731 : 0 : internal_error ("%<global_options%> are modified in local context");
14732 : 849673 : if (ptr1->x_param_analyzer_text_art_string_ellipsis_threshold != ptr2->x_param_analyzer_text_art_string_ellipsis_threshold)
14733 : 0 : internal_error ("%<global_options%> are modified in local context");
14734 : 849673 : if (ptr1->x_param_asan_globals != ptr2->x_param_asan_globals)
14735 : 0 : internal_error ("%<global_options%> are modified in local context");
14736 : 849673 : if (ptr1->x_param_asan_protect_allocas != ptr2->x_param_asan_protect_allocas)
14737 : 0 : internal_error ("%<global_options%> are modified in local context");
14738 : 849673 : if (ptr1->x_param_asan_instrument_reads != ptr2->x_param_asan_instrument_reads)
14739 : 0 : internal_error ("%<global_options%> are modified in local context");
14740 : 849673 : if (ptr1->x_param_asan_instrument_writes != ptr2->x_param_asan_instrument_writes)
14741 : 0 : internal_error ("%<global_options%> are modified in local context");
14742 : 849673 : if (ptr1->x_param_asan_instrumentation_with_call_threshold != ptr2->x_param_asan_instrumentation_with_call_threshold)
14743 : 0 : internal_error ("%<global_options%> are modified in local context");
14744 : 849673 : if (ptr1->x_param_asan_kernel_mem_intrinsic_prefix != ptr2->x_param_asan_kernel_mem_intrinsic_prefix)
14745 : 0 : internal_error ("%<global_options%> are modified in local context");
14746 : 849673 : if (ptr1->x_param_asan_memintrin != ptr2->x_param_asan_memintrin)
14747 : 0 : internal_error ("%<global_options%> are modified in local context");
14748 : 849673 : if (ptr1->x_param_asan_stack != ptr2->x_param_asan_stack)
14749 : 0 : internal_error ("%<global_options%> are modified in local context");
14750 : 849673 : if (ptr1->x_param_asan_use_after_return != ptr2->x_param_asan_use_after_return)
14751 : 0 : internal_error ("%<global_options%> are modified in local context");
14752 : 849673 : if (ptr1->x_param_avg_loop_niter != ptr2->x_param_avg_loop_niter)
14753 : 0 : internal_error ("%<global_options%> are modified in local context");
14754 : 849673 : if (ptr1->x_param_avoid_fma_max_bits != ptr2->x_param_avoid_fma_max_bits)
14755 : 0 : internal_error ("%<global_options%> are modified in local context");
14756 : 849673 : if (ptr1->x_param_builtin_expect_probability != ptr2->x_param_builtin_expect_probability)
14757 : 0 : internal_error ("%<global_options%> are modified in local context");
14758 : 849673 : if (ptr1->x_param_builtin_string_cmp_inline_length != ptr2->x_param_builtin_string_cmp_inline_length)
14759 : 0 : internal_error ("%<global_options%> are modified in local context");
14760 : 849673 : if (ptr1->x_param_case_values_threshold != ptr2->x_param_case_values_threshold)
14761 : 0 : internal_error ("%<global_options%> are modified in local context");
14762 : 849673 : if (ptr1->x_param_comdat_sharing_probability != ptr2->x_param_comdat_sharing_probability)
14763 : 0 : internal_error ("%<global_options%> are modified in local context");
14764 : 849673 : if (ptr1->x_param_construct_interfere_size != ptr2->x_param_construct_interfere_size)
14765 : 0 : internal_error ("%<global_options%> are modified in local context");
14766 : 849673 : if (ptr1->x_param_cxx_max_namespaces_for_diagnostic_help != ptr2->x_param_cxx_max_namespaces_for_diagnostic_help)
14767 : 0 : internal_error ("%<global_options%> are modified in local context");
14768 : 849673 : if (ptr1->x_param_cycle_accurate_model != ptr2->x_param_cycle_accurate_model)
14769 : 0 : internal_error ("%<global_options%> are modified in local context");
14770 : 849673 : if (ptr1->x_param_destruct_interfere_size != ptr2->x_param_destruct_interfere_size)
14771 : 0 : internal_error ("%<global_options%> are modified in local context");
14772 : 849673 : if (ptr1->x_param_dse_max_alias_queries_per_store != ptr2->x_param_dse_max_alias_queries_per_store)
14773 : 0 : internal_error ("%<global_options%> are modified in local context");
14774 : 849673 : if (ptr1->x_param_dse_max_object_size != ptr2->x_param_dse_max_object_size)
14775 : 0 : internal_error ("%<global_options%> are modified in local context");
14776 : 849673 : if (ptr1->x_param_early_inlining_insns != ptr2->x_param_early_inlining_insns)
14777 : 0 : internal_error ("%<global_options%> are modified in local context");
14778 : 849673 : if (ptr1->x_param_file_cache_files != ptr2->x_param_file_cache_files)
14779 : 0 : internal_error ("%<global_options%> are modified in local context");
14780 : 849673 : if (ptr1->x_param_file_cache_lines != ptr2->x_param_file_cache_lines)
14781 : 0 : internal_error ("%<global_options%> are modified in local context");
14782 : 849673 : if (ptr1->x_param_fsm_scale_path_stmts != ptr2->x_param_fsm_scale_path_stmts)
14783 : 0 : internal_error ("%<global_options%> are modified in local context");
14784 : 849673 : if (ptr1->x_param_fully_pipelined_fma != ptr2->x_param_fully_pipelined_fma)
14785 : 0 : internal_error ("%<global_options%> are modified in local context");
14786 : 849673 : if (ptr1->x_param_gcse_after_reload_critical_fraction != ptr2->x_param_gcse_after_reload_critical_fraction)
14787 : 0 : internal_error ("%<global_options%> are modified in local context");
14788 : 849673 : if (ptr1->x_param_gcse_after_reload_partial_fraction != ptr2->x_param_gcse_after_reload_partial_fraction)
14789 : 0 : internal_error ("%<global_options%> are modified in local context");
14790 : 849673 : if (ptr1->x_param_gcse_cost_distance_ratio != ptr2->x_param_gcse_cost_distance_ratio)
14791 : 0 : internal_error ("%<global_options%> are modified in local context");
14792 : 849673 : if (ptr1->x_param_gcse_unrestricted_cost != ptr2->x_param_gcse_unrestricted_cost)
14793 : 0 : internal_error ("%<global_options%> are modified in local context");
14794 : 849673 : if (ptr1->x_param_ggc_min_expand != ptr2->x_param_ggc_min_expand)
14795 : 0 : internal_error ("%<global_options%> are modified in local context");
14796 : 849673 : if (ptr1->x_param_ggc_min_heapsize != ptr2->x_param_ggc_min_heapsize)
14797 : 0 : internal_error ("%<global_options%> are modified in local context");
14798 : 849673 : if (ptr1->x_param_gimple_fe_computed_hot_bb_threshold != ptr2->x_param_gimple_fe_computed_hot_bb_threshold)
14799 : 0 : internal_error ("%<global_options%> are modified in local context");
14800 : 849673 : if (ptr1->x_param_graphite_allow_codegen_errors != ptr2->x_param_graphite_allow_codegen_errors)
14801 : 0 : internal_error ("%<global_options%> are modified in local context");
14802 : 849673 : if (ptr1->x_param_graphite_max_arrays_per_scop != ptr2->x_param_graphite_max_arrays_per_scop)
14803 : 0 : internal_error ("%<global_options%> are modified in local context");
14804 : 849673 : if (ptr1->x_param_graphite_max_nb_scop_params != ptr2->x_param_graphite_max_nb_scop_params)
14805 : 0 : internal_error ("%<global_options%> are modified in local context");
14806 : 849673 : if (ptr1->x_param_hardcfr_max_blocks != ptr2->x_param_hardcfr_max_blocks)
14807 : 0 : internal_error ("%<global_options%> are modified in local context");
14808 : 849673 : if (ptr1->x_param_hardcfr_max_inline_blocks != ptr2->x_param_hardcfr_max_inline_blocks)
14809 : 0 : internal_error ("%<global_options%> are modified in local context");
14810 : 849673 : if (ptr1->x_param_hash_table_verification_limit != ptr2->x_param_hash_table_verification_limit)
14811 : 0 : internal_error ("%<global_options%> are modified in local context");
14812 : 849673 : if (ptr1->x_param_hot_bb_count_fraction != ptr2->x_param_hot_bb_count_fraction)
14813 : 0 : internal_error ("%<global_options%> are modified in local context");
14814 : 849673 : if (ptr1->x_param_hot_bb_count_ws_permille != ptr2->x_param_hot_bb_count_ws_permille)
14815 : 0 : internal_error ("%<global_options%> are modified in local context");
14816 : 849673 : if (ptr1->x_param_hot_bb_frequency_fraction != ptr2->x_param_hot_bb_frequency_fraction)
14817 : 0 : internal_error ("%<global_options%> are modified in local context");
14818 : 849673 : if (ptr1->x_param_hwasan_instrument_allocas != ptr2->x_param_hwasan_instrument_allocas)
14819 : 0 : internal_error ("%<global_options%> are modified in local context");
14820 : 849673 : if (ptr1->x_param_hwasan_instrument_mem_intrinsics != ptr2->x_param_hwasan_instrument_mem_intrinsics)
14821 : 0 : internal_error ("%<global_options%> are modified in local context");
14822 : 849673 : if (ptr1->x_param_hwasan_instrument_reads != ptr2->x_param_hwasan_instrument_reads)
14823 : 0 : internal_error ("%<global_options%> are modified in local context");
14824 : 849673 : if (ptr1->x_param_hwasan_instrument_stack != ptr2->x_param_hwasan_instrument_stack)
14825 : 0 : internal_error ("%<global_options%> are modified in local context");
14826 : 849673 : if (ptr1->x_param_hwasan_instrument_writes != ptr2->x_param_hwasan_instrument_writes)
14827 : 0 : internal_error ("%<global_options%> are modified in local context");
14828 : 849673 : if (ptr1->x_param_hwasan_random_frame_tag != ptr2->x_param_hwasan_random_frame_tag)
14829 : 0 : internal_error ("%<global_options%> are modified in local context");
14830 : 849673 : if (ptr1->x_param_inline_heuristics_hint_percent != ptr2->x_param_inline_heuristics_hint_percent)
14831 : 0 : internal_error ("%<global_options%> are modified in local context");
14832 : 849673 : if (ptr1->x_param_inline_min_speedup != ptr2->x_param_inline_min_speedup)
14833 : 0 : internal_error ("%<global_options%> are modified in local context");
14834 : 849673 : if (ptr1->x_param_inline_unit_growth != ptr2->x_param_inline_unit_growth)
14835 : 0 : internal_error ("%<global_options%> are modified in local context");
14836 : 849673 : if (ptr1->x_param_integer_share_limit != ptr2->x_param_integer_share_limit)
14837 : 0 : internal_error ("%<global_options%> are modified in local context");
14838 : 849673 : if (ptr1->x_param_ipa_cp_eval_threshold != ptr2->x_param_ipa_cp_eval_threshold)
14839 : 0 : internal_error ("%<global_options%> are modified in local context");
14840 : 849673 : if (ptr1->x_param_ipa_cp_large_unit_insns != ptr2->x_param_ipa_cp_large_unit_insns)
14841 : 0 : internal_error ("%<global_options%> are modified in local context");
14842 : 849673 : if (ptr1->x_param_ipa_cp_loop_hint_bonus != ptr2->x_param_ipa_cp_loop_hint_bonus)
14843 : 0 : internal_error ("%<global_options%> are modified in local context");
14844 : 849673 : if (ptr1->x_param_ipa_cp_max_recursive_depth != ptr2->x_param_ipa_cp_max_recursive_depth)
14845 : 0 : internal_error ("%<global_options%> are modified in local context");
14846 : 849673 : if (ptr1->x_param_ipa_cp_min_recursive_probability != ptr2->x_param_ipa_cp_min_recursive_probability)
14847 : 0 : internal_error ("%<global_options%> are modified in local context");
14848 : 849673 : if (ptr1->x_param_ipa_cp_recursion_penalty != ptr2->x_param_ipa_cp_recursion_penalty)
14849 : 0 : internal_error ("%<global_options%> are modified in local context");
14850 : 849673 : if (ptr1->x_param_ipa_cp_recursive_freq_factor != ptr2->x_param_ipa_cp_recursive_freq_factor)
14851 : 0 : internal_error ("%<global_options%> are modified in local context");
14852 : 849673 : if (ptr1->x_param_ipa_cp_single_call_penalty != ptr2->x_param_ipa_cp_single_call_penalty)
14853 : 0 : internal_error ("%<global_options%> are modified in local context");
14854 : 849673 : if (ptr1->x_param_ipa_cp_unit_growth != ptr2->x_param_ipa_cp_unit_growth)
14855 : 0 : internal_error ("%<global_options%> are modified in local context");
14856 : 849673 : if (ptr1->x_param_ipa_cp_value_list_size != ptr2->x_param_ipa_cp_value_list_size)
14857 : 0 : internal_error ("%<global_options%> are modified in local context");
14858 : 849673 : if (ptr1->x_param_ipa_jump_function_lookups != ptr2->x_param_ipa_jump_function_lookups)
14859 : 0 : internal_error ("%<global_options%> are modified in local context");
14860 : 849673 : if (ptr1->x_param_ipa_max_aa_steps != ptr2->x_param_ipa_max_aa_steps)
14861 : 0 : internal_error ("%<global_options%> are modified in local context");
14862 : 849673 : if (ptr1->x_param_ipa_max_agg_items != ptr2->x_param_ipa_max_agg_items)
14863 : 0 : internal_error ("%<global_options%> are modified in local context");
14864 : 849673 : if (ptr1->x_param_ipa_max_loop_predicates != ptr2->x_param_ipa_max_loop_predicates)
14865 : 0 : internal_error ("%<global_options%> are modified in local context");
14866 : 849673 : if (ptr1->x_param_ipa_max_param_expr_ops != ptr2->x_param_ipa_max_param_expr_ops)
14867 : 0 : internal_error ("%<global_options%> are modified in local context");
14868 : 849673 : if (ptr1->x_param_ipa_max_switch_predicate_bounds != ptr2->x_param_ipa_max_switch_predicate_bounds)
14869 : 0 : internal_error ("%<global_options%> are modified in local context");
14870 : 849673 : if (ptr1->x_param_ipa_sra_deref_prob_threshold != ptr2->x_param_ipa_sra_deref_prob_threshold)
14871 : 0 : internal_error ("%<global_options%> are modified in local context");
14872 : 849673 : if (ptr1->x_param_ipa_sra_max_replacements != ptr2->x_param_ipa_sra_max_replacements)
14873 : 0 : internal_error ("%<global_options%> are modified in local context");
14874 : 849673 : if (ptr1->x_param_ipa_sra_ptr_growth_factor != ptr2->x_param_ipa_sra_ptr_growth_factor)
14875 : 0 : internal_error ("%<global_options%> are modified in local context");
14876 : 849673 : if (ptr1->x_param_ipa_sra_ptrwrap_growth_factor != ptr2->x_param_ipa_sra_ptrwrap_growth_factor)
14877 : 0 : internal_error ("%<global_options%> are modified in local context");
14878 : 849673 : if (ptr1->x_param_ira_consider_dup_in_all_alts != ptr2->x_param_ira_consider_dup_in_all_alts)
14879 : 0 : internal_error ("%<global_options%> are modified in local context");
14880 : 849673 : if (ptr1->x_param_ira_loop_reserved_regs != ptr2->x_param_ira_loop_reserved_regs)
14881 : 0 : internal_error ("%<global_options%> are modified in local context");
14882 : 849673 : if (ptr1->x_param_ira_max_conflict_table_size != ptr2->x_param_ira_max_conflict_table_size)
14883 : 0 : internal_error ("%<global_options%> are modified in local context");
14884 : 849673 : if (ptr1->x_param_ira_max_loops_num != ptr2->x_param_ira_max_loops_num)
14885 : 0 : internal_error ("%<global_options%> are modified in local context");
14886 : 849673 : if (ptr1->x_param_ira_simple_lra_insn_threshold != ptr2->x_param_ira_simple_lra_insn_threshold)
14887 : 0 : internal_error ("%<global_options%> are modified in local context");
14888 : 849673 : if (ptr1->x_param_iv_always_prune_cand_set_bound != ptr2->x_param_iv_always_prune_cand_set_bound)
14889 : 0 : internal_error ("%<global_options%> are modified in local context");
14890 : 849673 : if (ptr1->x_param_iv_consider_all_candidates_bound != ptr2->x_param_iv_consider_all_candidates_bound)
14891 : 0 : internal_error ("%<global_options%> are modified in local context");
14892 : 849673 : if (ptr1->x_param_iv_max_considered_uses != ptr2->x_param_iv_max_considered_uses)
14893 : 0 : internal_error ("%<global_options%> are modified in local context");
14894 : 849673 : if (ptr1->x_ix86_vect_unroll_limit != ptr2->x_ix86_vect_unroll_limit)
14895 : 0 : internal_error ("%<global_options%> are modified in local context");
14896 : 849673 : if (ptr1->x_param_jump_table_max_growth_ratio_for_size != ptr2->x_param_jump_table_max_growth_ratio_for_size)
14897 : 0 : internal_error ("%<global_options%> are modified in local context");
14898 : 849673 : if (ptr1->x_param_jump_table_max_growth_ratio_for_speed != ptr2->x_param_jump_table_max_growth_ratio_for_speed)
14899 : 0 : internal_error ("%<global_options%> are modified in local context");
14900 : 849673 : if (ptr1->x_param_l1_cache_line_size != ptr2->x_param_l1_cache_line_size)
14901 : 0 : internal_error ("%<global_options%> are modified in local context");
14902 : 849673 : if (ptr1->x_param_l1_cache_size != ptr2->x_param_l1_cache_size)
14903 : 0 : internal_error ("%<global_options%> are modified in local context");
14904 : 849673 : if (ptr1->x_param_l2_cache_size != ptr2->x_param_l2_cache_size)
14905 : 0 : internal_error ("%<global_options%> are modified in local context");
14906 : 849673 : if (ptr1->x_param_large_function_growth != ptr2->x_param_large_function_growth)
14907 : 0 : internal_error ("%<global_options%> are modified in local context");
14908 : 849673 : if (ptr1->x_param_large_function_insns != ptr2->x_param_large_function_insns)
14909 : 0 : internal_error ("%<global_options%> are modified in local context");
14910 : 849673 : if (ptr1->x_param_stack_frame_growth != ptr2->x_param_stack_frame_growth)
14911 : 0 : internal_error ("%<global_options%> are modified in local context");
14912 : 849673 : if (ptr1->x_param_large_stack_frame != ptr2->x_param_large_stack_frame)
14913 : 0 : internal_error ("%<global_options%> are modified in local context");
14914 : 849673 : if (ptr1->x_param_large_unit_insns != ptr2->x_param_large_unit_insns)
14915 : 0 : internal_error ("%<global_options%> are modified in local context");
14916 : 849673 : if (ptr1->x_param_lazy_modules != ptr2->x_param_lazy_modules)
14917 : 0 : internal_error ("%<global_options%> are modified in local context");
14918 : 849673 : if (ptr1->x_param_lim_expensive != ptr2->x_param_lim_expensive)
14919 : 0 : internal_error ("%<global_options%> are modified in local context");
14920 : 849673 : if (ptr1->x_param_logical_op_non_short_circuit != ptr2->x_param_logical_op_non_short_circuit)
14921 : 0 : internal_error ("%<global_options%> are modified in local context");
14922 : 849673 : if (ptr1->x_param_loop_block_tile_size != ptr2->x_param_loop_block_tile_size)
14923 : 0 : internal_error ("%<global_options%> are modified in local context");
14924 : 849673 : if (ptr1->x_param_loop_interchange_max_num_stmts != ptr2->x_param_loop_interchange_max_num_stmts)
14925 : 0 : internal_error ("%<global_options%> are modified in local context");
14926 : 849673 : if (ptr1->x_param_loop_interchange_stride_ratio != ptr2->x_param_loop_interchange_stride_ratio)
14927 : 0 : internal_error ("%<global_options%> are modified in local context");
14928 : 849673 : if (ptr1->x_param_loop_invariant_max_bbs_in_loop != ptr2->x_param_loop_invariant_max_bbs_in_loop)
14929 : 0 : internal_error ("%<global_options%> are modified in local context");
14930 : 849673 : if (ptr1->x_param_loop_max_datarefs_for_datadeps != ptr2->x_param_loop_max_datarefs_for_datadeps)
14931 : 0 : internal_error ("%<global_options%> are modified in local context");
14932 : 849673 : if (ptr1->x_param_loop_versioning_max_inner_insns != ptr2->x_param_loop_versioning_max_inner_insns)
14933 : 0 : internal_error ("%<global_options%> are modified in local context");
14934 : 849673 : if (ptr1->x_param_loop_versioning_max_outer_insns != ptr2->x_param_loop_versioning_max_outer_insns)
14935 : 0 : internal_error ("%<global_options%> are modified in local context");
14936 : 849673 : if (ptr1->x_param_lra_inheritance_ebb_probability_cutoff != ptr2->x_param_lra_inheritance_ebb_probability_cutoff)
14937 : 0 : internal_error ("%<global_options%> are modified in local context");
14938 : 849673 : if (ptr1->x_param_lra_max_considered_reload_pseudos != ptr2->x_param_lra_max_considered_reload_pseudos)
14939 : 0 : internal_error ("%<global_options%> are modified in local context");
14940 : 849673 : if (ptr1->x_param_max_locality_partition_size != ptr2->x_param_max_locality_partition_size)
14941 : 0 : internal_error ("%<global_options%> are modified in local context");
14942 : 849673 : if (ptr1->x_param_max_partition_size != ptr2->x_param_max_partition_size)
14943 : 0 : internal_error ("%<global_options%> are modified in local context");
14944 : 849673 : if (ptr1->x_param_max_lto_streaming_parallelism != ptr2->x_param_max_lto_streaming_parallelism)
14945 : 0 : internal_error ("%<global_options%> are modified in local context");
14946 : 849673 : if (ptr1->x_param_min_partition_size != ptr2->x_param_min_partition_size)
14947 : 0 : internal_error ("%<global_options%> are modified in local context");
14948 : 849673 : if (ptr1->x_flag_lto_locality_cloning != ptr2->x_flag_lto_locality_cloning)
14949 : 0 : internal_error ("%<global_options%> are modified in local context");
14950 : 849673 : if (ptr1->x_param_lto_locality_frequency != ptr2->x_param_lto_locality_frequency)
14951 : 0 : internal_error ("%<global_options%> are modified in local context");
14952 : 849673 : if (ptr1->x_param_lto_locality_size != ptr2->x_param_lto_locality_size)
14953 : 0 : internal_error ("%<global_options%> are modified in local context");
14954 : 849673 : if (ptr1->x_param_lto_partitions != ptr2->x_param_lto_partitions)
14955 : 0 : internal_error ("%<global_options%> are modified in local context");
14956 : 849673 : if (ptr1->x_param_max_average_unrolled_insns != ptr2->x_param_max_average_unrolled_insns)
14957 : 0 : internal_error ("%<global_options%> are modified in local context");
14958 : 849673 : if (ptr1->x_param_max_combine_insns != ptr2->x_param_max_combine_insns)
14959 : 0 : internal_error ("%<global_options%> are modified in local context");
14960 : 849673 : if (ptr1->x_param_max_combine_search_insns != ptr2->x_param_max_combine_search_insns)
14961 : 0 : internal_error ("%<global_options%> are modified in local context");
14962 : 849673 : if (ptr1->x_param_max_unroll_iterations != ptr2->x_param_max_unroll_iterations)
14963 : 0 : internal_error ("%<global_options%> are modified in local context");
14964 : 849673 : if (ptr1->x_param_max_completely_peel_times != ptr2->x_param_max_completely_peel_times)
14965 : 0 : internal_error ("%<global_options%> are modified in local context");
14966 : 849673 : if (ptr1->x_param_max_completely_peeled_insns != ptr2->x_param_max_completely_peeled_insns)
14967 : 0 : internal_error ("%<global_options%> are modified in local context");
14968 : 849673 : if (ptr1->x_param_max_crossjump_edges != ptr2->x_param_max_crossjump_edges)
14969 : 0 : internal_error ("%<global_options%> are modified in local context");
14970 : 849673 : if (ptr1->x_param_max_cse_insns != ptr2->x_param_max_cse_insns)
14971 : 0 : internal_error ("%<global_options%> are modified in local context");
14972 : 849673 : if (ptr1->x_param_max_cse_path_length != ptr2->x_param_max_cse_path_length)
14973 : 0 : internal_error ("%<global_options%> are modified in local context");
14974 : 849673 : if (ptr1->x_param_max_cselib_memory_locations != ptr2->x_param_max_cselib_memory_locations)
14975 : 0 : internal_error ("%<global_options%> are modified in local context");
14976 : 849673 : if (ptr1->x_param_max_debug_marker_count != ptr2->x_param_max_debug_marker_count)
14977 : 0 : internal_error ("%<global_options%> are modified in local context");
14978 : 849673 : if (ptr1->x_param_max_delay_slot_insn_search != ptr2->x_param_max_delay_slot_insn_search)
14979 : 0 : internal_error ("%<global_options%> are modified in local context");
14980 : 849673 : if (ptr1->x_param_max_delay_slot_live_search != ptr2->x_param_max_delay_slot_live_search)
14981 : 0 : internal_error ("%<global_options%> are modified in local context");
14982 : 849673 : if (ptr1->x_param_max_dse_active_local_stores != ptr2->x_param_max_dse_active_local_stores)
14983 : 0 : internal_error ("%<global_options%> are modified in local context");
14984 : 849673 : if (ptr1->x_param_early_inliner_max_iterations != ptr2->x_param_early_inliner_max_iterations)
14985 : 0 : internal_error ("%<global_options%> are modified in local context");
14986 : 849673 : if (ptr1->x_param_max_find_base_term_values != ptr2->x_param_max_find_base_term_values)
14987 : 0 : internal_error ("%<global_options%> are modified in local context");
14988 : 849673 : if (ptr1->x_param_max_fsm_thread_path_insns != ptr2->x_param_max_fsm_thread_path_insns)
14989 : 0 : internal_error ("%<global_options%> are modified in local context");
14990 : 849673 : if (ptr1->x_param_max_gcse_insertion_ratio != ptr2->x_param_max_gcse_insertion_ratio)
14991 : 0 : internal_error ("%<global_options%> are modified in local context");
14992 : 849673 : if (ptr1->x_param_max_gcse_memory != ptr2->x_param_max_gcse_memory)
14993 : 0 : internal_error ("%<global_options%> are modified in local context");
14994 : 849673 : if (ptr1->x_param_max_goto_duplication_insns != ptr2->x_param_max_goto_duplication_insns)
14995 : 0 : internal_error ("%<global_options%> are modified in local context");
14996 : 849673 : if (ptr1->x_param_max_grow_copy_bb_insns != ptr2->x_param_max_grow_copy_bb_insns)
14997 : 0 : internal_error ("%<global_options%> are modified in local context");
14998 : 849673 : if (ptr1->x_param_max_hoist_depth != ptr2->x_param_max_hoist_depth)
14999 : 0 : internal_error ("%<global_options%> are modified in local context");
15000 : 849673 : if (ptr1->x_param_inline_functions_called_once_insns != ptr2->x_param_inline_functions_called_once_insns)
15001 : 0 : internal_error ("%<global_options%> are modified in local context");
15002 : 849673 : if (ptr1->x_param_inline_functions_called_once_loop_depth != ptr2->x_param_inline_functions_called_once_loop_depth)
15003 : 0 : internal_error ("%<global_options%> are modified in local context");
15004 : 849673 : if (ptr1->x_param_max_inline_insns_auto != ptr2->x_param_max_inline_insns_auto)
15005 : 0 : internal_error ("%<global_options%> are modified in local context");
15006 : 849673 : if (ptr1->x_param_max_inline_insns_recursive_auto != ptr2->x_param_max_inline_insns_recursive_auto)
15007 : 0 : internal_error ("%<global_options%> are modified in local context");
15008 : 849673 : if (ptr1->x_param_max_inline_insns_recursive != ptr2->x_param_max_inline_insns_recursive)
15009 : 0 : internal_error ("%<global_options%> are modified in local context");
15010 : 849673 : if (ptr1->x_param_max_inline_insns_single != ptr2->x_param_max_inline_insns_single)
15011 : 0 : internal_error ("%<global_options%> are modified in local context");
15012 : 849673 : if (ptr1->x_param_max_inline_insns_size != ptr2->x_param_max_inline_insns_size)
15013 : 0 : internal_error ("%<global_options%> are modified in local context");
15014 : 849673 : if (ptr1->x_param_max_inline_insns_small != ptr2->x_param_max_inline_insns_small)
15015 : 0 : internal_error ("%<global_options%> are modified in local context");
15016 : 849673 : if (ptr1->x_param_max_inline_recursive_depth_auto != ptr2->x_param_max_inline_recursive_depth_auto)
15017 : 0 : internal_error ("%<global_options%> are modified in local context");
15018 : 849673 : if (ptr1->x_param_max_inline_recursive_depth != ptr2->x_param_max_inline_recursive_depth)
15019 : 0 : internal_error ("%<global_options%> are modified in local context");
15020 : 849673 : if (ptr1->x_param_max_isl_operations != ptr2->x_param_max_isl_operations)
15021 : 0 : internal_error ("%<global_options%> are modified in local context");
15022 : 849673 : if (ptr1->x_param_max_iterations_computation_cost != ptr2->x_param_max_iterations_computation_cost)
15023 : 0 : internal_error ("%<global_options%> are modified in local context");
15024 : 849673 : if (ptr1->x_param_max_iterations_to_track != ptr2->x_param_max_iterations_to_track)
15025 : 0 : internal_error ("%<global_options%> are modified in local context");
15026 : 849673 : if (ptr1->x_param_max_jump_thread_duplication_stmts != ptr2->x_param_max_jump_thread_duplication_stmts)
15027 : 0 : internal_error ("%<global_options%> are modified in local context");
15028 : 849673 : if (ptr1->x_param_max_jump_thread_paths != ptr2->x_param_max_jump_thread_paths)
15029 : 0 : internal_error ("%<global_options%> are modified in local context");
15030 : 849673 : if (ptr1->x_param_max_last_value_rtl != ptr2->x_param_max_last_value_rtl)
15031 : 0 : internal_error ("%<global_options%> are modified in local context");
15032 : 849673 : if (ptr1->x_param_max_loop_header_insns != ptr2->x_param_max_loop_header_insns)
15033 : 0 : internal_error ("%<global_options%> are modified in local context");
15034 : 849673 : if (ptr1->x_param_max_modulo_backtrack_attempts != ptr2->x_param_max_modulo_backtrack_attempts)
15035 : 0 : internal_error ("%<global_options%> are modified in local context");
15036 : 849673 : if (ptr1->x_param_max_partial_antic_length != ptr2->x_param_max_partial_antic_length)
15037 : 0 : internal_error ("%<global_options%> are modified in local context");
15038 : 849673 : if (ptr1->x_param_max_peel_branches != ptr2->x_param_max_peel_branches)
15039 : 0 : internal_error ("%<global_options%> are modified in local context");
15040 : 849673 : if (ptr1->x_param_max_peel_times != ptr2->x_param_max_peel_times)
15041 : 0 : internal_error ("%<global_options%> are modified in local context");
15042 : 849673 : if (ptr1->x_param_max_peeled_insns != ptr2->x_param_max_peeled_insns)
15043 : 0 : internal_error ("%<global_options%> are modified in local context");
15044 : 849673 : if (ptr1->x_param_max_pending_list_length != ptr2->x_param_max_pending_list_length)
15045 : 0 : internal_error ("%<global_options%> are modified in local context");
15046 : 849673 : if (ptr1->x_param_max_pipeline_region_blocks != ptr2->x_param_max_pipeline_region_blocks)
15047 : 0 : internal_error ("%<global_options%> are modified in local context");
15048 : 849673 : if (ptr1->x_param_max_pipeline_region_insns != ptr2->x_param_max_pipeline_region_insns)
15049 : 0 : internal_error ("%<global_options%> are modified in local context");
15050 : 849673 : if (ptr1->x_param_max_pow_sqrt_depth != ptr2->x_param_max_pow_sqrt_depth)
15051 : 0 : internal_error ("%<global_options%> are modified in local context");
15052 : 849673 : if (ptr1->x_param_max_predicted_iterations != ptr2->x_param_max_predicted_iterations)
15053 : 0 : internal_error ("%<global_options%> are modified in local context");
15054 : 849673 : if (ptr1->x_param_max_reload_search_insns != ptr2->x_param_max_reload_search_insns)
15055 : 0 : internal_error ("%<global_options%> are modified in local context");
15056 : 849673 : if (ptr1->x_param_max_rtl_if_conversion_insns != ptr2->x_param_max_rtl_if_conversion_insns)
15057 : 0 : internal_error ("%<global_options%> are modified in local context");
15058 : 849673 : if (ptr1->x_param_max_rtl_if_conversion_predictable_cost != ptr2->x_param_max_rtl_if_conversion_predictable_cost)
15059 : 0 : internal_error ("%<global_options%> are modified in local context");
15060 : 849673 : if (ptr1->x_param_max_rtl_if_conversion_unpredictable_cost != ptr2->x_param_max_rtl_if_conversion_unpredictable_cost)
15061 : 0 : internal_error ("%<global_options%> are modified in local context");
15062 : 849673 : if (ptr1->x_param_max_sched_extend_regions_iters != ptr2->x_param_max_sched_extend_regions_iters)
15063 : 0 : internal_error ("%<global_options%> are modified in local context");
15064 : 849673 : if (ptr1->x_param_max_sched_insn_conflict_delay != ptr2->x_param_max_sched_insn_conflict_delay)
15065 : 0 : internal_error ("%<global_options%> are modified in local context");
15066 : 849673 : if (ptr1->x_param_max_sched_ready_insns != ptr2->x_param_max_sched_ready_insns)
15067 : 0 : internal_error ("%<global_options%> are modified in local context");
15068 : 849673 : if (ptr1->x_param_max_sched_region_blocks != ptr2->x_param_max_sched_region_blocks)
15069 : 0 : internal_error ("%<global_options%> are modified in local context");
15070 : 849673 : if (ptr1->x_param_max_sched_region_insns != ptr2->x_param_max_sched_region_insns)
15071 : 0 : internal_error ("%<global_options%> are modified in local context");
15072 : 849673 : if (ptr1->x_param_max_slsr_candidate_scan != ptr2->x_param_max_slsr_candidate_scan)
15073 : 0 : internal_error ("%<global_options%> are modified in local context");
15074 : 849673 : if (ptr1->x_param_max_speculative_devirt_maydefs != ptr2->x_param_max_speculative_devirt_maydefs)
15075 : 0 : internal_error ("%<global_options%> are modified in local context");
15076 : 849673 : if (ptr1->x_param_max_ssa_name_query_depth != ptr2->x_param_max_ssa_name_query_depth)
15077 : 0 : internal_error ("%<global_options%> are modified in local context");
15078 : 849673 : if (ptr1->x_param_max_store_chains_to_track != ptr2->x_param_max_store_chains_to_track)
15079 : 0 : internal_error ("%<global_options%> are modified in local context");
15080 : 849673 : if (ptr1->x_param_max_stores_to_merge != ptr2->x_param_max_stores_to_merge)
15081 : 0 : internal_error ("%<global_options%> are modified in local context");
15082 : 849673 : if (ptr1->x_param_max_stores_to_sink != ptr2->x_param_max_stores_to_sink)
15083 : 0 : internal_error ("%<global_options%> are modified in local context");
15084 : 849673 : if (ptr1->x_param_max_stores_to_track != ptr2->x_param_max_stores_to_track)
15085 : 0 : internal_error ("%<global_options%> are modified in local context");
15086 : 849673 : if (ptr1->x_param_max_tail_merge_comparisons != ptr2->x_param_max_tail_merge_comparisons)
15087 : 0 : internal_error ("%<global_options%> are modified in local context");
15088 : 849673 : if (ptr1->x_param_max_tail_merge_iterations != ptr2->x_param_max_tail_merge_iterations)
15089 : 0 : internal_error ("%<global_options%> are modified in local context");
15090 : 849673 : if (ptr1->x_param_max_tracked_strlens != ptr2->x_param_max_tracked_strlens)
15091 : 0 : internal_error ("%<global_options%> are modified in local context");
15092 : 849673 : if (ptr1->x_param_max_tree_if_conversion_phi_args != ptr2->x_param_max_tree_if_conversion_phi_args)
15093 : 0 : internal_error ("%<global_options%> are modified in local context");
15094 : 849673 : if (ptr1->x_param_max_unroll_times != ptr2->x_param_max_unroll_times)
15095 : 0 : internal_error ("%<global_options%> are modified in local context");
15096 : 849673 : if (ptr1->x_param_max_unrolled_insns != ptr2->x_param_max_unrolled_insns)
15097 : 0 : internal_error ("%<global_options%> are modified in local context");
15098 : 849673 : if (ptr1->x_param_max_unswitch_depth != ptr2->x_param_max_unswitch_depth)
15099 : 0 : internal_error ("%<global_options%> are modified in local context");
15100 : 849673 : if (ptr1->x_param_max_unswitch_insns != ptr2->x_param_max_unswitch_insns)
15101 : 0 : internal_error ("%<global_options%> are modified in local context");
15102 : 849673 : if (ptr1->x_param_max_variable_expansions != ptr2->x_param_max_variable_expansions)
15103 : 0 : internal_error ("%<global_options%> are modified in local context");
15104 : 849673 : if (ptr1->x_param_max_vartrack_expr_depth != ptr2->x_param_max_vartrack_expr_depth)
15105 : 0 : internal_error ("%<global_options%> are modified in local context");
15106 : 849673 : if (ptr1->x_param_max_vartrack_reverse_op_size != ptr2->x_param_max_vartrack_reverse_op_size)
15107 : 0 : internal_error ("%<global_options%> are modified in local context");
15108 : 849673 : if (ptr1->x_param_max_vartrack_size != ptr2->x_param_max_vartrack_size)
15109 : 0 : internal_error ("%<global_options%> are modified in local context");
15110 : 849673 : if (ptr1->x_param_min_crossjump_insns != ptr2->x_param_min_crossjump_insns)
15111 : 0 : internal_error ("%<global_options%> are modified in local context");
15112 : 849673 : if (ptr1->x_param_min_inline_recursive_probability != ptr2->x_param_min_inline_recursive_probability)
15113 : 0 : internal_error ("%<global_options%> are modified in local context");
15114 : 849673 : if (ptr1->x_param_min_insn_to_prefetch_ratio != ptr2->x_param_min_insn_to_prefetch_ratio)
15115 : 0 : internal_error ("%<global_options%> are modified in local context");
15116 : 849673 : if (ptr1->x_param_min_loop_cond_split_prob != ptr2->x_param_min_loop_cond_split_prob)
15117 : 0 : internal_error ("%<global_options%> are modified in local context");
15118 : 849673 : if (ptr1->x_param_min_nondebug_insn_uid != ptr2->x_param_min_nondebug_insn_uid)
15119 : 0 : internal_error ("%<global_options%> are modified in local context");
15120 : 849673 : if (ptr1->x_param_min_pagesize != ptr2->x_param_min_pagesize)
15121 : 0 : internal_error ("%<global_options%> are modified in local context");
15122 : 849673 : if (ptr1->x_param_min_size_for_stack_sharing != ptr2->x_param_min_size_for_stack_sharing)
15123 : 0 : internal_error ("%<global_options%> are modified in local context");
15124 : 849673 : if (ptr1->x_param_min_spec_prob != ptr2->x_param_min_spec_prob)
15125 : 0 : internal_error ("%<global_options%> are modified in local context");
15126 : 849673 : if (ptr1->x_param_min_vect_loop_bound != ptr2->x_param_min_vect_loop_bound)
15127 : 0 : internal_error ("%<global_options%> are modified in local context");
15128 : 849673 : if (ptr1->x_param_modref_max_accesses != ptr2->x_param_modref_max_accesses)
15129 : 0 : internal_error ("%<global_options%> are modified in local context");
15130 : 849673 : if (ptr1->x_param_modref_max_adjustments != ptr2->x_param_modref_max_adjustments)
15131 : 0 : internal_error ("%<global_options%> are modified in local context");
15132 : 849673 : if (ptr1->x_param_modref_max_bases != ptr2->x_param_modref_max_bases)
15133 : 0 : internal_error ("%<global_options%> are modified in local context");
15134 : 849673 : if (ptr1->x_param_modref_max_depth != ptr2->x_param_modref_max_depth)
15135 : 0 : internal_error ("%<global_options%> are modified in local context");
15136 : 849673 : if (ptr1->x_param_modref_max_escape_points != ptr2->x_param_modref_max_escape_points)
15137 : 0 : internal_error ("%<global_options%> are modified in local context");
15138 : 849673 : if (ptr1->x_param_modref_max_refs != ptr2->x_param_modref_max_refs)
15139 : 0 : internal_error ("%<global_options%> are modified in local context");
15140 : 849673 : if (ptr1->x_param_modref_max_tests != ptr2->x_param_modref_max_tests)
15141 : 0 : internal_error ("%<global_options%> are modified in local context");
15142 : 849673 : if (ptr1->x_param_openacc_kernels != ptr2->x_param_openacc_kernels)
15143 : 0 : internal_error ("%<global_options%> are modified in local context");
15144 : 849673 : if (ptr1->x_param_openacc_privatization != ptr2->x_param_openacc_privatization)
15145 : 0 : internal_error ("%<global_options%> are modified in local context");
15146 : 849673 : if (ptr1->x_param_parloops_chunk_size != ptr2->x_param_parloops_chunk_size)
15147 : 0 : internal_error ("%<global_options%> are modified in local context");
15148 : 849673 : if (ptr1->x_param_parloops_min_per_thread != ptr2->x_param_parloops_min_per_thread)
15149 : 0 : internal_error ("%<global_options%> are modified in local context");
15150 : 849673 : if (ptr1->x_param_parloops_schedule != ptr2->x_param_parloops_schedule)
15151 : 0 : internal_error ("%<global_options%> are modified in local context");
15152 : 849673 : if (ptr1->x_param_partial_inlining_entry_probability != ptr2->x_param_partial_inlining_entry_probability)
15153 : 0 : internal_error ("%<global_options%> are modified in local context");
15154 : 849673 : if (ptr1->x_param_phiopt_factor_max_stmts_live != ptr2->x_param_phiopt_factor_max_stmts_live)
15155 : 0 : internal_error ("%<global_options%> are modified in local context");
15156 : 849673 : if (ptr1->x_param_predictable_branch_outcome != ptr2->x_param_predictable_branch_outcome)
15157 : 0 : internal_error ("%<global_options%> are modified in local context");
15158 : 849673 : if (ptr1->x_param_prefetch_dynamic_strides != ptr2->x_param_prefetch_dynamic_strides)
15159 : 0 : internal_error ("%<global_options%> are modified in local context");
15160 : 849673 : if (ptr1->x_param_prefetch_latency != ptr2->x_param_prefetch_latency)
15161 : 0 : internal_error ("%<global_options%> are modified in local context");
15162 : 849673 : if (ptr1->x_param_prefetch_min_insn_to_mem_ratio != ptr2->x_param_prefetch_min_insn_to_mem_ratio)
15163 : 0 : internal_error ("%<global_options%> are modified in local context");
15164 : 849673 : if (ptr1->x_param_prefetch_minimum_stride != ptr2->x_param_prefetch_minimum_stride)
15165 : 0 : internal_error ("%<global_options%> are modified in local context");
15166 : 849673 : if (ptr1->x_param_profile_func_internal_id != ptr2->x_param_profile_func_internal_id)
15167 : 0 : internal_error ("%<global_options%> are modified in local context");
15168 : 849673 : if (ptr1->x_param_ranger_debug != ptr2->x_param_ranger_debug)
15169 : 0 : internal_error ("%<global_options%> are modified in local context");
15170 : 849673 : if (ptr1->x_param_ranger_logical_depth != ptr2->x_param_ranger_logical_depth)
15171 : 0 : internal_error ("%<global_options%> are modified in local context");
15172 : 849673 : if (ptr1->x_param_ranger_recompute_depth != ptr2->x_param_ranger_recompute_depth)
15173 : 0 : internal_error ("%<global_options%> are modified in local context");
15174 : 849673 : if (ptr1->x_param_relation_block_limit != ptr2->x_param_relation_block_limit)
15175 : 0 : internal_error ("%<global_options%> are modified in local context");
15176 : 849673 : if (ptr1->x_param_rpo_vn_max_loop_depth != ptr2->x_param_rpo_vn_max_loop_depth)
15177 : 0 : internal_error ("%<global_options%> are modified in local context");
15178 : 849673 : if (ptr1->x_param_sccvn_max_alias_queries_per_access != ptr2->x_param_sccvn_max_alias_queries_per_access)
15179 : 0 : internal_error ("%<global_options%> are modified in local context");
15180 : 849673 : if (ptr1->x_param_scev_max_expr_complexity != ptr2->x_param_scev_max_expr_complexity)
15181 : 0 : internal_error ("%<global_options%> are modified in local context");
15182 : 849673 : if (ptr1->x_param_scev_max_expr_size != ptr2->x_param_scev_max_expr_size)
15183 : 0 : internal_error ("%<global_options%> are modified in local context");
15184 : 849673 : if (ptr1->x_param_sched_autopref_queue_depth != ptr2->x_param_sched_autopref_queue_depth)
15185 : 0 : internal_error ("%<global_options%> are modified in local context");
15186 : 849673 : if (ptr1->x_param_sched_mem_true_dep_cost != ptr2->x_param_sched_mem_true_dep_cost)
15187 : 0 : internal_error ("%<global_options%> are modified in local context");
15188 : 849673 : if (ptr1->x_param_sched_pressure_algorithm != ptr2->x_param_sched_pressure_algorithm)
15189 : 0 : internal_error ("%<global_options%> are modified in local context");
15190 : 849673 : if (ptr1->x_param_sched_spec_prob_cutoff != ptr2->x_param_sched_spec_prob_cutoff)
15191 : 0 : internal_error ("%<global_options%> are modified in local context");
15192 : 849673 : if (ptr1->x_param_sched_state_edge_prob_cutoff != ptr2->x_param_sched_state_edge_prob_cutoff)
15193 : 0 : internal_error ("%<global_options%> are modified in local context");
15194 : 849673 : if (ptr1->x_param_selsched_insns_to_rename != ptr2->x_param_selsched_insns_to_rename)
15195 : 0 : internal_error ("%<global_options%> are modified in local context");
15196 : 849673 : if (ptr1->x_param_selsched_max_lookahead != ptr2->x_param_selsched_max_lookahead)
15197 : 0 : internal_error ("%<global_options%> are modified in local context");
15198 : 849673 : if (ptr1->x_param_selsched_max_sched_times != ptr2->x_param_selsched_max_sched_times)
15199 : 0 : internal_error ("%<global_options%> are modified in local context");
15200 : 849673 : if (ptr1->x_param_simultaneous_prefetches != ptr2->x_param_simultaneous_prefetches)
15201 : 0 : internal_error ("%<global_options%> are modified in local context");
15202 : 849673 : if (ptr1->x_param_sink_frequency_threshold != ptr2->x_param_sink_frequency_threshold)
15203 : 0 : internal_error ("%<global_options%> are modified in local context");
15204 : 849673 : if (ptr1->x_param_sms_dfa_history != ptr2->x_param_sms_dfa_history)
15205 : 0 : internal_error ("%<global_options%> are modified in local context");
15206 : 849673 : if (ptr1->x_param_sms_loop_average_count_threshold != ptr2->x_param_sms_loop_average_count_threshold)
15207 : 0 : internal_error ("%<global_options%> are modified in local context");
15208 : 849673 : if (ptr1->x_param_sms_max_ii_factor != ptr2->x_param_sms_max_ii_factor)
15209 : 0 : internal_error ("%<global_options%> are modified in local context");
15210 : 849673 : if (ptr1->x_param_sms_min_sc != ptr2->x_param_sms_min_sc)
15211 : 0 : internal_error ("%<global_options%> are modified in local context");
15212 : 849673 : if (ptr1->x_param_sra_max_propagations != ptr2->x_param_sra_max_propagations)
15213 : 0 : internal_error ("%<global_options%> are modified in local context");
15214 : 849673 : if (ptr1->x_param_sra_max_scalarization_size_size != ptr2->x_param_sra_max_scalarization_size_size)
15215 : 0 : internal_error ("%<global_options%> are modified in local context");
15216 : 849673 : if (ptr1->x_param_sra_max_scalarization_size_speed != ptr2->x_param_sra_max_scalarization_size_speed)
15217 : 0 : internal_error ("%<global_options%> are modified in local context");
15218 : 849673 : if (ptr1->x_param_ssa_name_def_chain_limit != ptr2->x_param_ssa_name_def_chain_limit)
15219 : 0 : internal_error ("%<global_options%> are modified in local context");
15220 : 849673 : if (ptr1->x_param_ssp_buffer_size != ptr2->x_param_ssp_buffer_size)
15221 : 0 : internal_error ("%<global_options%> are modified in local context");
15222 : 849673 : if (ptr1->x_param_stack_clash_protection_guard_size != ptr2->x_param_stack_clash_protection_guard_size)
15223 : 0 : internal_error ("%<global_options%> are modified in local context");
15224 : 849673 : if (ptr1->x_param_stack_clash_protection_probe_interval != ptr2->x_param_stack_clash_protection_probe_interval)
15225 : 0 : internal_error ("%<global_options%> are modified in local context");
15226 : 849673 : if (ptr1->x_param_store_forwarding_max_distance != ptr2->x_param_store_forwarding_max_distance)
15227 : 0 : internal_error ("%<global_options%> are modified in local context");
15228 : 849673 : if (ptr1->x_param_store_merging_allow_unaligned != ptr2->x_param_store_merging_allow_unaligned)
15229 : 0 : internal_error ("%<global_options%> are modified in local context");
15230 : 849673 : if (ptr1->x_param_store_merging_max_size != ptr2->x_param_store_merging_max_size)
15231 : 0 : internal_error ("%<global_options%> are modified in local context");
15232 : 849673 : if (ptr1->x_param_switch_conversion_branch_ratio != ptr2->x_param_switch_conversion_branch_ratio)
15233 : 0 : internal_error ("%<global_options%> are modified in local context");
15234 : 849673 : if (ptr1->x_param_switch_lower_slow_alg_max_cases != ptr2->x_param_switch_lower_slow_alg_max_cases)
15235 : 0 : internal_error ("%<global_options%> are modified in local context");
15236 : 849673 : if (ptr1->x_param_threader_debug != ptr2->x_param_threader_debug)
15237 : 0 : internal_error ("%<global_options%> are modified in local context");
15238 : 849673 : if (ptr1->x_param_tm_max_aggregate_size != ptr2->x_param_tm_max_aggregate_size)
15239 : 0 : internal_error ("%<global_options%> are modified in local context");
15240 : 849673 : if (ptr1->x_param_tracer_dynamic_coverage_feedback != ptr2->x_param_tracer_dynamic_coverage_feedback)
15241 : 0 : internal_error ("%<global_options%> are modified in local context");
15242 : 849673 : if (ptr1->x_param_tracer_dynamic_coverage != ptr2->x_param_tracer_dynamic_coverage)
15243 : 0 : internal_error ("%<global_options%> are modified in local context");
15244 : 849673 : if (ptr1->x_param_tracer_max_code_growth != ptr2->x_param_tracer_max_code_growth)
15245 : 0 : internal_error ("%<global_options%> are modified in local context");
15246 : 849673 : if (ptr1->x_param_tracer_min_branch_probability_feedback != ptr2->x_param_tracer_min_branch_probability_feedback)
15247 : 0 : internal_error ("%<global_options%> are modified in local context");
15248 : 849673 : if (ptr1->x_param_tracer_min_branch_probability != ptr2->x_param_tracer_min_branch_probability)
15249 : 0 : internal_error ("%<global_options%> are modified in local context");
15250 : 849673 : if (ptr1->x_param_tracer_min_branch_ratio != ptr2->x_param_tracer_min_branch_ratio)
15251 : 0 : internal_error ("%<global_options%> are modified in local context");
15252 : 849673 : if (ptr1->x_param_transitive_relations_work_bound != ptr2->x_param_transitive_relations_work_bound)
15253 : 0 : internal_error ("%<global_options%> are modified in local context");
15254 : 849673 : if (ptr1->x_param_tree_reassoc_width != ptr2->x_param_tree_reassoc_width)
15255 : 0 : internal_error ("%<global_options%> are modified in local context");
15256 : 849673 : if (ptr1->x_param_tsan_distinguish_volatile != ptr2->x_param_tsan_distinguish_volatile)
15257 : 0 : internal_error ("%<global_options%> are modified in local context");
15258 : 849673 : if (ptr1->x_param_tsan_instrument_func_entry_exit != ptr2->x_param_tsan_instrument_func_entry_exit)
15259 : 0 : internal_error ("%<global_options%> are modified in local context");
15260 : 849673 : if (ptr1->x_param_uninit_control_dep_attempts != ptr2->x_param_uninit_control_dep_attempts)
15261 : 0 : internal_error ("%<global_options%> are modified in local context");
15262 : 849673 : if (ptr1->x_param_uninit_max_chain_len != ptr2->x_param_uninit_max_chain_len)
15263 : 0 : internal_error ("%<global_options%> are modified in local context");
15264 : 849673 : if (ptr1->x_param_uninit_max_num_chains != ptr2->x_param_uninit_max_num_chains)
15265 : 0 : internal_error ("%<global_options%> are modified in local context");
15266 : 849673 : if (ptr1->x_param_uninit_max_prune_work != ptr2->x_param_uninit_max_prune_work)
15267 : 0 : internal_error ("%<global_options%> are modified in local context");
15268 : 849673 : if (ptr1->x_param_uninlined_function_insns != ptr2->x_param_uninlined_function_insns)
15269 : 0 : internal_error ("%<global_options%> are modified in local context");
15270 : 849673 : if (ptr1->x_param_uninlined_function_time != ptr2->x_param_uninlined_function_time)
15271 : 0 : internal_error ("%<global_options%> are modified in local context");
15272 : 849673 : if (ptr1->x_param_uninlined_function_thunk_insns != ptr2->x_param_uninlined_function_thunk_insns)
15273 : 0 : internal_error ("%<global_options%> are modified in local context");
15274 : 849673 : if (ptr1->x_param_uninlined_function_thunk_time != ptr2->x_param_uninlined_function_thunk_time)
15275 : 0 : internal_error ("%<global_options%> are modified in local context");
15276 : 849673 : if (ptr1->x_param_unlikely_bb_count_fraction != ptr2->x_param_unlikely_bb_count_fraction)
15277 : 0 : internal_error ("%<global_options%> are modified in local context");
15278 : 849673 : if (ptr1->x_param_unroll_jam_max_unroll != ptr2->x_param_unroll_jam_max_unroll)
15279 : 0 : internal_error ("%<global_options%> are modified in local context");
15280 : 849673 : if (ptr1->x_param_unroll_jam_min_percent != ptr2->x_param_unroll_jam_min_percent)
15281 : 0 : internal_error ("%<global_options%> are modified in local context");
15282 : 849673 : if (ptr1->x_param_use_after_scope_direct_emission_threshold != ptr2->x_param_use_after_scope_direct_emission_threshold)
15283 : 0 : internal_error ("%<global_options%> are modified in local context");
15284 : 849673 : if (ptr1->x_param_use_canonical_types != ptr2->x_param_use_canonical_types)
15285 : 0 : internal_error ("%<global_options%> are modified in local context");
15286 : 849673 : if (ptr1->x_param_vect_induction_float != ptr2->x_param_vect_induction_float)
15287 : 0 : internal_error ("%<global_options%> are modified in local context");
15288 : 849673 : if (ptr1->x_param_vect_max_layout_candidates != ptr2->x_param_vect_max_layout_candidates)
15289 : 0 : internal_error ("%<global_options%> are modified in local context");
15290 : 849673 : if (ptr1->x_param_vect_max_peeling_for_alignment != ptr2->x_param_vect_max_peeling_for_alignment)
15291 : 0 : internal_error ("%<global_options%> are modified in local context");
15292 : 849673 : if (ptr1->x_param_vect_max_version_for_alias_checks != ptr2->x_param_vect_max_version_for_alias_checks)
15293 : 0 : internal_error ("%<global_options%> are modified in local context");
15294 : 849673 : if (ptr1->x_param_vect_max_version_for_alignment_checks != ptr2->x_param_vect_max_version_for_alignment_checks)
15295 : 0 : internal_error ("%<global_options%> are modified in local context");
15296 : 849673 : if (ptr1->x_param_vect_scalar_cost_multiplier != ptr2->x_param_vect_scalar_cost_multiplier)
15297 : 0 : internal_error ("%<global_options%> are modified in local context");
15298 : 849673 : if (ptr1->x_param_vrp_block_limit != ptr2->x_param_vrp_block_limit)
15299 : 0 : internal_error ("%<global_options%> are modified in local context");
15300 : 849673 : if (ptr1->x_param_vrp_sparse_threshold != ptr2->x_param_vrp_sparse_threshold)
15301 : 0 : internal_error ("%<global_options%> are modified in local context");
15302 : 849673 : if (ptr1->x_param_vrp_switch_limit != ptr2->x_param_vrp_switch_limit)
15303 : 0 : internal_error ("%<global_options%> are modified in local context");
15304 : 849673 : if (ptr1->x_param_vrp_vector_threshold != ptr2->x_param_vrp_vector_threshold)
15305 : 0 : internal_error ("%<global_options%> are modified in local context");
15306 : 849673 : if (ptr1->x_x86_stlf_window_ninsns != ptr2->x_x86_stlf_window_ninsns)
15307 : 0 : internal_error ("%<global_options%> are modified in local context");
15308 : 849673 : if (ptr1->x_x86_stv_max_visits != ptr2->x_x86_stv_max_visits)
15309 : 0 : internal_error ("%<global_options%> are modified in local context");
15310 : 849673 : if (ptr1->x_flag_preprocess_only != ptr2->x_flag_preprocess_only)
15311 : 0 : internal_error ("%<global_options%> are modified in local context");
15312 : 849673 : if (ptr1->x_warnings_are_errors != ptr2->x_warnings_are_errors)
15313 : 0 : internal_error ("%<global_options%> are modified in local context");
15314 : 849673 : if (ptr1->x_flag_fatal_errors != ptr2->x_flag_fatal_errors)
15315 : 0 : internal_error ("%<global_options%> are modified in local context");
15316 : 849673 : if (ptr1->x_flag_warn_frontend_loop_interchange != ptr2->x_flag_warn_frontend_loop_interchange)
15317 : 0 : internal_error ("%<global_options%> are modified in local context");
15318 : 849673 : if (ptr1->x_warn_unknown_pragmas != ptr2->x_warn_unknown_pragmas)
15319 : 0 : internal_error ("%<global_options%> are modified in local context");
15320 : 849673 : if (ptr1->x_aux_info_file_name != ptr2->x_aux_info_file_name)
15321 : 0 : internal_error ("%<global_options%> are modified in local context");
15322 : 849673 : if (ptr1->x_flag_dump_callgraph != ptr2->x_flag_dump_callgraph)
15323 : 0 : internal_error ("%<global_options%> are modified in local context");
15324 : 849673 : if (ptr1->x_cobol_copyext != ptr2->x_cobol_copyext)
15325 : 0 : internal_error ("%<global_options%> are modified in local context");
15326 : 849673 : if (ptr1->x_flag_lto_dump_defined != ptr2->x_flag_lto_dump_defined)
15327 : 0 : internal_error ("%<global_options%> are modified in local context");
15328 : 849673 : if (ptr1->x_flag_lto_dump_demangle != ptr2->x_flag_lto_dump_demangle)
15329 : 0 : internal_error ("%<global_options%> are modified in local context");
15330 : 849673 : if (ptr1->x_cobol_dialect != ptr2->x_cobol_dialect)
15331 : 0 : internal_error ("%<global_options%> are modified in local context");
15332 : 849673 : if (ptr1->x_flag_dump_body != ptr2->x_flag_dump_body)
15333 : 0 : internal_error ("%<global_options%> are modified in local context");
15334 : 849673 : if (ptr1->x_flag_dump_level != ptr2->x_flag_dump_level)
15335 : 0 : internal_error ("%<global_options%> are modified in local context");
15336 : 849673 : if (ptr1->x_dump_base_name != ptr2->x_dump_base_name)
15337 : 0 : internal_error ("%<global_options%> are modified in local context");
15338 : 849673 : if (ptr1->x_dump_base_ext != ptr2->x_dump_base_ext)
15339 : 0 : internal_error ("%<global_options%> are modified in local context");
15340 : 849673 : if (ptr1->x_dump_dir_name != ptr2->x_dump_dir_name)
15341 : 0 : internal_error ("%<global_options%> are modified in local context");
15342 : 849673 : if (ptr1->x_flag_pic != ptr2->x_flag_pic)
15343 : 0 : internal_error ("%<global_options%> are modified in local context");
15344 : 849673 : if (ptr1->x_flag_pie != ptr2->x_flag_pie)
15345 : 0 : internal_error ("%<global_options%> are modified in local context");
15346 : 849673 : if (ptr1->x_flag_abi_compat_version != ptr2->x_flag_abi_compat_version)
15347 : 0 : internal_error ("%<global_options%> are modified in local context");
15348 : 849673 : if (ptr1->x_flag_abi_version != ptr2->x_flag_abi_version)
15349 : 0 : internal_error ("%<global_options%> are modified in local context");
15350 : 849673 : if (ptr1->x_flag_access_control != ptr2->x_flag_access_control)
15351 : 0 : internal_error ("%<global_options%> are modified in local context");
15352 : 849673 : if (ptr1->x_ada_specs_parent != ptr2->x_ada_specs_parent)
15353 : 0 : internal_error ("%<global_options%> are modified in local context");
15354 : 849673 : if (ptr1->x_flag_aggressive_function_elimination != ptr2->x_flag_aggressive_function_elimination)
15355 : 0 : internal_error ("%<global_options%> are modified in local context");
15356 : 849673 : if (ptr1->x_flag_aggressive_loop_optimizations != ptr2->x_flag_aggressive_loop_optimizations)
15357 : 0 : internal_error ("%<global_options%> are modified in local context");
15358 : 849673 : if (ptr1->x_flag_align_commons != ptr2->x_flag_align_commons)
15359 : 0 : internal_error ("%<global_options%> are modified in local context");
15360 : 849673 : if (ptr1->x_flag_align_functions != ptr2->x_flag_align_functions)
15361 : 0 : internal_error ("%<global_options%> are modified in local context");
15362 : 849673 : if (ptr1->x_str_align_functions != ptr2->x_str_align_functions
15363 : 0 : && (!ptr1->x_str_align_functions || !ptr2->x_str_align_functions
15364 : 0 : || strcmp (ptr1->x_str_align_functions, ptr2->x_str_align_functions)))
15365 : 0 : internal_error ("%<global_options%> are modified in local context");
15366 : 849673 : if (ptr1->x_flag_align_jumps != ptr2->x_flag_align_jumps)
15367 : 0 : internal_error ("%<global_options%> are modified in local context");
15368 : 849673 : if (ptr1->x_str_align_jumps != ptr2->x_str_align_jumps
15369 : 0 : && (!ptr1->x_str_align_jumps || !ptr2->x_str_align_jumps
15370 : 0 : || strcmp (ptr1->x_str_align_jumps, ptr2->x_str_align_jumps)))
15371 : 0 : internal_error ("%<global_options%> are modified in local context");
15372 : 849673 : if (ptr1->x_flag_align_labels != ptr2->x_flag_align_labels)
15373 : 0 : internal_error ("%<global_options%> are modified in local context");
15374 : 849673 : if (ptr1->x_str_align_labels != ptr2->x_str_align_labels
15375 : 0 : && (!ptr1->x_str_align_labels || !ptr2->x_str_align_labels
15376 : 0 : || strcmp (ptr1->x_str_align_labels, ptr2->x_str_align_labels)))
15377 : 0 : internal_error ("%<global_options%> are modified in local context");
15378 : 849673 : if (ptr1->x_flag_align_loops != ptr2->x_flag_align_loops)
15379 : 0 : internal_error ("%<global_options%> are modified in local context");
15380 : 849673 : if (ptr1->x_str_align_loops != ptr2->x_str_align_loops
15381 : 0 : && (!ptr1->x_str_align_loops || !ptr2->x_str_align_loops
15382 : 0 : || strcmp (ptr1->x_str_align_loops, ptr2->x_str_align_loops)))
15383 : 0 : internal_error ("%<global_options%> are modified in local context");
15384 : 849673 : if (ptr1->x_aligned_new_threshold != ptr2->x_aligned_new_threshold)
15385 : 0 : internal_error ("%<global_options%> are modified in local context");
15386 : 849673 : if (ptr1->x_flag_all_intrinsics != ptr2->x_flag_all_intrinsics)
15387 : 0 : internal_error ("%<global_options%> are modified in local context");
15388 : 849673 : if (ptr1->x_flag_allocation_dce != ptr2->x_flag_allocation_dce)
15389 : 0 : internal_error ("%<global_options%> are modified in local context");
15390 : 849673 : if (ptr1->x_flag_allow_argument_mismatch != ptr2->x_flag_allow_argument_mismatch)
15391 : 0 : internal_error ("%<global_options%> are modified in local context");
15392 : 849673 : if (ptr1->x_flag_allow_invalid_boz != ptr2->x_flag_allow_invalid_boz)
15393 : 0 : internal_error ("%<global_options%> are modified in local context");
15394 : 849673 : if (ptr1->x_flag_allow_leading_underscore != ptr2->x_flag_allow_leading_underscore)
15395 : 0 : internal_error ("%<global_options%> are modified in local context");
15396 : 849673 : if (ptr1->x_flag_store_data_races != ptr2->x_flag_store_data_races)
15397 : 0 : internal_error ("%<global_options%> are modified in local context");
15398 : 849673 : if (ptr1->x_flag_analyzer != ptr2->x_flag_analyzer)
15399 : 0 : internal_error ("%<global_options%> are modified in local context");
15400 : 849673 : if (ptr1->x_flag_analyzer_call_summaries != ptr2->x_flag_analyzer_call_summaries)
15401 : 0 : internal_error ("%<global_options%> are modified in local context");
15402 : 849673 : if (ptr1->x_flag_analyzer_checker != ptr2->x_flag_analyzer_checker)
15403 : 0 : internal_error ("%<global_options%> are modified in local context");
15404 : 849673 : if (ptr1->x_flag_analyzer_debug_text_art != ptr2->x_flag_analyzer_debug_text_art)
15405 : 0 : internal_error ("%<global_options%> are modified in local context");
15406 : 849673 : if (ptr1->x_flag_analyzer_feasibility != ptr2->x_flag_analyzer_feasibility)
15407 : 0 : internal_error ("%<global_options%> are modified in local context");
15408 : 849673 : if (ptr1->x_flag_analyzer_fine_grained != ptr2->x_flag_analyzer_fine_grained)
15409 : 0 : internal_error ("%<global_options%> are modified in local context");
15410 : 849673 : if (ptr1->x_flag_analyzer_show_duplicate_count != ptr2->x_flag_analyzer_show_duplicate_count)
15411 : 0 : internal_error ("%<global_options%> are modified in local context");
15412 : 849673 : if (ptr1->x_flag_analyzer_show_events_in_system_headers != ptr2->x_flag_analyzer_show_events_in_system_headers)
15413 : 0 : internal_error ("%<global_options%> are modified in local context");
15414 : 849673 : if (ptr1->x_flag_analyzer_state_merge != ptr2->x_flag_analyzer_state_merge)
15415 : 0 : internal_error ("%<global_options%> are modified in local context");
15416 : 849673 : if (ptr1->x_flag_analyzer_state_purge != ptr2->x_flag_analyzer_state_purge)
15417 : 0 : internal_error ("%<global_options%> are modified in local context");
15418 : 849673 : if (ptr1->x_flag_analyzer_suppress_followups != ptr2->x_flag_analyzer_suppress_followups)
15419 : 0 : internal_error ("%<global_options%> are modified in local context");
15420 : 849673 : if (ptr1->x_flag_analyzer_transitivity != ptr2->x_flag_analyzer_transitivity)
15421 : 0 : internal_error ("%<global_options%> are modified in local context");
15422 : 849673 : if (ptr1->x_flag_analyzer_undo_inlining != ptr2->x_flag_analyzer_undo_inlining)
15423 : 0 : internal_error ("%<global_options%> are modified in local context");
15424 : 849673 : if (ptr1->x_flag_analyzer_verbose_edges != ptr2->x_flag_analyzer_verbose_edges)
15425 : 0 : internal_error ("%<global_options%> are modified in local context");
15426 : 849673 : if (ptr1->x_flag_analyzer_verbose_state_changes != ptr2->x_flag_analyzer_verbose_state_changes)
15427 : 0 : internal_error ("%<global_options%> are modified in local context");
15428 : 849673 : if (ptr1->x_analyzer_verbosity != ptr2->x_analyzer_verbosity)
15429 : 0 : internal_error ("%<global_options%> are modified in local context");
15430 : 849673 : if (ptr1->x_common_deferred_options != ptr2->x_common_deferred_options)
15431 : 0 : internal_error ("%<global_options%> are modified in local context");
15432 : 849673 : if (ptr1->x_flag_no_asm != ptr2->x_flag_no_asm)
15433 : 0 : internal_error ("%<global_options%> are modified in local context");
15434 : 849673 : if (ptr1->x_flag_assert != ptr2->x_flag_assert)
15435 : 0 : internal_error ("%<global_options%> are modified in local context");
15436 : 849673 : if (ptr1->x_flag_associative_math != ptr2->x_flag_associative_math)
15437 : 0 : internal_error ("%<global_options%> are modified in local context");
15438 : 849673 : if (ptr1->x_flag_assume_sane_operators_new_delete != ptr2->x_flag_assume_sane_operators_new_delete)
15439 : 0 : internal_error ("%<global_options%> are modified in local context");
15440 : 849673 : if (ptr1->x_flag_asynchronous_unwind_tables != ptr2->x_flag_asynchronous_unwind_tables)
15441 : 0 : internal_error ("%<global_options%> are modified in local context");
15442 : 849673 : if (ptr1->x_flag_auto_inc_dec != ptr2->x_flag_auto_inc_dec)
15443 : 0 : internal_error ("%<global_options%> are modified in local context");
15444 : 849673 : if (ptr1->x_flag_auto_profile != ptr2->x_flag_auto_profile)
15445 : 0 : internal_error ("%<global_options%> are modified in local context");
15446 : 849673 : if (ptr1->x_flag_auto_profile_inlining != ptr2->x_flag_auto_profile_inlining)
15447 : 0 : internal_error ("%<global_options%> are modified in local context");
15448 : 849673 : if (ptr1->x_auto_profile_file != ptr2->x_auto_profile_file)
15449 : 0 : internal_error ("%<global_options%> are modified in local context");
15450 : 849673 : if (ptr1->x_flag_automatic != ptr2->x_flag_automatic)
15451 : 0 : internal_error ("%<global_options%> are modified in local context");
15452 : 849673 : if (ptr1->x_flag_avoid_store_forwarding != ptr2->x_flag_avoid_store_forwarding)
15453 : 0 : internal_error ("%<global_options%> are modified in local context");
15454 : 849673 : if (ptr1->x_flag_backslash != ptr2->x_flag_backslash)
15455 : 0 : internal_error ("%<global_options%> are modified in local context");
15456 : 849673 : if (ptr1->x_flag_backtrace != ptr2->x_flag_backtrace)
15457 : 0 : internal_error ("%<global_options%> are modified in local context");
15458 : 849673 : if (ptr1->x_flag_bit_tests != ptr2->x_flag_bit_tests)
15459 : 0 : internal_error ("%<global_options%> are modified in local context");
15460 : 849673 : if (ptr1->x_flag_blas_matmul_limit != ptr2->x_flag_blas_matmul_limit)
15461 : 0 : internal_error ("%<global_options%> are modified in local context");
15462 : 849673 : if (ptr1->x_flag_bounds_check != ptr2->x_flag_bounds_check)
15463 : 0 : internal_error ("%<global_options%> are modified in local context");
15464 : 849673 : if (ptr1->x_flag_branch_on_count_reg != ptr2->x_flag_branch_on_count_reg)
15465 : 0 : internal_error ("%<global_options%> are modified in local context");
15466 : 849673 : if (ptr1->x_flag_branch_probabilities != ptr2->x_flag_branch_probabilities)
15467 : 0 : internal_error ("%<global_options%> are modified in local context");
15468 : 849673 : if (ptr1->x_flag_building_libgcc != ptr2->x_flag_building_libgcc)
15469 : 0 : internal_error ("%<global_options%> are modified in local context");
15470 : 849673 : if (ptr1->x_flag_building_libgfortran != ptr2->x_flag_building_libgfortran)
15471 : 0 : internal_error ("%<global_options%> are modified in local context");
15472 : 849673 : if (ptr1->x_flag_building_libphobos_tests != ptr2->x_flag_building_libphobos_tests)
15473 : 0 : internal_error ("%<global_options%> are modified in local context");
15474 : 849673 : if (ptr1->x_flag_no_builtin != ptr2->x_flag_no_builtin)
15475 : 0 : internal_error ("%<global_options%> are modified in local context");
15476 : 849673 : if (ptr1->x_flag_c_prototypes != ptr2->x_flag_c_prototypes)
15477 : 0 : internal_error ("%<global_options%> are modified in local context");
15478 : 849673 : if (ptr1->x_flag_c_prototypes_external != ptr2->x_flag_c_prototypes_external)
15479 : 0 : internal_error ("%<global_options%> are modified in local context");
15480 : 849673 : if (ptr1->x_flag_caller_saves != ptr2->x_flag_caller_saves)
15481 : 0 : internal_error ("%<global_options%> are modified in local context");
15482 : 849673 : if (ptr1->x_flag_callgraph_info != ptr2->x_flag_callgraph_info)
15483 : 0 : internal_error ("%<global_options%> are modified in local context");
15484 : 849673 : if (ptr1->x_flag_cf_protection != ptr2->x_flag_cf_protection)
15485 : 0 : internal_error ("%<global_options%> are modified in local context");
15486 : 849673 : if (ptr1->x_flag_char8_t != ptr2->x_flag_char8_t)
15487 : 0 : internal_error ("%<global_options%> are modified in local context");
15488 : 849673 : if (ptr1->x_flag_check_new != ptr2->x_flag_check_new)
15489 : 0 : internal_error ("%<global_options%> are modified in local context");
15490 : 849673 : if (ptr1->x_flag_check_action != ptr2->x_flag_check_action)
15491 : 0 : internal_error ("%<global_options%> are modified in local context");
15492 : 849673 : if (ptr1->x_flag_checking != ptr2->x_flag_checking)
15493 : 0 : internal_error ("%<global_options%> are modified in local context");
15494 : 849673 : if (ptr1->x_flag_coarray != ptr2->x_flag_coarray)
15495 : 0 : internal_error ("%<global_options%> are modified in local context");
15496 : 849673 : if (ptr1->x_cobol_exceptions != ptr2->x_cobol_exceptions)
15497 : 0 : internal_error ("%<global_options%> are modified in local context");
15498 : 849673 : if (ptr1->x_flag_code_hoisting != ptr2->x_flag_code_hoisting)
15499 : 0 : internal_error ("%<global_options%> are modified in local context");
15500 : 849673 : if (ptr1->x_flag_combine_stack_adjustments != ptr2->x_flag_combine_stack_adjustments)
15501 : 0 : internal_error ("%<global_options%> are modified in local context");
15502 : 849673 : if (ptr1->x_flag_no_common != ptr2->x_flag_no_common)
15503 : 0 : internal_error ("%<global_options%> are modified in local context");
15504 : 849673 : if (ptr1->x_flag_compare_debug != ptr2->x_flag_compare_debug)
15505 : 0 : internal_error ("%<global_options%> are modified in local context");
15506 : 849673 : if (ptr1->x_flag_compare_debug_opt != ptr2->x_flag_compare_debug_opt)
15507 : 0 : internal_error ("%<global_options%> are modified in local context");
15508 : 849673 : if (ptr1->x_flag_compare_elim_after_reload != ptr2->x_flag_compare_elim_after_reload)
15509 : 0 : internal_error ("%<global_options%> are modified in local context");
15510 : 849673 : if (ptr1->x_flag_concepts != ptr2->x_flag_concepts)
15511 : 0 : internal_error ("%<global_options%> are modified in local context");
15512 : 849673 : if (ptr1->x_concepts_diagnostics_max_depth != ptr2->x_concepts_diagnostics_max_depth)
15513 : 0 : internal_error ("%<global_options%> are modified in local context");
15514 : 849673 : if (ptr1->x_condition_coverage_flag != ptr2->x_condition_coverage_flag)
15515 : 0 : internal_error ("%<global_options%> are modified in local context");
15516 : 849673 : if (ptr1->x_flag_conserve_stack != ptr2->x_flag_conserve_stack)
15517 : 0 : internal_error ("%<global_options%> are modified in local context");
15518 : 849673 : if (ptr1->x_constexpr_cache_depth != ptr2->x_constexpr_cache_depth)
15519 : 0 : internal_error ("%<global_options%> are modified in local context");
15520 : 849673 : if (ptr1->x_max_constexpr_depth != ptr2->x_max_constexpr_depth)
15521 : 0 : internal_error ("%<global_options%> are modified in local context");
15522 : 849673 : if (ptr1->x_flag_constexpr_fp_except != ptr2->x_flag_constexpr_fp_except)
15523 : 0 : internal_error ("%<global_options%> are modified in local context");
15524 : 849673 : if (ptr1->x_constexpr_loop_limit != ptr2->x_constexpr_loop_limit)
15525 : 0 : internal_error ("%<global_options%> are modified in local context");
15526 : 849673 : if (ptr1->x_constexpr_ops_limit != ptr2->x_constexpr_ops_limit)
15527 : 0 : internal_error ("%<global_options%> are modified in local context");
15528 : 849673 : if (ptr1->x_flag_contract_mode != ptr2->x_flag_contract_mode)
15529 : 0 : internal_error ("%<global_options%> are modified in local context");
15530 : 849673 : if (ptr1->x_flag_contract_strict_declarations != ptr2->x_flag_contract_strict_declarations)
15531 : 0 : internal_error ("%<global_options%> are modified in local context");
15532 : 849673 : if (ptr1->x_flag_contracts != ptr2->x_flag_contracts)
15533 : 0 : internal_error ("%<global_options%> are modified in local context");
15534 : 849673 : if (ptr1->x_flag_convert != ptr2->x_flag_convert)
15535 : 0 : internal_error ("%<global_options%> are modified in local context");
15536 : 849673 : if (ptr1->x_flag_coroutines != ptr2->x_flag_coroutines)
15537 : 0 : internal_error ("%<global_options%> are modified in local context");
15538 : 849673 : if (ptr1->x_flag_cprop_registers != ptr2->x_flag_cprop_registers)
15539 : 0 : internal_error ("%<global_options%> are modified in local context");
15540 : 849673 : if (ptr1->x_flag_cray_pointer != ptr2->x_flag_cray_pointer)
15541 : 0 : internal_error ("%<global_options%> are modified in local context");
15542 : 849673 : if (ptr1->x_flag_crossjumping != ptr2->x_flag_crossjumping)
15543 : 0 : internal_error ("%<global_options%> are modified in local context");
15544 : 849673 : if (ptr1->x_flag_cse_follow_jumps != ptr2->x_flag_cse_follow_jumps)
15545 : 0 : internal_error ("%<global_options%> are modified in local context");
15546 : 849673 : if (ptr1->x_flag_complex_method != ptr2->x_flag_complex_method)
15547 : 0 : internal_error ("%<global_options%> are modified in local context");
15548 : 849673 : if (ptr1->x_flag_data_sections != ptr2->x_flag_data_sections)
15549 : 0 : internal_error ("%<global_options%> are modified in local context");
15550 : 849673 : if (ptr1->x_flag_dbg_cnt_list != ptr2->x_flag_dbg_cnt_list)
15551 : 0 : internal_error ("%<global_options%> are modified in local context");
15552 : 849673 : if (ptr1->x_flag_dce != ptr2->x_flag_dce)
15553 : 0 : internal_error ("%<global_options%> are modified in local context");
15554 : 849673 : if (ptr1->x_flag_debug_aux_vars != ptr2->x_flag_debug_aux_vars)
15555 : 0 : internal_error ("%<global_options%> are modified in local context");
15556 : 849673 : if (ptr1->x_flag_debug_types_section != ptr2->x_flag_debug_types_section)
15557 : 0 : internal_error ("%<global_options%> are modified in local context");
15558 : 849673 : if (ptr1->x_flag_dec != ptr2->x_flag_dec)
15559 : 0 : internal_error ("%<global_options%> are modified in local context");
15560 : 849673 : if (ptr1->x_flag_dec_blank_format_item != ptr2->x_flag_dec_blank_format_item)
15561 : 0 : internal_error ("%<global_options%> are modified in local context");
15562 : 849673 : if (ptr1->x_flag_dec_char_conversions != ptr2->x_flag_dec_char_conversions)
15563 : 0 : internal_error ("%<global_options%> are modified in local context");
15564 : 849673 : if (ptr1->x_flag_dec_format_defaults != ptr2->x_flag_dec_format_defaults)
15565 : 0 : internal_error ("%<global_options%> are modified in local context");
15566 : 849673 : if (ptr1->x_flag_dec_include != ptr2->x_flag_dec_include)
15567 : 0 : internal_error ("%<global_options%> are modified in local context");
15568 : 849673 : if (ptr1->x_flag_dec_intrinsic_ints != ptr2->x_flag_dec_intrinsic_ints)
15569 : 0 : internal_error ("%<global_options%> are modified in local context");
15570 : 849673 : if (ptr1->x_flag_dec_math != ptr2->x_flag_dec_math)
15571 : 0 : internal_error ("%<global_options%> are modified in local context");
15572 : 849673 : if (ptr1->x_flag_dec_static != ptr2->x_flag_dec_static)
15573 : 0 : internal_error ("%<global_options%> are modified in local context");
15574 : 849673 : if (ptr1->x_flag_dec_structure != ptr2->x_flag_dec_structure)
15575 : 0 : internal_error ("%<global_options%> are modified in local context");
15576 : 849673 : if (ptr1->x_flag_declone_ctor_dtor != ptr2->x_flag_declone_ctor_dtor)
15577 : 0 : internal_error ("%<global_options%> are modified in local context");
15578 : 849673 : if (ptr1->x_flag_default_double != ptr2->x_flag_default_double)
15579 : 0 : internal_error ("%<global_options%> are modified in local context");
15580 : 849673 : if (ptr1->x_flag_default_integer != ptr2->x_flag_default_integer)
15581 : 0 : internal_error ("%<global_options%> are modified in local context");
15582 : 849673 : if (ptr1->x_flag_default_real_10 != ptr2->x_flag_default_real_10)
15583 : 0 : internal_error ("%<global_options%> are modified in local context");
15584 : 849673 : if (ptr1->x_flag_default_real_16 != ptr2->x_flag_default_real_16)
15585 : 0 : internal_error ("%<global_options%> are modified in local context");
15586 : 849673 : if (ptr1->x_flag_default_real_8 != ptr2->x_flag_default_real_8)
15587 : 0 : internal_error ("%<global_options%> are modified in local context");
15588 : 849673 : if (ptr1->x_cobol_default_byte != ptr2->x_cobol_default_byte)
15589 : 0 : internal_error ("%<global_options%> are modified in local context");
15590 : 849673 : if (ptr1->x_flag_defer_pop != ptr2->x_flag_defer_pop)
15591 : 0 : internal_error ("%<global_options%> are modified in local context");
15592 : 849673 : if (ptr1->x_flag_delayed_branch != ptr2->x_flag_delayed_branch)
15593 : 0 : internal_error ("%<global_options%> are modified in local context");
15594 : 849673 : if (ptr1->x_flag_delete_dead_exceptions != ptr2->x_flag_delete_dead_exceptions)
15595 : 0 : internal_error ("%<global_options%> are modified in local context");
15596 : 849673 : if (ptr1->x_flag_delete_null_pointer_checks != ptr2->x_flag_delete_null_pointer_checks)
15597 : 0 : internal_error ("%<global_options%> are modified in local context");
15598 : 849673 : if (ptr1->x_flag_dep_fusion != ptr2->x_flag_dep_fusion)
15599 : 0 : internal_error ("%<global_options%> are modified in local context");
15600 : 849673 : if (ptr1->x_flag_devirtualize != ptr2->x_flag_devirtualize)
15601 : 0 : internal_error ("%<global_options%> are modified in local context");
15602 : 849673 : if (ptr1->x_flag_ltrans_devirtualize != ptr2->x_flag_ltrans_devirtualize)
15603 : 0 : internal_error ("%<global_options%> are modified in local context");
15604 : 849673 : if (ptr1->x_flag_devirtualize_speculatively != ptr2->x_flag_devirtualize_speculatively)
15605 : 0 : internal_error ("%<global_options%> are modified in local context");
15606 : 849673 : if (ptr1->x_flag_diagnostics_all_candidates != ptr2->x_flag_diagnostics_all_candidates)
15607 : 0 : internal_error ("%<global_options%> are modified in local context");
15608 : 849673 : if (ptr1->x_flag_diagnostics_show_color != ptr2->x_flag_diagnostics_show_color)
15609 : 0 : internal_error ("%<global_options%> are modified in local context");
15610 : 849673 : if (ptr1->x_flag_diagnostics_generate_patch != ptr2->x_flag_diagnostics_generate_patch)
15611 : 0 : internal_error ("%<global_options%> are modified in local context");
15612 : 849673 : if (ptr1->x_flag_diagnostics_json_formatting != ptr2->x_flag_diagnostics_json_formatting)
15613 : 0 : internal_error ("%<global_options%> are modified in local context");
15614 : 849673 : if (ptr1->x_diagnostics_minimum_margin_width != ptr2->x_diagnostics_minimum_margin_width)
15615 : 0 : internal_error ("%<global_options%> are modified in local context");
15616 : 849673 : if (ptr1->x_flag_diagnostics_parseable_fixits != ptr2->x_flag_diagnostics_parseable_fixits)
15617 : 0 : internal_error ("%<global_options%> are modified in local context");
15618 : 849673 : if (ptr1->x_flag_diagnostics_path_format != ptr2->x_flag_diagnostics_path_format)
15619 : 0 : internal_error ("%<global_options%> are modified in local context");
15620 : 849673 : if (ptr1->x_flag_diagnostics_show_caret != ptr2->x_flag_diagnostics_show_caret)
15621 : 0 : internal_error ("%<global_options%> are modified in local context");
15622 : 849673 : if (ptr1->x_flag_diagnostics_show_context != ptr2->x_flag_diagnostics_show_context)
15623 : 0 : internal_error ("%<global_options%> are modified in local context");
15624 : 849673 : if (ptr1->x_flag_diagnostics_show_cwe != ptr2->x_flag_diagnostics_show_cwe)
15625 : 0 : internal_error ("%<global_options%> are modified in local context");
15626 : 849673 : if (ptr1->x_flag_diagnostics_show_event_links != ptr2->x_flag_diagnostics_show_event_links)
15627 : 0 : internal_error ("%<global_options%> are modified in local context");
15628 : 849673 : if (ptr1->x_flag_diagnostics_show_highlight_colors != ptr2->x_flag_diagnostics_show_highlight_colors)
15629 : 0 : internal_error ("%<global_options%> are modified in local context");
15630 : 849673 : if (ptr1->x_flag_diagnostics_show_labels != ptr2->x_flag_diagnostics_show_labels)
15631 : 0 : internal_error ("%<global_options%> are modified in local context");
15632 : 849673 : if (ptr1->x_flag_diagnostics_show_line_numbers != ptr2->x_flag_diagnostics_show_line_numbers)
15633 : 0 : internal_error ("%<global_options%> are modified in local context");
15634 : 849673 : if (ptr1->x_flag_diagnostics_show_nesting != ptr2->x_flag_diagnostics_show_nesting)
15635 : 0 : internal_error ("%<global_options%> are modified in local context");
15636 : 849673 : if (ptr1->x_flag_diagnostics_show_nesting_levels != ptr2->x_flag_diagnostics_show_nesting_levels)
15637 : 0 : internal_error ("%<global_options%> are modified in local context");
15638 : 849673 : if (ptr1->x_flag_diagnostics_show_nesting_locations != ptr2->x_flag_diagnostics_show_nesting_locations)
15639 : 0 : internal_error ("%<global_options%> are modified in local context");
15640 : 849673 : if (ptr1->x_flag_diagnostics_show_option != ptr2->x_flag_diagnostics_show_option)
15641 : 0 : internal_error ("%<global_options%> are modified in local context");
15642 : 849673 : if (ptr1->x_flag_diagnostics_show_path_depths != ptr2->x_flag_diagnostics_show_path_depths)
15643 : 0 : internal_error ("%<global_options%> are modified in local context");
15644 : 849673 : if (ptr1->x_flag_diagnostics_show_rules != ptr2->x_flag_diagnostics_show_rules)
15645 : 0 : internal_error ("%<global_options%> are modified in local context");
15646 : 849673 : if (ptr1->x_flag_diagnostics_show_template_tree != ptr2->x_flag_diagnostics_show_template_tree)
15647 : 0 : internal_error ("%<global_options%> are modified in local context");
15648 : 849673 : if (ptr1->x_flag_diagnostics_text_art_charset != ptr2->x_flag_diagnostics_text_art_charset)
15649 : 0 : internal_error ("%<global_options%> are modified in local context");
15650 : 849673 : if (ptr1->x_flag_diagnostics_show_urls != ptr2->x_flag_diagnostics_show_urls)
15651 : 0 : internal_error ("%<global_options%> are modified in local context");
15652 : 849673 : if (ptr1->x_flag_dollar_ok != ptr2->x_flag_dollar_ok)
15653 : 0 : internal_error ("%<global_options%> are modified in local context");
15654 : 849673 : if (ptr1->x_flag_dse != ptr2->x_flag_dse)
15655 : 0 : internal_error ("%<global_options%> are modified in local context");
15656 : 849673 : if (ptr1->x_flag_dump_ada_spec != ptr2->x_flag_dump_ada_spec)
15657 : 0 : internal_error ("%<global_options%> are modified in local context");
15658 : 849673 : if (ptr1->x_flag_dump_ada_spec_slim != ptr2->x_flag_dump_ada_spec_slim)
15659 : 0 : internal_error ("%<global_options%> are modified in local context");
15660 : 849673 : if (ptr1->x_flag_dump_analyzer != ptr2->x_flag_dump_analyzer)
15661 : 0 : internal_error ("%<global_options%> are modified in local context");
15662 : 849673 : if (ptr1->x_flag_dump_analyzer_callgraph != ptr2->x_flag_dump_analyzer_callgraph)
15663 : 0 : internal_error ("%<global_options%> are modified in local context");
15664 : 849673 : if (ptr1->x_flag_dump_analyzer_exploded_graph != ptr2->x_flag_dump_analyzer_exploded_graph)
15665 : 0 : internal_error ("%<global_options%> are modified in local context");
15666 : 849673 : if (ptr1->x_flag_dump_analyzer_exploded_nodes != ptr2->x_flag_dump_analyzer_exploded_nodes)
15667 : 0 : internal_error ("%<global_options%> are modified in local context");
15668 : 849673 : if (ptr1->x_flag_dump_analyzer_exploded_nodes_2 != ptr2->x_flag_dump_analyzer_exploded_nodes_2)
15669 : 0 : internal_error ("%<global_options%> are modified in local context");
15670 : 849673 : if (ptr1->x_flag_dump_analyzer_exploded_nodes_3 != ptr2->x_flag_dump_analyzer_exploded_nodes_3)
15671 : 0 : internal_error ("%<global_options%> are modified in local context");
15672 : 849673 : if (ptr1->x_flag_dump_analyzer_exploded_paths != ptr2->x_flag_dump_analyzer_exploded_paths)
15673 : 0 : internal_error ("%<global_options%> are modified in local context");
15674 : 849673 : if (ptr1->x_flag_dump_analyzer_feasibility != ptr2->x_flag_dump_analyzer_feasibility)
15675 : 0 : internal_error ("%<global_options%> are modified in local context");
15676 : 849673 : if (ptr1->x_flag_dump_analyzer_infinite_loop != ptr2->x_flag_dump_analyzer_infinite_loop)
15677 : 0 : internal_error ("%<global_options%> are modified in local context");
15678 : 849673 : if (ptr1->x_flag_dump_analyzer_json != ptr2->x_flag_dump_analyzer_json)
15679 : 0 : internal_error ("%<global_options%> are modified in local context");
15680 : 849673 : if (ptr1->x_flag_dump_analyzer_state_purge != ptr2->x_flag_dump_analyzer_state_purge)
15681 : 0 : internal_error ("%<global_options%> are modified in local context");
15682 : 849673 : if (ptr1->x_flag_dump_analyzer_stderr != ptr2->x_flag_dump_analyzer_stderr)
15683 : 0 : internal_error ("%<global_options%> are modified in local context");
15684 : 849673 : if (ptr1->x_flag_dump_analyzer_supergraph != ptr2->x_flag_dump_analyzer_supergraph)
15685 : 0 : internal_error ("%<global_options%> are modified in local context");
15686 : 849673 : if (ptr1->x_flag_dump_analyzer_untracked != ptr2->x_flag_dump_analyzer_untracked)
15687 : 0 : internal_error ("%<global_options%> are modified in local context");
15688 : 849673 : if (ptr1->x_flag_dump_final_insns != ptr2->x_flag_dump_final_insns)
15689 : 0 : internal_error ("%<global_options%> are modified in local context");
15690 : 849673 : if (ptr1->x_flag_dump_fortran_global != ptr2->x_flag_dump_fortran_global)
15691 : 0 : internal_error ("%<global_options%> are modified in local context");
15692 : 849673 : if (ptr1->x_flag_dump_fortran_optimized != ptr2->x_flag_dump_fortran_optimized)
15693 : 0 : internal_error ("%<global_options%> are modified in local context");
15694 : 849673 : if (ptr1->x_flag_dump_fortran_original != ptr2->x_flag_dump_fortran_original)
15695 : 0 : internal_error ("%<global_options%> are modified in local context");
15696 : 849673 : if (ptr1->x_flag_dump_go_spec != ptr2->x_flag_dump_go_spec)
15697 : 0 : internal_error ("%<global_options%> are modified in local context");
15698 : 849673 : if (ptr1->x_flag_dump_locations != ptr2->x_flag_dump_locations)
15699 : 0 : internal_error ("%<global_options%> are modified in local context");
15700 : 849673 : if (ptr1->x_flag_dump_noaddr != ptr2->x_flag_dump_noaddr)
15701 : 0 : internal_error ("%<global_options%> are modified in local context");
15702 : 849673 : if (ptr1->x_flag_dump_passes != ptr2->x_flag_dump_passes)
15703 : 0 : internal_error ("%<global_options%> are modified in local context");
15704 : 849673 : if (ptr1->x_flag_dump_scos != ptr2->x_flag_dump_scos)
15705 : 0 : internal_error ("%<global_options%> are modified in local context");
15706 : 849673 : if (ptr1->x_flag_dump_unnumbered != ptr2->x_flag_dump_unnumbered)
15707 : 0 : internal_error ("%<global_options%> are modified in local context");
15708 : 849673 : if (ptr1->x_flag_dump_unnumbered_links != ptr2->x_flag_dump_unnumbered_links)
15709 : 0 : internal_error ("%<global_options%> are modified in local context");
15710 : 849673 : if (ptr1->x_flag_dwarf2_cfi_asm != ptr2->x_flag_dwarf2_cfi_asm)
15711 : 0 : internal_error ("%<global_options%> are modified in local context");
15712 : 849673 : if (ptr1->x_flag_early_inlining != ptr2->x_flag_early_inlining)
15713 : 0 : internal_error ("%<global_options%> are modified in local context");
15714 : 849673 : if (ptr1->x_flag_elide_constructors != ptr2->x_flag_elide_constructors)
15715 : 0 : internal_error ("%<global_options%> are modified in local context");
15716 : 849673 : if (ptr1->x_flag_elide_type != ptr2->x_flag_elide_type)
15717 : 0 : internal_error ("%<global_options%> are modified in local context");
15718 : 849673 : if (ptr1->x_flag_debug_only_used_symbols != ptr2->x_flag_debug_only_used_symbols)
15719 : 0 : internal_error ("%<global_options%> are modified in local context");
15720 : 849673 : if (ptr1->x_flag_eliminate_unused_debug_types != ptr2->x_flag_eliminate_unused_debug_types)
15721 : 0 : internal_error ("%<global_options%> are modified in local context");
15722 : 849673 : if (ptr1->x_flag_emit_class_debug_always != ptr2->x_flag_emit_class_debug_always)
15723 : 0 : internal_error ("%<global_options%> are modified in local context");
15724 : 849673 : if (ptr1->x_flag_enforce_eh_specs != ptr2->x_flag_enforce_eh_specs)
15725 : 0 : internal_error ("%<global_options%> are modified in local context");
15726 : 849673 : if (ptr1->x_flag_exceptions != ptr2->x_flag_exceptions)
15727 : 0 : internal_error ("%<global_options%> are modified in local context");
15728 : 849673 : if (ptr1->x_flag_excess_precision != ptr2->x_flag_excess_precision)
15729 : 0 : internal_error ("%<global_options%> are modified in local context");
15730 : 849673 : if (ptr1->x_flag_expensive_optimizations != ptr2->x_flag_expensive_optimizations)
15731 : 0 : internal_error ("%<global_options%> are modified in local context");
15732 : 849673 : if (ptr1->x_flag_ext_dce != ptr2->x_flag_ext_dce)
15733 : 0 : internal_error ("%<global_options%> are modified in local context");
15734 : 849673 : if (ptr1->x_flag_ext_numeric_literals != ptr2->x_flag_ext_numeric_literals)
15735 : 0 : internal_error ("%<global_options%> are modified in local context");
15736 : 849673 : if (ptr1->x_flag_extern_stdcpp != ptr2->x_flag_extern_stdcpp)
15737 : 0 : internal_error ("%<global_options%> are modified in local context");
15738 : 849673 : if (ptr1->x_flag_extern_tls_init != ptr2->x_flag_extern_tls_init)
15739 : 0 : internal_error ("%<global_options%> are modified in local context");
15740 : 849673 : if (ptr1->x_flag_external_blas != ptr2->x_flag_external_blas)
15741 : 0 : internal_error ("%<global_options%> are modified in local context");
15742 : 849673 : if (ptr1->x_flag_external_blas64 != ptr2->x_flag_external_blas64)
15743 : 0 : internal_error ("%<global_options%> are modified in local context");
15744 : 849673 : if (ptr1->x_flag_f2c != ptr2->x_flag_f2c)
15745 : 0 : internal_error ("%<global_options%> are modified in local context");
15746 : 849673 : if (ptr1->x_flag_fat_lto_objects != ptr2->x_flag_fat_lto_objects)
15747 : 0 : internal_error ("%<global_options%> are modified in local context");
15748 : 849673 : if (ptr1->x_flag_finite_loops != ptr2->x_flag_finite_loops)
15749 : 0 : internal_error ("%<global_options%> are modified in local context");
15750 : 849673 : if (ptr1->x_flag_finite_math_only != ptr2->x_flag_finite_math_only)
15751 : 0 : internal_error ("%<global_options%> are modified in local context");
15752 : 849673 : if (ptr1->x_flag_fixed_line_length != ptr2->x_flag_fixed_line_length)
15753 : 0 : internal_error ("%<global_options%> are modified in local context");
15754 : 849673 : if (ptr1->x_yy_flex_debug != ptr2->x_yy_flex_debug)
15755 : 0 : internal_error ("%<global_options%> are modified in local context");
15756 : 849673 : if (ptr1->x_flag_float_store != ptr2->x_flag_float_store)
15757 : 0 : internal_error ("%<global_options%> are modified in local context");
15758 : 849673 : if (ptr1->x_flag_fold_mem_offsets != ptr2->x_flag_fold_mem_offsets)
15759 : 0 : internal_error ("%<global_options%> are modified in local context");
15760 : 849673 : if (ptr1->x_flag_fold_simple_inlines != ptr2->x_flag_fold_simple_inlines)
15761 : 0 : internal_error ("%<global_options%> are modified in local context");
15762 : 849673 : if (ptr1->x_flag_forward_propagate != ptr2->x_flag_forward_propagate)
15763 : 0 : internal_error ("%<global_options%> are modified in local context");
15764 : 849673 : if (ptr1->x_flag_fp_contract_mode != ptr2->x_flag_fp_contract_mode)
15765 : 0 : internal_error ("%<global_options%> are modified in local context");
15766 : 849673 : if (ptr1->x_flag_fp_int_builtin_inexact != ptr2->x_flag_fp_int_builtin_inexact)
15767 : 0 : internal_error ("%<global_options%> are modified in local context");
15768 : 849673 : if (ptr1->x_flag_free_line_length != ptr2->x_flag_free_line_length)
15769 : 0 : internal_error ("%<global_options%> are modified in local context");
15770 : 849673 : if (ptr1->x_flag_frontend_loop_interchange != ptr2->x_flag_frontend_loop_interchange)
15771 : 0 : internal_error ("%<global_options%> are modified in local context");
15772 : 849673 : if (ptr1->x_flag_frontend_optimize != ptr2->x_flag_frontend_optimize)
15773 : 0 : internal_error ("%<global_options%> are modified in local context");
15774 : 849673 : if (ptr1->x_flag_no_function_cse != ptr2->x_flag_no_function_cse)
15775 : 0 : internal_error ("%<global_options%> are modified in local context");
15776 : 849673 : if (ptr1->x_flag_function_sections != ptr2->x_flag_function_sections)
15777 : 0 : internal_error ("%<global_options%> are modified in local context");
15778 : 849673 : if (ptr1->x_flag_gcse != ptr2->x_flag_gcse)
15779 : 0 : internal_error ("%<global_options%> are modified in local context");
15780 : 849673 : if (ptr1->x_flag_gcse_after_reload != ptr2->x_flag_gcse_after_reload)
15781 : 0 : internal_error ("%<global_options%> are modified in local context");
15782 : 849673 : if (ptr1->x_flag_gcse_las != ptr2->x_flag_gcse_las)
15783 : 0 : internal_error ("%<global_options%> are modified in local context");
15784 : 849673 : if (ptr1->x_flag_gcse_lm != ptr2->x_flag_gcse_lm)
15785 : 0 : internal_error ("%<global_options%> are modified in local context");
15786 : 849673 : if (ptr1->x_flag_gcse_sm != ptr2->x_flag_gcse_sm)
15787 : 0 : internal_error ("%<global_options%> are modified in local context");
15788 : 849673 : if (ptr1->x_flag_gimple != ptr2->x_flag_gimple)
15789 : 0 : internal_error ("%<global_options%> are modified in local context");
15790 : 849673 : if (ptr1->x_gnat_encodings != ptr2->x_gnat_encodings)
15791 : 0 : internal_error ("%<global_options%> are modified in local context");
15792 : 849673 : if (ptr1->x_flag_no_gnu_keywords != ptr2->x_flag_no_gnu_keywords)
15793 : 0 : internal_error ("%<global_options%> are modified in local context");
15794 : 849673 : if (ptr1->x_flag_next_runtime != ptr2->x_flag_next_runtime)
15795 : 0 : internal_error ("%<global_options%> are modified in local context");
15796 : 849673 : if (ptr1->x_flag_tm != ptr2->x_flag_tm)
15797 : 0 : internal_error ("%<global_options%> are modified in local context");
15798 : 849673 : if (ptr1->x_flag_gnu_unique != ptr2->x_flag_gnu_unique)
15799 : 0 : internal_error ("%<global_options%> are modified in local context");
15800 : 849673 : if (ptr1->x_flag_gnu89_inline != ptr2->x_flag_gnu89_inline)
15801 : 0 : internal_error ("%<global_options%> are modified in local context");
15802 : 849673 : if (ptr1->x_go_check_divide_overflow != ptr2->x_go_check_divide_overflow)
15803 : 0 : internal_error ("%<global_options%> are modified in local context");
15804 : 849673 : if (ptr1->x_go_check_divide_zero != ptr2->x_go_check_divide_zero)
15805 : 0 : internal_error ("%<global_options%> are modified in local context");
15806 : 849673 : if (ptr1->x_go_compiling_runtime != ptr2->x_go_compiling_runtime)
15807 : 0 : internal_error ("%<global_options%> are modified in local context");
15808 : 849673 : if (ptr1->x_go_debug_escape_level != ptr2->x_go_debug_escape_level)
15809 : 0 : internal_error ("%<global_options%> are modified in local context");
15810 : 849673 : if (ptr1->x_go_debug_escape_hash != ptr2->x_go_debug_escape_hash)
15811 : 0 : internal_error ("%<global_options%> are modified in local context");
15812 : 849673 : if (ptr1->x_go_debug_optimization != ptr2->x_go_debug_optimization)
15813 : 0 : internal_error ("%<global_options%> are modified in local context");
15814 : 849673 : if (ptr1->x_flag_graphite != ptr2->x_flag_graphite)
15815 : 0 : internal_error ("%<global_options%> are modified in local context");
15816 : 849673 : if (ptr1->x_flag_graphite_identity != ptr2->x_flag_graphite_identity)
15817 : 0 : internal_error ("%<global_options%> are modified in local context");
15818 : 849673 : if (ptr1->x_flag_guess_branch_prob != ptr2->x_flag_guess_branch_prob)
15819 : 0 : internal_error ("%<global_options%> are modified in local context");
15820 : 849673 : if (ptr1->x_flag_harden_control_flow_redundancy_check_exceptions != ptr2->x_flag_harden_control_flow_redundancy_check_exceptions)
15821 : 0 : internal_error ("%<global_options%> are modified in local context");
15822 : 849673 : if (ptr1->x_flag_harden_control_flow_redundancy_check_noreturn != ptr2->x_flag_harden_control_flow_redundancy_check_noreturn)
15823 : 0 : internal_error ("%<global_options%> are modified in local context");
15824 : 849673 : if (ptr1->x_flag_harden_control_flow_redundancy_check_returning_calls != ptr2->x_flag_harden_control_flow_redundancy_check_returning_calls)
15825 : 0 : internal_error ("%<global_options%> are modified in local context");
15826 : 849673 : if (ptr1->x_flag_harden_control_flow_redundancy_skip_leaf != ptr2->x_flag_harden_control_flow_redundancy_skip_leaf)
15827 : 0 : internal_error ("%<global_options%> are modified in local context");
15828 : 849673 : if (ptr1->x_flag_harden_compares != ptr2->x_flag_harden_compares)
15829 : 0 : internal_error ("%<global_options%> are modified in local context");
15830 : 849673 : if (ptr1->x_flag_harden_conditional_branches != ptr2->x_flag_harden_conditional_branches)
15831 : 0 : internal_error ("%<global_options%> are modified in local context");
15832 : 849673 : if (ptr1->x_flag_harden_control_flow_redundancy != ptr2->x_flag_harden_control_flow_redundancy)
15833 : 0 : internal_error ("%<global_options%> are modified in local context");
15834 : 849673 : if (ptr1->x_flag_hardened != ptr2->x_flag_hardened)
15835 : 0 : internal_error ("%<global_options%> are modified in local context");
15836 : 849673 : if (ptr1->x_flag_hoist_adjacent_loads != ptr2->x_flag_hoist_adjacent_loads)
15837 : 0 : internal_error ("%<global_options%> are modified in local context");
15838 : 849673 : if (ptr1->x_flag_no_ident != ptr2->x_flag_no_ident)
15839 : 0 : internal_error ("%<global_options%> are modified in local context");
15840 : 849673 : if (ptr1->x_flag_if_conversion != ptr2->x_flag_if_conversion)
15841 : 0 : internal_error ("%<global_options%> are modified in local context");
15842 : 849673 : if (ptr1->x_flag_if_conversion2 != ptr2->x_flag_if_conversion2)
15843 : 0 : internal_error ("%<global_options%> are modified in local context");
15844 : 849673 : if (ptr1->x_flag_immediate_escalation != ptr2->x_flag_immediate_escalation)
15845 : 0 : internal_error ("%<global_options%> are modified in local context");
15846 : 849673 : if (ptr1->x_flag_implement_inlines != ptr2->x_flag_implement_inlines)
15847 : 0 : internal_error ("%<global_options%> are modified in local context");
15848 : 849673 : if (ptr1->x_flag_implicit_constexpr != ptr2->x_flag_implicit_constexpr)
15849 : 0 : internal_error ("%<global_options%> are modified in local context");
15850 : 849673 : if (ptr1->x_flag_implicit_inline_templates != ptr2->x_flag_implicit_inline_templates)
15851 : 0 : internal_error ("%<global_options%> are modified in local context");
15852 : 849673 : if (ptr1->x_flag_implicit_none != ptr2->x_flag_implicit_none)
15853 : 0 : internal_error ("%<global_options%> are modified in local context");
15854 : 849673 : if (ptr1->x_flag_implicit_templates != ptr2->x_flag_implicit_templates)
15855 : 0 : internal_error ("%<global_options%> are modified in local context");
15856 : 849673 : if (ptr1->x_indicator_column != ptr2->x_indicator_column)
15857 : 0 : internal_error ("%<global_options%> are modified in local context");
15858 : 849673 : if (ptr1->x_flag_indirect_inlining != ptr2->x_flag_indirect_inlining)
15859 : 0 : internal_error ("%<global_options%> are modified in local context");
15860 : 849673 : if (ptr1->x_flag_inhibit_size_directive != ptr2->x_flag_inhibit_size_directive)
15861 : 0 : internal_error ("%<global_options%> are modified in local context");
15862 : 849673 : if (ptr1->x_flag_init_derived != ptr2->x_flag_init_derived)
15863 : 0 : internal_error ("%<global_options%> are modified in local context");
15864 : 849673 : if (ptr1->x_flag_init_real != ptr2->x_flag_init_real)
15865 : 0 : internal_error ("%<global_options%> are modified in local context");
15866 : 849673 : if (ptr1->x_flag_no_inline != ptr2->x_flag_no_inline)
15867 : 0 : internal_error ("%<global_options%> are modified in local context");
15868 : 849673 : if (ptr1->x_flag_inline_arg_packing != ptr2->x_flag_inline_arg_packing)
15869 : 0 : internal_error ("%<global_options%> are modified in local context");
15870 : 849673 : if (ptr1->x_flag_inline_atomics != ptr2->x_flag_inline_atomics)
15871 : 0 : internal_error ("%<global_options%> are modified in local context");
15872 : 849673 : if (ptr1->x_flag_inline_functions != ptr2->x_flag_inline_functions)
15873 : 0 : internal_error ("%<global_options%> are modified in local context");
15874 : 849673 : if (ptr1->x_flag_inline_functions_called_once != ptr2->x_flag_inline_functions_called_once)
15875 : 0 : internal_error ("%<global_options%> are modified in local context");
15876 : 849673 : if (ptr1->x_flag_inline_intrinsics != ptr2->x_flag_inline_intrinsics)
15877 : 0 : internal_error ("%<global_options%> are modified in local context");
15878 : 849673 : if (ptr1->x_flag_inline_matmul_limit != ptr2->x_flag_inline_matmul_limit)
15879 : 0 : internal_error ("%<global_options%> are modified in local context");
15880 : 849673 : if (ptr1->x_flag_inline_small_functions != ptr2->x_flag_inline_small_functions)
15881 : 0 : internal_error ("%<global_options%> are modified in local context");
15882 : 849673 : if (ptr1->x_flag_inline_stringops != ptr2->x_flag_inline_stringops)
15883 : 0 : internal_error ("%<global_options%> are modified in local context");
15884 : 849673 : if (ptr1->x_flag_instrument_function_entry_exit != ptr2->x_flag_instrument_function_entry_exit)
15885 : 0 : internal_error ("%<global_options%> are modified in local context");
15886 : 849673 : if (ptr1->x_flag_integer4_kind != ptr2->x_flag_integer4_kind)
15887 : 0 : internal_error ("%<global_options%> are modified in local context");
15888 : 849673 : if (ptr1->x_cobol_ebcdic != ptr2->x_cobol_ebcdic)
15889 : 0 : internal_error ("%<global_options%> are modified in local context");
15890 : 849673 : if (ptr1->x_flag_invariants != ptr2->x_flag_invariants)
15891 : 0 : internal_error ("%<global_options%> are modified in local context");
15892 : 849673 : if (ptr1->x_flag_ipa_bit_cp != ptr2->x_flag_ipa_bit_cp)
15893 : 0 : internal_error ("%<global_options%> are modified in local context");
15894 : 849673 : if (ptr1->x_flag_ipa_cp != ptr2->x_flag_ipa_cp)
15895 : 0 : internal_error ("%<global_options%> are modified in local context");
15896 : 849673 : if (ptr1->x_flag_ipa_cp_clone != ptr2->x_flag_ipa_cp_clone)
15897 : 0 : internal_error ("%<global_options%> are modified in local context");
15898 : 849673 : if (ptr1->x_flag_ipa_icf != ptr2->x_flag_ipa_icf)
15899 : 0 : internal_error ("%<global_options%> are modified in local context");
15900 : 849673 : if (ptr1->x_flag_ipa_icf_functions != ptr2->x_flag_ipa_icf_functions)
15901 : 0 : internal_error ("%<global_options%> are modified in local context");
15902 : 849673 : if (ptr1->x_flag_ipa_icf_variables != ptr2->x_flag_ipa_icf_variables)
15903 : 0 : internal_error ("%<global_options%> are modified in local context");
15904 : 849673 : if (ptr1->x_flag_ipa_modref != ptr2->x_flag_ipa_modref)
15905 : 0 : internal_error ("%<global_options%> are modified in local context");
15906 : 849673 : if (ptr1->x_flag_ipa_profile != ptr2->x_flag_ipa_profile)
15907 : 0 : internal_error ("%<global_options%> are modified in local context");
15908 : 849673 : if (ptr1->x_flag_ipa_pta != ptr2->x_flag_ipa_pta)
15909 : 0 : internal_error ("%<global_options%> are modified in local context");
15910 : 849673 : if (ptr1->x_flag_ipa_pure_const != ptr2->x_flag_ipa_pure_const)
15911 : 0 : internal_error ("%<global_options%> are modified in local context");
15912 : 849673 : if (ptr1->x_flag_ipa_ra != ptr2->x_flag_ipa_ra)
15913 : 0 : internal_error ("%<global_options%> are modified in local context");
15914 : 849673 : if (ptr1->x_flag_ipa_reference != ptr2->x_flag_ipa_reference)
15915 : 0 : internal_error ("%<global_options%> are modified in local context");
15916 : 849673 : if (ptr1->x_flag_ipa_reference_addressable != ptr2->x_flag_ipa_reference_addressable)
15917 : 0 : internal_error ("%<global_options%> are modified in local context");
15918 : 849673 : if (ptr1->x_flag_ipa_reorder_for_locality != ptr2->x_flag_ipa_reorder_for_locality)
15919 : 0 : internal_error ("%<global_options%> are modified in local context");
15920 : 849673 : if (ptr1->x_flag_ipa_sra != ptr2->x_flag_ipa_sra)
15921 : 0 : internal_error ("%<global_options%> are modified in local context");
15922 : 849673 : if (ptr1->x_flag_ipa_stack_alignment != ptr2->x_flag_ipa_stack_alignment)
15923 : 0 : internal_error ("%<global_options%> are modified in local context");
15924 : 849673 : if (ptr1->x_flag_ipa_strict_aliasing != ptr2->x_flag_ipa_strict_aliasing)
15925 : 0 : internal_error ("%<global_options%> are modified in local context");
15926 : 849673 : if (ptr1->x_flag_ipa_vrp != ptr2->x_flag_ipa_vrp)
15927 : 0 : internal_error ("%<global_options%> are modified in local context");
15928 : 849673 : if (ptr1->x_flag_ira_algorithm != ptr2->x_flag_ira_algorithm)
15929 : 0 : internal_error ("%<global_options%> are modified in local context");
15930 : 849673 : if (ptr1->x_flag_ira_hoist_pressure != ptr2->x_flag_ira_hoist_pressure)
15931 : 0 : internal_error ("%<global_options%> are modified in local context");
15932 : 849673 : if (ptr1->x_flag_ira_loop_pressure != ptr2->x_flag_ira_loop_pressure)
15933 : 0 : internal_error ("%<global_options%> are modified in local context");
15934 : 849673 : if (ptr1->x_flag_ira_region != ptr2->x_flag_ira_region)
15935 : 0 : internal_error ("%<global_options%> are modified in local context");
15936 : 849673 : if (ptr1->x_flag_ira_share_save_slots != ptr2->x_flag_ira_share_save_slots)
15937 : 0 : internal_error ("%<global_options%> are modified in local context");
15938 : 849673 : if (ptr1->x_flag_ira_share_spill_slots != ptr2->x_flag_ira_share_spill_slots)
15939 : 0 : internal_error ("%<global_options%> are modified in local context");
15940 : 849673 : if (ptr1->x_flag_ira_verbose != ptr2->x_flag_ira_verbose)
15941 : 0 : internal_error ("%<global_options%> are modified in local context");
15942 : 849673 : if (ptr1->x_flag_isolate_erroneous_paths_attribute != ptr2->x_flag_isolate_erroneous_paths_attribute)
15943 : 0 : internal_error ("%<global_options%> are modified in local context");
15944 : 849673 : if (ptr1->x_flag_isolate_erroneous_paths_dereference != ptr2->x_flag_isolate_erroneous_paths_dereference)
15945 : 0 : internal_error ("%<global_options%> are modified in local context");
15946 : 849673 : if (ptr1->x_default_ivar_visibility != ptr2->x_default_ivar_visibility)
15947 : 0 : internal_error ("%<global_options%> are modified in local context");
15948 : 849673 : if (ptr1->x_flag_ivopts != ptr2->x_flag_ivopts)
15949 : 0 : internal_error ("%<global_options%> are modified in local context");
15950 : 849673 : if (ptr1->x_flag_jump_tables != ptr2->x_flag_jump_tables)
15951 : 0 : internal_error ("%<global_options%> are modified in local context");
15952 : 849673 : if (ptr1->x_flag_keep_gc_roots_live != ptr2->x_flag_keep_gc_roots_live)
15953 : 0 : internal_error ("%<global_options%> are modified in local context");
15954 : 849673 : if (ptr1->x_flag_keep_inline_dllexport != ptr2->x_flag_keep_inline_dllexport)
15955 : 0 : internal_error ("%<global_options%> are modified in local context");
15956 : 849673 : if (ptr1->x_flag_keep_inline_functions != ptr2->x_flag_keep_inline_functions)
15957 : 0 : internal_error ("%<global_options%> are modified in local context");
15958 : 849673 : if (ptr1->x_flag_keep_static_consts != ptr2->x_flag_keep_static_consts)
15959 : 0 : internal_error ("%<global_options%> are modified in local context");
15960 : 849673 : if (ptr1->x_flag_keep_static_functions != ptr2->x_flag_keep_static_functions)
15961 : 0 : internal_error ("%<global_options%> are modified in local context");
15962 : 849673 : if (ptr1->x_note_include_translate_yes != ptr2->x_note_include_translate_yes)
15963 : 0 : internal_error ("%<global_options%> are modified in local context");
15964 : 849673 : if (ptr1->x_note_include_translate_no != ptr2->x_note_include_translate_no)
15965 : 0 : internal_error ("%<global_options%> are modified in local context");
15966 : 849673 : if (ptr1->x_note_module_cmi_yes != ptr2->x_note_module_cmi_yes)
15967 : 0 : internal_error ("%<global_options%> are modified in local context");
15968 : 849673 : if (ptr1->x_flag_late_combine_instructions != ptr2->x_flag_late_combine_instructions)
15969 : 0 : internal_error ("%<global_options%> are modified in local context");
15970 : 849673 : if (ptr1->x_flag_lax_vector_conversions != ptr2->x_flag_lax_vector_conversions)
15971 : 0 : internal_error ("%<global_options%> are modified in local context");
15972 : 849673 : if (ptr1->x_flag_leading_underscore != ptr2->x_flag_leading_underscore)
15973 : 0 : internal_error ("%<global_options%> are modified in local context");
15974 : 849673 : if (ptr1->x_flag_lifetime_dse != ptr2->x_flag_lifetime_dse)
15975 : 0 : internal_error ("%<global_options%> are modified in local context");
15976 : 849673 : if (ptr1->x_flag_limit_function_alignment != ptr2->x_flag_limit_function_alignment)
15977 : 0 : internal_error ("%<global_options%> are modified in local context");
15978 : 849673 : if (ptr1->x_flag_lto_linker_output != ptr2->x_flag_lto_linker_output)
15979 : 0 : internal_error ("%<global_options%> are modified in local context");
15980 : 849673 : if (ptr1->x_flag_live_patching != ptr2->x_flag_live_patching)
15981 : 0 : internal_error ("%<global_options%> are modified in local context");
15982 : 849673 : if (ptr1->x_flag_live_range_shrinkage != ptr2->x_flag_live_range_shrinkage)
15983 : 0 : internal_error ("%<global_options%> are modified in local context");
15984 : 849673 : if (ptr1->x_flag_local_ivars != ptr2->x_flag_local_ivars)
15985 : 0 : internal_error ("%<global_options%> are modified in local context");
15986 : 849673 : if (ptr1->x_flag_loop_interchange != ptr2->x_flag_loop_interchange)
15987 : 0 : internal_error ("%<global_options%> are modified in local context");
15988 : 849673 : if (ptr1->x_flag_loop_nest_optimize != ptr2->x_flag_loop_nest_optimize)
15989 : 0 : internal_error ("%<global_options%> are modified in local context");
15990 : 849673 : if (ptr1->x_flag_loop_parallelize_all != ptr2->x_flag_loop_parallelize_all)
15991 : 0 : internal_error ("%<global_options%> are modified in local context");
15992 : 849673 : if (ptr1->x_flag_unroll_jam != ptr2->x_flag_unroll_jam)
15993 : 0 : internal_error ("%<global_options%> are modified in local context");
15994 : 849673 : if (ptr1->x_flag_lra_remat != ptr2->x_flag_lra_remat)
15995 : 0 : internal_error ("%<global_options%> are modified in local context");
15996 : 849673 : if (ptr1->x_flag_lto_compression_level != ptr2->x_flag_lto_compression_level)
15997 : 0 : internal_error ("%<global_options%> are modified in local context");
15998 : 849673 : if (ptr1->x_flag_lto_incremental_cache_size != ptr2->x_flag_lto_incremental_cache_size)
15999 : 0 : internal_error ("%<global_options%> are modified in local context");
16000 : 849673 : if (ptr1->x_flag_lto_incremental != ptr2->x_flag_lto_incremental)
16001 : 0 : internal_error ("%<global_options%> are modified in local context");
16002 : 849673 : if (ptr1->x_flag_lto_partition != ptr2->x_flag_lto_partition)
16003 : 0 : internal_error ("%<global_options%> are modified in local context");
16004 : 849673 : if (ptr1->x_flag_lto_report != ptr2->x_flag_lto_report)
16005 : 0 : internal_error ("%<global_options%> are modified in local context");
16006 : 849673 : if (ptr1->x_flag_lto_report_wpa != ptr2->x_flag_lto_report_wpa)
16007 : 0 : internal_error ("%<global_options%> are modified in local context");
16008 : 849673 : if (ptr1->x_flag_lto != ptr2->x_flag_lto)
16009 : 0 : internal_error ("%<global_options%> are modified in local context");
16010 : 849673 : if (ptr1->x_flag_ltrans != ptr2->x_flag_ltrans)
16011 : 0 : internal_error ("%<global_options%> are modified in local context");
16012 : 849673 : if (ptr1->x_ltrans_output_list != ptr2->x_ltrans_output_list)
16013 : 0 : internal_error ("%<global_options%> are modified in local context");
16014 : 849673 : if (ptr1->x_flag_malloc_dce != ptr2->x_flag_malloc_dce)
16015 : 0 : internal_error ("%<global_options%> are modified in local context");
16016 : 849673 : if (ptr1->x_flag_malloc_dse != ptr2->x_flag_malloc_dse)
16017 : 0 : internal_error ("%<global_options%> are modified in local context");
16018 : 849673 : if (ptr1->x_flag_errno_math != ptr2->x_flag_errno_math)
16019 : 0 : internal_error ("%<global_options%> are modified in local context");
16020 : 849673 : if (ptr1->x_flag_max_array_constructor != ptr2->x_flag_max_array_constructor)
16021 : 0 : internal_error ("%<global_options%> are modified in local context");
16022 : 849673 : if (ptr1->x_flag_max_errors != ptr2->x_flag_max_errors)
16023 : 0 : internal_error ("%<global_options%> are modified in local context");
16024 : 849673 : if (ptr1->x_flag_max_stack_var_size != ptr2->x_flag_max_stack_var_size)
16025 : 0 : internal_error ("%<global_options%> are modified in local context");
16026 : 849673 : if (ptr1->x_flag_max_subrecord_length != ptr2->x_flag_max_subrecord_length)
16027 : 0 : internal_error ("%<global_options%> are modified in local context");
16028 : 849673 : if (ptr1->x_mem_report != ptr2->x_mem_report)
16029 : 0 : internal_error ("%<global_options%> are modified in local context");
16030 : 849673 : if (ptr1->x_mem_report_wpa != ptr2->x_mem_report_wpa)
16031 : 0 : internal_error ("%<global_options%> are modified in local context");
16032 : 849673 : if (ptr1->x_flag_merge_debug_strings != ptr2->x_flag_merge_debug_strings)
16033 : 0 : internal_error ("%<global_options%> are modified in local context");
16034 : 849673 : if (ptr1->x_flag_min_function_alignment != ptr2->x_flag_min_function_alignment)
16035 : 0 : internal_error ("%<global_options%> are modified in local context");
16036 : 849673 : if (ptr1->x_flag_header_unit != ptr2->x_flag_header_unit)
16037 : 0 : internal_error ("%<global_options%> are modified in local context");
16038 : 849673 : if (ptr1->x_flag_module_implicit_inline != ptr2->x_flag_module_implicit_inline)
16039 : 0 : internal_error ("%<global_options%> are modified in local context");
16040 : 849673 : if (ptr1->x_flag_module_lazy != ptr2->x_flag_module_lazy)
16041 : 0 : internal_error ("%<global_options%> are modified in local context");
16042 : 849673 : if (ptr1->x_flag_module_only != ptr2->x_flag_module_only)
16043 : 0 : internal_error ("%<global_options%> are modified in local context");
16044 : 849673 : if (ptr1->x_flag_module_private != ptr2->x_flag_module_private)
16045 : 0 : internal_error ("%<global_options%> are modified in local context");
16046 : 849673 : if (ptr1->x_flag_module_version_ignore != ptr2->x_flag_module_version_ignore)
16047 : 0 : internal_error ("%<global_options%> are modified in local context");
16048 : 849673 : if (ptr1->x_flag_moduleinfo != ptr2->x_flag_moduleinfo)
16049 : 0 : internal_error ("%<global_options%> are modified in local context");
16050 : 849673 : if (ptr1->x_flag_modules != ptr2->x_flag_modules)
16051 : 0 : internal_error ("%<global_options%> are modified in local context");
16052 : 849673 : if (ptr1->x_flag_modulo_sched != ptr2->x_flag_modulo_sched)
16053 : 0 : internal_error ("%<global_options%> are modified in local context");
16054 : 849673 : if (ptr1->x_flag_modulo_sched_allow_regmoves != ptr2->x_flag_modulo_sched_allow_regmoves)
16055 : 0 : internal_error ("%<global_options%> are modified in local context");
16056 : 849673 : if (ptr1->x_flag_move_loop_invariants != ptr2->x_flag_move_loop_invariants)
16057 : 0 : internal_error ("%<global_options%> are modified in local context");
16058 : 849673 : if (ptr1->x_flag_move_loop_stores != ptr2->x_flag_move_loop_stores)
16059 : 0 : internal_error ("%<global_options%> are modified in local context");
16060 : 849673 : if (ptr1->x_flag_ms_extensions != ptr2->x_flag_ms_extensions)
16061 : 0 : internal_error ("%<global_options%> are modified in local context");
16062 : 849673 : if (ptr1->x_flag_new_inheriting_ctors != ptr2->x_flag_new_inheriting_ctors)
16063 : 0 : internal_error ("%<global_options%> are modified in local context");
16064 : 849673 : if (ptr1->x_flag_new_ttp != ptr2->x_flag_new_ttp)
16065 : 0 : internal_error ("%<global_options%> are modified in local context");
16066 : 849673 : if (ptr1->x_flag_nil_receivers != ptr2->x_flag_nil_receivers)
16067 : 0 : internal_error ("%<global_options%> are modified in local context");
16068 : 849673 : if (ptr1->x_flag_non_call_exceptions != ptr2->x_flag_non_call_exceptions)
16069 : 0 : internal_error ("%<global_options%> are modified in local context");
16070 : 849673 : if (ptr1->x_flag_no_nonansi_builtin != ptr2->x_flag_no_nonansi_builtin)
16071 : 0 : internal_error ("%<global_options%> are modified in local context");
16072 : 849673 : if (ptr1->x_flag_nothrow_opt != ptr2->x_flag_nothrow_opt)
16073 : 0 : internal_error ("%<global_options%> are modified in local context");
16074 : 849673 : if (ptr1->x_flag_objc_abi != ptr2->x_flag_objc_abi)
16075 : 0 : internal_error ("%<global_options%> are modified in local context");
16076 : 849673 : if (ptr1->x_flag_objc_call_cxx_cdtors != ptr2->x_flag_objc_call_cxx_cdtors)
16077 : 0 : internal_error ("%<global_options%> are modified in local context");
16078 : 849673 : if (ptr1->x_flag_objc_direct_dispatch != ptr2->x_flag_objc_direct_dispatch)
16079 : 0 : internal_error ("%<global_options%> are modified in local context");
16080 : 849673 : if (ptr1->x_flag_objc_exceptions != ptr2->x_flag_objc_exceptions)
16081 : 0 : internal_error ("%<global_options%> are modified in local context");
16082 : 849673 : if (ptr1->x_flag_objc_gc != ptr2->x_flag_objc_gc)
16083 : 0 : internal_error ("%<global_options%> are modified in local context");
16084 : 849673 : if (ptr1->x_flag_objc_nilcheck != ptr2->x_flag_objc_nilcheck)
16085 : 0 : internal_error ("%<global_options%> are modified in local context");
16086 : 849673 : if (ptr1->x_flag_objc_sjlj_exceptions != ptr2->x_flag_objc_sjlj_exceptions)
16087 : 0 : internal_error ("%<global_options%> are modified in local context");
16088 : 849673 : if (ptr1->x_flag_objc1_only != ptr2->x_flag_objc1_only)
16089 : 0 : internal_error ("%<global_options%> are modified in local context");
16090 : 849673 : if (ptr1->x_flag_openacc != ptr2->x_flag_openacc)
16091 : 0 : internal_error ("%<global_options%> are modified in local context");
16092 : 849673 : if (ptr1->x_flag_openacc_dims != ptr2->x_flag_openacc_dims)
16093 : 0 : internal_error ("%<global_options%> are modified in local context");
16094 : 849673 : if (ptr1->x_flag_openmp != ptr2->x_flag_openmp)
16095 : 0 : internal_error ("%<global_options%> are modified in local context");
16096 : 849673 : if (ptr1->x_flag_openmp_allocators != ptr2->x_flag_openmp_allocators)
16097 : 0 : internal_error ("%<global_options%> are modified in local context");
16098 : 849673 : if (ptr1->x_flag_openmp_simd != ptr2->x_flag_openmp_simd)
16099 : 0 : internal_error ("%<global_options%> are modified in local context");
16100 : 849673 : if (ptr1->x_flag_openmp_target_simd_clone != ptr2->x_flag_openmp_target_simd_clone)
16101 : 0 : internal_error ("%<global_options%> are modified in local context");
16102 : 849673 : if (ptr1->x_flag_opt_info != ptr2->x_flag_opt_info)
16103 : 0 : internal_error ("%<global_options%> are modified in local context");
16104 : 849673 : if (ptr1->x_flag_optimize_crc != ptr2->x_flag_optimize_crc)
16105 : 0 : internal_error ("%<global_options%> are modified in local context");
16106 : 849673 : if (ptr1->x_flag_optimize_sibling_calls != ptr2->x_flag_optimize_sibling_calls)
16107 : 0 : internal_error ("%<global_options%> are modified in local context");
16108 : 849673 : if (ptr1->x_flag_optimize_strlen != ptr2->x_flag_optimize_strlen)
16109 : 0 : internal_error ("%<global_options%> are modified in local context");
16110 : 849673 : if (ptr1->x_flag_pack_derived != ptr2->x_flag_pack_derived)
16111 : 0 : internal_error ("%<global_options%> are modified in local context");
16112 : 849673 : if (ptr1->x_flag_pack_struct != ptr2->x_flag_pack_struct)
16113 : 0 : internal_error ("%<global_options%> are modified in local context");
16114 : 849673 : if (ptr1->x_flag_pad_source != ptr2->x_flag_pad_source)
16115 : 0 : internal_error ("%<global_options%> are modified in local context");
16116 : 849673 : if (ptr1->x_flag_partial_inlining != ptr2->x_flag_partial_inlining)
16117 : 0 : internal_error ("%<global_options%> are modified in local context");
16118 : 849673 : if (ptr1->x_flag_patchable_function_entry != ptr2->x_flag_patchable_function_entry
16119 : 0 : && (!ptr1->x_flag_patchable_function_entry || !ptr2->x_flag_patchable_function_entry
16120 : 0 : || strcmp (ptr1->x_flag_patchable_function_entry, ptr2->x_flag_patchable_function_entry)))
16121 : 0 : internal_error ("%<global_options%> are modified in local context");
16122 : 849673 : if (ptr1->x_path_coverage_flag != ptr2->x_path_coverage_flag)
16123 : 0 : internal_error ("%<global_options%> are modified in local context");
16124 : 849673 : if (ptr1->x_path_coverage_limit != ptr2->x_path_coverage_limit)
16125 : 0 : internal_error ("%<global_options%> are modified in local context");
16126 : 849673 : if (ptr1->x_flag_pcc_struct_return != ptr2->x_flag_pcc_struct_return)
16127 : 0 : internal_error ("%<global_options%> are modified in local context");
16128 : 849673 : if (ptr1->x_flag_peel_loops != ptr2->x_flag_peel_loops)
16129 : 0 : internal_error ("%<global_options%> are modified in local context");
16130 : 849673 : if (ptr1->x_flag_no_peephole != ptr2->x_flag_no_peephole)
16131 : 0 : internal_error ("%<global_options%> are modified in local context");
16132 : 849673 : if (ptr1->x_flag_peephole2 != ptr2->x_flag_peephole2)
16133 : 0 : internal_error ("%<global_options%> are modified in local context");
16134 : 849673 : if (ptr1->x_flag_permissive != ptr2->x_flag_permissive)
16135 : 0 : internal_error ("%<global_options%> are modified in local context");
16136 : 849673 : if (ptr1->x_flag_permitted_flt_eval_methods != ptr2->x_flag_permitted_flt_eval_methods)
16137 : 0 : internal_error ("%<global_options%> are modified in local context");
16138 : 849673 : if (ptr1->x_flag_plan9_extensions != ptr2->x_flag_plan9_extensions)
16139 : 0 : internal_error ("%<global_options%> are modified in local context");
16140 : 849673 : if (ptr1->x_flag_plt != ptr2->x_flag_plt)
16141 : 0 : internal_error ("%<global_options%> are modified in local context");
16142 : 849673 : if (ptr1->x_post_ipa_mem_report != ptr2->x_post_ipa_mem_report)
16143 : 0 : internal_error ("%<global_options%> are modified in local context");
16144 : 849673 : if (ptr1->x_flag_postconditions != ptr2->x_flag_postconditions)
16145 : 0 : internal_error ("%<global_options%> are modified in local context");
16146 : 849673 : if (ptr1->x_flag_pre_include != ptr2->x_flag_pre_include)
16147 : 0 : internal_error ("%<global_options%> are modified in local context");
16148 : 849673 : if (ptr1->x_pre_ipa_mem_report != ptr2->x_pre_ipa_mem_report)
16149 : 0 : internal_error ("%<global_options%> are modified in local context");
16150 : 849673 : if (ptr1->x_flag_preconditions != ptr2->x_flag_preconditions)
16151 : 0 : internal_error ("%<global_options%> are modified in local context");
16152 : 849673 : if (ptr1->x_flag_predictive_commoning != ptr2->x_flag_predictive_commoning)
16153 : 0 : internal_error ("%<global_options%> are modified in local context");
16154 : 849673 : if (ptr1->x_flag_prefetch_loop_arrays != ptr2->x_flag_prefetch_loop_arrays)
16155 : 0 : internal_error ("%<global_options%> are modified in local context");
16156 : 849673 : if (ptr1->x_flag_pretty_templates != ptr2->x_flag_pretty_templates)
16157 : 0 : internal_error ("%<global_options%> are modified in local context");
16158 : 849673 : if (ptr1->x_flag_printf_return_value != ptr2->x_flag_printf_return_value)
16159 : 0 : internal_error ("%<global_options%> are modified in local context");
16160 : 849673 : if (ptr1->x_profile_flag != ptr2->x_profile_flag)
16161 : 0 : internal_error ("%<global_options%> are modified in local context");
16162 : 849673 : if (ptr1->x_profile_abs_path_flag != ptr2->x_profile_abs_path_flag)
16163 : 0 : internal_error ("%<global_options%> are modified in local context");
16164 : 849673 : if (ptr1->x_profile_arc_flag != ptr2->x_profile_arc_flag)
16165 : 0 : internal_error ("%<global_options%> are modified in local context");
16166 : 849673 : if (ptr1->x_flag_profile_correction != ptr2->x_flag_profile_correction)
16167 : 0 : internal_error ("%<global_options%> are modified in local context");
16168 : 849673 : if (ptr1->x_profile_data_prefix != ptr2->x_profile_data_prefix)
16169 : 0 : internal_error ("%<global_options%> are modified in local context");
16170 : 849673 : if (ptr1->x_flag_profile_exclude_files != ptr2->x_flag_profile_exclude_files)
16171 : 0 : internal_error ("%<global_options%> are modified in local context");
16172 : 849673 : if (ptr1->x_flag_profile_filter_files != ptr2->x_flag_profile_filter_files)
16173 : 0 : internal_error ("%<global_options%> are modified in local context");
16174 : 849673 : if (ptr1->x_profile_info_section != ptr2->x_profile_info_section)
16175 : 0 : internal_error ("%<global_options%> are modified in local context");
16176 : 849673 : if (ptr1->x_profile_note_location != ptr2->x_profile_note_location)
16177 : 0 : internal_error ("%<global_options%> are modified in local context");
16178 : 849673 : if (ptr1->x_flag_profile_partial_training != ptr2->x_flag_profile_partial_training)
16179 : 0 : internal_error ("%<global_options%> are modified in local context");
16180 : 849673 : if (ptr1->x_profile_prefix_path != ptr2->x_profile_prefix_path)
16181 : 0 : internal_error ("%<global_options%> are modified in local context");
16182 : 849673 : if (ptr1->x_flag_profile_reorder_functions != ptr2->x_flag_profile_reorder_functions)
16183 : 0 : internal_error ("%<global_options%> are modified in local context");
16184 : 849673 : if (ptr1->x_profile_report != ptr2->x_profile_report)
16185 : 0 : internal_error ("%<global_options%> are modified in local context");
16186 : 849673 : if (ptr1->x_flag_profile_reproducible != ptr2->x_flag_profile_reproducible)
16187 : 0 : internal_error ("%<global_options%> are modified in local context");
16188 : 849673 : if (ptr1->x_flag_profile_update != ptr2->x_flag_profile_update)
16189 : 0 : internal_error ("%<global_options%> are modified in local context");
16190 : 849673 : if (ptr1->x_flag_profile_use != ptr2->x_flag_profile_use)
16191 : 0 : internal_error ("%<global_options%> are modified in local context");
16192 : 849673 : if (ptr1->x_flag_profile_values != ptr2->x_flag_profile_values)
16193 : 0 : internal_error ("%<global_options%> are modified in local context");
16194 : 849673 : if (ptr1->x_flag_protect_parens != ptr2->x_flag_protect_parens)
16195 : 0 : internal_error ("%<global_options%> are modified in local context");
16196 : 849673 : if (ptr1->x_flag_range_check != ptr2->x_flag_range_check)
16197 : 0 : internal_error ("%<global_options%> are modified in local context");
16198 : 849673 : if (ptr1->x_flag_range_for_ext_temps != ptr2->x_flag_range_for_ext_temps)
16199 : 0 : internal_error ("%<global_options%> are modified in local context");
16200 : 849673 : if (ptr1->x_flag_real4_kind != ptr2->x_flag_real4_kind)
16201 : 0 : internal_error ("%<global_options%> are modified in local context");
16202 : 849673 : if (ptr1->x_flag_real8_kind != ptr2->x_flag_real8_kind)
16203 : 0 : internal_error ("%<global_options%> are modified in local context");
16204 : 849673 : if (ptr1->x_flag_realloc_lhs != ptr2->x_flag_realloc_lhs)
16205 : 0 : internal_error ("%<global_options%> are modified in local context");
16206 : 849673 : if (ptr1->x_flag_reciprocal_math != ptr2->x_flag_reciprocal_math)
16207 : 0 : internal_error ("%<global_options%> are modified in local context");
16208 : 849673 : if (ptr1->x_flag_record_gcc_switches != ptr2->x_flag_record_gcc_switches)
16209 : 0 : internal_error ("%<global_options%> are modified in local context");
16210 : 849673 : if (ptr1->x_flag_record_marker != ptr2->x_flag_record_marker)
16211 : 0 : internal_error ("%<global_options%> are modified in local context");
16212 : 849673 : if (ptr1->x_flag_recursive != ptr2->x_flag_recursive)
16213 : 0 : internal_error ("%<global_options%> are modified in local context");
16214 : 849673 : if (ptr1->x_flag_ree != ptr2->x_flag_ree)
16215 : 0 : internal_error ("%<global_options%> are modified in local context");
16216 : 849673 : if (ptr1->x_flag_rename_registers != ptr2->x_flag_rename_registers)
16217 : 0 : internal_error ("%<global_options%> are modified in local context");
16218 : 849673 : if (ptr1->x_flag_reorder_blocks != ptr2->x_flag_reorder_blocks)
16219 : 0 : internal_error ("%<global_options%> are modified in local context");
16220 : 849673 : if (ptr1->x_flag_reorder_blocks_algorithm != ptr2->x_flag_reorder_blocks_algorithm)
16221 : 0 : internal_error ("%<global_options%> are modified in local context");
16222 : 849673 : if (ptr1->x_flag_reorder_blocks_and_partition != ptr2->x_flag_reorder_blocks_and_partition)
16223 : 0 : internal_error ("%<global_options%> are modified in local context");
16224 : 849673 : if (ptr1->x_flag_reorder_functions != ptr2->x_flag_reorder_functions)
16225 : 0 : internal_error ("%<global_options%> are modified in local context");
16226 : 849673 : if (ptr1->x_flag_repack_arrays != ptr2->x_flag_repack_arrays)
16227 : 0 : internal_error ("%<global_options%> are modified in local context");
16228 : 849673 : if (ptr1->x_flag_replace_objc_classes != ptr2->x_flag_replace_objc_classes)
16229 : 0 : internal_error ("%<global_options%> are modified in local context");
16230 : 849673 : if (ptr1->x_flag_report_bug != ptr2->x_flag_report_bug)
16231 : 0 : internal_error ("%<global_options%> are modified in local context");
16232 : 849673 : if (ptr1->x_flag_rerun_cse_after_loop != ptr2->x_flag_rerun_cse_after_loop)
16233 : 0 : internal_error ("%<global_options%> are modified in local context");
16234 : 849673 : if (ptr1->x_flag_resched_modulo_sched != ptr2->x_flag_resched_modulo_sched)
16235 : 0 : internal_error ("%<global_options%> are modified in local context");
16236 : 849673 : if (ptr1->x_flag_rounding_math != ptr2->x_flag_rounding_math)
16237 : 0 : internal_error ("%<global_options%> are modified in local context");
16238 : 849673 : if (ptr1->x_flag_rtti != ptr2->x_flag_rtti)
16239 : 0 : internal_error ("%<global_options%> are modified in local context");
16240 : 849673 : if (ptr1->x_flag_assume_builtin_offset_of != ptr2->x_flag_assume_builtin_offset_of)
16241 : 0 : internal_error ("%<global_options%> are modified in local context");
16242 : 849673 : if (ptr1->x_flag_borrowcheck != ptr2->x_flag_borrowcheck)
16243 : 0 : internal_error ("%<global_options%> are modified in local context");
16244 : 849673 : if (ptr1->x_flag_rust_compile_until != ptr2->x_flag_rust_compile_until)
16245 : 0 : internal_error ("%<global_options%> are modified in local context");
16246 : 849673 : if (ptr1->x_flag_rust_crate_type != ptr2->x_flag_rust_crate_type)
16247 : 0 : internal_error ("%<global_options%> are modified in local context");
16248 : 849673 : if (ptr1->x_flag_rust_debug != ptr2->x_flag_rust_debug)
16249 : 0 : internal_error ("%<global_options%> are modified in local context");
16250 : 849673 : if (ptr1->x_flag_rust_edition != ptr2->x_flag_rust_edition)
16251 : 0 : internal_error ("%<global_options%> are modified in local context");
16252 : 849673 : if (ptr1->x_flag_rust_embed_metadata != ptr2->x_flag_rust_embed_metadata)
16253 : 0 : internal_error ("%<global_options%> are modified in local context");
16254 : 849673 : if (ptr1->x_flag_rust_experimental != ptr2->x_flag_rust_experimental)
16255 : 0 : internal_error ("%<global_options%> are modified in local context");
16256 : 849673 : if (ptr1->x_flag_rust_mangling != ptr2->x_flag_rust_mangling)
16257 : 0 : internal_error ("%<global_options%> are modified in local context");
16258 : 849673 : if (ptr1->x_rust_max_recursion_depth != ptr2->x_rust_max_recursion_depth)
16259 : 0 : internal_error ("%<global_options%> are modified in local context");
16260 : 849673 : if (ptr1->x_flag_name_resolution_2_0 != ptr2->x_flag_name_resolution_2_0)
16261 : 0 : internal_error ("%<global_options%> are modified in local context");
16262 : 849673 : if (ptr1->x_flag_overflow_checks != ptr2->x_flag_overflow_checks)
16263 : 0 : internal_error ("%<global_options%> are modified in local context");
16264 : 849673 : if (ptr1->x_flag_rust_panic != ptr2->x_flag_rust_panic)
16265 : 0 : internal_error ("%<global_options%> are modified in local context");
16266 : 849673 : if (ptr1->x_flag_sanitize_address_use_after_scope != ptr2->x_flag_sanitize_address_use_after_scope)
16267 : 0 : internal_error ("%<global_options%> are modified in local context");
16268 : 849673 : if (ptr1->x_flag_sanitize_coverage != ptr2->x_flag_sanitize_coverage)
16269 : 0 : internal_error ("%<global_options%> are modified in local context");
16270 : 849673 : if (ptr1->x_flag_save_optimization_record != ptr2->x_flag_save_optimization_record)
16271 : 0 : internal_error ("%<global_options%> are modified in local context");
16272 : 849673 : if (ptr1->x_flag_sched_critical_path_heuristic != ptr2->x_flag_sched_critical_path_heuristic)
16273 : 0 : internal_error ("%<global_options%> are modified in local context");
16274 : 849673 : if (ptr1->x_flag_sched_dep_count_heuristic != ptr2->x_flag_sched_dep_count_heuristic)
16275 : 0 : internal_error ("%<global_options%> are modified in local context");
16276 : 849673 : if (ptr1->x_flag_sched_group_heuristic != ptr2->x_flag_sched_group_heuristic)
16277 : 0 : internal_error ("%<global_options%> are modified in local context");
16278 : 849673 : if (ptr1->x_flag_schedule_interblock != ptr2->x_flag_schedule_interblock)
16279 : 0 : internal_error ("%<global_options%> are modified in local context");
16280 : 849673 : if (ptr1->x_flag_sched_last_insn_heuristic != ptr2->x_flag_sched_last_insn_heuristic)
16281 : 0 : internal_error ("%<global_options%> are modified in local context");
16282 : 849673 : if (ptr1->x_flag_sched_pressure != ptr2->x_flag_sched_pressure)
16283 : 0 : internal_error ("%<global_options%> are modified in local context");
16284 : 849673 : if (ptr1->x_flag_sched_rank_heuristic != ptr2->x_flag_sched_rank_heuristic)
16285 : 0 : internal_error ("%<global_options%> are modified in local context");
16286 : 849673 : if (ptr1->x_flag_schedule_speculative != ptr2->x_flag_schedule_speculative)
16287 : 0 : internal_error ("%<global_options%> are modified in local context");
16288 : 849673 : if (ptr1->x_flag_sched_spec_insn_heuristic != ptr2->x_flag_sched_spec_insn_heuristic)
16289 : 0 : internal_error ("%<global_options%> are modified in local context");
16290 : 849673 : if (ptr1->x_flag_schedule_speculative_load != ptr2->x_flag_schedule_speculative_load)
16291 : 0 : internal_error ("%<global_options%> are modified in local context");
16292 : 849673 : if (ptr1->x_flag_schedule_speculative_load_dangerous != ptr2->x_flag_schedule_speculative_load_dangerous)
16293 : 0 : internal_error ("%<global_options%> are modified in local context");
16294 : 849673 : if (ptr1->x_flag_sched_stalled_insns != ptr2->x_flag_sched_stalled_insns)
16295 : 0 : internal_error ("%<global_options%> are modified in local context");
16296 : 849673 : if (ptr1->x_flag_sched_stalled_insns_dep != ptr2->x_flag_sched_stalled_insns_dep)
16297 : 0 : internal_error ("%<global_options%> are modified in local context");
16298 : 849673 : if (ptr1->x_sched_verbose_param != ptr2->x_sched_verbose_param)
16299 : 0 : internal_error ("%<global_options%> are modified in local context");
16300 : 849673 : if (ptr1->x_flag_sched2_use_superblocks != ptr2->x_flag_sched2_use_superblocks)
16301 : 0 : internal_error ("%<global_options%> are modified in local context");
16302 : 849673 : if (ptr1->x_flag_schedule_fusion != ptr2->x_flag_schedule_fusion)
16303 : 0 : internal_error ("%<global_options%> are modified in local context");
16304 : 849673 : if (ptr1->x_flag_schedule_insns != ptr2->x_flag_schedule_insns)
16305 : 0 : internal_error ("%<global_options%> are modified in local context");
16306 : 849673 : if (ptr1->x_flag_schedule_insns_after_reload != ptr2->x_flag_schedule_insns_after_reload)
16307 : 0 : internal_error ("%<global_options%> are modified in local context");
16308 : 849673 : if (ptr1->x_flag_second_underscore != ptr2->x_flag_second_underscore)
16309 : 0 : internal_error ("%<global_options%> are modified in local context");
16310 : 849673 : if (ptr1->x_flag_section_anchors != ptr2->x_flag_section_anchors)
16311 : 0 : internal_error ("%<global_options%> are modified in local context");
16312 : 849673 : if (ptr1->x_flag_sel_sched_pipelining != ptr2->x_flag_sel_sched_pipelining)
16313 : 0 : internal_error ("%<global_options%> are modified in local context");
16314 : 849673 : if (ptr1->x_flag_sel_sched_pipelining_outer_loops != ptr2->x_flag_sel_sched_pipelining_outer_loops)
16315 : 0 : internal_error ("%<global_options%> are modified in local context");
16316 : 849673 : if (ptr1->x_flag_sel_sched_reschedule_pipelined != ptr2->x_flag_sel_sched_reschedule_pipelined)
16317 : 0 : internal_error ("%<global_options%> are modified in local context");
16318 : 849673 : if (ptr1->x_flag_selective_scheduling != ptr2->x_flag_selective_scheduling)
16319 : 0 : internal_error ("%<global_options%> are modified in local context");
16320 : 849673 : if (ptr1->x_flag_selective_scheduling2 != ptr2->x_flag_selective_scheduling2)
16321 : 0 : internal_error ("%<global_options%> are modified in local context");
16322 : 849673 : if (ptr1->x_flag_self_test != ptr2->x_flag_self_test)
16323 : 0 : internal_error ("%<global_options%> are modified in local context");
16324 : 849673 : if (ptr1->x_flag_semantic_interposition != ptr2->x_flag_semantic_interposition)
16325 : 0 : internal_error ("%<global_options%> are modified in local context");
16326 : 849673 : if (ptr1->x_flag_short_enums != ptr2->x_flag_short_enums)
16327 : 0 : internal_error ("%<global_options%> are modified in local context");
16328 : 849673 : if (ptr1->x_flag_short_wchar != ptr2->x_flag_short_wchar)
16329 : 0 : internal_error ("%<global_options%> are modified in local context");
16330 : 849673 : if (ptr1->x_flag_show_column != ptr2->x_flag_show_column)
16331 : 0 : internal_error ("%<global_options%> are modified in local context");
16332 : 849673 : if (ptr1->x_flag_shrink_wrap != ptr2->x_flag_shrink_wrap)
16333 : 0 : internal_error ("%<global_options%> are modified in local context");
16334 : 849673 : if (ptr1->x_flag_shrink_wrap_separate != ptr2->x_flag_shrink_wrap_separate)
16335 : 0 : internal_error ("%<global_options%> are modified in local context");
16336 : 849673 : if (ptr1->x_flag_sign_zero != ptr2->x_flag_sign_zero)
16337 : 0 : internal_error ("%<global_options%> are modified in local context");
16338 : 849673 : if (ptr1->x_flag_signaling_nans != ptr2->x_flag_signaling_nans)
16339 : 0 : internal_error ("%<global_options%> are modified in local context");
16340 : 849673 : if (ptr1->x_flag_signed_bitfields != ptr2->x_flag_signed_bitfields)
16341 : 0 : internal_error ("%<global_options%> are modified in local context");
16342 : 849673 : if (ptr1->x_flag_signed_char != ptr2->x_flag_signed_char)
16343 : 0 : internal_error ("%<global_options%> are modified in local context");
16344 : 849673 : if (ptr1->x_flag_signed_zeros != ptr2->x_flag_signed_zeros)
16345 : 0 : internal_error ("%<global_options%> are modified in local context");
16346 : 849673 : if (ptr1->x_flag_simd_cost_model != ptr2->x_flag_simd_cost_model)
16347 : 0 : internal_error ("%<global_options%> are modified in local context");
16348 : 849673 : if (ptr1->x_flag_single_precision_constant != ptr2->x_flag_single_precision_constant)
16349 : 0 : internal_error ("%<global_options%> are modified in local context");
16350 : 849673 : if (ptr1->x_flag_sized_deallocation != ptr2->x_flag_sized_deallocation)
16351 : 0 : internal_error ("%<global_options%> are modified in local context");
16352 : 849673 : if (ptr1->x_flag_split_ivs_in_unroller != ptr2->x_flag_split_ivs_in_unroller)
16353 : 0 : internal_error ("%<global_options%> are modified in local context");
16354 : 849673 : if (ptr1->x_flag_split_loops != ptr2->x_flag_split_loops)
16355 : 0 : internal_error ("%<global_options%> are modified in local context");
16356 : 849673 : if (ptr1->x_flag_split_paths != ptr2->x_flag_split_paths)
16357 : 0 : internal_error ("%<global_options%> are modified in local context");
16358 : 849673 : if (ptr1->x_flag_split_stack != ptr2->x_flag_split_stack)
16359 : 0 : internal_error ("%<global_options%> are modified in local context");
16360 : 849673 : if (ptr1->x_flag_split_wide_types != ptr2->x_flag_split_wide_types)
16361 : 0 : internal_error ("%<global_options%> are modified in local context");
16362 : 849673 : if (ptr1->x_flag_split_wide_types_early != ptr2->x_flag_split_wide_types_early)
16363 : 0 : internal_error ("%<global_options%> are modified in local context");
16364 : 849673 : if (ptr1->x_flag_ssa_backprop != ptr2->x_flag_ssa_backprop)
16365 : 0 : internal_error ("%<global_options%> are modified in local context");
16366 : 849673 : if (ptr1->x_flag_ssa_phiopt != ptr2->x_flag_ssa_phiopt)
16367 : 0 : internal_error ("%<global_options%> are modified in local context");
16368 : 849673 : if (ptr1->x_default_sso != ptr2->x_default_sso)
16369 : 0 : internal_error ("%<global_options%> are modified in local context");
16370 : 849673 : if (ptr1->x_flag_stack_arrays != ptr2->x_flag_stack_arrays)
16371 : 0 : internal_error ("%<global_options%> are modified in local context");
16372 : 849673 : if (ptr1->x_flag_stack_clash_protection != ptr2->x_flag_stack_clash_protection)
16373 : 0 : internal_error ("%<global_options%> are modified in local context");
16374 : 849673 : if (ptr1->x_flag_stack_protect != ptr2->x_flag_stack_protect)
16375 : 0 : internal_error ("%<global_options%> are modified in local context");
16376 : 849673 : if (ptr1->x_flag_stack_reuse != ptr2->x_flag_stack_reuse)
16377 : 0 : internal_error ("%<global_options%> are modified in local context");
16378 : 849673 : if (ptr1->x_flag_stack_usage != ptr2->x_flag_stack_usage)
16379 : 0 : internal_error ("%<global_options%> are modified in local context");
16380 : 849673 : if (ptr1->x_cobol_static_call != ptr2->x_cobol_static_call)
16381 : 0 : internal_error ("%<global_options%> are modified in local context");
16382 : 849673 : if (ptr1->x_flag_detailed_statistics != ptr2->x_flag_detailed_statistics)
16383 : 0 : internal_error ("%<global_options%> are modified in local context");
16384 : 849673 : if (ptr1->x_flag_stdarg_opt != ptr2->x_flag_stdarg_opt)
16385 : 0 : internal_error ("%<global_options%> are modified in local context");
16386 : 849673 : if (ptr1->x_flag_store_merging != ptr2->x_flag_store_merging)
16387 : 0 : internal_error ("%<global_options%> are modified in local context");
16388 : 849673 : if (ptr1->x_flag_strict_aliasing != ptr2->x_flag_strict_aliasing)
16389 : 0 : internal_error ("%<global_options%> are modified in local context");
16390 : 849673 : if (ptr1->x_flag_strict_enums != ptr2->x_flag_strict_enums)
16391 : 0 : internal_error ("%<global_options%> are modified in local context");
16392 : 849673 : if (ptr1->x_flag_strict_flex_arrays != ptr2->x_flag_strict_flex_arrays)
16393 : 0 : internal_error ("%<global_options%> are modified in local context");
16394 : 849673 : if (ptr1->x_flag_strict_volatile_bitfields != ptr2->x_flag_strict_volatile_bitfields)
16395 : 0 : internal_error ("%<global_options%> are modified in local context");
16396 : 849673 : if (ptr1->x_flag_strong_eval_order != ptr2->x_flag_strong_eval_order)
16397 : 0 : internal_error ("%<global_options%> are modified in local context");
16398 : 849673 : if (ptr1->x_flag_strub != ptr2->x_flag_strub)
16399 : 0 : internal_error ("%<global_options%> are modified in local context");
16400 : 849673 : if (ptr1->x_flag_switch_errors != ptr2->x_flag_switch_errors)
16401 : 0 : internal_error ("%<global_options%> are modified in local context");
16402 : 849673 : if (ptr1->x_flag_sync_libcalls != ptr2->x_flag_sync_libcalls)
16403 : 0 : internal_error ("%<global_options%> are modified in local context");
16404 : 849673 : if (ptr1->x_flag_syntax_only != ptr2->x_flag_syntax_only)
16405 : 0 : internal_error ("%<global_options%> are modified in local context");
16406 : 849673 : if (ptr1->x_flag_tail_call_workaround != ptr2->x_flag_tail_call_workaround)
16407 : 0 : internal_error ("%<global_options%> are modified in local context");
16408 : 849673 : if (ptr1->x_template_backtrace_limit != ptr2->x_template_backtrace_limit)
16409 : 0 : internal_error ("%<global_options%> are modified in local context");
16410 : 849673 : if (ptr1->x_flag_test_coverage != ptr2->x_flag_test_coverage)
16411 : 0 : internal_error ("%<global_options%> are modified in local context");
16412 : 849673 : if (ptr1->x_flag_test_forall_temp != ptr2->x_flag_test_forall_temp)
16413 : 0 : internal_error ("%<global_options%> are modified in local context");
16414 : 849673 : if (ptr1->x_flag_thread_jumps != ptr2->x_flag_thread_jumps)
16415 : 0 : internal_error ("%<global_options%> are modified in local context");
16416 : 849673 : if (ptr1->x_flag_threadsafe_statics != ptr2->x_flag_threadsafe_statics)
16417 : 0 : internal_error ("%<global_options%> are modified in local context");
16418 : 849673 : if (ptr1->x_time_report != ptr2->x_time_report)
16419 : 0 : internal_error ("%<global_options%> are modified in local context");
16420 : 849673 : if (ptr1->x_time_report_details != ptr2->x_time_report_details)
16421 : 0 : internal_error ("%<global_options%> are modified in local context");
16422 : 849673 : if (ptr1->x_flag_tls_default != ptr2->x_flag_tls_default)
16423 : 0 : internal_error ("%<global_options%> are modified in local context");
16424 : 849673 : if (ptr1->x_flag_toplevel_reorder != ptr2->x_flag_toplevel_reorder)
16425 : 0 : internal_error ("%<global_options%> are modified in local context");
16426 : 849673 : if (ptr1->x_cobol_trace_debug != ptr2->x_cobol_trace_debug)
16427 : 0 : internal_error ("%<global_options%> are modified in local context");
16428 : 849673 : if (ptr1->x_flag_tracer != ptr2->x_flag_tracer)
16429 : 0 : internal_error ("%<global_options%> are modified in local context");
16430 : 849673 : if (ptr1->x_flag_trampoline_impl != ptr2->x_flag_trampoline_impl)
16431 : 0 : internal_error ("%<global_options%> are modified in local context");
16432 : 849673 : if (ptr1->x_flag_trampolines != ptr2->x_flag_trampolines)
16433 : 0 : internal_error ("%<global_options%> are modified in local context");
16434 : 849673 : if (ptr1->x_flag_trapping_math != ptr2->x_flag_trapping_math)
16435 : 0 : internal_error ("%<global_options%> are modified in local context");
16436 : 849673 : if (ptr1->x_flag_trapv != ptr2->x_flag_trapv)
16437 : 0 : internal_error ("%<global_options%> are modified in local context");
16438 : 849673 : if (ptr1->x_flag_tree_bit_ccp != ptr2->x_flag_tree_bit_ccp)
16439 : 0 : internal_error ("%<global_options%> are modified in local context");
16440 : 849673 : if (ptr1->x_flag_tree_builtin_call_dce != ptr2->x_flag_tree_builtin_call_dce)
16441 : 0 : internal_error ("%<global_options%> are modified in local context");
16442 : 849673 : if (ptr1->x_flag_tree_ccp != ptr2->x_flag_tree_ccp)
16443 : 0 : internal_error ("%<global_options%> are modified in local context");
16444 : 849673 : if (ptr1->x_flag_tree_ch != ptr2->x_flag_tree_ch)
16445 : 0 : internal_error ("%<global_options%> are modified in local context");
16446 : 849673 : if (ptr1->x_flag_tree_coalesce_vars != ptr2->x_flag_tree_coalesce_vars)
16447 : 0 : internal_error ("%<global_options%> are modified in local context");
16448 : 849673 : if (ptr1->x_flag_tree_copy_prop != ptr2->x_flag_tree_copy_prop)
16449 : 0 : internal_error ("%<global_options%> are modified in local context");
16450 : 849673 : if (ptr1->x_flag_tree_cselim != ptr2->x_flag_tree_cselim)
16451 : 0 : internal_error ("%<global_options%> are modified in local context");
16452 : 849673 : if (ptr1->x_flag_tree_dce != ptr2->x_flag_tree_dce)
16453 : 0 : internal_error ("%<global_options%> are modified in local context");
16454 : 849673 : if (ptr1->x_flag_tree_dom != ptr2->x_flag_tree_dom)
16455 : 0 : internal_error ("%<global_options%> are modified in local context");
16456 : 849673 : if (ptr1->x_flag_tree_dse != ptr2->x_flag_tree_dse)
16457 : 0 : internal_error ("%<global_options%> are modified in local context");
16458 : 849673 : if (ptr1->x_flag_tree_forwprop != ptr2->x_flag_tree_forwprop)
16459 : 0 : internal_error ("%<global_options%> are modified in local context");
16460 : 849673 : if (ptr1->x_flag_tree_fre != ptr2->x_flag_tree_fre)
16461 : 0 : internal_error ("%<global_options%> are modified in local context");
16462 : 849673 : if (ptr1->x_flag_tree_loop_distribute_patterns != ptr2->x_flag_tree_loop_distribute_patterns)
16463 : 0 : internal_error ("%<global_options%> are modified in local context");
16464 : 849673 : if (ptr1->x_flag_tree_loop_distribution != ptr2->x_flag_tree_loop_distribution)
16465 : 0 : internal_error ("%<global_options%> are modified in local context");
16466 : 849673 : if (ptr1->x_flag_tree_loop_if_convert != ptr2->x_flag_tree_loop_if_convert)
16467 : 0 : internal_error ("%<global_options%> are modified in local context");
16468 : 849673 : if (ptr1->x_flag_tree_loop_im != ptr2->x_flag_tree_loop_im)
16469 : 0 : internal_error ("%<global_options%> are modified in local context");
16470 : 849673 : if (ptr1->x_flag_tree_loop_ivcanon != ptr2->x_flag_tree_loop_ivcanon)
16471 : 0 : internal_error ("%<global_options%> are modified in local context");
16472 : 849673 : if (ptr1->x_flag_tree_loop_optimize != ptr2->x_flag_tree_loop_optimize)
16473 : 0 : internal_error ("%<global_options%> are modified in local context");
16474 : 849673 : if (ptr1->x_flag_tree_loop_vectorize != ptr2->x_flag_tree_loop_vectorize)
16475 : 0 : internal_error ("%<global_options%> are modified in local context");
16476 : 849673 : if (ptr1->x_flag_tree_live_range_split != ptr2->x_flag_tree_live_range_split)
16477 : 0 : internal_error ("%<global_options%> are modified in local context");
16478 : 849673 : if (ptr1->x_flag_tree_parallelize_loops != ptr2->x_flag_tree_parallelize_loops)
16479 : 0 : internal_error ("%<global_options%> are modified in local context");
16480 : 849673 : if (ptr1->x_flag_tree_partial_pre != ptr2->x_flag_tree_partial_pre)
16481 : 0 : internal_error ("%<global_options%> are modified in local context");
16482 : 849673 : if (ptr1->x_flag_tree_phiprop != ptr2->x_flag_tree_phiprop)
16483 : 0 : internal_error ("%<global_options%> are modified in local context");
16484 : 849673 : if (ptr1->x_flag_tree_pre != ptr2->x_flag_tree_pre)
16485 : 0 : internal_error ("%<global_options%> are modified in local context");
16486 : 849673 : if (ptr1->x_flag_tree_pta != ptr2->x_flag_tree_pta)
16487 : 0 : internal_error ("%<global_options%> are modified in local context");
16488 : 849673 : if (ptr1->x_flag_tree_reassoc != ptr2->x_flag_tree_reassoc)
16489 : 0 : internal_error ("%<global_options%> are modified in local context");
16490 : 849673 : if (ptr1->x_flag_tree_scev_cprop != ptr2->x_flag_tree_scev_cprop)
16491 : 0 : internal_error ("%<global_options%> are modified in local context");
16492 : 849673 : if (ptr1->x_flag_tree_sink != ptr2->x_flag_tree_sink)
16493 : 0 : internal_error ("%<global_options%> are modified in local context");
16494 : 849673 : if (ptr1->x_flag_tree_slp_vectorize != ptr2->x_flag_tree_slp_vectorize)
16495 : 0 : internal_error ("%<global_options%> are modified in local context");
16496 : 849673 : if (ptr1->x_flag_tree_slsr != ptr2->x_flag_tree_slsr)
16497 : 0 : internal_error ("%<global_options%> are modified in local context");
16498 : 849673 : if (ptr1->x_flag_tree_sra != ptr2->x_flag_tree_sra)
16499 : 0 : internal_error ("%<global_options%> are modified in local context");
16500 : 849673 : if (ptr1->x_flag_tree_switch_conversion != ptr2->x_flag_tree_switch_conversion)
16501 : 0 : internal_error ("%<global_options%> are modified in local context");
16502 : 849673 : if (ptr1->x_flag_tree_tail_merge != ptr2->x_flag_tree_tail_merge)
16503 : 0 : internal_error ("%<global_options%> are modified in local context");
16504 : 849673 : if (ptr1->x_flag_tree_ter != ptr2->x_flag_tree_ter)
16505 : 0 : internal_error ("%<global_options%> are modified in local context");
16506 : 849673 : if (ptr1->x_flag_tree_vectorize != ptr2->x_flag_tree_vectorize)
16507 : 0 : internal_error ("%<global_options%> are modified in local context");
16508 : 849673 : if (ptr1->x_flag_tree_vrp != ptr2->x_flag_tree_vrp)
16509 : 0 : internal_error ("%<global_options%> are modified in local context");
16510 : 849673 : if (ptr1->x_flag_auto_var_init != ptr2->x_flag_auto_var_init)
16511 : 0 : internal_error ("%<global_options%> are modified in local context");
16512 : 849673 : if (ptr1->x_flag_unconstrained_commons != ptr2->x_flag_unconstrained_commons)
16513 : 0 : internal_error ("%<global_options%> are modified in local context");
16514 : 849673 : if (ptr1->x_flag_underscoring != ptr2->x_flag_underscoring)
16515 : 0 : internal_error ("%<global_options%> are modified in local context");
16516 : 849673 : if (ptr1->x_flag_unit_at_a_time != ptr2->x_flag_unit_at_a_time)
16517 : 0 : internal_error ("%<global_options%> are modified in local context");
16518 : 849673 : if (ptr1->x_flag_unreachable_traps != ptr2->x_flag_unreachable_traps)
16519 : 0 : internal_error ("%<global_options%> are modified in local context");
16520 : 849673 : if (ptr1->x_flag_unroll_all_loops != ptr2->x_flag_unroll_all_loops)
16521 : 0 : internal_error ("%<global_options%> are modified in local context");
16522 : 849673 : if (ptr1->x_flag_cunroll_grow_size != ptr2->x_flag_cunroll_grow_size)
16523 : 0 : internal_error ("%<global_options%> are modified in local context");
16524 : 849673 : if (ptr1->x_flag_unroll_loops != ptr2->x_flag_unroll_loops)
16525 : 0 : internal_error ("%<global_options%> are modified in local context");
16526 : 849673 : if (ptr1->x_flag_unsafe_math_optimizations != ptr2->x_flag_unsafe_math_optimizations)
16527 : 0 : internal_error ("%<global_options%> are modified in local context");
16528 : 849673 : if (ptr1->x_flag_unsigned != ptr2->x_flag_unsigned)
16529 : 0 : internal_error ("%<global_options%> are modified in local context");
16530 : 849673 : if (ptr1->x_flag_unswitch_loops != ptr2->x_flag_unswitch_loops)
16531 : 0 : internal_error ("%<global_options%> are modified in local context");
16532 : 849673 : if (ptr1->x_flag_unwind_tables != ptr2->x_flag_unwind_tables)
16533 : 0 : internal_error ("%<global_options%> are modified in local context");
16534 : 849673 : if (ptr1->x_flag_use_cxa_atexit != ptr2->x_flag_use_cxa_atexit)
16535 : 0 : internal_error ("%<global_options%> are modified in local context");
16536 : 849673 : if (ptr1->x_flag_use_cxa_get_exception_ptr != ptr2->x_flag_use_cxa_get_exception_ptr)
16537 : 0 : internal_error ("%<global_options%> are modified in local context");
16538 : 849673 : if (ptr1->x_flag_use_linker_plugin != ptr2->x_flag_use_linker_plugin)
16539 : 0 : internal_error ("%<global_options%> are modified in local context");
16540 : 849673 : if (ptr1->x_flag_var_tracking != ptr2->x_flag_var_tracking)
16541 : 0 : internal_error ("%<global_options%> are modified in local context");
16542 : 849673 : if (ptr1->x_flag_var_tracking_assignments != ptr2->x_flag_var_tracking_assignments)
16543 : 0 : internal_error ("%<global_options%> are modified in local context");
16544 : 849673 : if (ptr1->x_flag_var_tracking_assignments_toggle != ptr2->x_flag_var_tracking_assignments_toggle)
16545 : 0 : internal_error ("%<global_options%> are modified in local context");
16546 : 849673 : if (ptr1->x_flag_var_tracking_uninit != ptr2->x_flag_var_tracking_uninit)
16547 : 0 : internal_error ("%<global_options%> are modified in local context");
16548 : 849673 : if (ptr1->x_flag_variable_expansion_in_unroller != ptr2->x_flag_variable_expansion_in_unroller)
16549 : 0 : internal_error ("%<global_options%> are modified in local context");
16550 : 849673 : if (ptr1->x_flag_vect_cost_model != ptr2->x_flag_vect_cost_model)
16551 : 0 : internal_error ("%<global_options%> are modified in local context");
16552 : 849673 : if (ptr1->x_flag_verbose_asm != ptr2->x_flag_verbose_asm)
16553 : 0 : internal_error ("%<global_options%> are modified in local context");
16554 : 849673 : if (ptr1->x_flag_version_loops_for_strides != ptr2->x_flag_version_loops_for_strides)
16555 : 0 : internal_error ("%<global_options%> are modified in local context");
16556 : 849673 : if (ptr1->x_flag_visibility_ms_compat != ptr2->x_flag_visibility_ms_compat)
16557 : 0 : internal_error ("%<global_options%> are modified in local context");
16558 : 849673 : if (ptr1->x_default_visibility != ptr2->x_default_visibility)
16559 : 0 : internal_error ("%<global_options%> are modified in local context");
16560 : 849673 : if (ptr1->x_flag_value_profile_transformations != ptr2->x_flag_value_profile_transformations)
16561 : 0 : internal_error ("%<global_options%> are modified in local context");
16562 : 849673 : if (ptr1->x_flag_vtable_verify != ptr2->x_flag_vtable_verify)
16563 : 0 : internal_error ("%<global_options%> are modified in local context");
16564 : 849673 : if (ptr1->x_flag_vtv_counts != ptr2->x_flag_vtv_counts)
16565 : 0 : internal_error ("%<global_options%> are modified in local context");
16566 : 849673 : if (ptr1->x_flag_vtv_debug != ptr2->x_flag_vtv_debug)
16567 : 0 : internal_error ("%<global_options%> are modified in local context");
16568 : 849673 : if (ptr1->x_flag_weak != ptr2->x_flag_weak)
16569 : 0 : internal_error ("%<global_options%> are modified in local context");
16570 : 849673 : if (ptr1->x_flag_weak_templates != ptr2->x_flag_weak_templates)
16571 : 0 : internal_error ("%<global_options%> are modified in local context");
16572 : 849673 : if (ptr1->x_flag_web != ptr2->x_flag_web)
16573 : 0 : internal_error ("%<global_options%> are modified in local context");
16574 : 849673 : if (ptr1->x_flag_whole_program != ptr2->x_flag_whole_program)
16575 : 0 : internal_error ("%<global_options%> are modified in local context");
16576 : 849673 : if (ptr1->x_flag_working_directory != ptr2->x_flag_working_directory)
16577 : 0 : internal_error ("%<global_options%> are modified in local context");
16578 : 849673 : if (ptr1->x_flag_wpa != ptr2->x_flag_wpa)
16579 : 0 : internal_error ("%<global_options%> are modified in local context");
16580 : 849673 : if (ptr1->x_flag_wrapv != ptr2->x_flag_wrapv)
16581 : 0 : internal_error ("%<global_options%> are modified in local context");
16582 : 849673 : if (ptr1->x_flag_wrapv_pointer != ptr2->x_flag_wrapv_pointer)
16583 : 0 : internal_error ("%<global_options%> are modified in local context");
16584 : 849673 : if (ptr1->x_yy_debug != ptr2->x_yy_debug)
16585 : 0 : internal_error ("%<global_options%> are modified in local context");
16586 : 849673 : if (ptr1->x_flag_zero_init_padding_bits != ptr2->x_flag_zero_init_padding_bits)
16587 : 0 : internal_error ("%<global_options%> are modified in local context");
16588 : 849673 : if (ptr1->x_flag_zero_initialized_in_bss != ptr2->x_flag_zero_initialized_in_bss)
16589 : 0 : internal_error ("%<global_options%> are modified in local context");
16590 : 849673 : if (ptr1->x_flag_zero_link != ptr2->x_flag_zero_link)
16591 : 0 : internal_error ("%<global_options%> are modified in local context");
16592 : 849673 : if (ptr1->x_dwarf2out_as_loc_support != ptr2->x_dwarf2out_as_loc_support)
16593 : 0 : internal_error ("%<global_options%> are modified in local context");
16594 : 849673 : if (ptr1->x_dwarf2out_as_locview_support != ptr2->x_dwarf2out_as_locview_support)
16595 : 0 : internal_error ("%<global_options%> are modified in local context");
16596 : 849673 : if (ptr1->x_debug_column_info != ptr2->x_debug_column_info)
16597 : 0 : internal_error ("%<global_options%> are modified in local context");
16598 : 849673 : if (ptr1->x_flag_describe_dies != ptr2->x_flag_describe_dies)
16599 : 0 : internal_error ("%<global_options%> are modified in local context");
16600 : 849673 : if (ptr1->x_dwarf_version != ptr2->x_dwarf_version)
16601 : 0 : internal_error ("%<global_options%> are modified in local context");
16602 : 849673 : if (ptr1->x_dwarf_offset_size != ptr2->x_dwarf_offset_size)
16603 : 0 : internal_error ("%<global_options%> are modified in local context");
16604 : 849673 : if (ptr1->x_flag_gen_declaration != ptr2->x_flag_gen_declaration)
16605 : 0 : internal_error ("%<global_options%> are modified in local context");
16606 : 849673 : if (ptr1->x_debug_generate_pub_sections != ptr2->x_debug_generate_pub_sections)
16607 : 0 : internal_error ("%<global_options%> are modified in local context");
16608 : 849673 : if (ptr1->x_flag_lto_gimple_stats != ptr2->x_flag_lto_gimple_stats)
16609 : 0 : internal_error ("%<global_options%> are modified in local context");
16610 : 849673 : if (ptr1->x_debug_inline_points != ptr2->x_debug_inline_points)
16611 : 0 : internal_error ("%<global_options%> are modified in local context");
16612 : 849673 : if (ptr1->x_debug_internal_reset_location_views != ptr2->x_debug_internal_reset_location_views)
16613 : 0 : internal_error ("%<global_options%> are modified in local context");
16614 : 849673 : if (ptr1->x_debug_prune_btf != ptr2->x_debug_prune_btf)
16615 : 0 : internal_error ("%<global_options%> are modified in local context");
16616 : 849673 : if (ptr1->x_dwarf_record_gcc_switches != ptr2->x_dwarf_record_gcc_switches)
16617 : 0 : internal_error ("%<global_options%> are modified in local context");
16618 : 849673 : if (ptr1->x_dwarf_split_debug_info != ptr2->x_dwarf_split_debug_info)
16619 : 0 : internal_error ("%<global_options%> are modified in local context");
16620 : 849673 : if (ptr1->x_debug_nonbind_markers_p != ptr2->x_debug_nonbind_markers_p)
16621 : 0 : internal_error ("%<global_options%> are modified in local context");
16622 : 849673 : if (ptr1->x_dwarf_strict != ptr2->x_dwarf_strict)
16623 : 0 : internal_error ("%<global_options%> are modified in local context");
16624 : 849673 : if (ptr1->x_flag_gtoggle != ptr2->x_flag_gtoggle)
16625 : 0 : internal_error ("%<global_options%> are modified in local context");
16626 : 849673 : if (ptr1->x_debug_variable_location_views != ptr2->x_debug_variable_location_views)
16627 : 0 : internal_error ("%<global_options%> are modified in local context");
16628 : 849673 : if (ptr1->x_flag_lto_dump_tool_help != ptr2->x_flag_lto_dump_tool_help)
16629 : 0 : internal_error ("%<global_options%> are modified in local context");
16630 : 849673 : if (ptr1->x_imultiarch != ptr2->x_imultiarch)
16631 : 0 : internal_error ("%<global_options%> are modified in local context");
16632 : 849673 : if (ptr1->x_plugindir_string != ptr2->x_plugindir_string)
16633 : 0 : internal_error ("%<global_options%> are modified in local context");
16634 : 849673 : if (ptr1->x_flag_lto_dump_list != ptr2->x_flag_lto_dump_list)
16635 : 0 : internal_error ("%<global_options%> are modified in local context");
16636 : 849673 : if (ptr1->x_ix86_isa_flags != ptr2->x_ix86_isa_flags)
16637 : 0 : internal_error ("%<global_options%> are modified in local context");
16638 : 849673 : if (ptr1->x_ix86_abi != ptr2->x_ix86_abi)
16639 : 0 : internal_error ("%<global_options%> are modified in local context");
16640 : 849673 : if (ptr1->x_ix86_pmode != ptr2->x_ix86_pmode)
16641 : 0 : internal_error ("%<global_options%> are modified in local context");
16642 : 849673 : if (ptr1->x_cobol_main_string != ptr2->x_cobol_main_string)
16643 : 0 : internal_error ("%<global_options%> are modified in local context");
16644 : 849673 : if (ptr1->x_ix86_align_data_type != ptr2->x_ix86_align_data_type)
16645 : 0 : internal_error ("%<global_options%> are modified in local context");
16646 : 849673 : if (ptr1->x_ix86_isa_flags2 != ptr2->x_ix86_isa_flags2)
16647 : 0 : internal_error ("%<global_options%> are modified in local context");
16648 : 849673 : if (ptr1->x_flag_android != ptr2->x_flag_android)
16649 : 0 : internal_error ("%<global_options%> are modified in local context");
16650 : 849673 : if (ptr1->x_ix86_apx_features != ptr2->x_ix86_apx_features)
16651 : 0 : internal_error ("%<global_options%> are modified in local context");
16652 : 849673 : if (ptr1->x_ix86_apx_inline_asm_use_gpr32 != ptr2->x_ix86_apx_inline_asm_use_gpr32)
16653 : 0 : internal_error ("%<global_options%> are modified in local context");
16654 : 849673 : if (ptr1->x_ix86_arch_string != ptr2->x_ix86_arch_string
16655 : 0 : && (!ptr1->x_ix86_arch_string || !ptr2->x_ix86_arch_string
16656 : 0 : || strcmp (ptr1->x_ix86_arch_string, ptr2->x_ix86_arch_string)))
16657 : 0 : internal_error ("%<global_options%> are modified in local context");
16658 : 849673 : if (ptr1->x_ix86_asm_dialect != ptr2->x_ix86_asm_dialect)
16659 : 0 : internal_error ("%<global_options%> are modified in local context");
16660 : 849673 : if (ptr1->x_linux_libc != ptr2->x_linux_libc)
16661 : 0 : internal_error ("%<global_options%> are modified in local context");
16662 : 849673 : if (ptr1->x_ix86_branch_cost != ptr2->x_ix86_branch_cost)
16663 : 0 : internal_error ("%<global_options%> are modified in local context");
16664 : 849673 : if (ptr1->x_flag_cet_switch != ptr2->x_flag_cet_switch)
16665 : 0 : internal_error ("%<global_options%> are modified in local context");
16666 : 849673 : if (ptr1->x_ix86_cmodel != ptr2->x_ix86_cmodel)
16667 : 0 : internal_error ("%<global_options%> are modified in local context");
16668 : 849673 : if (ptr1->x_ix86_direct_extern_access != ptr2->x_ix86_direct_extern_access)
16669 : 0 : internal_error ("%<global_options%> are modified in local context");
16670 : 849673 : if (ptr1->x_flag_dispatch_scheduler != ptr2->x_flag_dispatch_scheduler)
16671 : 0 : internal_error ("%<global_options%> are modified in local context");
16672 : 849673 : if (ptr1->x_ix86_dump_tunes != ptr2->x_ix86_dump_tunes)
16673 : 0 : internal_error ("%<global_options%> are modified in local context");
16674 : 849673 : if (ptr1->x_flag_fentry != ptr2->x_flag_fentry)
16675 : 0 : internal_error ("%<global_options%> are modified in local context");
16676 : 849673 : if (ptr1->x_fentry_name != ptr2->x_fentry_name)
16677 : 0 : internal_error ("%<global_options%> are modified in local context");
16678 : 849673 : if (ptr1->x_fentry_section != ptr2->x_fentry_section)
16679 : 0 : internal_error ("%<global_options%> are modified in local context");
16680 : 849673 : if (ptr1->x_ix86_force_drap != ptr2->x_ix86_force_drap)
16681 : 0 : internal_error ("%<global_options%> are modified in local context");
16682 : 849673 : if (ptr1->x_flag_force_indirect_call != ptr2->x_flag_force_indirect_call)
16683 : 0 : internal_error ("%<global_options%> are modified in local context");
16684 : 849673 : if (ptr1->x_ix86_fpmath != ptr2->x_ix86_fpmath)
16685 : 0 : internal_error ("%<global_options%> are modified in local context");
16686 : 849673 : if (ptr1->x_ix86_function_return != ptr2->x_ix86_function_return)
16687 : 0 : internal_error ("%<global_options%> are modified in local context");
16688 : 849673 : if (ptr1->x_ix86_target_flags != ptr2->x_ix86_target_flags)
16689 : 0 : internal_error ("%<global_options%> are modified in local context");
16690 : 849673 : if (ptr1->x_ix86_harden_sls != ptr2->x_ix86_harden_sls)
16691 : 0 : internal_error ("%<global_options%> are modified in local context");
16692 : 849673 : if (ptr1->x_ix86_incoming_stack_boundary_arg != ptr2->x_ix86_incoming_stack_boundary_arg)
16693 : 0 : internal_error ("%<global_options%> are modified in local context");
16694 : 849673 : if (ptr1->x_ix86_indirect_branch_cs_prefix != ptr2->x_ix86_indirect_branch_cs_prefix)
16695 : 0 : internal_error ("%<global_options%> are modified in local context");
16696 : 849673 : if (ptr1->x_ix86_indirect_branch_register != ptr2->x_ix86_indirect_branch_register)
16697 : 0 : internal_error ("%<global_options%> are modified in local context");
16698 : 849673 : if (ptr1->x_ix86_indirect_branch != ptr2->x_ix86_indirect_branch)
16699 : 0 : internal_error ("%<global_options%> are modified in local context");
16700 : 849673 : if (ptr1->x_ix86_instrument_return != ptr2->x_ix86_instrument_return)
16701 : 0 : internal_error ("%<global_options%> are modified in local context");
16702 : 849673 : if (ptr1->x_ix86_lam_type != ptr2->x_ix86_lam_type)
16703 : 0 : internal_error ("%<global_options%> are modified in local context");
16704 : 849673 : if (ptr1->x_ix86_section_threshold != ptr2->x_ix86_section_threshold)
16705 : 0 : internal_error ("%<global_options%> are modified in local context");
16706 : 849673 : if (ptr1->x_flag_manual_endbr != ptr2->x_flag_manual_endbr)
16707 : 0 : internal_error ("%<global_options%> are modified in local context");
16708 : 849673 : if (ptr1->x_ix86_tune_memcpy_strategy != ptr2->x_ix86_tune_memcpy_strategy
16709 : 0 : && (!ptr1->x_ix86_tune_memcpy_strategy || !ptr2->x_ix86_tune_memcpy_strategy
16710 : 0 : || strcmp (ptr1->x_ix86_tune_memcpy_strategy, ptr2->x_ix86_tune_memcpy_strategy)))
16711 : 0 : internal_error ("%<global_options%> are modified in local context");
16712 : 849673 : if (ptr1->x_ix86_tune_memset_strategy != ptr2->x_ix86_tune_memset_strategy
16713 : 0 : && (!ptr1->x_ix86_tune_memset_strategy || !ptr2->x_ix86_tune_memset_strategy
16714 : 0 : || strcmp (ptr1->x_ix86_tune_memset_strategy, ptr2->x_ix86_tune_memset_strategy)))
16715 : 0 : internal_error ("%<global_options%> are modified in local context");
16716 : 849673 : if (ptr1->x_ix86_move_max != ptr2->x_ix86_move_max)
16717 : 0 : internal_error ("%<global_options%> are modified in local context");
16718 : 849673 : if (ptr1->x_ix86_needed != ptr2->x_ix86_needed)
16719 : 0 : internal_error ("%<global_options%> are modified in local context");
16720 : 849673 : if (ptr1->x_ix86_tune_no_default != ptr2->x_ix86_tune_no_default)
16721 : 0 : internal_error ("%<global_options%> are modified in local context");
16722 : 849673 : if (ptr1->x_flag_nop_mcount != ptr2->x_flag_nop_mcount)
16723 : 0 : internal_error ("%<global_options%> are modified in local context");
16724 : 849673 : if (ptr1->x_ix86_noreturn_no_callee_saved_registers != ptr2->x_ix86_noreturn_no_callee_saved_registers)
16725 : 0 : internal_error ("%<global_options%> are modified in local context");
16726 : 849673 : if (ptr1->x_ix86_partial_vec_fp_math != ptr2->x_ix86_partial_vec_fp_math)
16727 : 0 : internal_error ("%<global_options%> are modified in local context");
16728 : 849673 : if (ptr1->x_prefer_vector_width_type != ptr2->x_prefer_vector_width_type)
16729 : 0 : internal_error ("%<global_options%> are modified in local context");
16730 : 849673 : if (ptr1->x_ix86_preferred_stack_boundary_arg != ptr2->x_ix86_preferred_stack_boundary_arg)
16731 : 0 : internal_error ("%<global_options%> are modified in local context");
16732 : 849673 : if (ptr1->x_ix86_recip_name != ptr2->x_ix86_recip_name
16733 : 0 : && (!ptr1->x_ix86_recip_name || !ptr2->x_ix86_recip_name
16734 : 0 : || strcmp (ptr1->x_ix86_recip_name, ptr2->x_ix86_recip_name)))
16735 : 0 : internal_error ("%<global_options%> are modified in local context");
16736 : 849673 : if (ptr1->x_flag_record_mcount != ptr2->x_flag_record_mcount)
16737 : 0 : internal_error ("%<global_options%> are modified in local context");
16738 : 849673 : if (ptr1->x_ix86_flag_record_return != ptr2->x_ix86_flag_record_return)
16739 : 0 : internal_error ("%<global_options%> are modified in local context");
16740 : 849673 : if (ptr1->x_ix86_regparm != ptr2->x_ix86_regparm)
16741 : 0 : internal_error ("%<global_options%> are modified in local context");
16742 : 849673 : if (ptr1->x_flag_skip_rax_setup != ptr2->x_flag_skip_rax_setup)
16743 : 0 : internal_error ("%<global_options%> are modified in local context");
16744 : 849673 : if (ptr1->x_ix86_sse2avx != ptr2->x_ix86_sse2avx)
16745 : 0 : internal_error ("%<global_options%> are modified in local context");
16746 : 849673 : if (ptr1->x_ix86_stack_protector_guard_offset_str != ptr2->x_ix86_stack_protector_guard_offset_str
16747 : 0 : && (!ptr1->x_ix86_stack_protector_guard_offset_str || !ptr2->x_ix86_stack_protector_guard_offset_str
16748 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_offset_str, ptr2->x_ix86_stack_protector_guard_offset_str)))
16749 : 0 : internal_error ("%<global_options%> are modified in local context");
16750 : 849673 : if (ptr1->x_ix86_stack_protector_guard_reg_str != ptr2->x_ix86_stack_protector_guard_reg_str
16751 : 0 : && (!ptr1->x_ix86_stack_protector_guard_reg_str || !ptr2->x_ix86_stack_protector_guard_reg_str
16752 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_reg_str, ptr2->x_ix86_stack_protector_guard_reg_str)))
16753 : 0 : internal_error ("%<global_options%> are modified in local context");
16754 : 849673 : if (ptr1->x_ix86_stack_protector_guard_symbol_str != ptr2->x_ix86_stack_protector_guard_symbol_str
16755 : 0 : && (!ptr1->x_ix86_stack_protector_guard_symbol_str || !ptr2->x_ix86_stack_protector_guard_symbol_str
16756 : 0 : || strcmp (ptr1->x_ix86_stack_protector_guard_symbol_str, ptr2->x_ix86_stack_protector_guard_symbol_str)))
16757 : 0 : internal_error ("%<global_options%> are modified in local context");
16758 : 849673 : if (ptr1->x_ix86_stack_protector_guard != ptr2->x_ix86_stack_protector_guard)
16759 : 0 : internal_error ("%<global_options%> are modified in local context");
16760 : 849673 : if (ptr1->x_ix86_force_align_arg_pointer != ptr2->x_ix86_force_align_arg_pointer)
16761 : 0 : internal_error ("%<global_options%> are modified in local context");
16762 : 849673 : if (ptr1->x_ix86_store_max != ptr2->x_ix86_store_max)
16763 : 0 : internal_error ("%<global_options%> are modified in local context");
16764 : 849673 : if (ptr1->x_ix86_stringop_alg != ptr2->x_ix86_stringop_alg)
16765 : 0 : internal_error ("%<global_options%> are modified in local context");
16766 : 849673 : if (ptr1->x_ix86_tls_dialect != ptr2->x_ix86_tls_dialect)
16767 : 0 : internal_error ("%<global_options%> are modified in local context");
16768 : 849673 : if (ptr1->x_ix86_tune_ctrl_string != ptr2->x_ix86_tune_ctrl_string
16769 : 0 : && (!ptr1->x_ix86_tune_ctrl_string || !ptr2->x_ix86_tune_ctrl_string
16770 : 0 : || strcmp (ptr1->x_ix86_tune_ctrl_string, ptr2->x_ix86_tune_ctrl_string)))
16771 : 0 : internal_error ("%<global_options%> are modified in local context");
16772 : 849673 : if (ptr1->x_ix86_tune_string != ptr2->x_ix86_tune_string
16773 : 0 : && (!ptr1->x_ix86_tune_string || !ptr2->x_ix86_tune_string
16774 : 0 : || strcmp (ptr1->x_ix86_tune_string, ptr2->x_ix86_tune_string)))
16775 : 0 : internal_error ("%<global_options%> are modified in local context");
16776 : 849673 : if (ptr1->x_ix86_unroll_only_small_loops != ptr2->x_ix86_unroll_only_small_loops)
16777 : 0 : internal_error ("%<global_options%> are modified in local context");
16778 : 849673 : if (ptr1->x_ix86_veclibabi_type != ptr2->x_ix86_veclibabi_type)
16779 : 0 : internal_error ("%<global_options%> are modified in local context");
16780 : 849673 : if (ptr1->x_flag_lto_name_sort != ptr2->x_flag_lto_name_sort)
16781 : 0 : internal_error ("%<global_options%> are modified in local context");
16782 : 849673 : if (ptr1->x_asm_file_name != ptr2->x_asm_file_name)
16783 : 0 : internal_error ("%<global_options%> are modified in local context");
16784 : 849673 : if (ptr1->x_flag_lto_dump_objects != ptr2->x_flag_lto_dump_objects)
16785 : 0 : internal_error ("%<global_options%> are modified in local context");
16786 : 849673 : if (ptr1->x_pass_exit_codes != ptr2->x_pass_exit_codes)
16787 : 0 : internal_error ("%<global_options%> are modified in local context");
16788 : 849673 : if (ptr1->x_flag_pedantic_errors != ptr2->x_flag_pedantic_errors)
16789 : 0 : internal_error ("%<global_options%> are modified in local context");
16790 : 849673 : if (ptr1->x_use_pipes != ptr2->x_use_pipes)
16791 : 0 : internal_error ("%<global_options%> are modified in local context");
16792 : 849673 : if (ptr1->x_cobol_preprocess != ptr2->x_cobol_preprocess)
16793 : 0 : internal_error ("%<global_options%> are modified in local context");
16794 : 849673 : if (ptr1->x_print_file_name != ptr2->x_print_file_name)
16795 : 0 : internal_error ("%<global_options%> are modified in local context");
16796 : 849673 : if (ptr1->x_print_multi_directory != ptr2->x_print_multi_directory)
16797 : 0 : internal_error ("%<global_options%> are modified in local context");
16798 : 849673 : if (ptr1->x_print_multi_lib != ptr2->x_print_multi_lib)
16799 : 0 : internal_error ("%<global_options%> are modified in local context");
16800 : 849673 : if (ptr1->x_print_multi_os_directory != ptr2->x_print_multi_os_directory)
16801 : 0 : internal_error ("%<global_options%> are modified in local context");
16802 : 849673 : if (ptr1->x_print_multiarch != ptr2->x_print_multiarch)
16803 : 0 : internal_error ("%<global_options%> are modified in local context");
16804 : 849673 : if (ptr1->x_print_prog_name != ptr2->x_print_prog_name)
16805 : 0 : internal_error ("%<global_options%> are modified in local context");
16806 : 849673 : if (ptr1->x_print_search_dirs != ptr2->x_print_search_dirs)
16807 : 0 : internal_error ("%<global_options%> are modified in local context");
16808 : 849673 : if (ptr1->x_print_sysroot != ptr2->x_print_sysroot)
16809 : 0 : internal_error ("%<global_options%> are modified in local context");
16810 : 849673 : if (ptr1->x_print_sysroot_headers_suffix != ptr2->x_print_sysroot_headers_suffix)
16811 : 0 : internal_error ("%<global_options%> are modified in local context");
16812 : 849673 : if (ptr1->x_flag_lto_print_value != ptr2->x_flag_lto_print_value)
16813 : 0 : internal_error ("%<global_options%> are modified in local context");
16814 : 849673 : if (ptr1->x_quiet_flag != ptr2->x_quiet_flag)
16815 : 0 : internal_error ("%<global_options%> are modified in local context");
16816 : 849673 : if (ptr1->x_flag_lto_reverse_sort != ptr2->x_flag_lto_reverse_sort)
16817 : 0 : internal_error ("%<global_options%> are modified in local context");
16818 : 849673 : if (ptr1->x_flag_lto_size_sort != ptr2->x_flag_lto_size_sort)
16819 : 0 : internal_error ("%<global_options%> are modified in local context");
16820 : 849673 : if (ptr1->x_flag_stdlib_kind != ptr2->x_flag_stdlib_kind)
16821 : 0 : internal_error ("%<global_options%> are modified in local context");
16822 : 849673 : if (ptr1->x_flag_lto_dump_symbol != ptr2->x_flag_lto_dump_symbol)
16823 : 0 : internal_error ("%<global_options%> are modified in local context");
16824 : 849673 : if (ptr1->x_report_times != ptr2->x_report_times)
16825 : 0 : internal_error ("%<global_options%> are modified in local context");
16826 : 849673 : if (ptr1->x_flag_lto_tree_stats != ptr2->x_flag_lto_tree_stats)
16827 : 0 : internal_error ("%<global_options%> are modified in local context");
16828 : 849673 : if (ptr1->x_flag_lto_dump_type_stats != ptr2->x_flag_lto_dump_type_stats)
16829 : 0 : internal_error ("%<global_options%> are modified in local context");
16830 : 849673 : if (ptr1->x_flag_undef != ptr2->x_flag_undef)
16831 : 0 : internal_error ("%<global_options%> are modified in local context");
16832 : 849673 : if (ptr1->x_verbose_flag != ptr2->x_verbose_flag)
16833 : 0 : internal_error ("%<global_options%> are modified in local context");
16834 : 849673 : if (ptr1->x_version_flag != ptr2->x_version_flag)
16835 : 0 : internal_error ("%<global_options%> are modified in local context");
16836 : 849673 : if (ptr1->x_inhibit_warnings != ptr2->x_inhibit_warnings)
16837 : 0 : internal_error ("%<global_options%> are modified in local context");
16838 : 849673 : if (ptr1->x_wrapper_string != ptr2->x_wrapper_string)
16839 : 0 : internal_error ("%<global_options%> are modified in local context");
16840 : 849673 : }
|