Identifying global state within GCC
David Malcolm
dmalcolm@redhat.com
Thu May 2 16:38:00 GMT 2013
On Thu, 2013-05-02 at 07:20 -0600, Jeff Law wrote:
> On 05/01/2013 02:32 PM, David Malcolm wrote:
> > I had a go at writing a custom pass to try to locate places where GCC
> > makes use of global state.
> >
> > You can see the pass here (which I implemented using gcc-python-plugin):
> > https://gcc-python-plugin.readthedocs.org/en/latest/working-with-c.html#finding-global-variables
> >
> > A build log from recompiling gcc using this pass can be seen at:
> > http://fedorapeople.org/~dmalcolm/gcc/2013-05-01/make.log
> > (about 12MB in size; I killed it when I saw that stage 1 was done).
> >
> > I'm sure there are quite a few false positives in there.
> >
> > Hope this is helpful. FWIW I had an earlier version of the pass which
> > merely gave *declaration* sites for global variables, rather than all
> > *uses* of such variables.
> I wonder how useful it would be to filter out the source line
> information, then produce a histogram of which global state is hit the
> most often across the build. That'd give us an interesting hitlist as
> we start trying to remove the global state.
A python script to do this (by parsing the logs) can be seen at:
http://fedorapeople.org/~dmalcolm/gcc/2013-05-02/make-histogram.py
The results of running it can be seen at:
http://fedorapeople.org/~dmalcolm/gcc/2013-05-02/histogram.txt
(141k)
The top 40 globals from the list are:
[('struct recog_data recog_data', 11802),
('struct gcc_options global_options', 11431),
('union tree_node *[133] global_trees', 5472),
('struct FILE * dump_file', 4832),
('struct function * cfun', 4602),
('struct rtx_def *[129] const_int_rtx', 3744),
('union tree_node *[138] built_in_attributes', 2186),
('union tree_node *[311] builtin_types', 2099),
('int which_alternative', 1758),
('unsigned char[87] mode_size', 1495),
('struct df_d * df', 1205),
('struct gcc_target targetm', 1069),
('struct _IO_FILE * stderr', 990),
('location_t input_location', 930),
('struct saved_scope * scope_chain', 930),
('int dump_flags', 927),
('struct rtl_data x_rtl', 885),
('union tree_node *[13] integer_types', 846),
('unsigned char[72] ix86_tune_features', 815),
('union tree_node * current_function_decl', 756),
('unsigned char[302][64] tree_contains_struct', 623),
('int reload_completed', 606),
('struct target_hard_regs default_target_hard_regs', 585),
('struct target_rtl default_target_rtl', 552),
('int flag_isoc99', 547),
('struct rtl_hooks rtl_hooks', 501),
('struct reload[180] rld', 498),
('union tree_node *[57] cp_global_trees', 489),
('LOC vect_location', 467),
('struct target_ira default_target_ira', 440),
('struct cxx_pretty_printer scratch_pretty_printer', 402),
('machine_mode word_mode', 377),
('struct line_maps * line_table', 376),
('struct FILE * asm_out_file', 358),
('union tree_node *[55] c_global_trees', 348),
('union tree_node *[4] sizetype_tab', 331),
('struct vec sched_luids', 326),
('struct _IO_FILE * stdout', 311),
('struct vec h_i_d', 300),
('struct lang_hooks lang_hooks', 287)]
Hope this is helpful
Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: analyze-log.py
Type: text/x-python
Size: 512 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20130502/20a9ada0/attachment.py>
-------------- next part --------------
[('struct recog_data recog_data', 11802),
('struct gcc_options global_options', 11431),
('union tree_node *[133] global_trees', 5472),
('struct FILE * dump_file', 4832),
('struct function * cfun', 4602),
('struct rtx_def *[129] const_int_rtx', 3744),
('union tree_node *[138] built_in_attributes', 2186),
('union tree_node *[311] builtin_types', 2099),
('int which_alternative', 1758),
('unsigned char[87] mode_size', 1495),
('struct df_d * df', 1205),
('struct gcc_target targetm', 1069),
('struct _IO_FILE * stderr', 990),
('location_t input_location', 930),
('struct saved_scope * scope_chain', 930),
('int dump_flags', 927),
('struct rtl_data x_rtl', 885),
('union tree_node *[13] integer_types', 846),
('unsigned char[72] ix86_tune_features', 815),
('union tree_node * current_function_decl', 756),
('unsigned char[302][64] tree_contains_struct', 623),
('int reload_completed', 606),
('struct target_hard_regs default_target_hard_regs', 585),
('struct target_rtl default_target_rtl', 552),
('int flag_isoc99', 547),
('struct rtl_hooks rtl_hooks', 501),
('struct reload[180] rld', 498),
('union tree_node *[57] cp_global_trees', 489),
('LOC vect_location', 467),
('struct target_ira default_target_ira', 440),
('struct cxx_pretty_printer scratch_pretty_printer', 402),
('machine_mode word_mode', 377),
('struct line_maps * line_table', 376),
('struct FILE * asm_out_file', 358),
('union tree_node *[55] c_global_trees', 348),
('union tree_node *[4] sizetype_tab', 331),
('struct vec sched_luids', 326),
('struct _IO_FILE * stdout', 311),
('struct vec h_i_d', 300),
('struct lang_hooks lang_hooks', 287),
('struct FILE * output_file', 286),
('struct target_ira_int default_target_ira_int', 281),
('struct target_regs default_target_regs', 278),
('struct FILE * state_file', 256),
('const struct real_format *[7] real_format_for_mode', 255),
('struct rtx_def *[4][87] const_tiny_rtx', 246),
('struct yy_buffer_state * * yy_buffer_stack', 246),
('struct lra_reg * lra_reg_info', 238),
('struct vnull vNULL', 233),
('struct timevar_def[220] timevars', 230),
('struct cpp_reader * parse_in', 227),
('struct FILE * lra_dump_file', 215),
('size_t yy_buffer_stack_top', 214),
('struct vec s_i_d', 210),
('struct streamer_hooks streamer_hooks', 206),
('union tree_node * global_namespace', 202),
('struct FILE * ira_dump_file', 199),
('short int * reg_renumber', 198),
('struct globals G', 197),
('unsigned char[5] ix86_arch_features', 195),
('struct vec * reg_equivs', 192),
('char * yytext', 192),
('struct operator_name_info_t[302] operator_name_info', 190),
('struct gcov_var gcov_var', 189),
('int sched_verbose', 182),
('struct FILE * sched_dump', 178),
('struct obstack * mangle_obstack', 176),
('struct FILE * outfile', 171),
('union tree_node * chrec_dont_know', 170),
('struct rtx_def * * regno_reg_rtx', 169),
('struct description * description', 168),
('int yyleng', 160),
('c_language_kind c_language', 158),
('const char * const[146] rtx_format', 147),
('struct diagnostic_context * global_dc', 146),
('struct obstack stabstr_ob', 144),
('int reload_in_progress', 139),
('char * yy_c_buf_p', 136),
('struct rtx_def * curr_insn', 135),
('int do_debug', 130),
('char[32] buf', 128),
('cxx_dialect cxx_dialect', 127),
('bool timevar_enable', 121),
('struct ready_list ready', 120),
('struct rtx_def * pc_rtx', 119),
('struct reg_info_t * reg_info_p', 118),
('struct haifa_sched_info * current_sched_info', 113),
('int c_inhibit_evaluation_warnings', 111),
('struct operator_name_info_t[302] assignment_operator_name_info', 111),
('struct constraint_graph * graph', 111),
('struct FILE * cgraph_dump_file', 106),
('struct elim_table * reg_eliminate', 105),
('char yy_hold_char', 102),
('int * block_to_bb', 100),
('const char * progname', 98),
('int * rgn_bb_table', 97),
('machine_mode ptr_mode', 97),
('union tree_node * constructor_type', 96),
('struct cfg_hooks * cfg_hooks', 95),
('struct region * rgn_table', 94),
('struct cpp_options * cpp_opts', 93),
('struct ._85 print', 91),
('struct ira_reg_equiv * ira_reg_equiv', 89),
('attr_cpu ix86_schedule', 88),
('struct target_flag_state default_target_flag_state', 86),
('struct vec h_d_i_d', 86),
('struct switchstr * switches', 85),
('int * ebb_head', 82),
('struct c_scope * current_scope', 82),
('int internal_flag_ira_verbose', 81),
('const struct gcc_debug_hooks * debug_hooks', 79),
('int n_reloads', 78),
('struct vec ipa_node_params_vector', 77),
('struct bitmap_element bitmap_zero_bits', 76),
('struct rtx_def * const_true_rtx', 76),
('struct builtin_info_type builtin_info', 75),
('int nr_regions', 75),
('struct lra_insn_recog_data * curr_id', 74),
('struct stack_var * stack_vars', 74),
('struct dw_trace_info * cur_trace', 72),
('struct sched_deps_info_def * sched_deps_info', 71),
('struct ._83[53] reg_state', 71),
('struct bitmap_obstack reg_obstack', 71),
('struct bbro_basic_block_data * bbd', 70),
('struct fileloc lexer_line', 70),
('struct vec node_sched_param_vec', 68),
('const char * const[87] mode_name', 67),
('hashval_t (*htab_hash) (const void *) htab_hash_pointer', 66),
('struct gimplify_ctx * gimplify_ctxp', 66),
('union symtab_node_def * symtab_nodes', 65),
('struct real_value dconst1', 63),
('struct obstack irp', 62),
('union tree_node *[1029] ix86_builtins', 62),
('const struct processor_costs * ix86_cost', 62),
('struct undobuf undobuf', 61),
('struct dw_cfa_location * cur_cfa', 61),
('HARD_REG_ELT_TYPE temp_hard_regset', 60),
('struct vec varmap', 60),
('struct ssaexpand SA', 60),
('struct vec sel_global_bb_info', 59),
('struct datadep_stats dependence_stats', 59),
('union tree_node * constructor_fields', 59),
('struct vec sel_region_bb_info', 57),
('const char * const[<unknown>] tree_code_name', 57),
('int current_nr_blocks', 56),
('int TB_verbose', 56),
('struct spec_info_def * spec_info', 55),
('struct vec argbuf', 55),
('struct vec * TB_history_stack', 55),
('struct FILE * output_description_file', 55),
('union tree_node * * ridpointers', 53),
('int sawclose', 53),
('int cp_unevaluated_operand', 53),
('struct rtx_def * true_rtx', 52),
('struct gcc_options global_options_set', 50),
('union tree_node * constructor_unfilled_fields', 49),
('struct input_file * this_file', 48),
('struct incr_info_d * incr_vec', 48),
('int * containing_rgn', 48),
('struct loop * current_loop_nest', 48),
('int[27] curr_reg_pressure', 48),
('struct target_reload default_target_reload', 48),
('struct rtx_def * false_rtx', 48),
('int max_regno', 45),
('struct lra_static_insn_data * curr_static_id', 44),
('struct ._96 has_dependence_data', 44),
('char[200][40] wild_name', 43),
('const char * data_type', 43),
('struct operand_alternative[30][30] recog_op_alt', 43),
('long unsigned int *[4] object_sizes', 43),
('const struct gcov_ctr_summary * profile_info', 42),
('const char * const[193] rtx_format', 42),
('struct real_value dconst0', 41),
('struct obstack obstack', 41),
('struct insn_link * * uid_log_links', 41),
('int clock_var', 41),
('void * curr_state', 41),
('struct bitmap_head_def * all_module_statics', 40),
('struct c_scope * file_scope', 40),
('struct ._93 memory_accesses', 40),
('struct ira_loop_tree_node * ira_loop_nodes', 40),
('int issue_rate', 40),
('struct type * structures', 40),
('int indent', 40),
('struct ira_allocno * * ira_regno_allocno_map', 40),
('struct gcc_targetm_common targetm_common', 40),
('size_t dfa_state_size', 39),
('struct ._94 deps_init_id_data', 39),
('struct equivalence * reg_equiv', 38),
('int state_line', 38),
('const char * state_path', 38),
('struct ira_allocno * * ira_allocnos', 38),
('int verbosity_level', 38),
('int ira_max_point', 37),
('struct obstack temporary_obstack', 37),
('int flag_isoc94', 36),
('int n_switches', 36),
('struct obstack string_obstack', 36),
('struct bitmap_obstack df_bitmap_obstack', 35),
('struct vec * ipa_edge_args_vector', 35),
('struct usage_insns * usage_insns', 35),
('bool ira_conflicts_p', 35),
('sched_pressure_algorithm sched_pressure', 35),
('size_t num_lang_dirs', 34),
('struct outf * * base_files', 34),
('const char * read_md_filename', 34),
('processor_type ix86_tune', 34),
('int yy_start', 34),
('struct ira_loop_tree_node * ira_loop_tree_root', 33),
('struct regstat_n_sets_and_refs_t * regstat_n_sets_and_refs', 33),
('union gimple_statement_d * eh_seq', 33),
('struct lto_stats_d lto_stats', 33),
('struct hash_table_d expr_hash_table', 33),
('struct infile * infiles', 33),
('union tree_node * constructor_index', 32),
('char * bbg_file_name', 32),
('int yy_n_chars', 32),
('size_t[84] object_size_table', 32),
('int ira_allocnos_num', 32),
('struct type * param_structs', 32),
('struct target_libfuncs default_target_libfuncs', 31),
('long unsigned int[4] unknown', 31),
('struct bitmap_head_def * need_eh_cleanup', 31),
('int lra_constraint_new_regno_start', 31),
('struct FILE * attr_file', 30),
('const char * * lang_dir_names', 30),
('struct peep2_insn_data[5] peep2_insn_data', 30),
('union tree_node * constructor_max_index', 30),
('struct mode_data *[18] modes', 30),
('char[53] global_regs', 30),
('struct ._92 regset_pool', 30),
('char[256] re_syntax_table', 30),
('char * optarg', 30),
('int type_count', 30),
('const char *[<unknown>] reg_class_names', 30),
('struct vec stmt_vec_info_vec', 30),
('int * insn_lengths', 30),
('struct rtx_def * this_insn', 29),
('struct ira_object * * ira_object_id_map', 29),
('struct bitmap_obstack bitmap_default_obstack', 29),
('struct ira_allocno * * ira_curr_regno_allocno_map', 29),
('struct vec edge_growth_cache', 29),
('union tree_node * chrec_known', 29),
('const char * print_rtx_head', 29),
('char * da_file_name', 28),
('struct vec vec_av_set', 28),
('struct basic_block_def * this_basic_block', 28),
('int reg_info_size', 28),
('struct FILE * yyin', 28),
('union tree_node * hwi', 28),
('struct vec histogram', 28),
('struct FILE * alt_dump_file', 28),
('const char * const[193] rtx_name', 28),
('char[4] cplus_markers', 28),
('int struct_costs_size', 28),
('struct elt_list * * reg_values', 27),
('struct reg_pref * reg_pref', 27),
('struct regno_assign_info * regno_assign_info', 27),
('int have_error', 27),
('struct table_elt *[32] table', 27),
('struct obstack collect_obstack', 27),
('const char * const[146] rtx_name', 27),
('struct vec reg_stat', 26),
('struct bitmap_obstack dse_bitmap_obstack', 26),
('struct target_lower_subreg default_target_lower_subreg', 26),
('size_t num_gt_files', 26),
('int compare_debug', 26),
('struct candidate * candidate_table', 26),
('struct vn_tables_s * current_info', 26),
('int els_in_cycle_reserv', 26),
('int current_class_depth', 26),
('struct target_expmed default_target_expmed', 26),
('struct profile_record * profile_record', 26),
('struct vec * stridx_to_strinfo', 25),
('struct vec insn_addresses_', 25),
('struct ira_loop_tree_node * ira_bb_nodes', 25),
('struct rtx_def * * new_reg_base_value', 25),
('struct target_cfgloop default_target_cfgloop', 25),
('struct lto_file_decl_data * * all_file_decl_data', 25),
('int n_infiles', 25),
('struct ._91 sra_stats', 25),
('union tree_node * c_break_label', 25),
('struct gimplify_omp_ctx * gimplify_omp_ctxp', 25),
('struct dump_file_info * extra_dump_files', 25),
('struct vec * constructor_elements', 25),
('int require_constant_value', 25),
('struct real_value dconsthalf', 25),
('struct obstack * rtl_obstack', 25),
('char * libiberty_concat_ptr', 25),
('const char * gcc_exec_prefix', 24),
('struct file_rule_st[14] files_rules', 24),
('const char * * signal_names', 24),
('struct reg_pressure_data[27] reg_pressure_info', 24),
('const char * * error_names', 24),
('struct dw_ranges_by_label_struct * ranges_by_label', 24),
('struct omega_pb_d * original_problem', 24),
('int progress_flag', 24),
('struct ira_allocno * * sorted_allocnos', 24),
('struct hook_desc[392] hook_array', 24),
('struct vec output_states_vect', 24),
('struct ._97 reassociate_stats', 24),
('struct constructor_stack * constructor_stack', 24),
('struct input_file * * plugin_files', 24),
('struct pretty_printer asan_pp', 24),
('struct simple_bitmap_def * * transp', 24),
('int insn_current_address', 23),
('struct hard_regs_data sel_hrd', 23),
('struct dw_cfi_row * cur_row', 23),
('struct replacement[150] replacements', 23),
('struct lra_insn_recog_data * * lra_insn_recog_data', 23),
('struct vec ssa_name_values', 23),
('struct path_prefix startfile_prefixes', 23),
('struct pretty_printer buffer', 23),
('struct eni_weights eni_size_weights', 23),
('struct vec * macinfo_table', 23),
('union tree_node * constructor_unfilled_index', 23),
('int num_changes', 22),
('struct insn_info * active_local_stores', 22),
('cgraph_state cgraph_state', 22),
('union tree_node * c_cont_label', 22),
('struct change_t * changes', 22),
('char * ready_try', 22),
('const struct input_file * * gt_files', 22),
('struct bitmap_head * true_dependency_cache', 22),
('struct rtx_def *[180] reload_override_in', 22),
('struct simple_bitmap_def * * live', 22),
('union tree_node * t', 22),
('bool pipelining_p', 22),
('struct qty_table_elem * qty_table', 22),
('struct class_stack_node * current_class_stack', 22),
('unsigned int ix86_preferred_stack_boundary', 22),
('struct fileloc pos', 22),
('size_t nb_plugin_files', 22),
('int peep2_current_count', 22),
('struct rtx_def * * insn_queue', 22),
('struct rtx_def * * reg_last_reload_reg', 21),
('struct FILE * go_dump_file', 21),
('int ira_objects_num', 21),
('struct typeinfo * typevec', 21),
('struct vn_tables_s * optimistic_info', 21),
('struct constructor_range_stack * constructor_range_stack', 21),
('struct c_struct_parse_info * struct_parse_info', 21),
('struct label_alignment * label_align', 21),
('int[53] reg_set_luid', 21),
('struct cpp_dir *[4] heads', 21),
('struct rtx_def *[8][87] FP_mode_reg', 21),
('struct rtx_def * nop_pattern', 21),
('struct gimple_type_leader_entry * gimple_type_leader', 21),
('struct bitmap_head_def * coloring_allocno_bitmap', 21),
('struct cgraph_node * * order', 21),
('struct optab_def[268] optabs', 21),
('int reload_n_operands', 21),
('struct simple_bitmap_def * new_ssa_names', 21),
('struct pseudo_slot * pseudo_slots', 21),
('struct rtx_def * cselib_current_insn', 21),
('struct decl * advance_cycle_insn_decl', 20),
('bool allocno_p', 20),
('struct rtx_def *[53][5] regno_save_mem', 20),
('struct alloc_pool_def * edge_predicate_pool', 20),
('struct ._98 succs_info_pool', 20),
('int function_depth', 20),
('struct die_struct * * abbrev_die_table', 20),
('struct re_pattern_buffer re_comp_buf', 20),
('struct basic_block_def * * ifc_bbs', 20),
('bool optimize_this_for_speed_p', 20),
('const char * srcdir', 20),
('bool debug', 20),
('struct type string_type', 20),
('struct obstack multilib_obstack', 20),
('struct bitmap_head_def * cfgcleanup_altered_bbs', 20),
('int epilogue_completed', 20),
('struct basic_block_def * last_bb', 20),
('int first_btr', 20),
('struct fixed_value[18] fconst0', 20),
('gcov_type max_count', 20),
('int * packing', 20),
('struct bitmap_head_def * inserted_exprs', 19),
('struct laststmt_struct laststmt', 19),
('struct obstack * hash_obstack', 19),
('struct reg_eqv_elem * reg_eqv_table', 19),
('size_t stack_vars_num', 19),
('HARD_REG_ELT_TYPE hard_regs_live', 19),
('struct real_value dconstm1', 19),
('struct split_point best_split_point', 19),
('const struct attribute_spec *[4] attribute_tables', 19),
('struct htab * plugin_name_args_tab', 19),
('int * sorted_pseudos', 19),
('struct common_sched_info_def * common_sched_info', 19),
('struct source_t * sources', 19),
('struct vec worklist', 19),
('HARD_REG_ELT_TYPE lra_no_alloc_regs', 19),
('struct pex_obj * pex', 18),
('struct obstack name_obstack', 18),
('int min_labelno', 18),
('struct vec shared_lookup_references', 18),
('long int[53] reg_offset', 18),
('union tree_node * chrec_not_analyzed_yet', 18),
('int frequency', 18),
('reg_class * regno_allocno_class_array', 18),
('int q_ptr', 18),
('int arg_going', 18),
('struct pair * typedefs', 18),
('struct dispatch_windows * dispatch_window_list', 18),
('struct vec block_defs_stack', 18),
('int idx', 18),
('const char * user_label_prefix', 18),
('int peep2_current', 18),
('const char * self_libexec_prefix', 18),
('char * stack_usage_map', 18),
('union section * text_section', 18),
('struct rtx_def * call_arguments', 18),
('struct vec value_expressions', 18),
('struct vec invariants', 18),
('int cgraph_n_nodes', 18),
('struct constraint_stats stats', 18),
('unsigned int maximum_field_alignment', 18),
('char * string', 18),
('struct _list_node * fences', 17),
('int reload_combine_ruid', 17),
('struct dw_ranges_struct * ranges_table', 17),
('int undefined_vect_el_value', 17),
('struct vec * tinfo_descs', 17),
('struct rtx_def * add_cfi_insn', 17),
('int lra_live_max_point', 17),
('int at_eof', 17),
('struct cost_classes * * regno_cost_classes', 17),
('struct vec cycle_alt_unit_usages', 17),
('int (*<T36ba>) (struct rtx_def *) internal_dfa_insn_code', 17),
('int in_ipa_mode', 17),
('int (*<T36ba>) (struct rtx_def *) insn_default_latency', 17),
('int flag_hosted', 17),
('struct simple_bitmap_def * * comp', 17),
('struct costs * costs', 17),
('struct eni_weights eni_time_weights', 17),
('struct code_motion_path_driver_info_def * code_motion_path_driver_info',
17),
('int highest_outgoing_arg_in_use', 17),
('char[180] reload_inherited', 17),
('const char * const[302] tree_code_name', 17),
('const char * * outfiles', 17),
('const char * c_file', 17),
('struct vn_tables_s * valid_info', 17),
('struct slot * slots', 17),
('union section * readonly_data_section', 17),
('struct param_info * compiler_params', 17),
('struct vec rtx_group_vec', 17),
('struct rtx_def * last_scheduled_insn', 17),
('struct dbx_file * current_file', 17),
('struct tinst_level * current_tinst_level', 17),
('struct haifa_saved_data * backtrack_queue', 17),
('struct path_prefix exec_prefixes', 17),
('struct bitmap_head_def * blocks_to_update', 17),
('bool hit_error', 16),
('struct vec scheduled_insns', 16),
('int func_param_count', 16),
('struct bitmap_head lra_inheritance_pseudos', 16),
('union tree_node *[2] shadow_ptr_types', 16),
('struct vec * reg_base_value', 16),
('struct bitmap_head_def * names_to_release', 16),
('struct spelling * spelling_base', 16),
('struct outf * header_file', 16),
('struct sparseset_def * objects_live', 16),
('struct hash_table delay_htab', 16),
('struct token T', 16),
('struct pair * variables', 16),
('int lra_in_progress', 16),
('int global_level', 16),
('unsigned int incr_vec_len', 16),
('int modulo_ii', 16),
('struct opt_pass * current_pass', 16),
('struct ._95 pre_stats', 16),
('int cgraph_max_uid', 16),
('int model_num_insns', 16),
('int label_tick', 16),
('int target_bb', 16),
('int * live_pseudos_reg_renumber', 16),
('int num_signal_names', 16),
('HARD_REG_ELT_TYPE reg_reloaded_valid', 16),
('int sched_max_luid', 16),
('struct sparseset_def * pseudos_live', 16),
('struct basic_block_def * current_block', 16),
('struct with * withs', 16),
('struct vec repeat_factor_vec', 16),
('struct omp_region * root_omp_region', 16),
('const char * alternative_name', 16),
('int generating_concat_p', 16),
('int num_true_changes', 16),
('union tree_node * sjlj_fc_type_node', 16),
('int num_error_names', 16),
('struct alloc_pool_def * loc_chain_pool', 16),
('int num_not_at_initial_offset', 15),
('struct dump_file_info[10] dump_files', 15),
('bool in_late_binary_op', 15),
('struct bitmap_head_def * blocks_to_reschedule', 15),
('struct bitmap_head_def * candidate_bitmap', 15),
('struct unit_decl * * units_array', 15),
('bool package_prefix', 15),
('machine_mode[53] reg_mode', 15),
('struct bitmap_head_def * final_bbs', 15),
('struct builtin_isa[1029] ix86_builtins_isa', 15),
('int debug_nesting', 15),
('size_t * stack_vars_sorted', 15),
('struct vec ssa_ver_to_stridx', 15),
('struct deps_desc * bb_deps', 15),
('int please_no_equalities_in_simplified_problems', 15),
('const char * pch_file', 15),
('const char * o_file', 15),
('int[53] reg_base_reg', 15),
('int ira_reg_equiv_len', 15),
('int pattern_lineno', 15),
('struct rtx_def * cfa_base_rtx', 15),
('int n_replacements', 15),
('reg_pending_barrier_mode reg_pending_barrier', 15),
('struct choice_entry * choice_stack', 15),
('int bytes_used', 15),
('struct lto_file_decl_data * * real_file_decl_data', 15),
('struct ira_loop_tree_node * ira_curr_loop_tree_node', 15),
('int model_curr_point', 15),
('struct bitmap_head_def * reg_set_bitmap', 15),
('struct rtx_def *[53] reg_symbol_ref', 15),
('struct bitmap_obstack tm_obstack', 15),
('struct vec trace_info', 15),
('struct tm_region * all_tm_regions', 15),
('const char * target_system_root', 15),
('int insn_code_number', 15),
('struct insn_chain * reload_insn_chain', 15),
('HARD_REG_ELT_TYPE all_btrs', 15),
('struct bitmap_head_def * changed', 15),
('struct bitmap_head * control_dependency_cache', 14),
('struct vec inline_edge_summary_vec', 14),
('struct rtx_def *[53] spill_reg_store', 14),
('struct real_value dconst2', 14),
('struct simple_bitmap_def * old_ssa_names', 14),
('struct vec cvec', 14),
('int constructor_incremental', 14),
('int[180] reload_spill_index', 14),
('char * buf', 14),
('const char * multilib_os_dir', 14),
('int rgn_n_insns', 14),
('int do_not_record', 14),
('struct FILE * report_times_to_file', 14),
('struct iterator_group codes', 14),
('struct bitmap_head * anti_dependency_cache', 14),
('struct spelling * spelling', 14),
('union tree_node * m_acc', 14),
('struct cp_declarator * cp_error_declarator', 14),
('const char * gcc_input_filename', 14),
('struct resources end_of_function_needs', 14),
('HARD_REG_ELT_TYPE eliminable_regset', 14),
('struct bitmap_head * output_dependency_cache', 14),
('int flag_simple', 14),
('int can_issue_more', 14),
('struct rtx_def * (*<T3eea>) (struct rtx_def *, struct rtx_def *, struct rtx_def *) ix86_gen_add3',
14),
('const char * lderrout', 14),
('struct simple_bitmap_def * changed_blocks', 14),
('struct compiler * input_file_compiler', 14),
('struct c_switch * c_switch_stack', 14),
('int cached_attr_count', 14),
('int last_linenum', 14),
('struct FILE * cp_lexer_debug_stream', 14),
('struct iterator_group modes', 14),
('struct bb_info * * bb_table', 14),
('struct hash_table var_infos', 14),
('int size', 14),
('struct FILE * statistics_dump_file', 14),
('const char * output_file', 14),
('char byte_reg_unset_dummy', 14),
('struct pointer_map_t * edge_var_maps', 14),
('int n_switches_alloc', 14),
('struct iterator_group substs', 14),
('struct regset_head spilled_pseudos', 14),
('struct vec last_added_blocks', 14),
('int subst_low_luid', 14),
('const char * ldout', 14),
('struct rtx_def * vselect_insn', 14),
('struct vec hard_regs_node_vec', 14),
('long int state_bol', 14),
('struct obstack conversion_obstack', 14),
('struct ht * ident_hash', 14),
('struct cgraph_2node_hook_list * node_duplication_hook_holder', 13),
('union tree_node * * symbol_queue', 13),
('int in_sizeof', 13),
('struct bitmap_head check_only_regs', 13),
('int max_opno', 13),
('const struct format_kind_info * format_types', 13),
('int lra_insn_recog_data_len', 13),
('struct bitmap_head_def * decomposable_context', 13),
('int * uid_insn_cost', 13),
('struct vec ltrans_partitions', 13),
('struct value_range_t * * vr_value', 13),
('struct vec all_clusters', 13),
('struct vec funct_state_vec', 13),
('union tree_node * build_vuse', 13),
('union tree_node * mf_uintptr_type', 13),
('struct obstack parser_obstack', 13),
('struct bitmap_head lra_split_regs', 13),
('struct costs * total_allocno_costs', 13),
('struct attr_value_list * * insn_code_values', 13),
('int read_md_lineno', 13),
('size_t save_temps_length', 13),
('bool cgraph_global_info_ready', 13),
('int * first_coalesced_pseudo', 13),
('struct vec constraints', 13),
('struct vec const_and_copies_stack', 13),
('int in_typeof', 13),
('struct cgraph_node_hook_list * node_removal_hook_holder', 13),
('struct head destructors', 13),
('int num_eliminable', 13),
('struct prop_value_t * copy_of', 13),
('HARD_REG_ELT_TYPE hard_regs_saved', 13),
('HARD_REG_ELT_TYPE * btrs_live', 13),
('struct head constructors', 13),
('struct variable_table_type changed_variables', 13),
('bool cfg_altered', 13),
('union tree_node * gcov_type_node', 13),
('struct gcov_ctr_summary lto_gcov_summary', 13),
('char * response_file', 13),
('struct init_node * constructor_pending_elts', 13),
('unsigned int current_vector_size', 13),
('int conservative', 13),
('int flag_iso', 13),
('struct cl_decoded_option * save_decoded_options', 13),
('struct spec_list * specs', 13),
('struct compiler * compilers', 13),
('int * uid_shuid', 13),
('unsigned int dw_stack_pointer_regnum', 13),
('int hash_arg_in_memory', 13),
('HARD_REG_ELT_TYPE[30] reload_reg_used_in_input', 13),
('struct vec * alias_pairs', 13),
('long unsigned int target_percent', 13),
('bool ira_use_lra_p', 13),
('union tree_node * VN_TOP', 13),
('struct bitmap_head_def * task_shared_vars', 13),
('HARD_REG_ELT_TYPE * btrs_live_at_end', 13),
('struct alloc_pool_def * attrs_pool', 12),
('const char * temp_filename', 12),
('unsigned int nr', 12),
('struct vec cfg_blocks', 12),
('struct hash_table expr_table', 12),
('union tree_node * build_vdef', 12),
('size_t string_len', 12),
('struct vec copy_vec', 12),
('struct opt_pass * all_regular_ipa_passes', 12),
('const char * self_tooldir_prefix', 12),
('struct simple_bitmap_def * * antloc', 12),
('size_t srcdir_len', 12),
('struct mswitchstr * mswitches', 12),
('const char * const[6][2] special', 12),
('int cgraph_edge_max_uid', 12),
('struct decl * collapse_ndfa_insn_decl', 12),
('struct format_kind_info * dynamic_format_types', 12),
('long int * * conflicts', 12),
('struct simple_bitmap_def * * pot_split', 12),
('struct target_info * * target_hash_table', 12),
('struct state_token_st * state_token', 12),
('int ring_counter', 12),
('reg_class * pref', 12),
('struct path_prefix target_path', 12),
('HARD_REG_ELT_TYPE[30] reload_reg_used_in_output', 12),
('int curr_point', 12),
('const char * nm_file_name', 12),
('long int * bb_dereferences', 12),
('int w_flag', 12),
('int xre_max_failures', 12),
('char[2] char_str', 12),
('char * plugin_output_filename', 12),
('const char * multilib_dir', 12),
('save_temps save_temps_flag', 12),
('struct htab * decl_loc_table', 12),
('struct vec bindings_need_stored', 12),
('struct ls_expr * pre_ldst_mems', 12),
('char *[2] debug_check_temp_file', 12),
('const char * const[20][2] operators', 12),
('lto_mode_d lto_mode', 12),
('const char * self_exec_prefix', 12),
('struct ira_allocno * * regno_top_level_allocno_map', 12),
('size_t yy_buffer_stack_max', 12),
('struct rtx_def * note_list', 12),
('struct fixed_value[8] fconst1', 12),
('struct bitmap_head seen_in_insn', 12),
('HARD_REG_ELT_TYPE[30] reload_reg_used_in_outaddr_addr', 12),
('int constructor_depth', 12),
('union df_ref_d *[1] df_null_ref_rec', 12),
('int[146] rtx_next_new', 12),
('int event_last', 12),
('struct vec state_reservs', 12),
('char * yy_last_accepting_cpos', 12),
('struct alloc_pool_def * original_copy_bb_pool', 12),
('unsigned int num_claimed_files', 12),
('union tree_node * locus', 12),
('struct stmt_stats stats', 12),
('unsigned int next_uid', 12),
('char * ltrans_output_file', 12),
('struct vec lhs_ops', 12),
('char[3] target_percent_s', 12),
('const char * * plugin_event_name', 12),
('int overall_size', 12),
('char * inputlist', 12),
('short int[180] reload_order', 12),
('struct c_scope * current_function_scope', 12),
('int active_local_stores_len', 12),
('int delete_this_arg', 12),
('struct du_head * open_chains', 12),
('yy_state_type yy_last_accepting_state', 12),
('struct allocno_hard_regs_node * hard_regs_roots', 12),
('struct name_map_t * names', 12),
('struct bitmap_obstack tm_memopt_obstack', 12),
('struct type scalar_nonchar', 12),
('struct bitmap_obstack predbitmap_obstack', 12),
('bool flag_plugin_added', 12),
('struct hash_table cselib_hash_table', 12),
('struct limbo_die_node * limbo_die_list', 12),
('struct vec build_uses', 12),
('struct vec decls', 12),
('struct vec reg_defs', 11),
('struct cp_token eof_token', 11),
('struct htab * debug_str_hash', 11),
('struct obstack reload_obstack', 11),
('struct call_arg_loc_node * call_arg_locations', 11),
('int ira_overall_cost', 11),
('const char * * in_fnames', 11),
('struct pointer_map_t * local_get_addr_cache', 11),
('struct rtx_def *[87][30] secondary_memlocs_elim', 11),
('bool in_cold_section_p', 11),
('int n_mswitches', 11),
('struct alloc_pool_def * live_range_pool', 11),
('int saved_regs_num', 11),
('struct move * * at_bb_start', 11),
('unsigned int deferred_access_no_check', 11),
('sra_mode sra_mode', 11),
('bool must_backtrack', 11),
('struct htab * type_hash_cache', 11),
('int volatile_ok', 11),
('int current_blocks', 11),
('struct simple_bitmap_def * * ancestor_edges', 11),
('HARD_REG_ELT_TYPE reload_reg_used_in_insn', 11),
('struct vec threaded_edges', 11),
('struct simple_bitmap_def * bbs_in_loop_rgns', 11),
('union section * cold_text_section', 11),
('union tree_node * ic_void_ptr_var', 11),
('char * * pass_through_items', 11),
('struct ._87 internal_arg_pointer_exp_state', 11),
('struct callback_info * * plugin_callbacks', 11),
('int folding_initializer', 11),
('int collapse_flag', 11),
('const char * const[18] mode_class_names', 11),
('HARD_REG_ELT_TYPE[30] reload_reg_used_in_output_addr', 11),
('struct lra_live_range * * start_point_ranges', 11),
('int * insn_alternatives', 11),
('struct bitmap_head_def * reg_pending_clobbers', 11),
('struct simple_bitmap_def * interesting_blocks', 11),
('struct move * * at_bb_end', 11),
('struct alloc_pool_def * pre_expr_pool', 11),
('union tree_node * a_acc', 11),
('struct vec move_vec', 11),
('struct cgraph_node_set_def * cgraph_new_nodes', 11),
('HARD_REG_ELT_TYPE live_hard_regs', 11),
('struct vec * inline_summary_vec', 11),
('bool in_approximate_mode', 11),
('char * save_temps_prefix', 11),
('struct bitmap_head_def * symbols_to_rename_set', 11),
('struct simple_bitmap_def * visited', 11),
('struct vec * ipa_node_agg_replacements', 11),
('struct ._93 nop_pool', 11),
('struct opt_stats_d opt_stats', 11),
('const char * inline_forbidden_reason', 11),
('int const_labelno', 11),
('int n_occurrences', 11),
('char flag_dump_macros', 11),
('int * rev_top_order_index', 11),
('machine_mode[30] curr_operand_mode', 11),
('struct model_pressure_group model_before_pressure', 11),
('struct pointer_map_t * local_specializations', 11),
('struct group_info * clear_alias_group', 11),
('struct label_record * label_for_bb', 11),
('struct ira_allocno * uncolorable_allocno_bucket', 11),
('struct invariant * * invariant_table', 11),
('struct ira_allocno * * regno_allocnos', 11),
('int els_in_reservs', 11),
('long int * bb_rank', 11),
('struct FILE * read_md_file', 11),
('int * uid_cuid', 11),
('struct model_insn_info * model_worklist', 11),
('struct prop_stats_d prop_stats', 11),
('struct bitmap_head_def * reg_pending_sets', 11),
('reg_class * regno_aclass', 11),
('struct rtx_def * curr_insn_set', 11),
('int n_useless_values', 11),
('struct rtx_def *[53] spill_stack_slot', 11),
('int cse_not_expected', 11),
('struct ._82 stats', 11),
('struct rtx_def * simple_return_rtx', 11),
('bool have_multiple_function_sections', 11),
('struct htab * ptr_hash', 10),
('struct vec id_to_chain', 10),
('const char * c_file_name', 10),
('struct vec queued_reg_saves', 10),
('int constructor_designated', 10),
('struct bitmap_head_def * curr_reg_live', 10),
('int reloads_num', 10),
('processor_type ix86_arch', 10),
('struct varpool_node_set_def * tls_vars', 10),
('struct vec * pending_statics', 10),
('bool first_function_block_is_cold', 10),
('int sched_ready_n_insns', 10),
('struct pass_list_node * added_pass_nodes', 10),
('struct htab * scalar_evolution_info', 10),
('struct path_prefix path', 10),
('HARD_REG_ELT_TYPE current_live_regs', 10),
('int last_btr', 10),
('struct rtx_def *[53] spill_reg_stored_to', 10),
('reg_class[30] goal_alt', 10),
('char * * output_names', 10),
('struct pt_solution ipa_escaped_pt', 10),
('struct htab * gimple_canonical_types', 10),
('struct head frame_tables', 10),
('unsigned int reg_use_count', 10),
('struct type_pair_d * type_pair_cache', 10),
('struct vec node_growth_cache', 10),
('int n_spills', 10),
('union tree_node * * to_dump', 10),
('HARD_REG_ELT_TYPE[30] reload_reg_used_in_input_addr', 10),
('struct simple_bitmap_def * * st_avloc', 10),
('HARD_REG_ELT_TYPE reload_reg_used_in_op_addr', 10),
('struct hash_table delay_htab_i2', 10),
('union tree_node * ic_gcov_type_ptr_var', 10),
('struct simple_bitmap_def * * hoist_vbeout', 10),
('struct bitmap_head_def * regs_invalidated_by_call_regset', 10),
('struct simple_bitmap_def * bb_contains_live_stmts', 10),
('struct vec all_achieved_states', 10),
('struct bitmap_head * live_hard_reg_pseudos', 10),
('const char * write_state_filename', 10),
('const char * read_state_filename', 10),
('struct obstack declarator_obstack', 10),
('int q_size', 10),
('struct sparseset_def * live_range_hard_reg_pseudos', 10),
('int symtab_order', 10),
('int lazy_hex_fp_value_count', 10),
('alias_set_type setjmp_alias_set', 10),
('int flag_isoc11', 10),
('struct rtx_iv * * iv_ref_table', 10),
('bool warned', 10),
('const char * cwd', 10),
('int pflags', 10),
('struct queue_elem * define_attr_queue', 10),
('struct plugin_file_info * claimed_files', 10),
('struct iterator_group ints', 10),
('struct htab * symtab_hash', 10),
('struct mdswitchstr * mdswitches', 10),
('struct bitmap_obstack lim_bitmap_obstack', 10),
('int initialized', 10),
('int dollar_arguments_alloc', 10),
('struct cgraph_node_hook_list * function_insertion_hook_holder', 10),
('struct st_expr * store_motion_mems', 10),
('const char *[17] re_error_msgid', 10),
('int call_site_base', 10),
('struct bitmap_head_def * consideration_allocno_bitmap', 10),
('struct c_scope * external_scope', 10),
('struct bitmap_head_def * reg_pending_uses', 10),
('struct bitmap_head * spec_dependency_cache', 10),
('struct bitmap_head spill_pseudos_bitmap', 10),
('char * dollar_arguments_used', 10),
('struct simple_bitmap_def * cse_visited_basic_blocks', 10),
('struct pointer_map_t * bb_predictions', 10),
('struct htab * canonical_type_hash_cache', 10),
('struct simple_bitmap_def * * st_antloc', 10),
('int label_tick_ebb_start', 10),
('struct cost_classes classes', 10),
('void * * bb_state', 10),
('struct elim_table *[53] elimination_map', 10),
('struct regset_head reg_has_output_reload', 10),
('struct htab * addr_index_table', 10),
('int curr_usage_insns_check', 10),
('struct prop_value_t * const_val', 10),
('struct rtx_def * this_is_asm_operands', 10),
('int optind', 10),
('struct outf * plugin_output', 10),
('HARD_REG_ELT_TYPE[30] reload_reg_used_in_inpaddr_addr', 10),
('struct simple_bitmap_def * * dom', 10),
('struct FILE * yyout', 10),
('union tree_node * sysv_va_list_type_node', 10),
('char[40] buf', 10),
('struct edge_list * edge_list', 10),
('struct function * update_ssa_initialized_fn', 10),
('size_t deferred_count', 9),
('int rgn_nr_edges', 9),
('union tree_node * ms_va_list_type_node', 9),
('struct simple_bitmap_def * lra_constraint_insn_stack_bitmap', 9),
('gcov_type max_entry_count', 9),
('struct real_value value', 9),
('int * allocno_saved_at_call', 9),
('int constructor_constant', 9),
('struct stats_counter_table_type * statistics_hashes', 9),
('struct FILE * out_stream', 9),
('unsigned int * used_regs', 9),
('struct hash_table_d set_hash_table', 9),
('struct pointer_map_t * edge_to_cases', 9),
('union tree_node * loc', 9),
('struct lazy_hex_fp_value_struct[12] lazy_hex_fp_values', 9),
('bool in_gimple_form', 9),
('struct rtx_def * cur_insn', 9),
('struct saved_hard_reg *[53] hard_reg_map', 9),
('int constructor_nonconst', 9),
('int flag_use_repository', 9),
('struct rtx_def * * implicit_sets', 9),
('char * args_name', 9),
('int * allocno_priorities', 9),
('char[80] tmp', 9),
('struct vec * deferred_access_stack', 9),
('int tlink_verbose', 9),
('struct htab * type_hash_table', 9),
('int * dfa_insn_codes', 9),
('const char * input_basename', 9),
('int cfg_blocks_head', 9),
('int basename_length', 9),
('bool dst_can_be_shared', 9),
('struct tsan_map_atomic[168] tsan_atomic_table', 9),
('int move2add_last_label_luid', 9),
('struct htab * type_specializations', 9),
('int n_regs_saved', 9),
('int dfa_lookahead', 9),
('struct cgraph_2edge_hook_list * edge_duplication_hook_holder', 9),
('int in_alignof', 9),
('struct rtx_def * * bb_header', 9),
('struct htab * macro_hash', 9),
('struct bitmap_head_def *[4] computed', 9),
('struct pointer_map_t * decl_to_stack_part', 9),
('struct timevar_stack_def * stack', 9),
('struct simple_bitmap_def * * pre_insert_map', 9),
('struct lto_file * current_lto_file', 9),
('struct attr_desc *[256] attrs', 9),
('bool cfg_changed', 9),
('int typevec_len', 9),
('ld_plugin_status (*ld_plugin_message) (int, const char *, ...) message', 9),
('bool cgraph_function_flags_ready', 9),
('struct bitmap_head_def * code_motion_visited_blocks', 9),
('struct cse_reg_info * cse_reg_info_table', 9),
('struct vec phis_to_rewrite', 9),
('int[27] high_pressure_start_point', 9),
('struct bitmap_head_def * deleted_bb_preds', 9),
('const char * last_filename', 9),
('struct cgraph_edge_hook_list * edge_removal_hook_holder', 9),
('int temp_filename_length', 9),
('struct vec block_map', 9),
('struct ._90 alias_stats', 9),
('int[53] reg_reloaded_contents', 9),
('size_t reg_info_p_size', 9),
('struct splay_tree_s * reference_vars_to_consider', 9),
('struct loop * curr_loop', 9),
('long unsigned int offset_limit', 9),
('char[30] text_section_label', 9),
('struct rtx_def * exit_insn', 9),
('struct vec tm_log_save_addresses', 9),
('int processing_template_parmlist', 9),
('struct hash_table saving_htab', 9),
('struct vec adjust_vec', 9),
('struct attr_hash *[4093] attr_hash_table', 9),
('unsigned char x86_prefetch_sse', 9),
('struct simple_bitmap_def * reg_seen', 9),
('char * bb_state_array', 9),
('struct cpp_dir *[4] tails', 9),
('int num_delays', 9),
('struct vec * reg_known_value', 9),
('struct vec avail_exprs_stack', 9),
('bool sched_dump_to_dot_p', 9),
('struct vec name_to_id', 9),
('const char * strip_file_name', 9),
('bool can_start_lhs_rhs_p', 9),
('bool omega_reduce_with_subs', 9),
('struct mode_data * void_mode', 9),
('struct path_prefix cpath', 9),
('HARD_REG_ELT_TYPE reload_reg_used', 9),
('int alt_flags', 9),
('int with_len', 9),
('int address_used', 9),
('unsigned int n_names', 9),
('struct comdat_type_node * comdat_type_list', 9),
('int passes_by_id_size', 9),
('struct vec complex_lattice_values', 9),
('const char * flag_random_seed', 9),
('struct align_stack * alignment_stack', 9),
('const char * lastfile', 9),
('long int overall_size', 9),
('int max_labelno', 9),
('int regexp_transformed_p', 9),
('int automata_num', 9),
('struct htab * tm_clone_hash', 9),
('int dfa_insn_codes_length', 9),
('struct vec model_schedule', 9),
('int stack_arg_under_construction', 9),
('struct opt_pass * all_lto_gen_passes', 9),
('short int[53] spill_reg_order', 9),
('char * * lto_o_files', 9),
('struct FILE * pch_outfile', 9),
('struct ._97 tick_check_data', 9),
('union tree_node * ssdf_decl', 9),
('struct htab * assembler_name_hash', 9),
('const char * out_fname', 9),
('int * prob', 9),
('bool initialized', 8),
('struct basic_block_def * curr_bb', 8),
('int move2add_luid', 8),
('int[2] n_switches_debug_check', 8),
('struct hash_table asan_mem_ref_ht', 8),
('struct bitmap_head all_spilled_pseudos', 8),
('union header * last_alloca_header', 8),
('struct alloc_pool_def * copy_pool', 8),
('struct rtx_def * added_links_insn', 8),
('int symbol_queue_index', 8),
('struct format_char_info * cdiag_fci', 8),
('bool[302] statement_code_p', 8),
('struct hash_table pre_ldst_table', 8),
('struct coalesce_data * allocno_coalesce_data', 8),
('int[53] full_costs', 8),
('int yy_did_buffer_switch_on_eof', 8),
('struct htab * gimple_types', 8),
('struct format_char_info * tdiag_fci', 8),
('HARD_REG_ELT_TYPE reg_reloaded_call_part_clobbered', 8),
('struct rtx_def * unused_insn_list', 8),
('struct cp_switch * switch_stack', 8),
('struct bitmap_obstack grand_bitmap_obstack', 8),
('union tree_node * weak_decls', 8),
('struct rtx_def * cfg_layout_function_footer', 8),
('struct simple_bitmap_def * bb_seen', 8),
('struct bitmap_head live_regs', 8),
('int max_recog_operands', 8),
('long unsigned int next_die_offset', 8),
('struct type scalar_char', 8),
('struct sparseset_def * start_living', 8),
('struct htab * cached_dw_loc_list_table', 8),
('struct format_char_info * cxxdiag_fci', 8),
('unsigned int current_position', 8),
('int max_cycles_num', 8),
('struct vec stack_regs_mentioned_data', 8),
('struct vec * fde_vec', 8),
('unsigned int * reg_max_ref_width', 8),
('struct live_range * * ira_finish_point_ranges', 8),
('struct hash_table decl_to_stridxlist_htab', 8),
('struct rtx_def * * uid_align', 8),
('struct hash_table counts_hash', 8),
('omega_result omega_found_reduction', 8),
('struct vec reg_copy_graph', 8),
('struct hash_table avail_exprs', 8),
('struct xatexit * xatexit_head', 8),
('struct cselib_val dummy_val', 8),
('reg_syntax_t xre_syntax_options', 8),
('int processing_debug_stmt', 8),
('struct simple_bitmap_def * * pre_delete_map', 8),
('struct vec equiv_stack', 8),
('int tail_call_site_count', 8),
('char flag_no_output', 8),
('struct shared_hash_def * empty_shared_hash', 8),
('union tree_node * trampoline_type', 8),
('struct asm_node * asm_nodes', 8),
('int curr_tick', 8),
('bool starting_stack_p', 8),
('struct htab * decl_specializations', 8),
('struct vec use_def_ref', 8),
('union tree_node * gcov_info_var', 8),
('struct vec * pubname_table', 8),
('int caller_save_needed', 8),
('struct sparseset_def * pseudos_live_through_calls', 8),
('struct htab * prologue_insn_hash', 8),
('struct bitmap_head_def * current_copies', 8),
('const char * deps_file', 8),
('struct automata_list_el * current_automata_list', 8),
('struct vec el_avail', 8),
('char * temporary_firstobj', 8),
('int * implicit_set_indexes', 8),
('struct gimple_opt_pass pass_copy_prop', 8),
('int constructor_erroneous', 8),
('char * * environ', 8),
('struct hash_table ptr_hash', 8),
('int num_updated_if_blocks', 8),
('struct htab * md_constants', 8),
('struct simple_bitmap_def * * st_transp', 8),
('struct opt_pass * * passes_by_id', 8),
('const char * src_pwd', 8),
('int constructor_simple', 8),
('int node_check_tick', 8),
('struct vec ipa_reference_vars_vector', 8),
('struct htab * temp_slot_address_table', 8),
('struct target_lra_int default_target_lra_int', 8),
('struct operand_rr_info * cur_operand', 8),
('bool cselib_preserve_constants', 8),
('struct outf * output_files', 8),
('long int[4] * offsets_at', 8),
('struct dispatch_windows * dispatch_window_list1', 8),
('struct alloc_pool_def * et_occurrences', 8),
('void * temp', 8),
('struct ainsn * curr_ainsn', 8),
('struct live_range * * ira_start_point_ranges', 8),
('HARD_REG_ELT_TYPE reload_reg_used_in_op_addr_reload', 8),
('struct bitmap_head_def * all_blocks', 8),
('int[53] lra_hard_reg_usage', 8),
('int to_inherit_num', 8),
('int array_size', 8),
('char * offsets_known_at', 8),
('struct visibility_flags visibility_options', 8),
('const struct tagged_tu_seen_cache * tagged_tu_seen_base', 8),
('int body_time', 8),
('struct rtx_def * not_a_num', 8),
('int to_dump_count', 8),
('struct bitmap_element * bitmap_ggc_free', 8),
('struct cselib_val * first_containing_mem', 8),
('HARD_REG_ELT_TYPE implicit_reg_pending_uses', 8),
('int n_compilers', 8),
('struct bitmap_head lra_optional_reload_pseudos', 8),
('struct hash_table candidates', 8),
('int n_useless_debug_values', 8),
('struct string_pool_data * spd', 8),
('struct target_builtins default_target_builtins', 8),
('union tree_node * ext_block', 8),
('int scope_labelno', 8),
('struct vec complex_ssa_name_components', 8),
('char * * input_names', 8),
('struct basic_block_def * * reg_set_in_bb', 8),
('struct simple_bitmap_def * * ae_kill', 8),
('struct bitmap_head_def * scratch_regs', 8),
('int call_site_count', 8),
('struct bitmap_obstack optimization_summary_obstack', 8),
('int gcse_create_count', 8),
('int regs_num', 8),
('struct splay_tree_s * all_labels', 8),
('demangling_styles current_demangling_style', 8),
('struct htab * seen_types', 8),
('struct gcc_debug_hooks go_debug_hooks', 8),
('struct bitmap_head_def * blocks_with_phis_to_rewrite', 8),
('HARD_REG_ELT_TYPE pending_dead_regs', 8),
('struct insn_chain * unused_insn_chains', 8),
('location_t prologue_location', 8),
('struct simple_bitmap_def * * st_insert_map', 8),
('struct ira_spilled_reg_stack_slot * ira_spilled_reg_stack_slots', 8),
('struct ira_allocno * colorable_allocno_bucket', 8),
('size_t n_insn_reservs', 8),
('char * arguments_file_name', 8),
('struct htab * epilogue_insn_hash', 8),
('unsigned int max_value_regs', 8),
('int designator_erroneous', 8),
('int state_written_type_count', 8),
('int n_operands', 8),
('struct bitmap_obstack ter_bitmap_obstack', 8),
('unsigned int abbrev_die_table_allocated', 8),
('struct simple_bitmap_def * * st_kill', 8),
('const char * multiarch_dir', 8),
('struct vec allocno_hard_regs_vec', 8),
('char * first_break', 8),
('struct vec stack_vecs', 8),
('struct data * * idata_end', 8),
('int this_is_output_file', 8),
('bool hint', 8),
('reg_class * sched_regno_pressure_class', 8),
('int * next_coalesced_pseudo', 8),
('struct pending_template * last_pending_template', 8),
('struct simple_bitmap_def * processed', 7),
('HARD_REG_ELT_TYPE hard_regs_in_table', 7),
('bool deps_seen', 7),
('struct bitmap_head_def * cannot_scalarize_away_bitmap', 7),
('int num_stores', 7),
('union section * in_section', 7),
('bool vflag', 7),
('struct hash_table tm_log', 7),
('struct bitmap_head * forced_ebb_heads', 7),
('struct switchstr *[2] switches_debug_check', 7),
('struct bitmap_head_def * invalid_mode_changes', 7),
('char * * output_files', 7),
('int clobbers_seen_this_insn', 7),
('struct hash_table same_succ_htab', 7),
('struct bitmap_head_def * remaining_stmts', 7),
('struct pointer_map_t * resolution_map', 7),
('struct live_range * * slot_coalesced_allocnos_live_ranges', 7),
('struct vec next_cycle_replace_deps', 7),
('union section * debug_info_section', 7),
('struct vec current_iterators', 7),
('const char * spec_machine', 7),
('struct vec * all_translation_units', 7),
('struct deferred_opt * deferred_opts', 7),
('struct bitmap_obstack stack_var_bitmap_obstack', 7),
('struct rtx_def * debug_insn', 7),
('const char * suffix_subst', 7),
('struct vec ipa_reference_opt_sum_vector', 7),
('int nnodes', 7),
('struct bitmap_head_def * reg_pending_control_uses', 7),
('union tree_node * block_clear_fn', 7),
('struct ira_allocno_copy * * ira_copies', 7),
('struct tinst_level * last_error_tinst_level', 7),
('unsigned int num_in_fnames', 7),
('deprecated_states deprecated_state', 7),
('struct vec symbols_to_rename', 7),
('int fd', 7),
('int this_is_linker_script', 7),
('short int[53] spill_regs', 7),
('struct bitmap_head_def * need_ab_cleanup', 7),
('int n_mdswitches', 7),
('struct bitmap_obstack loop_renamer_obstack', 7),
('unsigned char[256] _cpp_trigraph_map', 7),
('int * postorder', 7),
('struct FILE * aux_info_file', 7),
('struct lto_compression_stream * compression_stream', 7),
('struct c_parser * the_parser', 7),
('int new_regno_start', 7),
('HARD_REG_ELT_TYPE reg_is_output_reload', 7),
('int uncolorable_allocnos_num', 7),
('unsigned int model_next_priority', 7),
('struct rtx_def * test_insn', 7),
('bool excessive_deduction_depth', 7),
('const char * link_command_spec', 7),
('const struct gcc_debug_hooks * real_debug_hooks', 7),
('struct vec insn_rr', 7),
('struct simple_bitmap_def * stored_args_map', 7),
('struct vec * canonical_template_parms', 7),
('size_t extra_dump_files_in_use', 7),
('struct omega_pb_d * no_problem', 7),
('long int max_new_size', 7),
('const char * compare_debug_opt', 7),
('union section * debug_str_section', 7),
('struct vec * optimize_args', 7),
('struct bitmap_head changed_pseudo_bitmap', 7),
('long int hard_frame_pointer_adjustment', 7),
('struct vec children_vec', 7),
('int taskreg_nesting_level', 7),
('int * regno_src_regno', 7),
('int nonzero_sign_valid', 7),
('struct bitmap_head_def * region_ref_regs', 7),
('int num_possible_if_blocks', 7),
('unsigned int abbrev_die_table_in_use', 7),
('struct common_sched_info_def sel_common_sched_info', 7),
('char flag_no_line_commands', 7),
('union section * saved_section', 7),
('const char * this_input_filename', 7),
('int warned', 7),
('struct elim_table self_elim_table', 7),
('bool in_function', 7),
('struct saved_hard_reg *[53] all_saved_regs', 7),
('struct bitmap_head_def * current_originators', 7),
('struct bitmap_head_def * blocks_with_calls', 7),
('struct htab * cgraph_fnver_htab', 7),
('unsigned int dw_frame_pointer_regnum', 7),
('struct bitmap_head_def * non_decomposable_context', 7),
('int goal_alt_number', 7),
('struct ._94 bswap_stats', 7),
('struct basic_block_def * current_bb', 7),
('struct vec cand_vec', 7),
('struct vec lto_function_decl_states', 7),
('struct bitmap_obstack update_ssa_obstack', 7),
('int flag_branches', 7),
('struct hash_table redirection_data', 7),
('struct gcc_targetcm targetcm', 7),
('struct bitmap_head_def * local_md', 7),
('struct bitmap_head open_chains_set', 7),
('struct position root_pos', 7),
('bool in_dummy_function', 7),
('HARD_REG_ELT_TYPE used_spill_regs', 7),
('struct bucket * * table', 7),
('int bblst_last', 7),
('int require_constant_elements', 7),
('struct obstack opts_obstack', 7),
('struct hash_table store_motion_mems_table', 7),
('int must_extract', 7),
('const char * target_sysroot_suffix', 7),
('int dollar_max_arg_used', 7),
('struct constraint_data * first_constraint', 7),
('unsigned int[8] fn_n_ctrs', 7),
('struct sparseset_def * conflict_reload_and_inheritance_pseudos', 7),
('const char * in_fname', 7),
('struct bitmap_head_def * modify_mem_list_set', 7),
('int * allocno_hard_regs_subnode_index', 7),
('struct real_value[26] tens', 7),
('unsigned int n_used_regs', 7),
('struct df_problem user_problem', 7),
('struct vec next_edge_clone', 7),
('bool keep_next_level_flag', 7),
('unsigned int n_sources', 7),
('const char * last_label', 7),
('struct move *[53] hard_regno_last_set', 7),
('short int * reg_old_renumber', 7),
('int * regno_coalesced_allocno_num', 7),
('struct basic_block_def * before_recovery', 7),
('struct pointer_map_t * global_get_addr_cache', 7),
('struct splay_tree_s * all_contexts', 7),
('int currently_expanding_to_rtl', 7),
('struct htab * skeleton_debug_str_hash', 7),
('struct pointer_set_t * mfb_reis_set', 7),
('struct vec vn_ssa_aux_table', 7),
('unsigned char[512] size_lookup', 7),
('int * temp_pseudo_reg_arr', 7),
('int insn_index_number', 7),
('struct deferred_change * deferred_change_list', 7),
('char * makefile', 7),
('char * flto_out', 7),
('int * bb_ticks', 7),
('struct model_insn_info * model_insns', 7),
('struct simple_bitmap_def * bb_in_list', 7),
('char * repo_name', 7),
('struct alloc_pool_def * operand_entry_pool', 7),
('int this_is_library_file', 7),
('union tree_node *[2] bc_label', 7),
('union tree_node *[6] subst_identifiers', 7),
('struct ._95 widen_mul_stats', 7),
('union tree_node * int_cst_node', 7),
('struct splay_tree_s * priority_info_map', 7),
('int[53] hard_regno_costs', 7),
('unsigned int ix86_incoming_stack_boundary', 7),
('struct _IO_FILE * stdin', 7),
('int first_label_num', 7),
('union tree_node * constructor_bit_index', 7),
('struct reg_rename reg_rename_data', 7),
('const char * * source_refs', 7),
('struct delay_desc * delays', 7),
('int ira_copies_num', 7),
('struct vec access_vars', 7),
('struct bitmap_head_def * setjmp_crosses', 6),
('struct hash_table loop_copy', 6),
('struct queue_elem * define_insn_queue', 6),
('struct c_arg_info * current_function_arg_info', 6),
('struct ira_allocno * update_cost_queue', 6),
('struct vinsn_def * nop_vinsn', 6),
('struct vec *[8] free_phinodes', 6),
('struct vec patterns', 6),
('union tree_node * * last_vuse_ptr', 6),
('struct insn_def * defs', 6),
('struct htab * debug_expr_for_decl', 6),
('int designator_depth', 6),
('int virtuals_instantiated', 6),
('struct vec call_stack', 6),
('int gcse_subst_count', 6),
('struct vec to_remove_edges', 6),
('struct bitmap_head temp_bitmap', 6),
('int n_infiles_alloc', 6),
('int * bb_postorder', 6),
('struct htab * state_seen_types', 6),
('bool fail_current_block', 6),
('int do_dump', 6),
('const char * dump_file_name', 6),
('int (*htab_eq) (const void *, const void *) htab_eq_pointer', 6),
('struct alloc_pool_def * asan_mem_ref_alloc_pool', 6),
('int dollar_arguments_count', 6),
('int replace_reloads', 6),
('int[53] hard_regno_last_set_check', 6),
('const char * source_file_base', 6),
('HARD_REG_ELT_TYPE reg_used_in_insn', 6),
('unsigned int cfa_base_preserved_regno', 6),
('bool[53] regs_ever_live', 6),
('int stat_bookkeeping_copies', 6),
('struct htab * vec_desc_hash', 6),
('bool mem_ref_p', 6),
('struct cgraph_node * first_analyzed', 6),
('union tree_node * tree_indirect_call_profiler_fn', 6),
('int cache_size', 6),
('struct df_mw_hardreg *[1] df_null_mw_rec', 6),
('warn_strict_overflow_code fold_deferred_overflow_code', 6),
('struct bitmap_head_def * visited', 6),
('struct reg_avail_info * reg_avail_info', 6),
('struct hash_table name_to_pass_map', 6),
('struct varpool_node * first_analyzed_var', 6),
('unsigned int reg_dead_regno', 6),
('struct cselib_val * cfa_base_preserved_val', 6),
('struct splay_tree_s * indirect_pool', 6),
('struct simple_bitmap_def * marked', 6),
('struct bitmap_obstack pta_obstack', 6),
('struct alloc_pool_def * read_info_pool', 6),
('bool df_in_progress', 6),
('struct rtx_def * queue_head', 6),
('const char * name', 6),
('machine_mode byte_mode', 6),
('struct sparseset_def * dead_set', 6),
('struct pointer_set_t * diagnosed', 6),
('union tree_node * mf_cache_mask_decl', 6),
('const char * const[18] omp_clause_code_name', 6),
('bool[30] goal_alt_win', 6),
('struct pchf_data * pchf', 6),
('bool chain_ovfl', 6),
('char * dollar_arguments_pointer_p', 6),
('struct bitmap_head_def * forbidden_dominators', 6),
('int mem_last_set', 6),
('int maxsize', 6),
('int n_debug_values', 6),
('bool warnedsse', 6),
('int * reg_avail_info', 6),
('union tree_node * block_move_fn', 6),
('struct vec * canon_modify_mem_list', 6),
('int * regno_coalesced_allocno_cost', 6),
('struct obstack expr_obstack', 6),
('unsigned int ranges_by_label_allocated', 6),
('const char * spec_lang', 6),
('size_t num_compiler_params', 6),
('int * sorted_reload_pseudos', 6),
('struct vec * modify_mem_list', 6),
('int event_horizon', 6),
('struct assert_locus_d * * asserts_for', 6),
('struct bitmap_head_def * deleted_bbs', 6),
('union tree_node * tree_pow2_profiler_fn', 6),
('struct vec * pending_redefine_extname', 6),
('struct basic_block_def * * bblst_table', 6),
('struct bitmap_head used_pseudos_bitmap', 6),
('union tree_node * tree_one_value_profiler_fn', 6),
('int max_tinst_depth', 6),
('struct vec * used_rtx_array', 6),
('const char * gcc_libexec_prefix', 6),
('struct rtx_def * last_nondebug_scheduled_insn', 6),
('struct bitmap_head_def * upstream_mem_writes', 6),
('struct target_bb_reorder default_target_bb_reorder', 6),
('struct ._94 resort_data', 6),
('union tree_node * tree_interval_profiler_fn', 6),
('struct rtx_def * ret_rtx', 6),
('int next_insn_code', 6),
('union gimple_statement_d * currently_expanding_gimple_stmt', 6),
('struct pointer_map_t * base_access_vec', 6),
('bool current_function_prototype_built_in', 6),
('size_t stack_vars_alloc', 6),
('struct automata_list_el * first_free_automata_list_el', 6),
('struct obstack rename_obstack', 6),
('struct rtx_def * initial_trampoline', 6),
('struct hash_table val_ssa_equiv', 6),
('struct htab * value_expr_for_decl', 6),
('const char * locale_encoding', 6),
('const char * const[10] z_errmsg', 6),
('int explained', 6),
('int flag_rerun_cse_after_global_opts', 6),
('struct vec iterator_uses', 6),
('struct insn_reserv * all_insn_reservs', 6),
('void * first_edge_aux_obj', 6),
('struct vec * pubtype_table', 6),
('struct bitmap_head curr_regs_live', 6),
('struct bitmap_obstack liveness_bitmap_obstack', 6),
('int subst_reg_equivs_changed', 6),
('struct bitmap_head not_in_df', 6),
('struct timevar_time_def start_time', 6),
('void (*<T3f91>) (struct basic_block_def *, struct basic_block_def *) sched_init_only_bb',
6),
('int * lra_point_freq', 6),
('struct vec next_cycle_apply', 6),
('struct cp_parser * the_parser', 6),
('union section * debug_abbrev_section', 6),
('struct htab * abstract_pending_vars', 6),
('struct vec base_types', 6),
('struct file_stack_entry * file_stack', 6),
('char[20] buffer', 6),
('struct vec * alias_sets', 6),
('int max_stridx', 6),
('location_t current_function_prototype_locus', 6),
('struct rtx_def * unused_expr_list', 6),
('HARD_REG_ELT_TYPE * pseudo_forbidden_regs', 6),
('struct sparseset_def * pseudos_live_through_setjumps', 6),
('struct ._88 pta_stats', 6),
('union symtab_node_def * first', 6),
('int[53] regno_pseudo_regs', 6),
('const char * const[<unknown>] lang_names', 6),
('struct opt_pass * all_lowering_passes', 6),
('const char * reserv_str', 6),
('struct simple_bitmap_def * executable_blocks', 6),
('struct vec bb_info_vec', 6),
('struct bitmap_obstack iteration_obstack', 6),
('struct bitmap_head_def * need_assert_for', 6),
('int * regno_equiv_gains', 6),
('struct vec automaton_states', 6),
('int ix86_arch_specified', 6),
('int n_earlyclobbers', 6),
('int input_stat_set', 6),
('struct vinsn_vec_t vec_bookkeeping_blocked_vinsns', 6),
('struct vec vec_temp_moveop_nops', 6),
('struct vec cgraph_node_map', 6),
('struct simple_bitmap_def * has_abnormal_preds', 6),
('struct hash_table base_cand_map', 6),
('int source_refs_allocd', 6),
('int lexer_toplevel_done', 6),
('struct arc * first_free_arc', 6),
('struct simple_bitmap_def * visited_control_parents', 6),
('int combine_merges', 6),
('struct simple_bitmap_def * reg_known_equiv_p', 6),
('int cycle_issued_insns', 6),
('struct alloc_pool_def * ipcp_sources_pool', 6),
('int slots_num', 6),
('const char * open_quote', 6),
('int sel_dump_cfg_fileno', 6),
('unsigned int local_tick', 6),
('union tree_node * tree_average_profiler_fn', 6),
('struct variable_table_type dropped_values', 6),
('unsigned int save_decoded_options_count', 6),
('union tree_node *[8] fn_v_ctrs', 6),
('int allocno_hard_regs_nodes_num', 6),
('char[30] text_end_label', 6),
('struct pointer_set_t * nonlocal_vlas', 6),
('HARD_REG_ELT_TYPE live_in_chains', 6),
('size_t include_cursor', 6),
('int current_function_returns_null', 6),
('struct sparseset_def * unused_set', 6),
('struct bitmap_head_def * local_lr', 6),
('struct alloc_pool_def * loc_exp_dep_pool', 6),
('struct alloc_pool_def * sched_lists_pool', 6),
('int ndfa_flag', 6),
('struct ._90[84] inverse_table', 6),
('const char *[3] pure_const_names', 6),
('struct bitmap_head_def * scratch', 6),
('struct bitmap_head_def * update_bbs', 6),
('struct bitmap_head_def * * control_dependence_map', 6),
('union tree_node * static_aggregates', 6),
('struct alloc_pool_def * shared_hash_pool', 6),
('struct variable_union_info * vui_vec', 6),
('union tree_node * lambda_scope', 6),
('struct ._99 resort_data', 6),
('int yy_init', 6),
('struct htab * file_table', 6),
('struct _dep_link * null_link', 6),
('long int random_seed', 6),
('unsigned int nt_call_phase', 6),
('struct target_gcse default_target_gcse', 6),
('struct alloc_pool_def * et_nodes', 6),
('int flag_dump_contents', 6),
('int spelling_size', 6),
('struct pointer_set_t * warned_about', 6),
('int calls_num', 6),
('unsigned int ranges_table_in_use', 6),
('struct hash_table event_tab', 6),
('struct vec loop_nests', 6),
('union section * debug_frame_section', 6),
('void * first_block_aux_obj', 6),
('int fold_deferring_overflow_warnings', 6),
('int num_eliminable_invariants', 6),
('unsigned int num_output_files', 6),
('union tree_node * registered_builtin_types', 6),
('bool lra_simple_p', 6),
('struct bitmap_head best_spill_pseudos_bitmap', 6),
('struct pointer_set_t * possibly_undefined_names', 6),
('const char * backup_dir', 6),
('struct simple_bitmap_def * * hoist_vbein', 6),
('bool emit_notes', 6),
('unsigned int[8] fn_b_ctrs', 6),
('unsigned int ranges_table_allocated', 6),
('struct bitmap_head ebb_global_regs', 6),
('int tinst_depth', 6),
('bool need_profile_function', 6),
('struct insn_chain * insns_need_reload', 6),
('struct hash_table fixed_type_or_null_ref_ht', 6),
('struct to_inherit[90] to_inherit', 6),
('struct rtx_def * subst_insn', 6),
('struct state * first_free_state', 6),
('struct vec * lto_global_var_decls', 6),
('struct lto_file * current_out_file', 6),
('struct rtx_def * queued_cfa_restores', 6),
('union tree_node * pending_invalid_xref', 6),
('char * object_directory', 6),
('struct hash_table bivs', 6),
('struct vec * pending_weaks', 6),
('struct table_elt * free_element_chain', 6),
('struct vec plus_negates', 6),
('int target_n_insns', 6),
('int last_clock_var', 6),
('struct rtx_def * nonscheduled_insns_begin', 6),
('struct vec reg_defs_stack', 6),
('struct cgraph_function_version_info * version_info_node', 6),
('struct alt_state * first_free_alt_state', 6),
('struct pointer_set_t * visited_nodes', 6),
('union tree_node * tree_ior_profiler_fn', 6),
('struct common_sched_info_def rgn_common_sched_info', 6),
('struct allocno_hard_regs_node * * allocno_hard_regs_nodes', 6),
('struct basic_block_def * after_recovery', 6),
('struct sparseset_def * start_dying', 6),
('int next_index_number', 6),
('char * memoized_tmpdir', 6),
('union tree_node * initialize_p_decl', 6),
('bool cselib_record_memory', 6),
('char[60] ranges_section_label', 6),
('struct hash_table tm_memopt_value_numbers', 6),
('struct simple_bitmap_def * last_stmt_necessary', 6),
('int sched_rgn_n_insns', 6),
('union tree_node * mf_cache_shift_decl', 6),
('const struct processor_costs * ix86_tune_cost', 6),
('struct target_optabs * this_fn_optabs', 6),
('alias_set_type asan_shadow_set', 6),
('int[2] n_switches_alloc_debug_check', 6),
('struct bitmap_head_def * should_scalarize_away_bitmap', 6),
('union section * data_section', 6),
('struct vec new_allocno_emit_data_vec', 5),
('const char * machine_suffix', 5),
('int warn_about_return_type', 5),
('struct update_cost_queue_elem * update_cost_queue_elems', 5),
('struct opt_pass * all_small_ipa_passes', 5),
('int app_on', 5),
('bool cse_jumps_altered', 5),
('struct hash_table cost_classes_htab', 5),
('struct dw_line_info_table * text_section_line_info', 5),
('struct rtx_def * shift_test', 5),
('unsigned int nr_statistics_hashes', 5),
('struct ivopts_data * fd_ivopts_data', 5),
('int print_help_list', 5),
('struct vec el_avail_stack', 5),
('int sched_emulate_haifa_p', 5),
('int insn_name_ptr_size', 5),
('bool params_finished', 5),
('int cfg_blocks_tail', 5),
('struct vinsn_vec_t vec_target_unavailable_vinsns', 5),
('const char * prev_file_name', 5),
('struct reg_pressure_data * pressure_info', 5),
('struct bitmap_head_def * constant_value_ids', 5),
('struct opt_pass * all_passes', 5),
('struct format_length_info * diag_ls', 5),
('struct hash_table shared_bitmap_table', 5),
('unsigned int current_info_for_ssa_name_age', 5),
('int split_branch_probability', 5),
('union tree_node * preinit_symbols', 5),
('bool lra_reg_spill_p', 5),
('char[4] target_percent_s_newline', 5),
('struct constraint_data *[256] constraints_by_letter_table', 5),
('int[53] reg_rename_tick', 5),
('struct simple_bitmap_def * * st_delete_map', 5),
('union tree_node * saved_access_scope', 5),
('struct rtx_def * cfg_layout_function_header', 5),
('HARD_REG_ELT_TYPE referenced_regs', 5),
('struct vec point_freq_vec', 5),
('int[53] spill_add_cost', 5),
('struct alloc_pool_def * dn_pool', 5),
('const char * iprefix', 5),
('struct macro_queue * define_queue', 5),
('bool was_target_conflict', 5),
('struct hash_table bb_copy', 5),
('int cond_exec_changed_p', 5),
('HARD_REG_ELT_TYPE reload_reg_used_in_other_addr', 5),
('const char * input_suffix', 5),
('struct stmt_tree_s c_stmt_tree', 5),
('struct htab * const_desc_htab', 5),
('int * conflict_check', 5),
('union tree_node * global_type_node', 5),
('char[80] buf', 5),
('union tree_node * tls_aggregates', 5),
('size_t extra_dump_files_alloced', 5),
('int curr_pseudo_check', 5),
('struct rtx_def * * spill_hard_reg', 5),
('struct hash_table expression_to_id', 5),
('struct rtx_def *[30] other_output_reload_insns', 5),
('char * output_description_file_name', 5),
('int[53] spill_cost', 5),
('int print_indent', 5),
('struct vec values', 5),
('struct temp_file * always_delete_queue', 5),
('struct bitmap_head insn_conflict_pseudos', 5),
('struct cp_binding_level * free_binding_level', 5),
('struct vec visstack', 5),
('struct ticker_t NDFA_time', 5),
('int input_from_pipe', 5),
('struct sreal real_zero', 5),
('struct cgraph_node * free_nodes', 5),
('struct rtx_def *[40] operand_data', 5),
('struct bitmap_head_def * touched_switch_bbs', 5),
('struct cp_parser_context * cp_parser_context_free_list', 5),
('const char * just_machine_suffix', 5),
('const char * override_filename', 5),
('struct FILE * dfa_file', 5),
('struct simple_ipa_opt_pass pass_early_local_passes', 5),
('struct obstack joined_conditions_obstack', 5),
('struct alt_state * alt_state_being_formed', 5),
('union tree_node * mf_cache_struct_type', 5),
('struct lra_static_insn_data *[3853] insn_code_data', 5),
('struct vec all_compares', 5),
('const char *[1033] built_in_names', 5),
('struct vec * deferred_locations_list', 5),
('struct string2counter_map[45] map', 5),
('union tree_node * last_assemble_variable_decl', 5),
('struct vec * varying_ssa_edges', 5),
('bool first_pass', 5),
('struct alloc_pool_def * dl_pool', 5),
('struct vec shared_lookup_phiargs', 5),
('int current_function_returns_value', 5),
('int last_index_reg', 5),
('unsigned int * bb_loop_postorder', 5),
('unsigned int num_vr_values', 5),
('struct vec control_vars', 5),
('signed char saved_do_cfi_asm', 5),
('struct bitmap_head seen_in_block', 5),
('struct format_char_info * diag_fci', 5),
('HARD_REG_ELT_TYPE reg_reloaded_dead', 5),
('location_t curr_location', 5),
('struct bitmap_head[53] try_hard_reg_pseudos', 5),
('struct bitmap_head_def * saved_reg_live', 5),
('int return_single_result', 5),
('unsigned int v_size', 5),
('int num_insn_ents', 5),
('struct input_reload[90] curr_insn_input_reloads', 5),
('int next_code_number', 5),
('struct rtx_def *[30] output_reload_insns', 5),
('int omega_solve_depth', 5),
('struct ticker_t equiv_time', 5),
('struct bitmap_head * live_reload_and_inheritance_pseudos', 5),
('struct obstack migrate_btrl_obstack', 5),
('struct vec removed_loop_vec', 5),
('int * rpo_numbers', 5),
('struct ._92 reciprocal_stats', 5),
('int[27] max_reg_pressure', 5),
('struct vec scratches', 5),
('int must_constrain', 5),
('vn_lookup_kind vn_walk_kind', 5),
('bool lra_risky_transformations_p', 5),
('struct htab * debug_args_for_decl', 5),
('struct htab * constexpr_fundef_table', 5),
('struct rtx_def *[53] new_spill_reg_store', 5),
('union tree_node * gcov_fn_info_type', 5),
('int have_c', 5),
('int save_slots_num', 5),
('struct bitmap_head_def * fixed_reg_set_regset', 5),
('int max_insn_uid', 5),
('int * vr_phi_edge_counts', 5),
('int lra_inheritance_iter', 5),
('struct simple_object_attributes * saved_attributes', 5),
('struct rtx_def * (*<T3eea>) (struct rtx_def *, struct rtx_def *, struct rtx_def *) ix86_gen_sub3',
5),
('struct die_struct * skeleton_type_unit', 5),
('struct vec lra_constraint_insn_stack', 5),
('struct splay_tree_s * file_info_tree', 5),
('union tree_node * current_function_prototype_arg_types', 5),
('struct bitmap_head_def * kill_on_calls', 5),
('struct c_scope * scope_freelist', 5),
('struct rtx_def * stack_limit_rtx', 5),
('bool force_source_line', 5),
('int withs_max', 5),
('const char * close_quote', 5),
('int curr_hard_regno_costs_check', 5),
('size_t source_length', 5),
('int[53] tick', 5),
('struct ticker_t minimize_time', 5),
('union tree_node * priority_decl', 5),
('struct vec loops_to_unloop', 5),
('struct opt_stack * options_stack', 5),
('struct cfg_stats_d cfg_stats', 5),
('struct pointer_map_t * lim_aux_data_map', 5),
('const char * length_str', 5),
('struct splay_tree_s * target_remap', 5),
('int secondary_memlocs_elim_used', 5),
('struct macro_queue * undef_queue', 5),
('unsigned int attrs_seen_once', 5),
('set_el_t * excl_set', 5),
('int first_moveable_pseudo', 5),
('struct simple_bitmap_def * insn_referenced', 5),
('const char * last_postcall_label', 5),
('struct pointer_map_t * vi_for_tree', 5),
('int cost_elements_num', 5),
('const char * multilib_select', 5),
('struct rtx_def *[180] reload_reg_rtx_for_input', 5),
('struct access * work_queue_head', 5),
('int discriminator', 5),
('struct regset_head pseudos_counted', 5),
('struct htab * marked_trees', 5),
('char[3] target_percent_c', 5),
('struct vec registered_pp_pragmas', 5),
('struct gimple_opt_pass pass_profile', 5),
('bool allocno_coalesced_p', 5),
('const char * const[27] reg_class_names', 5),
('struct sequence_stack * free_sequence_stack', 5),
('int statistics_dump_flags', 5),
('const char *[32] cached_attrs', 5),
('struct rtx_def *[53] reg_reloaded_insn', 5),
('struct vec * interesting_ssa_edges', 5),
('int dup_operands_seen_this_insn', 5),
('struct obstack modifies_mem_obstack', 5),
('struct alloc_pool_def * ipcp_values_pool', 5),
('int max_regno_since_last_resize', 5),
('int next_wild_card', 5),
('int lra_constraint_iter', 5),
('struct hash_table TB_up_ht', 5),
('union tree_node * cl_optimization_node', 5),
('struct bitmap_head_def * usedvars', 5),
('struct sparseset_def * active_defs_check', 5),
('struct obstack gcse_obstack', 5),
('struct FILE * latency_file', 5),
('int last_discriminator', 5),
('struct cp_parser_binary_operations_map_node[87] binops_by_token', 5),
('struct vec * incomplete_types', 5),
('struct vec expressions', 5),
('bool sel_dump_cfg_p', 5),
('unsigned int prg_ctr_mask', 5),
('const char * const[302] tree_codes', 5),
('struct impl_files * impl_file_chain', 5),
('int may_be_red', 5),
('int * same_succ_edge_flags', 5),
('struct htab * tm_wrap_map', 5),
('unsigned int num_macro_tokens_counter', 5),
('struct alloc_pool_def * rtx_store_info_pool', 5),
('struct bitmap_head_def * parallelized_functions', 5),
('int curr_insn_input_reloads_num', 5),
('struct lto_object_list lto_objects', 5),
('union tree_node * cl_target_option_node', 5),
('struct vec allocno_stack_vec', 5),
('struct alloc_pool_def * elt_loc_list_pool', 5),
('struct pointer_map_t * lab_rtx_for_bb', 5),
('struct hash_table pointer_equiv_class_table', 5),
('struct alloc_pool_def * ipcp_agg_lattice_pool', 5),
('HARD_REG_ELT_TYPE reg_reloaded_died', 5),
('bool at_file_supplied', 5),
('struct hash_table allocno_hard_regs_htab', 5),
('int[53] hard_regno_to_pseudo_regno', 5),
('int curr_swapped', 5),
('struct vec * generic_type_instances', 5),
('struct c_binding * binding_freelist', 5),
('unsigned int[53] spill_stack_slot_width', 5),
('int current_function_returns_abnormally', 5),
('int changes_allocated', 5),
('union tree_node * mf_cache_mask_decl_l', 5),
('struct hash_table phi_translate_table', 5),
('struct hash_table finally_tree', 5),
('union tree_node * visible_builtins', 5),
('int lto_wrapper_num_args', 5),
('struct bitmap_obstack * s_obstack', 5),
('unsigned int attrs_seen_more_than_once', 5),
('bool text_section_used', 5),
('int max_entry_frequency', 5),
('struct gimple_opt_pass pass_rename_ssa_copies', 5),
('const char * cross_compile', 5),
('HARD_REG_ELT_TYPE implicit_reg_pending_clobbers', 5),
('struct obstack tlist_obstack', 5),
('struct vec decl_rtl_to_reset', 5),
('struct edge_def * mfb_kj_edge', 5),
('struct sparseset_def * allocnos_processed', 5),
('struct clobber_pat * clobber_list', 5),
('int total_num_branches', 5),
('struct htab * tree_with_vars', 5),
('struct vec static_ctors', 5),
('const char * target_sysroot_hdrs_suffix', 5),
('struct ticker_t NDFA_to_DFA_time', 5),
('int dollar_first_arg_num', 5),
('struct symbol_stack_entry * symbol_stack', 5),
('int hash_version', 5),
('unsigned int a_sources', 5),
('struct rtx_def * test_reg', 5),
('int ix86_tune_defaulted', 5),
('struct temp_file * failure_delete_queue', 5),
('struct common_sched_info_def ebb_common_sched_info', 5),
('struct bitmap_head_def * eh_region_may_contain_throw_map', 5),
('struct bitmap_head coalesced_pseudos_bitmap', 5),
('struct hash_table trace_index', 5),
('struct sparseset_def * live_range_reload_inheritance_pseudos', 5),
('struct sreal real_one', 5),
('struct rtx_def * i2mod', 5),
('int ira_reg_cost', 5),
('unsigned int bbg_file_stamp', 5),
('struct timevar_stack_def * unused_stack_instances', 5),
('struct vec pass_tab', 5),
('reg_class[28] classes', 5),
('struct vec el_to_remove', 5),
('int last_call_num', 5),
('const char * fold_deferred_overflow_warning', 5),
('const char * std_prefix', 5),
('struct rtx_def * and_test', 5),
('struct cxx_binding * free_bindings', 5),
('struct vec * unemitted_tinfo_decls', 5),
('bool info_section_emitted', 5),
('int current_class_stack_size', 5),
('struct dwarf_file_data * last_emitted_file', 5),
('unsigned int[45] count', 5),
('unsigned char[87] mode_base_align', 5),
('struct obstack unit_usages', 5),
('struct int_tree_htab_type complex_variable_components', 5),
('struct bitmap_head dont_calc_deps', 5),
('int insn_current_align', 5),
('int max_ada_macros', 5),
('struct sreal real_inv_br_prob_base', 5),
('struct vec allocno_vec', 5),
('struct vec * tmpl_value_parm_die_table', 5),
('struct rtx_def *[87] secondary_memlocs', 5),
('struct format_char_info * gfc_fci', 5),
('const char * multilib_exclusions', 5),
('char * * lto_wrapper_argv', 5),
('struct htab * condition_table', 5),
('char * * insn_name_ptr', 5),
('unsigned int a_names', 5),
('struct hash_table bb_original', 5),
('int first_index_reg', 5),
('struct hash_table rtx_group_table', 5),
('char[30] debug_info_section_label', 5),
('struct simple_bitmap_def * * cprop_avin', 5),
('int last_label_ruid', 5),
('struct obstack unoccr_obstack', 5),
('struct opt_pass * all_late_ipa_passes', 5),
('union tree_node * mf_cache_shift_decl_l', 5),
('bool cselib_any_perm_equivs', 5),
('struct vec static_dtors', 5),
('struct vec ira_object_id_map_vec', 5),
('long unsigned int target_newline', 5),
('struct htab * types_used_by_vars_hash', 5),
('char[30] debug_line_section_label', 5),
('int next_key', 5),
('struct bitmap_head_def * looparound_phis', 5),
('struct vec trace_work_list', 5),
('char[30] cold_text_section_label', 5),
('unsigned int el_todo', 5),
('unsigned int cfg_blocks_num', 5),
('struct bitmap_head_def * subreg_context', 5),
('struct cgraph_edge * free_edges', 5),
('int this_insn_is_asm', 5),
('union section * bss_section', 5),
('int print_subprocess_help', 5),
('struct ira_loop_tree_node * curr_bb_node', 5),
('struct bitmap_obstack dce_blocks_bitmap_obstack', 5),
('struct simple_bitmap_def * * antic', 5),
('struct hash_table constant_to_value_id', 5),
('struct gcov_working_set_t[128] gcov_working_sets', 5),
('union tree_node * intmax_type_node', 4),
('unsigned int[20][20] num_sign_bit_copies_in_rep', 4),
('struct FILE * stack_usage_file', 4),
('int call_stack_tick', 4),
('unsigned int invariant_table_size', 4),
('int num_labels', 4),
('struct FILE * saved_sched_dump', 4),
('char[43] xstrerror_buf', 4),
('struct rtx_def *[40] match_operand_entries_in_pattern', 4),
('struct bitmap_head_def * local_allocno_bitmap', 4),
('int est_ticks_till_branch', 4),
('struct hash_table alloc_pool_hash', 4),
('const char * multilib_reuse', 4),
('struct alloc_pool_def * deferred_change_pool', 4),
('struct queue_elem * other_queue', 4),
('struct tlist_cache * save_expr_cache', 4),
('struct decl work_insn_decl', 4),
('struct rtx_def *[8] reg_use_table', 4),
('bool any_malformed_asm', 4),
('int max_qty', 4),
('struct vec * * add_cfi_vec', 4),
('struct htab * subst_attr_to_iter_map', 4),
('struct pattern_reserv * * unit_final_presence_set_table', 4),
('struct rtx_def *[30] reload_earlyclobbers', 4),
('struct basic_block_def * (*<T45cd>) (struct basic_block_def *, struct rtx_def *) sched_split_block',
4),
('union section * exception_section', 4),
('union section * debug_line_section', 4),
('int size_directive_output', 4),
('bool ignore_first', 4),
('int frame_phase', 4),
('struct alloc_pool_def * debug_insn_changes_pool', 4),
('bool has_protected_decls', 4),
('int (*<T3b22>) (struct rtx_def *) insn_default_latency', 4),
('bool complete_info_p', 4),
('const char * comdat_symbol_id', 4),
('int something_needs_elimination', 4),
('int flag_all_blocks', 4),
('struct hash_table discriminator_per_locus', 4),
('const struct ggc_root_tab * const[<unknown>] gt_ggc_rtab', 4),
('long unsigned int target_s', 4),
('int statistics_dump_nr', 4),
('HARD_REG_ELT_TYPE bad_spill_regs_global', 4),
('bool address_arithmetic_p', 4),
('int flag_counts', 4),
('unsigned int fn_ctr_mask', 4),
('struct rtx_def * current_output_insn', 4),
('bool maybe_at_text_label_p', 4),
('int header_time', 4),
('struct vec * ssdf_decls', 4),
('struct simple_bitmap_def * * cprop_kill', 4),
('bool cold_text_section_used', 4),
('struct hash_table loc_hash', 4),
('struct code_ptr * peepholes', 4),
('struct bitmap_head scratch_bitmap', 4),
('int max_id_len', 4),
('struct vec * deferred_mark_used_calls', 4),
('struct htab * state_ident_tab', 4),
('bool combine_inputs', 4),
('struct gimple_opt_pass pass_ccp', 4),
('int[27] allocno_class_order', 4),
('int curr_state_graph_pass_num', 4),
('int lambda_count', 4),
('struct call_arg_loc_node * call_arg_loc_last', 4),
('bool init', 4),
('struct vec sccstack', 4),
('union tree_node * lto_eh_personality_decl', 4),
('int curr_conflict_check_tick', 4),
('struct decl work_decl', 4),
('struct rtx_def *[180] reload_reg_rtx_for_output', 4),
('unsigned int longest_chain', 4),
('bool first_pass_instance', 4),
('union tree_node * enqueued_call_stmt_chain', 4),
('int n_regs_set', 4),
('union section * eh_frame_section', 4),
('int relocated', 4),
('int[53] try_hard_reg_pseudos_check', 4),
('int order_base', 4),
('union tree_node * ptr_void', 4),
('struct rtx_def * cached_next_real_insn', 4),
('struct vec * types_used_by_cur_var_decl', 4),
('struct obstack edge_aux_obstack', 4),
('struct initializer_stack * initializer_stack', 4),
('bool init_insn_force_unique_p', 4),
('unsigned int cse_reg_info_table_first_uninitialized', 4),
('unsigned int comdat_symbol_number', 4),
('struct dw_cfi_row * cie_cfi_row', 4),
('bool something_was_spilled', 4),
('set_el_t * temp_reserv', 4),
('const char * const[16] note_insn_name', 4),
('const char * const[18] token_names', 4),
('struct vec * incomplete_vars', 4),
('struct vec valid_mult_list', 4),
('int modulo_insns_scheduled', 4),
('struct rtx_def *[30] outaddr_address_reload_insns', 4),
('int next_qty', 4),
('int total_num_passes', 4),
('int insn_elision', 4),
('struct thread_stats_d thread_stats', 4),
('struct vec substitute_stack', 4),
('struct alloc_pool_def * access_pool', 4),
('char *[4] print_ring', 4),
('unsigned int next_expression_id', 4),
('struct reg_saved_in_data * cie_return_save', 4),
('struct alloc_pool_def *[27] cost_vector_pool', 4),
('bool haifa_recovery_bb_ever_added_p', 4),
('struct simple_bitmap_def * * pre_optimal', 4),
('struct basic_block_def * (*<T3f9f>) (struct basic_block_def *) sched_create_empty_bb',
4),
('struct rtx_def * split_stack_fn_large', 4),
('struct htab * common_block_die_table', 4),
('struct rtx_def * restinsn', 4),
('bool force_folding_builtin_constant_p', 4),
('int nr_inter', 4),
('bool bitfield_used', 4),
('char[30] debug_skeleton_abbrev_section_label', 4),
('struct splay_tree_s * critical_name_mutexes', 4),
('int input_file_number', 4),
('int execution_count', 4),
('bool clean_slate', 4),
('union tree_node * cur_stmt_expr', 4),
('struct obstack dse_obstack', 4),
('struct vec * queue', 4),
('struct vec * tree_vector_cache', 4),
('struct pending_template * pending_templates', 4),
('int no_minimization_flag', 4),
('struct rtx_def * callmem', 4),
('int * fast_lookup_red', 4),
('struct bitmap_head scratch_operand_bitmap', 4),
('bool informed', 4),
('struct pointer_map_t * name_expansions', 4),
('struct ._95 init_global_data', 4),
('int curr_loop_pass_num', 4),
('char[30] debug_skeleton_line_section_label', 4),
('unsigned int cse_reg_info_timestamp', 4),
('struct eqn_d * hash_master', 4),
('struct allocno_hard_regs_subnode * allocno_hard_regs_subnodes', 4),
('int global_const_prop_count', 4),
('struct vec sjlj_lp_call_site_index', 4),
('void * (*<T10cc>) (size_t) identifier_to_locale_alloc', 4),
('unsigned int ix86_user_incoming_stack_boundary', 4),
('union tree_node * x86_mfence', 4),
('int time_flag', 4),
('unsigned int[45] limit', 4),
('struct alloc_pool_def * cselib_val_pool', 4),
('int done', 4),
('bool warnedmmx', 4),
('HARD_REG_ELT_TYPE used_spill_regs_local', 4),
('int failure_errno', 4),
('bool mark_as_hard', 4),
('union tree_node * stack_chk_fail_decl', 4),
('struct alloc_pool_def * valvar_pool', 4),
('int sequence_num', 4),
('bool defer_mark_used_calls', 4),
('union tree_node * weakref_targets', 4),
('int last_call_luid', 4),
('char * pwd', 4),
('unsigned int[4] uid_ring', 4),
('unsigned int constraint_max_namelen', 4),
('bool recorded_label_ref', 4),
('union tree_node * vector_last_type', 4),
('struct rtx_def * stack_check_libfunc', 4),
('const struct simple_object_functions * const[4] format_functions', 4),
('struct vec pseudo_replaced_reg', 4),
('struct alloc_pool_def * allocno_pool', 4),
('unsigned int num_pass_through_items', 4),
('union section * debug_loc_section', 4),
('struct vec * size_functions', 4),
('struct bitmap_head_def * processed_coalesced_allocno_bitmap', 4),
('struct ready_list * readyp', 4),
('unsigned int reg_dead_endregno', 4),
('HARD_REG_ELT_TYPE reload_reg_unavailable', 4),
('int unused_but_set_errorcount', 4),
('union tree_node * sizeof_biggest_empty_class', 4),
('struct mode_adjust * adj_alignment', 4),
('struct alloc_pool_def * insn_reg_pool', 4),
('int combine_extras', 4),
('int curr_state_order_num', 4),
('struct rtx_def * final_sequence', 4),
('int flag_dump_unnumbered', 4),
('bool no_input_reloads_p', 4),
('struct limbo_die_node * deferred_asm_name', 4),
('size_t n_temp_slots_in_use', 4),
('struct rtx_def * ix86_tls_module_base_symbol', 4),
('struct rtx_def *[30] input_address_reload_insns', 4),
('struct maybe_used_decl * maybe_used_decls', 4),
('bool do_partial_partial', 4),
('struct obstack stridx_obstack', 4),
('struct vec attributes_table', 4),
('struct rtx_def * saveinsn', 4),
('int update_cost_check', 4),
('const char * compiler_version', 4),
('int override_linenum', 4),
('struct alloc_pool_def * elt_list_pool', 4),
('int max_regno_before_ira', 4),
('struct decl work_automaton_decl', 4),
('struct rtx_def * and_reg', 4),
('struct pointer_map_t * call_stmt_vars', 4),
('struct vec * cie_cfi_vec', 4),
('struct allocno_color_data * allocno_color_data', 4),
('bool doing_code_hoisting_p', 4),
('struct simple_bitmap_def * * cprop_avout', 4),
('short unsigned int[27][27] last_move_cost', 4),
('struct pointer_map_t * stmt_cand_map', 4),
('struct rtx_def * (*<T3eea>) (struct rtx_def *, struct rtx_def *, struct rtx_def *) ix86_gen_andsp',
4),
('int[30] goal_alt_matches', 4),
('int source_refs_used', 4),
('union section * bss_noswitch_section', 4),
('unsigned int cse_reg_info_table_size', 4),
('struct hash_table location_equiv_class_table', 4),
('int vui_allocated', 4),
('struct vec address_cost_data_list', 4),
('struct ipcp_value * stack', 4),
('int failure', 4),
('struct htab * libfunc_decls', 4),
('int lsm_tmp_name_length', 4),
('union tree_node * gcov_fn_info_ptr_type', 4),
('bool emitted_extern', 4),
('union section * debug_skeleton_info_section', 4),
('struct sel_insn_data_def * insn_init_ssid', 4),
('const char * link_spec', 4),
('int curr_update_hard_regno_preference_check', 4),
('union df_ref_d * * active_defs', 4),
('int max_clobbers_per_insn', 4),
('int max_dup_operands', 4),
('struct simple_bitmap_def * * pre_redundant', 4),
('struct real_value[5] ext_80387_constants_table', 4),
('struct dw_line_info_table * cold_text_section_line_info', 4),
('double ticks_to_msec', 4),
('struct alloc_pool_def * strinfo_pool', 4),
('const char * debug_auxbase_opt', 4),
('struct alloc_pool_def * occ_pool', 4),
('struct mode_adjust * adj_bytesize', 4),
('union tree_node * (*<T706b>) (built_in_function, union tree_node *, union tree_node *) ix86_veclib_handler',
4),
('struct rtx_def * cc0_rtx', 4),
('int debug', 4),
('symbol_style sym_style', 4),
('struct htab * conv_type_names', 4),
('int * update_hard_regno_preference_check', 4),
('struct target_optabs default_target_optabs', 4),
('int * fast_lookup', 4),
('int last_moveable_pseudo', 4),
('struct vec automaton_decls', 4),
('struct obstack block_aux_obstack', 4),
('struct simple_bitmap_def * * cprop_avloc', 4),
('struct rtx_def * arg_base_value', 4),
('bool crossjumps_occured', 4),
('struct hash_table bitmap_desc_hash', 4),
('union tree_node * constructor_decl', 4),
('long int[53] self_elim_offsets', 4),
('int combine_successes', 4),
('unsigned int j', 4),
('struct cfg_hooks orig_cfg_hooks', 4),
('struct queue_elem * define_subst_queue', 4),
('location_t epilogue_location', 4),
('bool ggc_protect_identifiers', 4),
('struct extraction * extractions', 4),
('struct ira_emit_data * ira_allocno_emit_data', 4),
('int is_cpp_driver', 4),
('char * base_dir', 4),
('unsigned int next_dfs_num', 4),
('struct pattern_reserv * * unit_presence_set_table', 4),
('bool bookkeeping_p', 4),
('struct bitmap_obstack local_info_obstack', 4),
('size_t page_mask', 4),
('struct bitmap_head_def * renamed_regno_bitmap', 4),
('bool error_found', 4),
('union tree_node * first_personality_decl', 4),
('bool stores_off_frame_dead_at_return', 4),
('int allocated_reg_info_size', 4),
('int curr_allocno_process', 4),
('gcov_type min_count', 4),
('struct rtx_def * test_mem', 4),
('HARD_REG_ELT_TYPE bad_spill_regs', 4),
('const char * const[11] tree_code_class_strings', 4),
('unsigned int ira_loop_nodes_count', 4),
('char[19] random_seed', 4),
('reg_class * pref_buffer', 4),
('unsigned int initial_lang_mask', 4),
('struct vec el_to_update', 4),
('struct alloc_pool_def * object_pool', 4),
('const char * first_global_object_name', 4),
('const char * multilib_matches', 4),
('int[53] hard_regno_costs_check', 4),
('ALLOC_POOL_ID_TYPE last_id', 4),
('bool pragma_java_exceptions', 4),
('const char * const[<unknown>] gimple_code_name', 4),
('int stmt_count', 4),
('char[30] debug_skeleton_info_section_label', 4),
('bool create_color', 4),
('struct vec * deferred_static_decls', 4),
('struct loop * current_loop', 4),
('int best_losers', 4),
('struct htab * automaton_decl_table', 4),
('struct rtx_def * current_unit_personality', 4),
('struct path_prefix include_prefixes', 4),
('struct rtx_def *[30] inpaddr_address_reload_insns', 4),
('struct alloc_pool_def * cse_store_info_pool', 4),
('HARD_REG_ELT_TYPE * pseudo_previous_regs', 4),
('int reg_dead_flag', 4),
('int ira_mem_cost', 4),
('struct htab * init_priority_for_decl', 4),
('int predicable_default', 4),
('HARD_REG_ELT_TYPE newpat_used_regs', 4),
('struct ira_object * * collected_conflict_objects', 4),
('int edgelst_last', 4),
('struct htab * input_file_htab', 4),
('int sched_target_n_insns', 4),
('struct occurrence * occ_head', 4),
('unsigned int actual_stamp', 4),
('int first_emitted_uid', 4),
('int yy_flex_debug', 4),
('union tree_node * uintmax_type_node', 4),
('struct c_inline_static * c_inline_statics', 4),
('char[40] used_operands_numbers', 4),
('int n_initialized', 4),
('struct edge_def * * edgelst_table', 4),
('struct input_file * system_h_file', 4),
('struct pretty_printer graph_slim_pp', 4),
('int symbol_queue_size', 4),
('const char * sysroot_hdrs_suffix_spec', 4),
('void (*<T664>) (void) _xexit_cleanup', 4),
('const char * resolution_file_name', 4),
('unsigned int insn_noperands', 4),
('int ira_spilled_reg_stack_slots_num', 4),
('struct hash_table seen_ssa_names', 4),
('struct htab * insn_decl_table', 4),
('unsigned int[84] objects_per_page_table', 4),
('void (*<T62eb>) (struct lto_file_decl_data *, lto_section_type, const char *, const char *, size_t) free_section_f',
4),
('bool enable_schedule_as_rhs_p', 4),
('int rev_top_order_index_len', 4),
('int[53] costs', 4),
('struct alloc_pool_def * rtx_group_info_pool', 4),
('struct edge_def * * rgn_edges', 4),
('int lra_undo_inheritance_iter', 4),
('unsigned int cselib_nregs', 4),
('HARD_REG_ELT_TYPE reload_reg_used_for_inherit', 4),
('HARD_REG_ELT_TYPE reload_reg_used_at_all', 4),
('struct bitmap_head df_live_scratch', 4),
('int label_num', 4),
('int core2i7_ifetch_block_max_insns', 4),
('int labelno', 4),
('bool any_cfis_emitted', 4),
('struct regset_head changed_allocation_pseudos', 4),
('int lra_constraint_iter_after_spill', 4),
('int high_block_linenum', 4),
('struct rtx_def * (*<T3eea>) (struct rtx_def *, struct rtx_def *, struct rtx_def *) ix86_gen_monitor',
4),
('struct queue_elem * * other_tail', 4),
('union tree_node * ix86_previous_fndecl', 4),
('struct vec to_update_switch_stmts', 4),
('int last_jump_ruid', 4),
('struct tlist * warned_ids', 4),
('bool no_backend', 4),
('int template_header_count', 4),
('struct htab * enum_types', 4),
('int probability_cutoff', 4),
('struct rtx_def *[30] output_address_reload_insns', 4),
('struct htab * decl_table', 4),
('int processing_spec_function', 4),
('struct alloc_pool_def * histogram_pool', 4),
('int best_overall', 4),
('const char *[3] kind_descriptions', 4),
('struct gimple_opt_pass pass_forwprop', 4),
('unsigned int loclabel_num', 4),
('const char * const[<unknown>] debug_type_names', 4),
('int[146] non_rtx_starting_operands', 4),
('int s_major', 4),
('struct modifies_mem * modifies_mem_list', 4),
('int yylineno', 4),
('bool init_p', 4),
('struct pointer_map_t * operand_rank', 4),
('bool copying_arguments', 4),
('union tree_node * c_last_sizeof_arg', 4),
('const char * cached_wd', 4),
('struct bypass_list * all_bypasses', 4),
('struct bitmap_obstack dce_tmp_bitmap_obstack', 4),
('int total_num_times_called', 4),
('union tree_node * signed_size_type_node', 4),
('struct pretty_printer rtl_slim_pp', 4),
('unsigned int[18] n_modes', 4),
('struct hash_table tm_new_mem_hash', 4),
('struct obstack * temp_obstack', 4),
('union tree_node * pending_assemble_externals', 4),
('struct vec info_for_ssa_name', 4),
('int greatest_status', 4),
('int block_depth', 4),
('ld_plugin_status (*ld_plugin_add_input_file) (const char *) add_input_file',
4),
('char[16] internal_label_prefix', 4),
('char[30] cold_end_label', 4),
('int real_file_count', 4),
('._98 state', 4),
('int combine_attempts', 4),
('unsigned int iv_ref_table_size', 4),
('void (*<T57a>) (void) _xexit_cleanup', 4),
('int[20] total_hist_br_prob', 4),
('struct queue_elem * define_cond_exec_queue', 3),
('struct binding_entry_s * free_binding_entry', 3),
('union tree_node * vector_inner_type', 3),
('unsigned int n_copy_of', 3),
('int dump_vinsn_flags', 3),
('int ira_store_cost', 3),
('struct pointer_set_t * nontrap_set', 3),
('struct rtx_def *[180] reload_inheritance_insn', 3),
('int default_alignment', 3),
('struct pattern_reserv * * unit_absence_set_table', 3),
('bool adding_bb_to_current_region_p', 3),
('bool std_inc', 3),
('struct htab * modes_by_name', 3),
('int global_copy_prop_count', 3),
('char * fd_name', 3),
('int local_copy_prop_count', 3),
('struct mode_adjust * adj_fbit', 3),
('bool have_location_lists', 3),
('int values_became_useless', 3),
('struct ticker_t automaton_generation_time', 3),
('struct rtx_def * other_operand_reload_insns', 3),
('void (*<Tf89>) (const char *) include_callback', 3),
('struct htab * cplus_array_htab', 3),
('int last_language_n_infiles', 3),
('int no_comb_flag', 3),
('struct vec reservations', 3),
('struct alloc_pool_def * var_pool', 3),
('int modulo_backtracks_left', 3),
('const char * delay_type_str', 3),
('struct data nothing', 3),
('struct gimple_opt_pass pass_phiopt', 3),
('const char * current_iterator_name', 3),
('bool no_output_reloads_p', 3),
('struct vec enabled_pass_uid_range_tab', 3),
('bool have_register_constraints', 3),
('struct cgraph_edge_hook_list * first_cgraph_edge_removal_hook', 3),
('struct pattern_reserv * * unit_final_absence_set_table', 3),
('void (*<Tbe>) (void *) identifier_to_locale_free', 3),
('int modulo_iter0_max_uid', 3),
('struct alloc_pool_def * insn_info_pool', 3),
('struct alloc_pool_def * link_pool', 3),
('long unsigned int target_c', 3),
('char * tlist_firstobj', 3),
('struct obstack fake_var_decl_obstack', 3),
('char * file_seen', 3),
('struct obstack cprop_obstack', 3),
('int max_insns_per_split', 3),
('int ira_load_cost', 3),
('bool have_const_int_constraints', 3),
('bool encountered_unchangable_recursive_call', 3),
('bool attributes_initialized', 3),
('unsigned int bbg_stamp', 3),
('struct haifa_sched_info rgn_sched_info', 3),
('const char * latency_file_name', 3),
('struct vec cfun_stack', 3),
('int signal_count', 3),
('unsigned int total_chain', 3),
('struct die_struct * single_comp_unit_die', 3),
('int equiv_mem_modified', 3),
('char[30] macinfo_section_label', 3),
('struct cgraph_2node_hook_list * first_cgraph_node_duplicated_hook', 3),
('ld_plugin_status (*ld_plugin_get_symbols) (const void *, int, struct ld_plugin_symbol *) get_symbols_v2',
3),
('struct function_t * functions', 3),
('struct htab * state_table', 3),
('int flag_function_summary', 3),
('int have_o', 3),
('struct gimple_opt_pass pass_lim', 3),
('struct basic_block_def * (*<T4232>) (struct basic_block_def *, struct rtx_def *) sched_split_block',
3),
('bool undef_nested_function', 3),
('ld_plugin_status (*ld_plugin_add_symbols) (void *, int, const struct ld_plugin_symbol *) add_symbols',
3),
('struct user_specs * user_specs_tail', 3),
('bool values_propagated', 3),
('struct htab * cl_option_hash_table', 3),
('unsigned int[2] integer_cost', 3),
('struct bitmap_obstack ira_bitmap_obstack', 3),
('int cur_seqno', 3),
('int lra_live_range_iter', 3),
('int stat_insns_needed_bookkeeping', 3),
('struct bitmap_obstack nesting_info_bitmap_obstack', 3),
('struct obstack insn_link_obstack', 3),
('int added_libraries', 3),
('struct cgraph_node_hook_list * first_cgraph_node_removal_hook', 3),
('int deduction_depth', 3),
('int local_const_prop_count', 3),
('struct sreal real_almost_one', 3),
('struct sched_deps_info_def rgn_sched_deps_info', 3),
('union tree_node * global_scope_name', 3),
('struct rtx_def * ix86_tls_symbol', 3),
('struct vec decl_state_stack', 3),
('int bitmap_default_obstack_depth', 3),
('struct rtx_constant_pool * shared_constant_pool', 3),
('int v_flag', 3),
('bool in_first_function_p', 3),
('struct gimple_opt_pass pass_dce_loop', 3),
('unsigned int[2] address_cost', 3),
('int pending_bincls', 3),
('struct rtx_def * (*<T702a>) (struct rtx_def *, struct rtx_def *) ix86_gen_one_cmpl2',
3),
('struct rtvec_def * orig_asm_constraints_vector', 3),
('char * reload_startobj', 3),
('int dn_pool_diff', 3),
('struct vec attribute_uses', 3),
('struct temp_name * temp_names', 3),
('bool have_memory_constraints', 3),
('int curr_counted_arcs_num', 3),
('int nr_be_in_control', 3),
('struct obstack chain_obstack', 3),
('struct vec * mem_addr_template_list', 3),
('int missing_braces_mentioned', 3),
('struct rtl_opt_pass pass_rtl_cprop', 3),
('const char * dfa_file_name', 3),
('union tree_node * mf_register_fndecl', 3),
('struct real_value[10] num', 3),
('const char * relocated_prefix', 3),
('const char * const[29] cpu_names', 3),
('int dollar_format_warned', 3),
('int total_num_blocks', 3),
('int depth', 3),
('int max_lookahead_tries', 3),
('int active', 3),
('char * resolution_file', 3),
('union tree_node * pragma_extern_prefix', 3),
('int prev_line', 3),
('bool locale_utf8', 3),
('int best_reload_sum', 3),
('int * allocno_last_set_check', 3),
('struct iv const_iv', 3),
('int max_uid_known', 3),
('int print_version', 3),
('char * initname', 3),
('int have_annul_true', 3),
('char * producer_string', 3),
('union tree_node * vtable_entry_type', 3),
('bool haifa_recovery_bb_recently_added_p', 3),
('int mems_conflict_p', 3),
('bool conversion_obstack_initialized', 3),
('unsigned int ranges_by_label_in_use', 3),
('union tree_node * java_iface_lookup_fn', 3),
('struct pointer_set_t * explained', 3),
('struct obstack symbol_stack_obstack', 3),
('union tree_node * asan_ctor_statements', 3),
('machine_mode find_slot_memmode', 3),
('int compare_debug_second', 3),
('union tree_node * abort_fndecl_addr', 3),
('unsigned int attrs_cached_inside', 3),
('struct htab * typename_htab', 3),
('struct vec linker_options', 3),
('struct rtx_def * last_ignored_compare', 3),
('struct rtx_def * split_stack_fn', 3),
('int regstack_completed', 3),
('struct rtx_def * (*<T3eea>) (struct rtx_def *, struct rtx_def *, struct rtx_def *) ix86_gen_tls_global_dynamic_64',
3),
('int nr_begin_data', 3),
('struct bitmap_head_def * cse_ebb_live_out', 3),
('struct rtx_def * (*<T4b0a>) (void) ix86_gen_leave', 3),
('int pointer_equiv_class', 3),
('int lra_coalesce_iter', 3),
('unsigned int attrs_to_cache', 3),
('bool final_insns_dump_p', 3),
('int core2i7_ifetch_block_size', 3),
('struct rtx_def * other_input_reload_insns', 3),
('struct filedep * * last', 3),
('struct obstack cand_obstack', 3),
('struct rtx_def * (*<T702a>) (struct rtx_def *, struct rtx_def *) ix86_gen_allocate_stack_worker',
3),
('int lastfile_is_base', 3),
('int stat_substitutions_total', 3),
('unsigned int[2] symbol_cost', 3),
('struct rtvec_def * orig_asm_operands_vector', 3),
('bool can_alter_cfg', 3),
('bool cselib_hook_called', 3),
('struct bitmap_head_def * used_regno_bitmap', 3),
('struct rtx_vec_t bb_note_pool', 3),
('struct htab * joined_conditions', 3),
('struct mode_adjust * adj_ibit', 3),
('union tree_node * integer_two_node', 3),
('struct vec * separate_line_info', 3),
('int dl_pool_diff', 3),
('bool block_was_dirty', 3),
('struct ix86_first_cycle_multipass_data_ * ix86_first_cycle_multipass_data',
3),
('struct htab * reg_attrs_htab', 3),
('ld_plugin_status (*ld_plugin_register_all_symbols_read) (ld_plugin_status (*ld_plugin_all_symbols_read_handler) (void)) register_all_symbols_read',
3),
('struct bitmap_head_def * cse_ebb_live_in', 3),
('int max_insns_per_peep2', 3),
('struct rtx_def *[87][53] hard_reg_clobbers', 3),
('struct rtx_def * operand_reload_insns', 3),
('machine_mode nonzero_bits_mode', 3),
('bool goal_alt_swapped', 3),
('bool ext_80387_constants_init', 3),
('int curr_counted_states_num', 3),
('struct htab * decl_die_table', 3),
('char * reload_firstobj', 3),
('bool encountered_apply_args', 3),
('char[30] debug_addr_section_label', 3),
('unsigned int next_value_id', 3),
('int high_function_linenum', 3),
('struct vec * local_classes', 3),
('int modulo_last_stage', 3),
('int hard_regs_live_known', 3),
('struct gimple_opt_pass pass_remove_cgraph_callee_edges', 3),
('struct vec ignored_options', 3),
('int ira_shuffle_cost', 3),
('int bblst_size', 3),
('size_t input_filename_length', 3),
('int constructor_top_level', 3),
('struct sched_deps_info_def deps_init_id_sched_deps_info', 3),
('char flag_dump_includes', 3),
('unsigned int n_const_val', 3),
('const char * current_function_func_begin_label', 3),
('struct vec * default_arg_context', 3),
('struct alloc_pool_def * bb_info_pool', 3),
('struct bitmap_obstack persistent_obstack', 3),
('int ira_move_loops_num', 3),
('int[5] exec_threshold', 3),
('union section * elf_init_array_section', 3),
('struct bitmap_head df_md_scratch', 3),
('struct rtx_def * other_input_address_reload_insns', 3),
('struct cost_classes *[27] cost_classes_aclass_cache', 3),
('struct basic_block_def * elim_bb', 3),
('alias_set_type set', 3),
('struct ._94 sink_stats', 3),
('struct rtx_def *[20] int_values', 3),
('struct debug_prefix_map * debug_prefix_maps', 3),
('struct ix86_target_opts[27] flag_opts', 3),
('int target_remap_count', 3),
('struct obstack occr_obstack', 3),
('int dfs_counter', 3),
('struct alloc_pool_def * variable_info_pool', 3),
('int total_num_blocks_created', 3),
('bool suppress_reg_args_size', 3),
('HARD_REG_ELT_TYPE elim_reg_set', 3),
('bool user_defined_section_attribute', 3),
('struct cgraph_2edge_hook_list * first_cgraph_edge_duplicated_hook', 3),
('struct vec * deferred_fns', 3),
('unsigned int nr_walks', 3),
('struct sched_deps_info_def has_dependence_sched_deps_info', 3),
('ld_plugin_status (*ld_plugin_get_symbols) (const void *, int, struct ld_plugin_symbol *) get_symbols',
3),
('struct obstack file_stack_obstack', 3),
('struct bitmap_obstack live_hard_reg_pseudos_bitmap_obstack', 3),
('ld_plugin_status (*ld_plugin_register_claim_file) (ld_plugin_status (*ld_plugin_claim_file_handler) (const struct ld_plugin_input_file *, int *)) register_claim_file',
3),
('struct rtx_def * last_var_location_insn', 3),
('int constant_pool_entries_cost', 3),
('unsigned int first_loclabel_num_not_at_text_label', 3),
('struct ix86_target_opts[35] isa_opts', 3),
('struct vec * lambda_scope_stack', 3),
('union section * debug_macinfo_section', 3),
('union tree_node * cp_eh_personality_decl', 3),
('struct rtx_def * (*<T702a>) (struct rtx_def *, struct rtx_def *) ix86_gen_tls_local_dynamic_base_64',
3),
('struct rtx_def *[53] spill_reg_rtx', 3),
('set_el_t * * unit_excl_set_table', 3),
('unsigned int * regno_max_ref_width', 3),
('struct vec inline_parm_levels', 3),
('int total_num_edges_ignored', 3),
('struct pointer_set_t * pending_assemble_externals_set', 3),
('int sjlj_fc_data_ofs', 3),
('char debug', 3),
('struct disabled_builtin * disabled_builtins', 3),
('int bb_reload_num', 3),
('union tree_node *[83] ix86_builtin_type_tab', 3),
('const struct ggc_root_tab * const[<unknown>] gt_pch_cache_rtab', 3),
('struct cost_classes *[87] cost_classes_mode_cache', 3),
('ld_plugin_status (*ld_plugin_register_cleanup) (ld_plugin_status (*ld_plugin_cleanup_handler) (void)) register_cleanup',
3),
('struct vec registered_pragmas', 3),
('struct rtx_def * (*<T3eea>) (struct rtx_def *, struct rtx_def *, struct rtx_def *) ix86_gen_adjust_stack_and_probe',
3),
('struct pointer_map_t * final_solutions', 3),
('int have_annul_false', 3),
('struct ._89 stats', 3),
('int locally_deleted', 3),
('bool asan_pp_initialized', 3),
('time_t bbg_file_time', 3),
('struct obstack final_solutions_obstack', 3),
('union section * elf_fini_array_section', 3),
('union tree_node * mf_cache_structptr_type', 3),
('struct vec * stmt_list_cache', 3),
('struct vec * old_reg_base_value', 3),
('struct access no_accesses_representant', 3),
('struct vec disabled_pass_uid_range_tab', 3),
('union section * debug_ranges_section', 3),
('int postorder_num', 3),
('struct ticker_t check_time', 3),
('struct state * state_being_formed', 3),
('struct rtx_def *[30] input_reload_insns', 3),
('struct operand_data * * odata_end', 3),
('union tree_node * mf_cache_array_decl', 3),
('bool memory_modified', 3),
('union section * debug_addr_section', 3),
('int curr_unique_state_num', 3),
('struct rtx_def * (*<T7026>) (struct rtx_def *, struct rtx_def *, struct rtx_def *, struct rtx_def *, struct rtx_def *) ix86_gen_sub3_carry',
3),
('long int max_num_merged_labels', 3),
('int new_insn_uid_start', 3),
('bool has_short_buffer', 3),
('struct htab * predicate_table', 3),
('int max_issue_size', 3),
('bool next_is_function_body', 3),
('int length_used', 3),
('int current_col', 3),
('struct hash_table file_name_hash_table', 3),
('int next_type_number', 3),
('int next_operand_entry_id', 3),
('struct common_sched_info_def sms_common_sched_info', 3),
('int total_num_edges', 3),
('const char * num_delay_slots_str', 3),
('struct htab * shadowed_var_for_decl', 3),
('int av_max_prio', 3),
('int lra_new_regno_start', 3),
('int reload_first_uid', 3),
('bool pseudo_classes_defined_p', 3),
('char * reload_insn_firstobj', 3),
('bool[53] allocated_hardreg_p', 3),
('union tree_node * anonymous_namespace_name', 3),
('char * source_prefix', 3),
('int n_format_types', 3),
('int verbose_only_flag', 3),
('int rtx_group_next_id', 3),
('bool pending_edge_inserts_p', 3),
('bool peep2_do_rebuild_jump_labels', 3),
('const char * source_file', 3),
('int copy_insn_n_scratches', 3),
('int total_num_edges_instrumented', 3),
('int num_insns_scheduled', 3),
('bool insn_init_create_new_vinsn_p', 3),
('struct alloc_pool_def * value_pool', 3),
('int globally_deleted', 3),
('unsigned int reg_values_size', 3),
('struct bitmap_obstack live_reload_and_inheritance_pseudos_bitmap_obstack',
3),
('struct htab * type_to_runtime_map', 3),
('struct alloc_pool_def * bitmap_set_pool', 3),
('struct htab * object_block_htab', 3),
('char[30] loc_section_label', 3),
('struct ticker_t transform_time', 3),
('int shared_obj', 3),
('int nr_begin_control', 3),
('unsigned int no_coverage', 3),
('int multiple_files', 3),
('struct gimple_opt_pass pass_dce', 3),
('int sjlj_fc_call_site_ofs', 3),
('struct rtx_def * (*<T3eea>) (struct rtx_def *, struct rtx_def *, struct rtx_def *) ix86_gen_probe_stack_range',
3),
('int max_ws', 3),
('alias_set_type frame_set', 3),
('void (*<T450e>) (struct cselib_val *) cselib_discard_hook', 3),
('bool use_field_sensitive', 3),
('const char * (*<T427e>) (const char *) demangle_name_func', 3),
('struct lto_file_decl_data * * file_decl_data', 3),
('int comparing_specializations', 3),
('const char * multilib_defaults', 3),
('bool scheduled_something_on_previous_fence', 3),
('int max_depth', 3),
('const char * current_file', 3),
('int sched_n_insns', 3),
('struct bitmap_obstack oldpta_obstack', 3),
('int search_ofs', 3),
('const char * sel_debug_cfg_root_postfix', 3),
('struct cfg_hooks sel_cfg_hooks', 3),
('int current_line', 3),
('char[8] result', 3),
('const char * attr_file_name', 3),
('vn_lookup_kind default_vn_walk_kind', 3),
('bool[30] goal_alt_match_win', 3),
('struct vec preserved_values', 3),
('void * name_base', 3),
('int stat_renamed_scheduled', 3),
('struct ipcp_value * values_topo', 3),
('char * fininame', 3),
('const char * old_args', 3),
('struct rtx_def * equiv_mem', 3),
('int recorded_label_ref', 3),
('int cached_first_cycle_multipass_dfa_lookahead', 3),
('int output_reloadnum', 3),
('bool have_address_constraints', 3),
('int stats_flag', 3),
('struct rtx_def * ix86_flags_rtx', 3),
('int nr_spec', 3),
('struct dwarf_file_data * file_table_last_lookup', 3),
('struct htab * constexpr_call_table', 3),
('const char * libgcc_spec', 3),
('struct vec * decl_scope_table', 3),
('bool cse_cfg_altered', 3),
('struct coverage_data * functions_head', 3),
('size_t n_bypasses', 3),
('unsigned int current_id', 3),
('struct alloc_pool_def * constraint_pool', 3),
('long unsigned int free_phinode_count', 3),
('unsigned int attrs_cached_after', 3),
('int insn_lengths_max_uid', 3),
('struct rtvec_def * copy_asm_constraints_vector', 3),
('struct dw_line_info_table * cur_line_info_table', 3),
('const char * const[<unknown>] reg_note_name', 3),
('struct ticker_t output_time', 3),
('struct htab * automata_list_table', 3),
('int s_patchlevel', 3),
('bool found_computed_goto', 3),
('int lra_curr_reload_num', 3),
('int nr_be_in_data', 3),
('int ira_additional_jumps_num', 3),
('bool encountered_recursive_call', 3),
('union tree_node * gcc_eh_personality_decl', 3),
('int best_small_class_operands_num', 3),
('bool eh_error_found', 3),
('int s_minor', 3),
('union tree_node *[53] global_regs_decl', 3),
('void (*<T878>) (void) lang_post_pch_load', 3),
('union tree_node * zero', 3),
('const char * last_real_name', 3),
('char[30] abbrev_section_label', 3),
('struct obstack vn_ssa_aux_obstack', 3),
('bool peep2_do_cleanup_cfg', 3),
('int last_spill_reg', 3),
('struct htab * ptr_locs', 3),
('struct cgraph_node_hook_list * first_cgraph_function_insertion_hook', 3),
('struct vec loops_to_unloop_nunroll', 3),
('struct ticker_t generation_time', 3),
('unsigned int ix86_default_incoming_stack_boundary', 3),
('struct htab * dllimport_map', 3),
('struct gimple_opt_pass pass_local_pure_const', 3),
('struct rtvec_def * copy_asm_operands_vector', 3),
('const char * const[6] scan_actions_name', 3),
('struct ._93 sincos_stats', 3),
('union tree_node * CL_suffix', 3),
('bool done_preinclude', 2),
('struct simple_ipa_opt_pass pass_ipa_tree_profile', 2),
('struct modifies_mem * modifies_mem_obstack_bottom', 2),
('int core2i7_secondary_decoder_max_insn_size', 2),
('struct cfg_hooks gimple_cfg_hooks', 2),
('const char * const[8] token_value_format', 2),
('struct update_cost_queue_elem * update_cost_queue_tail', 2),
('const char * const[3] call_suffix', 2),
('struct stat input_stat', 2),
('int compound_literal_number', 2),
('void (*<T2892>) (struct omega_pb_d *) omega_when_reduced', 2),
('int flag_preserve_paths', 2),
('bool omega_single_result', 2),
('struct gimple_opt_pass pass_vectorize', 2),
('struct target_c_incpath_s target_c_incpath', 2),
('bool costs_initialized', 2),
('const struct ggc_root_tab * const[<unknown>] gt_ggc_deletable_rtab', 2),
('const char * const[3] name_prefix', 2),
('long int frame_pointer_fb_offset', 2),
('const char * md_startfile_prefix_1', 2),
('const char * md_exec_prefix', 2),
('int internal_label_prefix_len', 2),
('int flag_unconditional', 2),
('struct queue_elem * define_pred_queue', 2),
('struct resources start_of_epilogue_needs', 2),
('bool rtl_slim_pp_initialized', 2),
('struct spec_list[45] static_specs', 2),
('struct rtx_def *[106] regs_set', 2),
('char nop', 2),
('struct vec assembler_options', 2),
('machine_mode c_default_pointer_mode', 2),
('bool preheader_removed', 2),
('bool std_cxx_inc', 2),
('struct vec bitmap_descriptors', 2),
('unsigned int num_expanded_macros_counter', 2),
('int dw2_const_labelno', 2),
('struct color_cap[7] color_dict', 2),
('const char * const[37] gimple_code_name', 2),
('const uchar * (*search_line_fast_type) (const uchar *, const uchar *) search_line_fast',
2),
('struct asm_node * asm_last_node', 2),
('int bypass_last_basic_block', 2),
('struct gimple_opt_pass pass_all_optimizations', 2),
('const struct ggc_root_tab * const[<unknown>] gt_pch_scalar_rtab', 2),
('struct rtl_opt_pass pass_mode_switching', 2),
('const char * const[19] hdr', 2),
('void (*<T6055>) (struct rtx_def *, struct cselib_set *, int) cselib_record_sets_hook',
2),
('bool pending_assemble_externals_processed', 2),
('char[41] lsm_tmp_name', 2),
('char[12][16] group_name', 2),
('bool verbose', 2),
('struct vec const_attrs', 2),
('struct filedep * deps', 2),
('struct gimple_opt_pass pass_vrp', 2),
('int[27] saved_reg_pressure', 2),
('const char *[<unknown>] lto_section_name', 2),
('char[100] str', 2),
('bool last_in_cold_section_p', 2),
('bool gave_help', 2),
('unsigned int object_runs', 2),
('const char * const[<unknown>] unspec_strings', 2),
('const char * const[38] ifiles', 2),
('bool done_lexing', 2),
('bool[4] trans_ring', 2),
('struct gimple_opt_pass pass_strip_predict_hints', 2),
('struct move * * allocno_last_set', 2),
('bool quote_ignores_source_dir', 2),
('long unsigned int dwarf2out_cfi_label_num', 2),
('bool valid_location_for_stdc_pragma', 2),
('bool pch_ready_to_save_cpp_state', 2),
('struct cfg_hooks rtl_cfg_hooks', 2),
('ssa_prop_result (*ssa_prop_visit_stmt_fn) (union gimple_statement_d *, struct edge_def * *, union tree_node * *) ssa_prop_visit_stmt',
2),
('struct function_t * * fn_end', 2),
('bool saw_no_split_stack', 2),
('union section * debug_skeleton_abbrev_section', 2),
('struct rtx_def * current_insn_predicate', 2),
('unsigned int gtc_next_dfs_num', 2),
('const char * source_file_name', 2),
('struct pred_data * first_predicate', 2),
('int store_ada_macro_index', 2),
('int min_spec_prob', 2),
('int flag_dump_positions', 2),
('union tree_node *[130] nonstandard_integer_type_cache', 2),
('int dump_expr_flags', 2),
('struct rtx_def *[53] save_slots', 2),
('struct bitmap_head_def * s_e2', 2),
('int last_real_code', 2),
('int last_cx_error_tick', 2),
('struct gimple_opt_pass pass_reassoc', 2),
('unsigned int nb_get_scev', 2),
('int have_cond_exec_flag', 2),
('struct insn_reserv * * last_insn_reserv_p', 2),
('struct gimple_opt_pass pass_inline_parameters', 2),
('const char * predicable_true', 2),
('const char * linker_name_spec', 2),
('unsigned int total_lines', 2),
('struct rtl_opt_pass pass_stack_regs', 2),
('int have_cmove_flag', 2),
('struct obstack ptr_loc_obstack', 2),
('int dialect_number', 2),
('struct bitmap_obstack lto_obstack', 2),
('bool flag_pch_preprocess', 2),
('struct htab * demangled_table', 2),
('int pedantic_lvalues', 2),
('struct rtl_opt_pass pass_rest_of_compilation', 2),
('int funcdef_no', 2),
('int have_lo_sum_flag', 2),
('struct basic_block_def * dbds_ce_stop', 2),
('int modulo_n_insns', 2),
('union tree_node * wint_type_node', 2),
('bool issued_sse_ret_error', 2),
('int info_emitted', 2),
('struct gimple_opt_pass pass_uncprop', 2),
('struct htab * section_htab', 2),
('int debug_vinsn_flags', 2),
('int informed', 2),
('bool no_more_pch', 2),
('struct rtx_def * i2mod_new_rhs', 2),
('bool already_called', 2),
('const char *[4] ipa_ref_use_name', 2),
('void (*<T4513>) (struct rtx_def *, struct cselib_set *, int) cselib_record_sets_hook',
2),
('bool omega_initialized', 2),
('struct gimple_opt_pass pass_fixup_cfg', 2),
('int[53] best_regno_pseudo_regs', 2),
('alias_set_type const_alias_set', 2),
('int cfa_offset', 2),
('const char * last_path', 2),
('struct vec * pending_noexcept_checks', 2),
('int is_extern_c', 2),
('bool warnedavx', 2),
('struct gimple_opt_pass pass_fre', 2),
('int next_type_uid', 2),
('int next_debug_decl_uid', 2),
('struct mode_adjust * adj_format', 2),
('int lang_specific_extra_outfiles', 2),
('const char * const[14] diagnostic_kind_color', 2),
('long int cfa_base_offset', 2),
('int verbose', 2),
('bool issued_error', 2),
('struct gimple_opt_pass pass_fold_builtins', 2),
('struct dataflow user_dflow', 2),
('int cached_issue_rate', 2),
('bool issued_sse_arg_error', 2),
('union tree_node * * const[26] fundamentals', 2),
('const char * header_file_name', 2),
('int flag_cond_mismatch', 2),
('struct gimple_opt_pass pass_dse', 2),
('int do_collecting', 2),
('int rflag', 2),
('struct code_motion_path_driver_info_def move_op_hooks', 2),
('bool frame_pointer_fb_offset_valid', 2),
('const char * startfile_prefix_spec', 2),
('int overall_cost_before', 2),
('const char * const[8] ctr_names', 2),
('bool accept_all_c_family_options', 2),
('union section * tls_comm_section', 2),
('short int * static_reload_reg_p', 2),
('struct rtx_def * (*<T1d61>) (struct rtx_def *)[4] address_fn', 2),
('int flag_long_names', 2),
('union section * debug_skeleton_line_section', 2),
('bool warned_n_a_f', 2),
('struct gimple_opt_pass pass_tm_init', 2),
('int last_match', 2),
('struct gimple_opt_pass pass_rebuild_cgraph_edges', 2),
('int last_basic_block_before_change', 2),
('int no_data_file', 2),
('int using_eh_for_cleanups_p', 2),
('const char * imultilib', 2),
('int total_attempts', 2),
('unsigned int program_count', 2),
('int unused_local_typedefs_warn_count', 2),
('struct rtl_opt_pass pass_expand', 2),
('unsigned int[72] initial_ix86_tune_features', 2),
('struct rtl_opt_pass pass_loop2', 2),
('struct file_name_list * * last_dir_md_include_ptr', 2),
('bool may_unlink_output_file', 2),
('bool cleanup_done', 2),
('int thunk_labelno', 2),
('struct vec extra_cache_vec', 2),
('int insn_last_address', 2),
('int goal_alt_dont_inherit_ops_num', 2),
('const char * const __gmp_version', 2),
('char[8] xname', 2),
('const char *[10] lto_resolution_str', 2),
('struct htab * list_hash_table', 2),
('int unique_id', 2),
('location_t pending_invalid_xref_location', 2),
('int modulo_max_stages', 2),
('struct lra_live_range not_in_chain_mark', 2),
('const char * const[<unknown>] internal_fn_name_array', 2),
('int last_reg_value', 2),
('struct position * peep2_insn_pos_list', 2),
('bool eh_initialized_p', 2),
('int total_merges', 2),
('const char * (*<T62e9>) (struct lto_file_decl_data *, lto_section_type, const char *, size_t *) get_section_f',
2),
('union section * unnamed_sections', 2),
('const char * str_plugin_init_func_name', 2),
('char[53] saved_fixed_regs', 2),
('int max_regno_before_changing', 2),
('int target_system_root_changed', 2),
('int location_equiv_class', 2),
('ld_plugin_status (*ld_plugin_add_input_library) (const char *) add_input_library',
2),
('int next_operand_number', 2),
('struct gimple_opt_pass pass_lower_complex', 2),
('int this_tick', 2),
('int saved_flag_ira_share_spill_slots', 2),
('int var_offset', 2),
('struct ipa_opt_pass_d pass_ipa_inline', 2),
('struct data * idata', 2),
('bool[87] has_postdec', 2),
('struct htab * symbol_table', 2),
('union tree_node * mf_set_options_fndecl', 2),
('bool[30] goal_alt_offmemok', 2),
('int sys_nsig', 2),
('int something_needs_operands_changed', 2),
('int have_cc0_flag', 2),
('struct rtx_def * i2mod_old_rhs', 2),
('int got_define_asm_attributes', 2),
('int debug_rtx_count', 2),
('struct rtx_def * restpat', 2),
('union tree_node * mf_check_fndecl', 2),
('int vector_last_nunits', 2),
('struct gimple_opt_pass pass_tsan', 2),
('struct vec extra_root_vec', 2),
('const char * base_input_file', 2),
('int out_arg_offset', 2),
('const uint8_t * mfctop', 2),
('bool helpflag', 2),
('bool asm_nodes_output', 2),
('int flag_relative_only', 2),
('int * insn_n_alternatives', 2),
('struct queue_elem * * define_attr_tail', 2),
('const char * delay_1_0_str', 2),
('unsigned int NUM_FEATURES', 2),
('struct gimple_opt_pass pass_merge_phi', 2),
('struct bitmap_head_def * s_e1', 2),
('void * declarator_obstack_base', 2),
('int[30] goal_alt_dont_inherit_ops', 2),
('int dump_insn_rtx_flags', 2),
('const char *[4] new_names', 2),
('struct basic_block_def * (*<T433d>) (struct basic_block_def *) sched_create_empty_bb',
2),
('bool deps_append', 2),
('char * initial_cwd', 2),
('bool[87] has_preinc', 2),
('union tree_node * mf_init_fndecl', 2),
('struct coverage_data * * functions_tail', 2),
('int pending_lang_change', 2),
('int dynamic_offset', 2),
('struct htab * const_fixed_htab', 2),
('struct gimple_opt_pass pass_cd_dce', 2),
('int doing_runtime', 2),
('struct htab * const_int_htab', 2),
('int sjlj_fc_jbuf_ofs', 2),
('union tree_node * const_string_type_node', 2),
('int line_no', 2),
('const char * const[<unknown>] omp_clause_code_name', 2),
('const char * subst_false', 2),
('int flag_display_progress', 2),
('bool lto_obstack_initialized', 2),
('int spill_deleted', 2),
('char[193] did_you_mean_codes', 2),
('bool already', 2),
('int reg_rename_this_tick', 2),
('const unsigned char * const[6] digraph_spellings', 2),
('int reference_types_internal', 2),
('union section * lcomm_section', 2),
('struct bitmap_obstack operands_bitmap_obstack', 2),
('int allocated_states_num', 2),
('const char * const[4] ld_suffixes', 2),
('bool[87] has_predec', 2),
('const char * const[17] note_insn_name', 2),
('struct pred_data * * last_predicate', 2),
('struct gimple_opt_pass pass_all_early_optimizations', 2),
('union section * debug_pubtypes_section', 2),
('size_t timevar_ggc_mem_total', 2),
('int constant_pool_entries_regcost', 2),
('unsigned int tm_memopt_value_id', 2),
('int best_reload_nregs', 2),
('bool[2] init', 2),
('union section * debug_pubnames_section', 2),
('struct gimple_opt_pass pass_cleanup_eh', 2),
('bool explained_incomplete_types', 2),
('union section * debug_str_dwo_section', 2),
('pos_t no_pos', 2),
('int suffixed_basename_length', 2),
('struct machine_function * (*<T3ebe>) (void) init_machine_status', 2),
('bool gen_header', 2),
('HARD_REG_ELT_TYPE saved_accessible_reg_set', 2),
('int allocated_arcs_num', 2),
('union section * debug_str_offsets_section', 2),
('struct funct_state_d varying_state', 2),
('const char * md_startfile_prefix', 2),
('union tree_node *[374] ix86_builtin_func_type_tab', 2),
('const char *[193] formats', 2),
('bool[2] cheap', 2),
('struct vec function_context_stack', 2),
('long int last_div_const', 2),
('char[53] saved_call_used_regs', 2),
('struct gimple_opt_pass pass_tree_loop', 2),
('int max_uid_before_move_op', 2),
('struct ggc_statistics * ggc_stats', 2),
('union tree_node * string_type_node', 2),
('int have_peephole2_flag', 2),
('bool done', 2),
('struct htab * mem_attrs_htab', 2),
('struct gimple_opt_pass pass_object_sizes', 2),
('unsigned int[5] initial_ix86_arch_features', 2),
('int id', 2),
('struct rtx_def *[53] eliminable_reg_rtx', 2),
('const char *[53] saved_reg_names', 2),
('int allocated_alt_states_num', 2),
('bool warning_issued', 2),
('bool same_body_aliases_done', 2),
('int verbose_warned', 2),
('const char * multilib_extra', 2),
('struct rtx_def * savepat', 2),
('location_t last_loc', 2),
('struct gimple_opt_pass pass_lower_vector_ssa', 2),
('union tree_node * stack_chk_guard_decl', 2),
('struct constraint_data * * last_constraint_ptr', 2),
('int sjlj_fc_personality_ofs', 2),
('int real_values_initialized', 2),
('struct real_value halfthree', 2),
('int branch_ratio_cutoff', 2),
('int currently_expanding_call', 2),
('bool emitted_lax_note', 2),
('union section * comm_section', 2),
('int saw_eh_return', 2),
('struct htab * int_cst_hash_table', 2),
('const char * const[4] visibility_types', 2),
('long int sequence_number', 2),
('struct gimple_opt_pass pass_phi_only_cprop', 2),
('int pic_labels_used', 2),
('bool[87] has_postinc', 2),
('struct spec_list * extra_specs', 2),
('struct rtx_def *[30] copy_insn_scratch_in', 2),
('union tree_node * emutls_object_type', 2),
('const char * sysroot_suffix_spec', 2),
('unsigned int total_executed', 2),
('struct htab * const_double_htab', 2),
('union tree_node * spill_slot_decl', 2),
('const char * lto_wrapper_spec', 2),
('int next_subroutine_number', 2),
('int strip_flag', 2),
('bool started', 2),
('bool have_extra_constraints', 2),
('unsigned int nb_set_scev', 2),
('bool warned_f_a_n', 2),
('int total_extras', 2),
('struct operand_data * odata', 2),
('int nfunctions_inlined', 2),
('ssa_prop_result (*ssa_prop_visit_phi_fn) (union gimple_statement_d *) ssa_prop_visit_phi',
2),
('struct user_specs * user_specs_head', 2),
('int insn_counter', 2),
('int counter', 2),
('const char * const[53] hi_reg_name', 2),
('int trampolines_created', 2),
('size_t max_include_len', 2),
('int ncalls_inlined', 2),
('struct ticker_t all_time', 2),
('struct cfg_hooks cfg_layout_rtl_cfg_hooks', 2),
('size_t stabstr_last_contin_point', 2),
('struct rtx_def * (*<T1d61>) (struct rtx_def *)[4] no_address_fn', 2),
('int sjlj_fc_lsda_ofs', 2),
('int flag_dump_working_sets', 2),
('struct rtx_def *[30] copy_insn_scratch_out', 2),
('int sys_nerr', 2),
('bool pch_cpp_state_saved', 2),
('int total_successes', 2),
('struct gimple_opt_pass pass_asan', 2),
('HARD_REG_ELT_TYPE saved_operand_reg_set', 2),
('struct sreal real_br_prob_base', 2),
('const char * sysroot', 2),
('int gold_version', 2),
('int[27] death', 2),
('unsigned int max_reg_computed', 2),
('bool omega_verify_simplification', 2),
('const char *[24] plugin_event_name_init', 2),
('int no_global_reg_vars', 2),
('struct gimple_opt_pass pass_graphite', 2),
('struct gimple_opt_pass pass_dominator', 2),
('int lra_constraint_new_insn_uid_start', 2),
('struct rtx_def * * btr_reference_found', 2),
('int max_insns_to_rename', 2),
('bool quote_chain_split', 2),
('void (*<T432f>) (struct basic_block_def *, struct basic_block_def *) sched_init_only_bb',
2),
('struct rtx_def * last_start', 2),
('int dw2_string_counter', 2),
('struct queue_elem * * define_insn_tail', 2),
('int flag_gcov_file', 2),
('struct rtx_def * expected_next_loc_note', 2),
('bool have_const_dbl_constraints', 2),
('struct gimple_opt_pass pass_tail_recursion', 2),
('struct sreal real_one_half', 2),
('bool need_dce', 2),
('struct rtl_opt_pass pass_postreload', 2),
('struct gimple_opt_pass pass_late_warn_uninitialized', 2),
('union section * debug_aranges_section', 2),
('struct vec preprocessor_options', 2),
('bool gen_constrs', 2),
('const char * weak_global_object_name', 2),
('bool issued_x87_ret_error', 2),
('union tree_node * mf_unregister_fndecl', 2),
('struct vec * no_linkage_decls', 2),
('const char * const[26] keywords', 2),
('int current_function_has_inlines', 2),
('struct gimple_opt_pass pass_all_optimizations_g', 2),
('struct pass_list_node * prev_added_pass_node', 2),
('struct sreal real_bb_freq_max', 2),
('bool global_changes_made', 2),
('int in_arg_offset', 2),
('int have_peephole_flag', 2),
('struct vec * pending_repo', 2),
('int next_file_number', 2),
('struct vec_descriptor * * loc_array', 2),
('const char * const[4] bt_stop', 2),
('const char * predicable_false', 2),
('int anon_cnt', 1),
('struct rtl_opt_pass pass_duplicate_computed_gotos', 1),
('struct queue_elem * define_subst_attr_queue', 1),
('struct gimple_opt_pass pass_cselim', 1),
('struct gimple_opt_pass pass_tsan_O0', 1),
('const char * const[16] bb_bitnames', 1),
('struct sched_deps_info_def tick_check_sched_deps_info', 1),
('struct gimple_opt_pass pass_refactor_eh', 1),
('struct rtl_opt_pass pass_rtl_loop_done', 1),
('void (*<T4913>) (struct cselib_val *) cselib_discard_hook', 1),
('const char * const[4] type_name', 1),
('struct gimple_opt_pass pass_tree_loop_init', 1),
('const char * constant_string_class_name', 1),
('int debug_label_num', 1),
('unsigned char[2] coffmagic_x64', 1),
('int n_outer_fields_searched', 1),
('struct rtl_opt_pass pass_initialize_regs', 1),
('unsigned int ssa_name_nodes_created', 1),
('struct rtx_def * (*<T3eea>) (struct rtx_def *, struct rtx_def *, struct rtx_def *)[6][2] gen_insert',
1),
('struct df_problem problem_SCAN', 1),
('struct gimple_opt_pass pass_if_conversion', 1),
('struct lra_static_insn_data debug_insn_static_data', 1),
('int next_decl_uid', 1),
('struct simple_ipa_opt_pass pass_ipa_tm', 1),
('int compiled_from_record', 1),
('const char * const[8] ctr_merge_functions', 1),
('struct rtx_def * (*<T702a>) (struct rtx_def *, struct rtx_def *)[6][2] gen_extract',
1),
('struct machine_function * (*<T4395>) (void) init_machine_status', 1),
('struct queue_elem * * define_subst_tail', 1),
('struct gimple_opt_pass pass_split_functions', 1),
('uchar[256] _cpp_trigraph_map', 1),
('struct gimple_opt_pass pass_lower_omp', 1),
('struct gimple_opt_pass pass_lower_tm', 1),
('struct df_problem problem_MD', 1),
('struct static_tree_desc static_d_desc', 1),
('int print_struct_values', 1),
('struct gimple_opt_pass pass_tm_edges', 1),
('struct gimple_opt_pass pass_early_warn_uninitialized', 1),
('unsigned int phi_nodes_reused', 1),
('struct gimple_opt_pass pass_tail_calls', 1),
('struct gimple_opt_pass pass_tree_loop_done', 1),
('struct rtl_opt_pass pass_split_all_insns', 1),
('struct queue_elem * * define_pred_tail', 1),
('int debug_expr_flags', 1),
('struct rtl_opt_pass pass_rtl_ifcvt', 1),
('int dump_flist_insn_flags', 1),
('const char * const[11] reload_when_needed_name', 1),
('int have_o_argbuf_index', 1),
('bool temporary_obstack_initialized_p', 1),
('struct rtl_opt_pass pass_jump2', 1),
('struct rtl_opt_pass pass_cse', 1),
('struct queue_elem * * define_subst_attr_tail', 1),
('struct rtl_opt_pass pass_rtl_dse2', 1),
('struct queue_elem * * define_cond_exec_tail', 1),
('struct rtl_opt_pass pass_fast_rtl_dce', 1),
('struct gimple_opt_pass pass_expand_omp', 1),
('const char *[10] scope_kind_names', 1),
('int n_calls_get_base_type', 1),
('struct gimple_opt_pass pass_warn_function_noreturn', 1),
('const char * const[193] rtx_upname', 1),
('struct gimple_opt_pass pass_loop_distribution', 1),
('struct rtl_opt_pass pass_reorder_blocks', 1),
('struct file_name_list * first_dir_md_include', 1),
('struct rtl_opt_pass pass_regmove', 1),
('struct rtl_opt_pass pass_compute_alignments', 1),
('struct gimple_opt_pass pass_lower_eh', 1),
('struct rtl_opt_pass pass_reginfo_init', 1),
('struct rtl_opt_pass pass_partition_blocks', 1),
('int dump_dep_flags', 1),
('int n_calls_lookup_fnfields', 1),
('int (*<T3bb3>) (struct rtx_def *) internal_dfa_insn_code', 1),
('struct df_problem problem_LR', 1),
('struct rtl_opt_pass pass_sched', 1),
('long long int _ZGVZL40cgraph_edge_brings_all_agg_vals_for_nodeP11cgraph_edgeP11cgraph_nodeE6values',
1),
('const char * const[6] debug_type_names', 1),
('struct gimple_opt_pass pass_feedback_split_functions', 1),
('int split_argument', 1),
('struct rtl_opt_pass pass_split_before_sched2', 1),
('struct rtl_opt_pass pass_shorten_branches', 1),
('unsigned char[4][4] machomagic', 1),
('const char * const[8] counter_names', 1),
('int ira_loop_tree_height', 1),
('struct gimple_opt_pass pass_tree_unswitch', 1),
('struct rtl_opt_pass pass_dwarf2_frame', 1),
('struct ipa_opt_pass_d pass_ipa_profile', 1),
('int dbxout_source_line_counter', 1),
('struct gimple_opt_pass pass_slp_vectorize', 1),
('struct rtl_opt_pass pass_compare_elim_after_reload', 1),
('struct gimple_opt_pass pass_mudflap_1', 1),
('int next_number', 1),
('struct rtl_opt_pass pass_rtl_unswitch', 1),
('struct rtl_opt_pass pass_stack_adjustments', 1),
('struct rtl_opt_pass pass_rtl_fwprop', 1),
('const char * const[3] symtab_type_names', 1),
('struct gimple_opt_pass pass_diagnose_tm_blocks', 1),
('int flag_dump_unnumbered_links', 1),
('int annotation_message_reported_p', 1),
('struct gimple_opt_pass pass_parallelize_loops', 1),
('struct code_motion_path_driver_info_def fur_hooks', 1),
('struct gimple_opt_pass pass_cleanup_cfg_post_optimizing', 1),
('struct rtl_opt_pass pass_variable_tracking', 1),
('char[7][3] specials_to', 1),
('const char *[73] ada_reserved', 1),
('struct gimple_opt_pass pass_warn_unused_result', 1),
('const char * const[1] multilib_defaults_raw', 1),
('struct df_problem problem_LIVE', 1),
('const char * const[15] decl_spec_names', 1),
('struct rtl_opt_pass pass_split_after_reload', 1),
('struct gimple_opt_pass pass_optimize_widening_mul', 1),
('struct gimple_opt_pass pass_warn_function_return', 1),
('struct cp_parameter_declarator * no_parameters', 1),
('struct gimple_opt_pass pass_predcom', 1),
('int debug_insn_rtx_flags', 1),
('union tree_node * (*<T3c4b>) (location_t, union tree_node *, int) make_fname_decl',
1),
('struct gimple_opt_pass pass_tm_mark', 1),
('struct gimple_opt_pass pass_build_ssa', 1),
('const char * startfile_spec', 1),
('struct gimple_opt_pass pass_optimize_bswap', 1),
('struct gimple_opt_pass pass_build_ealias', 1),
('struct gimple_opt_pass pass_sra', 1),
('struct gimple_opt_pass pass_build_alias', 1),
('struct gimple_opt_pass pass_init_datastructures', 1),
('struct gimple_opt_pass pass_call_cdce', 1),
('const char * const[898] reservation_names', 1),
('struct rtl_opt_pass pass_combine', 1),
('const char * const[156] wordlist', 1),
('struct gimple_opt_pass pass_strlen', 1),
('const char * old_dir', 1),
('struct gimple_opt_pass pass_lower_complex_O0', 1),
('struct df_problem problem_WORD_LR', 1),
('const char * const[1] multilib_exclusions_raw', 1),
('struct gimple_opt_pass pass_return_slot', 1),
('struct gimple_opt_pass pass_record_bounds', 1),
('const char * const[4] qi_high_reg_name', 1),
('struct gimple_opt_pass pass_sra_early', 1),
('struct gimple_opt_pass pass_release_ssa_names', 1),
('const char * const[4] multilib_raw', 1),
('struct gimple_opt_pass pass_tm_memopt', 1),
('const char * const[8] qi_reg_name', 1),
('union tree_node * (*<T3b39>) (location_t, union tree_node *, int) make_fname_decl',
1),
('struct ipa_opt_pass_d pass_ipa_whole_program_visibility', 1),
('struct rtl_opt_pass pass_cse_after_global_opts', 1),
('struct gimple_opt_pass pass_lower_eh_dispatch', 1),
('struct sched_deps_info_def ebb_sched_deps_info', 1),
('const char * const[10] values', 1),
('struct rtl_opt_pass pass_branch_target_load_optimize2', 1),
('struct rtl_opt_pass pass_branch_target_load_optimize1', 1),
('struct rtl_opt_pass pass_into_cfg_layout_mode', 1),
('struct rtl_opt_pass pass_rtl_doloop', 1),
('struct sched_deps_info_def advance_deps_context_sched_deps_info', 1),
('struct rtl_opt_pass pass_cse2', 1),
('struct rtl_opt_pass pass_rtl_fwprop_addr', 1),
('int source_label_number', 1),
('struct rtl_opt_pass pass_rtl_unroll_and_peel_loops', 1),
('struct rtl_opt_pass pass_regrename', 1),
('struct htab * clear_alias_mode_table', 1),
('unsigned int clone_fn_id_num', 1),
('long long int _ZGVZL20store_class_bindingsP3vecI16cp_class_binding5va_gc8vl_embedEPPS_I17cxx_saved_bindingS1_S2_EE20bindings_need_stored',
1),
('struct rtl_opt_pass pass_web', 1),
('struct gimple_opt_pass pass_iv_canon', 1),
('struct gimple_opt_pass pass_stdarg', 1),
('const char * lto_gcc_spec', 1),
('const char * const[4] lang_env_vars', 1),
('struct gimple_opt_pass pass_scev_cprop', 1),
('struct c_pretty_printer pp_rec', 1),
('struct df_problem problem_NOTE', 1),
('const char *[24] cif_string_table', 1),
('struct rtl_opt_pass pass_convert_to_eh_region_ranges', 1),
('struct sched_deps_info_def sms_sched_deps_info', 1),
('const char * asm_final_spec', 1),
('struct rtl_opt_pass pass_rtl_pre', 1),
('int no_print_builtins', 1),
('const char * const[1] multilib_reuse_raw', 1),
('const char * const[5] debug_section_names', 1),
('struct gimple_opt_pass pass_phiprop', 1),
('struct gimple_opt_pass pass_split_crit_edges', 1),
('struct ipa_opt_pass_d pass_ipa_cp', 1),
('int n_calls_lookup_field_1', 1),
('const char * multilib_options', 1),
('struct rtl_opt_pass pass_leaf_regs', 1),
('const char * str_license', 1),
('struct rtl_opt_pass pass_set_nothrow_function_flags', 1),
('struct gimple_opt_pass pass_graphite_transforms', 1),
('struct rtl_opt_pass pass_df_finish', 1),
('struct rtl_opt_pass pass_rtl_hoist', 1),
('struct rtl_opt_pass pass_stack_regs_run', 1),
('struct gimple_opt_pass pass_early_ipa_sra', 1),
('struct gimple_opt_pass pass_check_data_deps', 1),
('struct ipa_opt_pass_d pass_ipa_reference', 1),
('int[53] initial_reg_alloc_order', 1),
('struct rtl_opt_pass pass_sched2', 1),
('struct simple_ipa_opt_pass pass_ipa_function_and_variable_visibility', 1),
('struct rtl_opt_pass pass_stack_ptr_mod', 1),
('struct gimple_opt_pass pass_tree_ifcombine', 1),
('struct rtl_opt_pass pass_lower_subreg2', 1),
('const char * const[53] initial_reg_names', 1),
('union tree_node * (*<T3b99>) (location_t, union tree_node *, int) make_fname_decl',
1),
('struct pretty_printer buf_rec', 1),
('struct rtl_opt_pass pass_outof_cfg_layout_mode', 1),
('struct gimple_opt_pass pass_sink_code', 1),
('struct gimple_opt_pass pass_build_cgraph_edges', 1),
('struct rtl_opt_pass pass_split_before_regstack', 1),
('const char * const[11] known_suffixes', 1),
('int sel_debug_cfg_flags', 1),
('struct rtl_opt_pass pass_thread_prologue_and_epilogue', 1),
('const char * subst_true', 1),
('struct rtl_opt_pass pass_jump', 1),
('struct rtl_opt_pass pass_cprop_hardreg', 1),
('const char * const[10] ld_plugin_symbol_resolution_names', 1),
('struct gimple_opt_pass pass_lower_cf', 1),
('struct rtl_opt_pass pass_free_cfg', 1),
('struct static_tree_desc static_bl_desc', 1),
('char[7] phase_prefix', 1),
('int anchor_labelno', 1),
('struct rtl_opt_pass pass_inc_dec', 1),
('struct rtl_opt_pass pass_match_asm_constraints', 1),
('struct rtl_opt_pass pass_postreload_cse', 1),
('struct ipa_opt_pass_d pass_ipa_cdtor_merge', 1),
('struct ipa_opt_pass_d pass_ipa_lto_finish_out', 1),
('struct rtl_opt_pass pass_df_initialize_opt', 1),
('const struct ggc_cache_tab * const[<unknown>] gt_ggc_cache_rtab', 1),
('int anonymous_type_number', 1),
('const char * const[4] built_in_class_names', 1),
('struct gimple_opt_pass pass_loop_prefetch', 1),
('int n_calls_lookup_field', 1),
('struct rtl_opt_pass pass_instantiate_virtual_regs', 1),
('const char * const[12] monthnames', 1),
('struct rtl_opt_pass pass_peephole2', 1),
('const char *[10] c_duplicates', 1),
('const char * const[<unknown>] unspecv_strings', 1),
('const char * const[5] driver_self_specs', 1),
('const char * linker_plugin_file_spec', 1),
('unsigned char[4] elfmagic', 1),
('struct ipa_opt_pass_d pass_ipa_pure_const', 1),
('struct gimple_opt_pass pass_lower_resx', 1),
('struct rtl_opt_pass pass_if_after_combine', 1),
('struct rtl_opt_pass pass_ira', 1),
('const char * const[6] suffixes', 1),
('struct simple_ipa_opt_pass pass_ipa_lower_emutls', 1),
('const char *[38] ts_enum_names', 1),
('const char * asm_spec', 1),
('struct rtl_opt_pass pass_gcse2', 1),
('int (*<T36c6>) (struct rtx_def *) insn_default_latency', 1),
('struct gimple_opt_pass pass_convert_switch', 1),
('const char * const[5] cgraph_availability_names', 1),
('int lambda_cnt', 1),
('int first_target_format_type', 1),
('void * bulk_tc', 1),
('struct rtl_opt_pass pass_rtl_loop_init', 1),
('unsigned int phi_nodes_created', 1),
('struct rtl_opt_pass pass_lower_subreg', 1),
('struct static_tree_desc static_l_desc', 1),
('unsigned int count', 1),
('const char * const[14] diagnostic_kind_text', 1),
('void (*<T3fac>) (struct basic_block_def *, struct basic_block_def *) sched_init_only_bb',
1),
('struct rtl_opt_pass pass_final', 1),
('const char * const[3] multilib_matches_raw', 1),
('int no_print_functions', 1),
('int next_block_index', 1),
('struct plugin_gcc_version gcc_version', 1),
('int sel_debug_cfg_fileno', 1),
('struct ipa_opt_pass_d pass_ipa_lto_gimple_out', 1),
('const char * const[16] alt', 1),
('int (*<T3b1e>) (struct rtx_def *) insn_default_latency', 1),
('const char * endfile_spec', 1),
('struct gimple_opt_pass pass_asan_O0', 1),
('int n_contexts_saved', 1),
('struct simple_ipa_opt_pass pass_ipa_pta', 1),
('struct gimple_opt_pass pass_ch', 1),
('int temp_count', 1),
('unsigned int[11] num_allowable_groups', 1),
('struct df_problem problem_RD', 1),
('const char * const[18] bitnames', 1),
('struct gimple_opt_pass pass_cse_sincos', 1),
('uint16_t[1] uarrone', 1),
('struct gimple_opt_pass pass_diagnose_omp_blocks', 1),
('struct gimple_opt_pass pass_complete_unrolli', 1),
('struct gimple_opt_pass pass_pre', 1),
('int n_calls_lookup_fnfields_1', 1),
('struct rtl_opt_pass pass_cleanup_barriers', 1),
('const char * const[85] token_names', 1),
('struct gimple_opt_pass pass_cse_reciprocals', 1),
('long long int _ZGVZL21vn_reference_lookup_3P8ao_ref_sP9tree_nodePvE7lhs_ops',
1),
('struct rtl_opt_pass pass_split_for_shorten_branches', 1),
('const char * cc1_spec', 1),
('struct gimple_opt_pass pass_strength_reduction', 1),
('struct callback_info *[24] plugin_callbacks_init', 1),
('union gimple_statement_d * (*vect_recog_func_ptr) (struct vec *, union tree_node * *, union tree_node * *)[10] vect_vect_recog_func_ptrs',
1),
('int next_dump', 1),
('bool ggc_force_collect', 1),
('int next_bitmap_desc_id', 1),
('struct spec_info_def spec_info_var', 1),
('unsigned int tmp_var_id_num', 1),
('char[7][2] specials_from', 1),
('struct basic_block_def * (*<T46d4>) (struct basic_block_def *, struct rtx_def *) sched_split_block',
1),
('struct rtl_opt_pass pass_reload', 1),
('int start_cleanup_cnt', 1),
('long unsigned int fnno', 1),
('const char *[5] field_names', 1),
('int debug_insn_flags', 1),
('struct rtl_opt_pass pass_machine_reorg', 1),
('struct simple_ipa_opt_pass pass_ipa_free_inline_summary', 1),
('char[3] current_dir', 1),
('struct gimple_opt_pass pass_mudflap_2', 1),
('void (*<T53d7>) (union gimple_statement_d *)[3] internal_fn_expanders', 1),
('struct rtl_opt_pass pass_rtl_dse1', 1),
('struct rtl_opt_pass pass_if_after_reload', 1),
('struct gimple_opt_pass pass_tracer', 1),
('struct gimple_opt_pass pass_nrv', 1),
('const char *[5] cst', 1),
('struct gimple_opt_pass pass_lower_vector', 1),
('struct simple_ipa_opt_pass pass_ipa_increase_alignment', 1),
('const char * cpp_spec', 1),
('built_in_function[2][5] report', 1),
('struct rtl_opt_pass pass_delay_slots', 1),
('struct simple_ipa_opt_pass pass_ipa_free_lang_data', 1),
('struct gimple_opt_pass pass_iv_optimize', 1),
('int[5] branch_threshold', 1),
('const char * cc1plus_spec', 1),
('struct haifa_sched_info ebb_sched_info', 1),
('struct df_problem problem_CHAIN', 1),
('int n_fields_searched', 1),
('struct gimple_opt_pass pass_complete_unroll', 1),
('struct rtl_opt_pass pass_rtl_move_loop_invariants', 1),
('const char * const[<unknown>] cgraph_availability_names', 1),
('struct register_pass_info insert_vzeroupper_info', 1),
('struct gimple_opt_pass pass_early_inline', 1),
('bool sched_no_dce', 1),
('unsigned char[2] coffmagic', 1),
('struct rtl_opt_pass pass_sms', 1),
('struct rtl_opt_pass pass_ud_rtl_dce', 1),
('const char * const[4] patterns', 1),
('struct haifa_sched_info sched_sel_haifa_sched_info', 1),
('long long int _ZGVZL14store_bindingsP9tree_nodePP3vecI17cxx_saved_binding5va_gc8vl_embedEE20bindings_need_stored',
1),
('struct rtl_opt_pass pass_ree', 1),
('struct rtl_opt_pass pass_clean_state', 1),
('const char * old_main', 1),
('unsigned int ssa_name_nodes_reused', 1),
('struct rtl_opt_pass pass_rtl_store_motion', 1),
('struct rtl_opt_pass pass_df_initialize_no_opt', 1),
('int sel_dump_cfg_flags', 1),
('unsigned int loopfn_num', 1),
('struct haifa_sched_info sms_sched_info', 1),
('struct gimple_opt_pass pass_build_cfg', 1),
('struct loc_descriptor * * loc_array', 1),
('const char * lib_spec', 1),
('const char * const[10] micro_operation_type_name', 1)]
More information about the Gcc
mailing list