gcc/ Patch autogenerated by refactor_passes.py from https://github.com/davidmalcolm/gcc-refactoring-scripts revision 03fe39476a4c4ea450b49e087cfa817b5f92021e * asan.c (pass_asan): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_asan): ...new pass_data instance and... (make_pass_asan): ...new function. (pass_asan_O0): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_asan_O0): ...new pass_data instance and... (make_pass_asan_O0): ...new function. * auto-inc-dec.c (pass_inc_dec): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_inc_dec): ...new pass_data instance and... (make_pass_inc_dec): ...new function. * bb-reorder.c (pass_reorder_blocks): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_reorder_blocks): ...new pass_data instance and... (make_pass_reorder_blocks): ...new function. (pass_duplicate_computed_gotos): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_duplicate_computed_gotos): ...new pass_data instance and... (make_pass_duplicate_computed_gotos): ...new function. (pass_partition_blocks): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_partition_blocks): ...new pass_data instance and... (make_pass_partition_blocks): ...new function. * bt-load.c (pass_branch_target_load_optimize1): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_branch_target_load_optimize1): ...new pass_data instance and... (make_pass_branch_target_load_optimize1): ...new function. (pass_branch_target_load_optimize2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_branch_target_load_optimize2): ...new pass_data instance and... (make_pass_branch_target_load_optimize2): ...new function. * cfgcleanup.c (pass_jump): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_jump): ...new pass_data instance and... (make_pass_jump): ...new function. (pass_jump2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_jump2): ...new pass_data instance and... (make_pass_jump2): ...new function. * cfgexpand.c (pass_expand): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_expand): ...new pass_data instance and... (make_pass_expand): ...new function. * cfgrtl.c (pass_free_cfg): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_free_cfg): ...new pass_data instance and... (make_pass_free_cfg): ...new function. (pass_into_cfg_layout_mode): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_into_cfg_layout_mode): ...new pass_data instance and... (make_pass_into_cfg_layout_mode): ...new function. (pass_outof_cfg_layout_mode): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_outof_cfg_layout_mode): ...new pass_data instance and... (make_pass_outof_cfg_layout_mode): ...new function. * cgraphbuild.c (pass_build_cgraph_edges): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_build_cgraph_edges): ...new pass_data instance and... (make_pass_build_cgraph_edges): ...new function. (pass_rebuild_cgraph_edges): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_rebuild_cgraph_edges): ...new pass_data instance and... (make_pass_rebuild_cgraph_edges): ...new function. (pass_remove_cgraph_callee_edges): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_remove_cgraph_callee_edges): ...new pass_data instance and... (make_pass_remove_cgraph_callee_edges): ...new function. * combine-stack-adj.c (pass_stack_adjustments): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_stack_adjustments): ...new pass_data instance and... (make_pass_stack_adjustments): ...new function. * combine.c (pass_combine): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_combine): ...new pass_data instance and... (make_pass_combine): ...new function. * compare-elim.c (pass_compare_elim_after_reload): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_compare_elim_after_reload): ...new pass_data instance and... (make_pass_compare_elim_after_reload): ...new function. * cprop.c (pass_rtl_cprop): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_cprop): ...new pass_data instance and... (make_pass_rtl_cprop): ...new function. * cse.c (pass_cse): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_cse): ...new pass_data instance and... (make_pass_cse): ...new function. (pass_cse2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_cse2): ...new pass_data instance and... (make_pass_cse2): ...new function. (pass_cse_after_global_opts): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_cse_after_global_opts): ...new pass_data instance and... (make_pass_cse_after_global_opts): ...new function. * dce.c (pass_ud_rtl_dce): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_ud_rtl_dce): ...new pass_data instance and... (make_pass_ud_rtl_dce): ...new function. (pass_fast_rtl_dce): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_fast_rtl_dce): ...new pass_data instance and... (make_pass_fast_rtl_dce): ...new function. * df-core.c (pass_df_initialize_opt): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_df_initialize_opt): ...new pass_data instance and... (make_pass_df_initialize_opt): ...new function. (pass_df_initialize_no_opt): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_df_initialize_no_opt): ...new pass_data instance and... (make_pass_df_initialize_no_opt): ...new function. (pass_df_finish): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_df_finish): ...new pass_data instance and... (make_pass_df_finish): ...new function. * dse.c (pass_rtl_dse1): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_dse1): ...new pass_data instance and... (make_pass_rtl_dse1): ...new function. (pass_rtl_dse2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_dse2): ...new pass_data instance and... (make_pass_rtl_dse2): ...new function. * dwarf2cfi.c (pass_dwarf2_frame): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_dwarf2_frame): ...new pass_data instance and... (make_pass_dwarf2_frame): ...new function. * except.c (pass_set_nothrow_function_flags): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_set_nothrow_function_flags): ...new pass_data instance and... (make_pass_set_nothrow_function_flags): ...new function. (pass_convert_to_eh_region_ranges): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_convert_to_eh_region_ranges): ...new pass_data instance and... (make_pass_convert_to_eh_region_ranges): ...new function. * final.c (pass_compute_alignments): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_compute_alignments): ...new pass_data instance and... (make_pass_compute_alignments): ...new function. (pass_final): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_final): ...new pass_data instance and... (make_pass_final): ...new function. (pass_shorten_branches): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_shorten_branches): ...new pass_data instance and... (make_pass_shorten_branches): ...new function. (pass_clean_state): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_clean_state): ...new pass_data instance and... (make_pass_clean_state): ...new function. * function.c (pass_instantiate_virtual_regs): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_instantiate_virtual_regs): ...new pass_data instance and... (make_pass_instantiate_virtual_regs): ...new function. (pass_leaf_regs): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_leaf_regs): ...new pass_data instance and... (make_pass_leaf_regs): ...new function. (pass_thread_prologue_and_epilogue): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_thread_prologue_and_epilogue): ...new pass_data instance and... (make_pass_thread_prologue_and_epilogue): ...new function. (pass_match_asm_constraints): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_match_asm_constraints): ...new pass_data instance and... (make_pass_match_asm_constraints): ...new function. * fwprop.c (pass_rtl_fwprop): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_fwprop): ...new pass_data instance and... (make_pass_rtl_fwprop): ...new function. (pass_rtl_fwprop_addr): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_fwprop_addr): ...new pass_data instance and... (make_pass_rtl_fwprop_addr): ...new function. * gcse.c (pass_rtl_pre): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_pre): ...new pass_data instance and... (make_pass_rtl_pre): ...new function. (pass_rtl_hoist): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_hoist): ...new pass_data instance and... (make_pass_rtl_hoist): ...new function. * gimple-low.c (pass_lower_cf): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_cf): ...new pass_data instance and... (make_pass_lower_cf): ...new function. * gimple-ssa-strength-reduction.c (pass_strength_reduction): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_strength_reduction): ...new pass_data instance and... (make_pass_strength_reduction): ...new function. * ifcvt.c (pass_rtl_ifcvt): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_ifcvt): ...new pass_data instance and... (make_pass_rtl_ifcvt): ...new function. (pass_if_after_combine): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_if_after_combine): ...new pass_data instance and... (make_pass_if_after_combine): ...new function. (pass_if_after_reload): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_if_after_reload): ...new pass_data instance and... (make_pass_if_after_reload): ...new function. * init-regs.c (pass_initialize_regs): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_initialize_regs): ...new pass_data instance and... (make_pass_initialize_regs): ...new function. * ipa-cp.c (pass_ipa_cp): Convert from a global struct to a subclass of ipa_opt_pass_d along with... (pass_data_ipa_cp): ...new pass_data instance and... (make_pass_ipa_cp): ...new function. * ipa-inline-analysis.c (pass_inline_parameters): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_inline_parameters): ...new pass_data instance and... (make_pass_inline_parameters): ...new function. * ipa-inline.c (pass_early_inline): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_early_inline): ...new pass_data instance and... (make_pass_early_inline): ...new function. (pass_ipa_inline): Convert from a global struct to a subclass of ipa_opt_pass_d along with... (pass_data_ipa_inline): ...new pass_data instance and... (make_pass_ipa_inline): ...new function. * ipa-pure-const.c (pass_local_pure_const): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_local_pure_const): ...new pass_data instance and... (make_pass_local_pure_const): ...new function. (pass_ipa_pure_const): Convert from a global struct to a subclass of ipa_opt_pass_d along with... (pass_data_ipa_pure_const): ...new pass_data instance and... (make_pass_ipa_pure_const): ...new function. * ipa-reference.c (pass_ipa_reference): Convert from a global struct to a subclass of ipa_opt_pass_d along with... (pass_data_ipa_reference): ...new pass_data instance and... (make_pass_ipa_reference): ...new function. * ipa-split.c (pass_split_functions): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_split_functions): ...new pass_data instance and... (make_pass_split_functions): ...new function. (pass_feedback_split_functions): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_feedback_split_functions): ...new pass_data instance and... (make_pass_feedback_split_functions): ...new function. * ipa.c (pass_ipa_function_and_variable_visibility): Convert from a global struct to a subclass of simple_ipa_opt_pass along with... (pass_data_ipa_function_and_variable_visibility): ...new pass_data instance and... (make_pass_ipa_function_and_variable_visibility): ...new function. (pass_ipa_free_inline_summary): Convert from a global struct to a subclass of simple_ipa_opt_pass along with... (pass_data_ipa_free_inline_summary): ...new pass_data instance and... (make_pass_ipa_free_inline_summary): ...new function. (pass_ipa_whole_program_visibility): Convert from a global struct to a subclass of ipa_opt_pass_d along with... (pass_data_ipa_whole_program_visibility): ...new pass_data instance and... (make_pass_ipa_whole_program_visibility): ...new function. (pass_ipa_profile): Convert from a global struct to a subclass of ipa_opt_pass_d along with... (pass_data_ipa_profile): ...new pass_data instance and... (make_pass_ipa_profile): ...new function. (pass_ipa_cdtor_merge): Convert from a global struct to a subclass of ipa_opt_pass_d along with... (pass_data_ipa_cdtor_merge): ...new pass_data instance and... (make_pass_ipa_cdtor_merge): ...new function. * ira.c (pass_ira): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_ira): ...new pass_data instance and... (make_pass_ira): ...new function. (pass_reload): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_reload): ...new pass_data instance and... (make_pass_reload): ...new function. * jump.c (pass_cleanup_barriers): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_cleanup_barriers): ...new pass_data instance and... (make_pass_cleanup_barriers): ...new function. * loop-init.c (pass_loop2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_loop2): ...new pass_data instance and... (make_pass_loop2): ...new function. (pass_rtl_loop_init): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_loop_init): ...new pass_data instance and... (make_pass_rtl_loop_init): ...new function. (pass_rtl_loop_done): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_loop_done): ...new pass_data instance and... (make_pass_rtl_loop_done): ...new function. (pass_rtl_move_loop_invariants): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_move_loop_invariants): ...new pass_data instance and... (make_pass_rtl_move_loop_invariants): ...new function. (pass_rtl_unswitch): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_unswitch): ...new pass_data instance and... (make_pass_rtl_unswitch): ...new function. (pass_rtl_unroll_and_peel_loops): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_unroll_and_peel_loops): ...new pass_data instance and... (make_pass_rtl_unroll_and_peel_loops): ...new function. (pass_rtl_doloop): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_doloop): ...new pass_data instance and... (make_pass_rtl_doloop): ...new function. * lower-subreg.c (pass_lower_subreg): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_lower_subreg): ...new pass_data instance and... (make_pass_lower_subreg): ...new function. (pass_lower_subreg2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_lower_subreg2): ...new pass_data instance and... (make_pass_lower_subreg2): ...new function. * lto-streamer-out.c (pass_ipa_lto_gimple_out): Convert from a global struct to a subclass of ipa_opt_pass_d along with... (pass_data_ipa_lto_gimple_out): ...new pass_data instance and... (make_pass_ipa_lto_gimple_out): ...new function. (pass_ipa_lto_finish_out): Convert from a global struct to a subclass of ipa_opt_pass_d along with... (pass_data_ipa_lto_finish_out): ...new pass_data instance and... (make_pass_ipa_lto_finish_out): ...new function. * mode-switching.c (pass_mode_switching): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_mode_switching): ...new pass_data instance and... (make_pass_mode_switching): ...new function. * modulo-sched.c (pass_sms): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_sms): ...new pass_data instance and... (make_pass_sms): ...new function. * omp-low.c (pass_expand_omp): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_expand_omp): ...new pass_data instance and... (make_pass_expand_omp): ...new function. (pass_lower_omp): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_omp): ...new pass_data instance and... (make_pass_lower_omp): ...new function. (pass_diagnose_omp_blocks): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_diagnose_omp_blocks): ...new pass_data instance and... (make_pass_diagnose_omp_blocks): ...new function. * passes.c (pass_early_local_passes): Convert from a global struct to a subclass of simple_ipa_opt_pass along with... (pass_data_early_local_passes): ...new pass_data instance and... (make_pass_early_local_passes): ...new function. (pass_all_early_optimizations): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_all_early_optimizations): ...new pass_data instance and... (make_pass_all_early_optimizations): ...new function. (pass_all_optimizations): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_all_optimizations): ...new pass_data instance and... (make_pass_all_optimizations): ...new function. (pass_all_optimizations_g): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_all_optimizations_g): ...new pass_data instance and... (make_pass_all_optimizations_g): ...new function. (pass_rest_of_compilation): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rest_of_compilation): ...new pass_data instance and... (make_pass_rest_of_compilation): ...new function. (pass_postreload): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_postreload): ...new pass_data instance and... (make_pass_postreload): ...new function. * postreload-gcse.c (pass_gcse2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_gcse2): ...new pass_data instance and... (make_pass_gcse2): ...new function. * postreload.c (pass_postreload_cse): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_postreload_cse): ...new pass_data instance and... (make_pass_postreload_cse): ...new function. * predict.c (pass_profile): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_profile): ...new pass_data instance and... (make_pass_profile): ...new function. (pass_strip_predict_hints): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_strip_predict_hints): ...new pass_data instance and... (make_pass_strip_predict_hints): ...new function. * recog.c (pass_peephole2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_peephole2): ...new pass_data instance and... (make_pass_peephole2): ...new function. (pass_split_all_insns): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_split_all_insns): ...new pass_data instance and... (make_pass_split_all_insns): ...new function. (pass_split_after_reload): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_split_after_reload): ...new pass_data instance and... (make_pass_split_after_reload): ...new function. (pass_split_before_regstack): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_split_before_regstack): ...new pass_data instance and... (make_pass_split_before_regstack): ...new function. (pass_split_before_sched2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_split_before_sched2): ...new pass_data instance and... (make_pass_split_before_sched2): ...new function. (pass_split_for_shorten_branches): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_split_for_shorten_branches): ...new pass_data instance and... (make_pass_split_for_shorten_branches): ...new function. * ree.c (pass_ree): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_ree): ...new pass_data instance and... (make_pass_ree): ...new function. * reg-stack.c (pass_stack_regs): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_stack_regs): ...new pass_data instance and... (make_pass_stack_regs): ...new function. (pass_stack_regs_run): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_stack_regs_run): ...new pass_data instance and... (make_pass_stack_regs_run): ...new function. * regcprop.c (pass_cprop_hardreg): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_cprop_hardreg): ...new pass_data instance and... (make_pass_cprop_hardreg): ...new function. * reginfo.c (pass_reginfo_init): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_reginfo_init): ...new pass_data instance and... (make_pass_reginfo_init): ...new function. * regmove.c (pass_regmove): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_regmove): ...new pass_data instance and... (make_pass_regmove): ...new function. * regrename.c (pass_regrename): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_regrename): ...new pass_data instance and... (make_pass_regrename): ...new function. * reorg.c (pass_delay_slots): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_delay_slots): ...new pass_data instance and... (make_pass_delay_slots): ...new function. (pass_machine_reorg): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_machine_reorg): ...new pass_data instance and... (make_pass_machine_reorg): ...new function. * sched-rgn.c (pass_sched): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_sched): ...new pass_data instance and... (make_pass_sched): ...new function. (pass_sched2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_sched2): ...new pass_data instance and... (make_pass_sched2): ...new function. * stack-ptr-mod.c (pass_stack_ptr_mod): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_stack_ptr_mod): ...new pass_data instance and... (make_pass_stack_ptr_mod): ...new function. * store-motion.c (pass_rtl_store_motion): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_rtl_store_motion): ...new pass_data instance and... (make_pass_rtl_store_motion): ...new function. * tracer.c (pass_tracer): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tracer): ...new pass_data instance and... (make_pass_tracer): ...new function. * trans-mem.c (pass_diagnose_tm_blocks): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_diagnose_tm_blocks): ...new pass_data instance and... (make_pass_diagnose_tm_blocks): ...new function. (pass_lower_tm): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_tm): ...new pass_data instance and... (make_pass_lower_tm): ...new function. (pass_tm_init): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tm_init): ...new pass_data instance and... (make_pass_tm_init): ...new function. (pass_tm_mark): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tm_mark): ...new pass_data instance and... (make_pass_tm_mark): ...new function. (pass_tm_edges): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tm_edges): ...new pass_data instance and... (make_pass_tm_edges): ...new function. (pass_tm_memopt): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tm_memopt): ...new pass_data instance and... (make_pass_tm_memopt): ...new function. (pass_ipa_tm): Convert from a global struct to a subclass of simple_ipa_opt_pass along with... (pass_data_ipa_tm): ...new pass_data instance and... (make_pass_ipa_tm): ...new function. * tree-call-cdce.c (pass_call_cdce): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_call_cdce): ...new pass_data instance and... (make_pass_call_cdce): ...new function. * tree-cfg.c (pass_build_cfg): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_build_cfg): ...new pass_data instance and... (make_pass_build_cfg): ...new function. (pass_split_crit_edges): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_split_crit_edges): ...new pass_data instance and... (make_pass_split_crit_edges): ...new function. (pass_warn_function_return): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_warn_function_return): ...new pass_data instance and... (make_pass_warn_function_return): ...new function. (pass_warn_function_noreturn): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_warn_function_noreturn): ...new pass_data instance and... (make_pass_warn_function_noreturn): ...new function. (pass_warn_unused_result): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_warn_unused_result): ...new pass_data instance and... (make_pass_warn_unused_result): ...new function. * tree-cfgcleanup.c (pass_merge_phi): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_merge_phi): ...new pass_data instance and... (make_pass_merge_phi): ...new function. * tree-complex.c (pass_lower_complex): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_complex): ...new pass_data instance and... (make_pass_lower_complex): ...new function. (pass_lower_complex_O0): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_complex_O0): ...new pass_data instance and... (make_pass_lower_complex_O0): ...new function. * tree-eh.c (pass_lower_eh): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_eh): ...new pass_data instance and... (make_pass_lower_eh): ...new function. (pass_refactor_eh): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_refactor_eh): ...new pass_data instance and... (make_pass_refactor_eh): ...new function. (pass_lower_resx): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_resx): ...new pass_data instance and... (make_pass_lower_resx): ...new function. (pass_lower_eh_dispatch): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_eh_dispatch): ...new pass_data instance and... (make_pass_lower_eh_dispatch): ...new function. (pass_cleanup_eh): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_cleanup_eh): ...new pass_data instance and... (make_pass_cleanup_eh): ...new function. * tree-emutls.c (pass_ipa_lower_emutls): Convert from a global struct to a subclass of simple_ipa_opt_pass along with... (pass_data_ipa_lower_emutls): ...new pass_data instance and... (make_pass_ipa_lower_emutls): ...new function. * tree-if-conv.c (pass_if_conversion): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_if_conversion): ...new pass_data instance and... (make_pass_if_conversion): ...new function. * tree-into-ssa.c (pass_build_ssa): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_build_ssa): ...new pass_data instance and... (make_pass_build_ssa): ...new function. * tree-loop-distribution.c (pass_loop_distribution): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_loop_distribution): ...new pass_data instance and... (make_pass_loop_distribution): ...new function. * tree-mudflap.c (pass_mudflap_1): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_mudflap_1): ...new pass_data instance and... (make_pass_mudflap_1): ...new function. (pass_mudflap_2): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_mudflap_2): ...new pass_data instance and... (make_pass_mudflap_2): ...new function. * tree-nomudflap.c (pass_mudflap_1): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_mudflap_1): ...new pass_data instance and... (make_pass_mudflap_1): ...new function. (pass_mudflap_2): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_mudflap_2): ...new pass_data instance and... (make_pass_mudflap_2): ...new function. * tree-nrv.c (pass_nrv): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_nrv): ...new pass_data instance and... (make_pass_nrv): ...new function. (pass_return_slot): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_return_slot): ...new pass_data instance and... (make_pass_return_slot): ...new function. * tree-object-size.c (pass_object_sizes): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_object_sizes): ...new pass_data instance and... (make_pass_object_sizes): ...new function. * tree-optimize.c (pass_cleanup_cfg_post_optimizing): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_cleanup_cfg_post_optimizing): ...new pass_data instance and... (make_pass_cleanup_cfg_post_optimizing): ...new function. (pass_fixup_cfg): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_fixup_cfg): ...new pass_data instance and... (make_pass_fixup_cfg): ...new function. * tree-pass.h (pass_mudflap_1): Replace declaration with that of... (make_pass_mudflap_1): ...new function. (pass_mudflap_2): Replace declaration with that of... (make_pass_mudflap_2): ...new function. (pass_asan): Replace declaration with that of... (make_pass_asan): ...new function. (pass_asan_O0): Replace declaration with that of... (make_pass_asan_O0): ...new function. (pass_tsan): Replace declaration with that of... (make_pass_tsan): ...new function. (pass_tsan_O0): Replace declaration with that of... (make_pass_tsan_O0): ...new function. (pass_lower_cf): Replace declaration with that of... (make_pass_lower_cf): ...new function. (pass_refactor_eh): Replace declaration with that of... (make_pass_refactor_eh): ...new function. (pass_lower_eh): Replace declaration with that of... (make_pass_lower_eh): ...new function. (pass_lower_eh_dispatch): Replace declaration with that of... (make_pass_lower_eh_dispatch): ...new function. (pass_lower_resx): Replace declaration with that of... (make_pass_lower_resx): ...new function. (pass_build_cfg): Replace declaration with that of... (make_pass_build_cfg): ...new function. (pass_early_tree_profile): Replace declaration with that of... (make_pass_early_tree_profile): ...new function. (pass_cleanup_eh): Replace declaration with that of... (make_pass_cleanup_eh): ...new function. (pass_sra): Replace declaration with that of... (make_pass_sra): ...new function. (pass_sra_early): Replace declaration with that of... (make_pass_sra_early): ...new function. (pass_early_ipa_sra): Replace declaration with that of... (make_pass_early_ipa_sra): ...new function. (pass_tail_recursion): Replace declaration with that of... (make_pass_tail_recursion): ...new function. (pass_tail_calls): Replace declaration with that of... (make_pass_tail_calls): ...new function. (pass_tree_loop): Replace declaration with that of... (make_pass_tree_loop): ...new function. (pass_tree_loop_init): Replace declaration with that of... (make_pass_tree_loop_init): ...new function. (pass_lim): Replace declaration with that of... (make_pass_lim): ...new function. (pass_tree_unswitch): Replace declaration with that of... (make_pass_tree_unswitch): ...new function. (pass_predcom): Replace declaration with that of... (make_pass_predcom): ...new function. (pass_iv_canon): Replace declaration with that of... (make_pass_iv_canon): ...new function. (pass_scev_cprop): Replace declaration with that of... (make_pass_scev_cprop): ...new function. (pass_empty_loop): Replace declaration with that of... (make_pass_empty_loop): ...new function. (pass_record_bounds): Replace declaration with that of... (make_pass_record_bounds): ...new function. (pass_graphite): Replace declaration with that of... (make_pass_graphite): ...new function. (pass_graphite_transforms): Replace declaration with that of... (make_pass_graphite_transforms): ...new function. (pass_if_conversion): Replace declaration with that of... (make_pass_if_conversion): ...new function. (pass_loop_distribution): Replace declaration with that of... (make_pass_loop_distribution): ...new function. (pass_vectorize): Replace declaration with that of... (make_pass_vectorize): ...new function. (pass_slp_vectorize): Replace declaration with that of... (make_pass_slp_vectorize): ...new function. (pass_complete_unroll): Replace declaration with that of... (make_pass_complete_unroll): ...new function. (pass_complete_unrolli): Replace declaration with that of... (make_pass_complete_unrolli): ...new function. (pass_parallelize_loops): Replace declaration with that of... (make_pass_parallelize_loops): ...new function. (pass_loop_prefetch): Replace declaration with that of... (make_pass_loop_prefetch): ...new function. (pass_iv_optimize): Replace declaration with that of... (make_pass_iv_optimize): ...new function. (pass_tree_loop_done): Replace declaration with that of... (make_pass_tree_loop_done): ...new function. (pass_ch): Replace declaration with that of... (make_pass_ch): ...new function. (pass_ccp): Replace declaration with that of... (make_pass_ccp): ...new function. (pass_phi_only_cprop): Replace declaration with that of... (make_pass_phi_only_cprop): ...new function. (pass_build_ssa): Replace declaration with that of... (make_pass_build_ssa): ...new function. (pass_build_alias): Replace declaration with that of... (make_pass_build_alias): ...new function. (pass_build_ealias): Replace declaration with that of... (make_pass_build_ealias): ...new function. (pass_dominator): Replace declaration with that of... (make_pass_dominator): ...new function. (pass_dce): Replace declaration with that of... (make_pass_dce): ...new function. (pass_dce_loop): Replace declaration with that of... (make_pass_dce_loop): ...new function. (pass_cd_dce): Replace declaration with that of... (make_pass_cd_dce): ...new function. (pass_call_cdce): Replace declaration with that of... (make_pass_call_cdce): ...new function. (pass_merge_phi): Replace declaration with that of... (make_pass_merge_phi): ...new function. (pass_split_crit_edges): Replace declaration with that of... (make_pass_split_crit_edges): ...new function. (pass_pre): Replace declaration with that of... (make_pass_pre): ...new function. (pass_profile): Replace declaration with that of... (make_pass_profile): ...new function. (pass_strip_predict_hints): Replace declaration with that of... (make_pass_strip_predict_hints): ...new function. (pass_lower_complex_O0): Replace declaration with that of... (make_pass_lower_complex_O0): ...new function. (pass_lower_complex): Replace declaration with that of... (make_pass_lower_complex): ...new function. (pass_lower_vector): Replace declaration with that of... (make_pass_lower_vector): ...new function. (pass_lower_vector_ssa): Replace declaration with that of... (make_pass_lower_vector_ssa): ...new function. (pass_lower_omp): Replace declaration with that of... (make_pass_lower_omp): ...new function. (pass_diagnose_omp_blocks): Replace declaration with that of... (make_pass_diagnose_omp_blocks): ...new function. (pass_expand_omp): Replace declaration with that of... (make_pass_expand_omp): ...new function. (pass_expand_omp_ssa): Replace declaration with that of... (make_pass_expand_omp_ssa): ...new function. (pass_object_sizes): Replace declaration with that of... (make_pass_object_sizes): ...new function. (pass_strlen): Replace declaration with that of... (make_pass_strlen): ...new function. (pass_fold_builtins): Replace declaration with that of... (make_pass_fold_builtins): ...new function. (pass_stdarg): Replace declaration with that of... (make_pass_stdarg): ...new function. (pass_early_warn_uninitialized): Replace declaration with that of... (make_pass_early_warn_uninitialized): ...new function. (pass_late_warn_uninitialized): Replace declaration with that of... (make_pass_late_warn_uninitialized): ...new function. (pass_cse_reciprocals): Replace declaration with that of... (make_pass_cse_reciprocals): ...new function. (pass_cse_sincos): Replace declaration with that of... (make_pass_cse_sincos): ...new function. (pass_optimize_bswap): Replace declaration with that of... (make_pass_optimize_bswap): ...new function. (pass_optimize_widening_mul): Replace declaration with that of... (make_pass_optimize_widening_mul): ...new function. (pass_warn_function_return): Replace declaration with that of... (make_pass_warn_function_return): ...new function. (pass_warn_function_noreturn): Replace declaration with that of... (make_pass_warn_function_noreturn): ...new function. (pass_cselim): Replace declaration with that of... (make_pass_cselim): ...new function. (pass_phiopt): Replace declaration with that of... (make_pass_phiopt): ...new function. (pass_forwprop): Replace declaration with that of... (make_pass_forwprop): ...new function. (pass_phiprop): Replace declaration with that of... (make_pass_phiprop): ...new function. (pass_tree_ifcombine): Replace declaration with that of... (make_pass_tree_ifcombine): ...new function. (pass_dse): Replace declaration with that of... (make_pass_dse): ...new function. (pass_nrv): Replace declaration with that of... (make_pass_nrv): ...new function. (pass_rename_ssa_copies): Replace declaration with that of... (make_pass_rename_ssa_copies): ...new function. (pass_sink_code): Replace declaration with that of... (make_pass_sink_code): ...new function. (pass_fre): Replace declaration with that of... (make_pass_fre): ...new function. (pass_check_data_deps): Replace declaration with that of... (make_pass_check_data_deps): ...new function. (pass_copy_prop): Replace declaration with that of... (make_pass_copy_prop): ...new function. (pass_vrp): Replace declaration with that of... (make_pass_vrp): ...new function. (pass_uncprop): Replace declaration with that of... (make_pass_uncprop): ...new function. (pass_return_slot): Replace declaration with that of... (make_pass_return_slot): ...new function. (pass_reassoc): Replace declaration with that of... (make_pass_reassoc): ...new function. (pass_rebuild_cgraph_edges): Replace declaration with that of... (make_pass_rebuild_cgraph_edges): ...new function. (pass_remove_cgraph_callee_edges): Replace declaration with that of... (make_pass_remove_cgraph_callee_edges): ...new function. (pass_build_cgraph_edges): Replace declaration with that of... (make_pass_build_cgraph_edges): ...new function. (pass_local_pure_const): Replace declaration with that of... (make_pass_local_pure_const): ...new function. (pass_tracer): Replace declaration with that of... (make_pass_tracer): ...new function. (pass_warn_unused_result): Replace declaration with that of... (make_pass_warn_unused_result): ...new function. (pass_diagnose_tm_blocks): Replace declaration with that of... (make_pass_diagnose_tm_blocks): ...new function. (pass_lower_tm): Replace declaration with that of... (make_pass_lower_tm): ...new function. (pass_tm_init): Replace declaration with that of... (make_pass_tm_init): ...new function. (pass_tm_mark): Replace declaration with that of... (make_pass_tm_mark): ...new function. (pass_tm_memopt): Replace declaration with that of... (make_pass_tm_memopt): ...new function. (pass_tm_edges): Replace declaration with that of... (make_pass_tm_edges): ...new function. (pass_split_functions): Replace declaration with that of... (make_pass_split_functions): ...new function. (pass_feedback_split_functions): Replace declaration with that of... (make_pass_feedback_split_functions): ...new function. (pass_strength_reduction): Replace declaration with that of... (make_pass_strength_reduction): ...new function. (pass_ipa_lower_emutls): Replace declaration with that of... (make_pass_ipa_lower_emutls): ...new function. (pass_ipa_function_and_variable_visibility): Replace declaration with that of... (make_pass_ipa_function_and_variable_visibility): ...new function. (pass_ipa_tree_profile): Replace declaration with that of... (make_pass_ipa_tree_profile): ...new function. (pass_early_local_passes): Replace declaration with that of... (make_pass_early_local_passes): ...new function. (pass_ipa_whole_program_visibility): Replace declaration with that of... (make_pass_ipa_whole_program_visibility): ...new function. (pass_ipa_lto_gimple_out): Replace declaration with that of... (make_pass_ipa_lto_gimple_out): ...new function. (pass_ipa_increase_alignment): Replace declaration with that of... (make_pass_ipa_increase_alignment): ...new function. (pass_ipa_inline): Replace declaration with that of... (make_pass_ipa_inline): ...new function. (pass_ipa_free_lang_data): Replace declaration with that of... (make_pass_ipa_free_lang_data): ...new function. (pass_ipa_free_inline_summary): Replace declaration with that of... (make_pass_ipa_free_inline_summary): ...new function. (pass_ipa_cp): Replace declaration with that of... (make_pass_ipa_cp): ...new function. (pass_ipa_reference): Replace declaration with that of... (make_pass_ipa_reference): ...new function. (pass_ipa_pure_const): Replace declaration with that of... (make_pass_ipa_pure_const): ...new function. (pass_ipa_pta): Replace declaration with that of... (make_pass_ipa_pta): ...new function. (pass_ipa_lto_finish_out): Replace declaration with that of... (make_pass_ipa_lto_finish_out): ...new function. (pass_ipa_tm): Replace declaration with that of... (make_pass_ipa_tm): ...new function. (pass_ipa_profile): Replace declaration with that of... (make_pass_ipa_profile): ...new function. (pass_ipa_cdtor_merge): Replace declaration with that of... (make_pass_ipa_cdtor_merge): ...new function. (pass_cleanup_cfg_post_optimizing): Replace declaration with that of... (make_pass_cleanup_cfg_post_optimizing): ...new function. (pass_init_datastructures): Replace declaration with that of... (make_pass_init_datastructures): ...new function. (pass_fixup_cfg): Replace declaration with that of... (make_pass_fixup_cfg): ...new function. (pass_expand): Replace declaration with that of... (make_pass_expand): ...new function. (pass_instantiate_virtual_regs): Replace declaration with that of... (make_pass_instantiate_virtual_regs): ...new function. (pass_rtl_fwprop): Replace declaration with that of... (make_pass_rtl_fwprop): ...new function. (pass_rtl_fwprop_addr): Replace declaration with that of... (make_pass_rtl_fwprop_addr): ...new function. (pass_jump): Replace declaration with that of... (make_pass_jump): ...new function. (pass_jump2): Replace declaration with that of... (make_pass_jump2): ...new function. (pass_lower_subreg): Replace declaration with that of... (make_pass_lower_subreg): ...new function. (pass_cse): Replace declaration with that of... (make_pass_cse): ...new function. (pass_fast_rtl_dce): Replace declaration with that of... (make_pass_fast_rtl_dce): ...new function. (pass_ud_rtl_dce): Replace declaration with that of... (make_pass_ud_rtl_dce): ...new function. (pass_rtl_dce): Replace declaration with that of... (make_pass_rtl_dce): ...new function. (pass_rtl_dse1): Replace declaration with that of... (make_pass_rtl_dse1): ...new function. (pass_rtl_dse2): Replace declaration with that of... (make_pass_rtl_dse2): ...new function. (pass_rtl_dse3): Replace declaration with that of... (make_pass_rtl_dse3): ...new function. (pass_rtl_cprop): Replace declaration with that of... (make_pass_rtl_cprop): ...new function. (pass_rtl_pre): Replace declaration with that of... (make_pass_rtl_pre): ...new function. (pass_rtl_hoist): Replace declaration with that of... (make_pass_rtl_hoist): ...new function. (pass_rtl_store_motion): Replace declaration with that of... (make_pass_rtl_store_motion): ...new function. (pass_cse_after_global_opts): Replace declaration with that of... (make_pass_cse_after_global_opts): ...new function. (pass_rtl_ifcvt): Replace declaration with that of... (make_pass_rtl_ifcvt): ...new function. (pass_into_cfg_layout_mode): Replace declaration with that of... (make_pass_into_cfg_layout_mode): ...new function. (pass_outof_cfg_layout_mode): Replace declaration with that of... (make_pass_outof_cfg_layout_mode): ...new function. (pass_loop2): Replace declaration with that of... (make_pass_loop2): ...new function. (pass_rtl_loop_init): Replace declaration with that of... (make_pass_rtl_loop_init): ...new function. (pass_rtl_move_loop_invariants): Replace declaration with that of... (make_pass_rtl_move_loop_invariants): ...new function. (pass_rtl_unswitch): Replace declaration with that of... (make_pass_rtl_unswitch): ...new function. (pass_rtl_unroll_and_peel_loops): Replace declaration with that of... (make_pass_rtl_unroll_and_peel_loops): ...new function. (pass_rtl_doloop): Replace declaration with that of... (make_pass_rtl_doloop): ...new function. (pass_rtl_loop_done): Replace declaration with that of... (make_pass_rtl_loop_done): ...new function. (pass_web): Replace declaration with that of... (make_pass_web): ...new function. (pass_cse2): Replace declaration with that of... (make_pass_cse2): ...new function. (pass_df_initialize_opt): Replace declaration with that of... (make_pass_df_initialize_opt): ...new function. (pass_df_initialize_no_opt): Replace declaration with that of... (make_pass_df_initialize_no_opt): ...new function. (pass_reginfo_init): Replace declaration with that of... (make_pass_reginfo_init): ...new function. (pass_inc_dec): Replace declaration with that of... (make_pass_inc_dec): ...new function. (pass_stack_ptr_mod): Replace declaration with that of... (make_pass_stack_ptr_mod): ...new function. (pass_initialize_regs): Replace declaration with that of... (make_pass_initialize_regs): ...new function. (pass_combine): Replace declaration with that of... (make_pass_combine): ...new function. (pass_if_after_combine): Replace declaration with that of... (make_pass_if_after_combine): ...new function. (pass_ree): Replace declaration with that of... (make_pass_ree): ...new function. (pass_partition_blocks): Replace declaration with that of... (make_pass_partition_blocks): ...new function. (pass_match_asm_constraints): Replace declaration with that of... (make_pass_match_asm_constraints): ...new function. (pass_regmove): Replace declaration with that of... (make_pass_regmove): ...new function. (pass_split_all_insns): Replace declaration with that of... (make_pass_split_all_insns): ...new function. (pass_fast_rtl_byte_dce): Replace declaration with that of... (make_pass_fast_rtl_byte_dce): ...new function. (pass_lower_subreg2): Replace declaration with that of... (make_pass_lower_subreg2): ...new function. (pass_mode_switching): Replace declaration with that of... (make_pass_mode_switching): ...new function. (pass_sms): Replace declaration with that of... (make_pass_sms): ...new function. (pass_sched): Replace declaration with that of... (make_pass_sched): ...new function. (pass_ira): Replace declaration with that of... (make_pass_ira): ...new function. (pass_reload): Replace declaration with that of... (make_pass_reload): ...new function. (pass_clean_state): Replace declaration with that of... (make_pass_clean_state): ...new function. (pass_branch_prob): Replace declaration with that of... (make_pass_branch_prob): ...new function. (pass_value_profile_transformations): Replace declaration with that of... (make_pass_value_profile_transformations): ...new function. (pass_postreload_cse): Replace declaration with that of... (make_pass_postreload_cse): ...new function. (pass_gcse2): Replace declaration with that of... (make_pass_gcse2): ...new function. (pass_split_after_reload): Replace declaration with that of... (make_pass_split_after_reload): ...new function. (pass_branch_target_load_optimize1): Replace declaration with that of... (make_pass_branch_target_load_optimize1): ...new function. (pass_thread_prologue_and_epilogue): Replace declaration with that of... (make_pass_thread_prologue_and_epilogue): ...new function. (pass_stack_adjustments): Replace declaration with that of... (make_pass_stack_adjustments): ...new function. (pass_peephole2): Replace declaration with that of... (make_pass_peephole2): ...new function. (pass_if_after_reload): Replace declaration with that of... (make_pass_if_after_reload): ...new function. (pass_regrename): Replace declaration with that of... (make_pass_regrename): ...new function. (pass_cprop_hardreg): Replace declaration with that of... (make_pass_cprop_hardreg): ...new function. (pass_reorder_blocks): Replace declaration with that of... (make_pass_reorder_blocks): ...new function. (pass_branch_target_load_optimize2): Replace declaration with that of... (make_pass_branch_target_load_optimize2): ...new function. (pass_leaf_regs): Replace declaration with that of... (make_pass_leaf_regs): ...new function. (pass_split_before_sched2): Replace declaration with that of... (make_pass_split_before_sched2): ...new function. (pass_compare_elim_after_reload): Replace declaration with that of... (make_pass_compare_elim_after_reload): ...new function. (pass_sched2): Replace declaration with that of... (make_pass_sched2): ...new function. (pass_stack_regs): Replace declaration with that of... (make_pass_stack_regs): ...new function. (pass_stack_regs_run): Replace declaration with that of... (make_pass_stack_regs_run): ...new function. (pass_df_finish): Replace declaration with that of... (make_pass_df_finish): ...new function. (pass_compute_alignments): Replace declaration with that of... (make_pass_compute_alignments): ...new function. (pass_duplicate_computed_gotos): Replace declaration with that of... (make_pass_duplicate_computed_gotos): ...new function. (pass_variable_tracking): Replace declaration with that of... (make_pass_variable_tracking): ...new function. (pass_free_cfg): Replace declaration with that of... (make_pass_free_cfg): ...new function. (pass_machine_reorg): Replace declaration with that of... (make_pass_machine_reorg): ...new function. (pass_cleanup_barriers): Replace declaration with that of... (make_pass_cleanup_barriers): ...new function. (pass_delay_slots): Replace declaration with that of... (make_pass_delay_slots): ...new function. (pass_split_for_shorten_branches): Replace declaration with that of... (make_pass_split_for_shorten_branches): ...new function. (pass_split_before_regstack): Replace declaration with that of... (make_pass_split_before_regstack): ...new function. (pass_convert_to_eh_region_ranges): Replace declaration with that of... (make_pass_convert_to_eh_region_ranges): ...new function. (pass_shorten_branches): Replace declaration with that of... (make_pass_shorten_branches): ...new function. (pass_set_nothrow_function_flags): Replace declaration with that of... (make_pass_set_nothrow_function_flags): ...new function. (pass_dwarf2_frame): Replace declaration with that of... (make_pass_dwarf2_frame): ...new function. (pass_final): Replace declaration with that of... (make_pass_final): ...new function. (pass_rtl_seqabstr): Replace declaration with that of... (make_pass_rtl_seqabstr): ...new function. (pass_release_ssa_names): Replace declaration with that of... (make_pass_release_ssa_names): ...new function. (pass_early_inline): Replace declaration with that of... (make_pass_early_inline): ...new function. (pass_inline_parameters): Replace declaration with that of... (make_pass_inline_parameters): ...new function. (pass_update_address_taken): Replace declaration with that of... (make_pass_update_address_taken): ...new function. (pass_convert_switch): Replace declaration with that of... (make_pass_convert_switch): ...new function. * tree-profile.c (pass_ipa_tree_profile): Convert from a global struct to a subclass of simple_ipa_opt_pass along with... (pass_data_ipa_tree_profile): ...new pass_data instance and... (make_pass_ipa_tree_profile): ...new function. * tree-sra.c (pass_sra_early): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_sra_early): ...new pass_data instance and... (make_pass_sra_early): ...new function. (pass_sra): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_sra): ...new pass_data instance and... (make_pass_sra): ...new function. (pass_early_ipa_sra): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_early_ipa_sra): ...new pass_data instance and... (make_pass_early_ipa_sra): ...new function. * tree-ssa-ccp.c (pass_ccp): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_ccp): ...new pass_data instance and... (make_pass_ccp): ...new function. (pass_fold_builtins): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_fold_builtins): ...new pass_data instance and... (make_pass_fold_builtins): ...new function. * tree-ssa-copy.c (pass_copy_prop): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_copy_prop): ...new pass_data instance and... (make_pass_copy_prop): ...new function. * tree-ssa-copyrename.c (pass_rename_ssa_copies): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_rename_ssa_copies): ...new pass_data instance and... (make_pass_rename_ssa_copies): ...new function. * tree-ssa-dce.c (pass_dce): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_dce): ...new pass_data instance and... (make_pass_dce): ...new function. (pass_dce_loop): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_dce_loop): ...new pass_data instance and... (make_pass_dce_loop): ...new function. (pass_cd_dce): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_cd_dce): ...new pass_data instance and... (make_pass_cd_dce): ...new function. * tree-ssa-dom.c (pass_dominator): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_dominator): ...new pass_data instance and... (make_pass_dominator): ...new function. (pass_phi_only_cprop): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_phi_only_cprop): ...new pass_data instance and... (make_pass_phi_only_cprop): ...new function. * tree-ssa-dse.c (pass_dse): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_dse): ...new pass_data instance and... (make_pass_dse): ...new function. * tree-ssa-forwprop.c (pass_forwprop): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_forwprop): ...new pass_data instance and... (make_pass_forwprop): ...new function. * tree-ssa-ifcombine.c (pass_tree_ifcombine): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tree_ifcombine): ...new pass_data instance and... (make_pass_tree_ifcombine): ...new function. * tree-ssa-loop-ch.c (pass_ch): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_ch): ...new pass_data instance and... (make_pass_ch): ...new function. * tree-ssa-loop.c (pass_tree_loop): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tree_loop): ...new pass_data instance and... (make_pass_tree_loop): ...new function. (pass_tree_loop_init): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tree_loop_init): ...new pass_data instance and... (make_pass_tree_loop_init): ...new function. (pass_lim): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lim): ...new pass_data instance and... (make_pass_lim): ...new function. (pass_tree_unswitch): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tree_unswitch): ...new pass_data instance and... (make_pass_tree_unswitch): ...new function. (pass_predcom): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_predcom): ...new pass_data instance and... (make_pass_predcom): ...new function. (pass_vectorize): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_vectorize): ...new pass_data instance and... (make_pass_vectorize): ...new function. (pass_graphite): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_graphite): ...new pass_data instance and... (make_pass_graphite): ...new function. (pass_graphite_transforms): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_graphite_transforms): ...new pass_data instance and... (make_pass_graphite_transforms): ...new function. (pass_check_data_deps): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_check_data_deps): ...new pass_data instance and... (make_pass_check_data_deps): ...new function. (pass_iv_canon): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_iv_canon): ...new pass_data instance and... (make_pass_iv_canon): ...new function. (pass_scev_cprop): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_scev_cprop): ...new pass_data instance and... (make_pass_scev_cprop): ...new function. (pass_record_bounds): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_record_bounds): ...new pass_data instance and... (make_pass_record_bounds): ...new function. (pass_complete_unroll): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_complete_unroll): ...new pass_data instance and... (make_pass_complete_unroll): ...new function. (pass_complete_unrolli): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_complete_unrolli): ...new pass_data instance and... (make_pass_complete_unrolli): ...new function. (pass_parallelize_loops): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_parallelize_loops): ...new pass_data instance and... (make_pass_parallelize_loops): ...new function. (pass_loop_prefetch): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_loop_prefetch): ...new pass_data instance and... (make_pass_loop_prefetch): ...new function. (pass_iv_optimize): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_iv_optimize): ...new pass_data instance and... (make_pass_iv_optimize): ...new function. (pass_tree_loop_done): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tree_loop_done): ...new pass_data instance and... (make_pass_tree_loop_done): ...new function. * tree-ssa-math-opts.c (pass_cse_reciprocals): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_cse_reciprocals): ...new pass_data instance and... (make_pass_cse_reciprocals): ...new function. (pass_cse_sincos): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_cse_sincos): ...new pass_data instance and... (make_pass_cse_sincos): ...new function. (pass_optimize_bswap): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_optimize_bswap): ...new pass_data instance and... (make_pass_optimize_bswap): ...new function. (pass_optimize_widening_mul): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_optimize_widening_mul): ...new pass_data instance and... (make_pass_optimize_widening_mul): ...new function. * tree-ssa-phiopt.c (pass_phiopt): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_phiopt): ...new pass_data instance and... (make_pass_phiopt): ...new function. (pass_cselim): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_cselim): ...new pass_data instance and... (make_pass_cselim): ...new function. * tree-ssa-phiprop.c (pass_phiprop): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_phiprop): ...new pass_data instance and... (make_pass_phiprop): ...new function. * tree-ssa-pre.c (pass_pre): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_pre): ...new pass_data instance and... (make_pass_pre): ...new function. (pass_fre): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_fre): ...new pass_data instance and... (make_pass_fre): ...new function. * tree-ssa-reassoc.c (pass_reassoc): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_reassoc): ...new pass_data instance and... (make_pass_reassoc): ...new function. * tree-ssa-sink.c (pass_sink_code): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_sink_code): ...new pass_data instance and... (make_pass_sink_code): ...new function. * tree-ssa-strlen.c (pass_strlen): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_strlen): ...new pass_data instance and... (make_pass_strlen): ...new function. * tree-ssa-structalias.c (pass_build_alias): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_build_alias): ...new pass_data instance and... (make_pass_build_alias): ...new function. (pass_build_ealias): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_build_ealias): ...new pass_data instance and... (make_pass_build_ealias): ...new function. (pass_ipa_pta): Convert from a global struct to a subclass of simple_ipa_opt_pass along with... (pass_data_ipa_pta): ...new pass_data instance and... (make_pass_ipa_pta): ...new function. * tree-ssa-uncprop.c (pass_uncprop): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_uncprop): ...new pass_data instance and... (make_pass_uncprop): ...new function. * tree-ssa-uninit.c (pass_late_warn_uninitialized): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_late_warn_uninitialized): ...new pass_data instance and... (make_pass_late_warn_uninitialized): ...new function. * tree-ssa.c (pass_init_datastructures): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_init_datastructures): ...new pass_data instance and... (make_pass_init_datastructures): ...new function. (pass_early_warn_uninitialized): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_early_warn_uninitialized): ...new pass_data instance and... (make_pass_early_warn_uninitialized): ...new function. (pass_update_address_taken): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_update_address_taken): ...new pass_data instance and... (make_pass_update_address_taken): ...new function. * tree-ssanames.c (pass_release_ssa_names): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_release_ssa_names): ...new pass_data instance and... (make_pass_release_ssa_names): ...new function. * tree-stdarg.c (pass_stdarg): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_stdarg): ...new pass_data instance and... (make_pass_stdarg): ...new function. * tree-switch-conversion.c (pass_convert_switch): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_convert_switch): ...new pass_data instance and... (make_pass_convert_switch): ...new function. * tree-tailcall.c (pass_tail_recursion): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tail_recursion): ...new pass_data instance and... (make_pass_tail_recursion): ...new function. (pass_tail_calls): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tail_calls): ...new pass_data instance and... (make_pass_tail_calls): ...new function. * tree-vect-generic.c (pass_lower_vector): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_vector): ...new pass_data instance and... (make_pass_lower_vector): ...new function. (pass_lower_vector_ssa): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_lower_vector_ssa): ...new pass_data instance and... (make_pass_lower_vector_ssa): ...new function. * tree-vectorizer.c (pass_slp_vectorize): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_slp_vectorize): ...new pass_data instance and... (make_pass_slp_vectorize): ...new function. (pass_ipa_increase_alignment): Convert from a global struct to a subclass of simple_ipa_opt_pass along with... (pass_data_ipa_increase_alignment): ...new pass_data instance and... (make_pass_ipa_increase_alignment): ...new function. * tree-vrp.c (pass_vrp): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_vrp): ...new pass_data instance and... (make_pass_vrp): ...new function. * tree.c (pass_ipa_free_lang_data): Convert from a global struct to a subclass of simple_ipa_opt_pass along with... (pass_data_ipa_free_lang_data): ...new pass_data instance and... (make_pass_ipa_free_lang_data): ...new function. * tsan.c (pass_tsan): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tsan): ...new pass_data instance and... (make_pass_tsan): ...new function. (pass_tsan_O0): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_tsan_O0): ...new pass_data instance and... (make_pass_tsan_O0): ...new function. * var-tracking.c (pass_variable_tracking): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_variable_tracking): ...new pass_data instance and... (make_pass_variable_tracking): ...new function. * web.c (pass_web): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_web): ...new pass_data instance and... (make_pass_web): ...new function. * config/epiphany/epiphany.h (pass_mode_switch_use): Replace declaration with that of... (make_pass_mode_switch_use): ...new function. (pass_resolve_sw_modes): Replace declaration with that of... (make_pass_resolve_sw_modes): ...new function. * config/epiphany/mode-switch-use.c (pass_mode_switch_use): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_mode_switch_use): ...new pass_data instance and... (make_pass_mode_switch_use): ...new function. * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_resolve_sw_modes): ...new pass_data instance and... (make_pass_resolve_sw_modes): ...new function. * config/i386/i386.c (pass_insert_vzeroupper): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_insert_vzeroupper): ...new pass_data instance and... (make_pass_insert_vzeroupper): ...new function. * config/sparc/sparc.c (pass_work_around_errata): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_work_around_errata): ...new pass_data instance and... (make_pass_work_around_errata): ...new function. * config/mips/mips.c (pass_mips_machine_reorg2): Convert from a global struct to a subclass of rtl_opt_pass along with... (pass_data_mips_machine_reorg2): ...new pass_data instance and... (make_pass_mips_machine_reorg2): ...new function. gcc/testsuite/ Patch autogenerated by refactor_passes.py from https://github.com/davidmalcolm/gcc-refactoring-scripts revision 03fe39476a4c4ea450b49e087cfa817b5f92021e * gcc.dg/plugin/one_time_plugin.c (one_pass): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_one_pass): ...new pass_data instance and... (make_one_pass): ...new function. * gcc.dg/plugin/selfassign.c (pass_warn_self_assign): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_warn_self_assign): ...new pass_data instance and... (make_pass_warn_self_assign): ...new function. * g++.dg/plugin/dumb_plugin.c (pass_dumb_plugin_example): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_dumb_plugin_example): ...new pass_data instance and... (make_pass_dumb_plugin_example): ...new function. * g++.dg/plugin/selfassign.c (pass_warn_self_assign): Convert from a global struct to a subclass of gimple_opt_pass along with... (pass_data_warn_self_assign): ...new pass_data instance and... (make_pass_warn_self_assign): ...new function. From-SVN: r201508
1206 lines
36 KiB
C
1206 lines
36 KiB
C
/* Callgraph based analysis of static variables.
|
||
Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
||
Contributed by Kenneth Zadeck <zadeck@naturalbridge.com>
|
||
|
||
This file is part of GCC.
|
||
|
||
GCC is free software; you can redistribute it and/or modify it under
|
||
the terms of the GNU General Public License as published by the Free
|
||
Software Foundation; either version 3, or (at your option) any later
|
||
version.
|
||
|
||
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
|
||
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||
for more details.
|
||
|
||
You should have received a copy of the GNU General Public License
|
||
along with GCC; see the file COPYING3. If not see
|
||
<http://www.gnu.org/licenses/>. */
|
||
|
||
/* This file gathers information about how variables whose scope is
|
||
confined to the compilation unit are used.
|
||
|
||
The transitive call site specific clobber effects are computed
|
||
for the variables whose scope is contained within this compilation
|
||
unit.
|
||
|
||
First each function and static variable initialization is analyzed
|
||
to determine which local static variables are either read, written,
|
||
or have their address taken. Any local static that has its address
|
||
taken is removed from consideration. Once the local read and
|
||
writes are determined, a transitive closure of this information is
|
||
performed over the call graph to determine the worst case set of
|
||
side effects of each call. In later parts of the compiler, these
|
||
local and global sets are examined to make the call clobbering less
|
||
traumatic, promote some statics to registers, and improve aliasing
|
||
information. */
|
||
|
||
#include "config.h"
|
||
#include "system.h"
|
||
#include "coretypes.h"
|
||
#include "tm.h"
|
||
#include "tree.h"
|
||
#include "tree-flow.h"
|
||
#include "tree-inline.h"
|
||
#include "tree-pass.h"
|
||
#include "pointer-set.h"
|
||
#include "splay-tree.h"
|
||
#include "ggc.h"
|
||
#include "ipa-utils.h"
|
||
#include "ipa-reference.h"
|
||
#include "gimple.h"
|
||
#include "cgraph.h"
|
||
#include "flags.h"
|
||
#include "diagnostic.h"
|
||
#include "data-streamer.h"
|
||
#include "lto-streamer.h"
|
||
|
||
static void remove_node_data (struct cgraph_node *node,
|
||
void *data ATTRIBUTE_UNUSED);
|
||
static void duplicate_node_data (struct cgraph_node *src,
|
||
struct cgraph_node *dst,
|
||
void *data ATTRIBUTE_UNUSED);
|
||
|
||
/* The static variables defined within the compilation unit that are
|
||
loaded or stored directly by function that owns this structure. */
|
||
|
||
struct ipa_reference_local_vars_info_d
|
||
{
|
||
bitmap statics_read;
|
||
bitmap statics_written;
|
||
};
|
||
|
||
/* Statics that are read and written by some set of functions. The
|
||
local ones are based on the loads and stores local to the function.
|
||
The global ones are based on the local info as well as the
|
||
transitive closure of the functions that are called. */
|
||
|
||
struct ipa_reference_global_vars_info_d
|
||
{
|
||
bitmap statics_read;
|
||
bitmap statics_written;
|
||
};
|
||
|
||
/* Information we save about every function after ipa-reference is completed. */
|
||
|
||
struct ipa_reference_optimization_summary_d
|
||
{
|
||
bitmap statics_not_read;
|
||
bitmap statics_not_written;
|
||
};
|
||
|
||
typedef struct ipa_reference_local_vars_info_d *ipa_reference_local_vars_info_t;
|
||
typedef struct ipa_reference_global_vars_info_d *ipa_reference_global_vars_info_t;
|
||
typedef struct ipa_reference_optimization_summary_d *ipa_reference_optimization_summary_t;
|
||
|
||
struct ipa_reference_vars_info_d
|
||
{
|
||
struct ipa_reference_local_vars_info_d local;
|
||
struct ipa_reference_global_vars_info_d global;
|
||
};
|
||
|
||
typedef struct ipa_reference_vars_info_d *ipa_reference_vars_info_t;
|
||
|
||
/* This splay tree contains all of the static variables that are
|
||
being considered by the compilation level alias analysis. */
|
||
static splay_tree reference_vars_to_consider;
|
||
|
||
/* Set of all interesting module statics. A bit is set for every module
|
||
static we are considering. This is added to the local info when asm
|
||
code is found that clobbers all memory. */
|
||
static bitmap all_module_statics;
|
||
|
||
/* Obstack holding bitmaps of local analysis (live from analysis to
|
||
propagation) */
|
||
static bitmap_obstack local_info_obstack;
|
||
/* Obstack holding global analysis live forever. */
|
||
static bitmap_obstack optimization_summary_obstack;
|
||
|
||
/* Holders of ipa cgraph hooks: */
|
||
static struct cgraph_2node_hook_list *node_duplication_hook_holder;
|
||
static struct cgraph_node_hook_list *node_removal_hook_holder;
|
||
|
||
/* Vector where the reference var infos are actually stored.
|
||
Indexed by UID of call graph nodes. */
|
||
static vec<ipa_reference_vars_info_t> ipa_reference_vars_vector;
|
||
|
||
static vec<ipa_reference_optimization_summary_t> ipa_reference_opt_sum_vector;
|
||
|
||
/* Return the ipa_reference_vars structure starting from the cgraph NODE. */
|
||
static inline ipa_reference_vars_info_t
|
||
get_reference_vars_info (struct cgraph_node *node)
|
||
{
|
||
if (!ipa_reference_vars_vector.exists ()
|
||
|| ipa_reference_vars_vector.length () <= (unsigned int) node->uid)
|
||
return NULL;
|
||
return ipa_reference_vars_vector[node->uid];
|
||
}
|
||
|
||
/* Return the ipa_reference_vars structure starting from the cgraph NODE. */
|
||
static inline ipa_reference_optimization_summary_t
|
||
get_reference_optimization_summary (struct cgraph_node *node)
|
||
{
|
||
if (!ipa_reference_opt_sum_vector.exists ()
|
||
|| (ipa_reference_opt_sum_vector.length () <= (unsigned int) node->uid))
|
||
return NULL;
|
||
return ipa_reference_opt_sum_vector[node->uid];
|
||
}
|
||
|
||
/* Return the ipa_reference_vars structure starting from the cgraph NODE. */
|
||
static inline void
|
||
set_reference_vars_info (struct cgraph_node *node,
|
||
ipa_reference_vars_info_t info)
|
||
{
|
||
if (!ipa_reference_vars_vector.exists ()
|
||
|| ipa_reference_vars_vector.length () <= (unsigned int) node->uid)
|
||
ipa_reference_vars_vector.safe_grow_cleared (node->uid + 1);
|
||
ipa_reference_vars_vector[node->uid] = info;
|
||
}
|
||
|
||
/* Return the ipa_reference_vars structure starting from the cgraph NODE. */
|
||
static inline void
|
||
set_reference_optimization_summary (struct cgraph_node *node,
|
||
ipa_reference_optimization_summary_t info)
|
||
{
|
||
if (!ipa_reference_opt_sum_vector.exists ()
|
||
|| (ipa_reference_opt_sum_vector.length () <= (unsigned int) node->uid))
|
||
ipa_reference_opt_sum_vector.safe_grow_cleared (node->uid + 1);
|
||
ipa_reference_opt_sum_vector[node->uid] = info;
|
||
}
|
||
|
||
/* Return a bitmap indexed by DECL_UID for the static variables that
|
||
are *not* read during the execution of the function FN. Returns
|
||
NULL if no data is available. */
|
||
|
||
bitmap
|
||
ipa_reference_get_not_read_global (struct cgraph_node *fn)
|
||
{
|
||
ipa_reference_optimization_summary_t info =
|
||
get_reference_optimization_summary (cgraph_function_node (fn, NULL));
|
||
if (info)
|
||
return info->statics_not_read;
|
||
else if (flags_from_decl_or_type (fn->symbol.decl) & ECF_LEAF)
|
||
return all_module_statics;
|
||
else
|
||
return NULL;
|
||
}
|
||
|
||
/* Return a bitmap indexed by DECL_UID for the static variables that
|
||
are *not* written during the execution of the function FN. Note
|
||
that variables written may or may not be read during the function
|
||
call. Returns NULL if no data is available. */
|
||
|
||
bitmap
|
||
ipa_reference_get_not_written_global (struct cgraph_node *fn)
|
||
{
|
||
ipa_reference_optimization_summary_t info =
|
||
get_reference_optimization_summary (fn);
|
||
if (info)
|
||
return info->statics_not_written;
|
||
else if (flags_from_decl_or_type (fn->symbol.decl) & ECF_LEAF)
|
||
return all_module_statics;
|
||
else
|
||
return NULL;
|
||
}
|
||
|
||
|
||
|
||
/* Add VAR to all_module_statics and the two
|
||
reference_vars_to_consider* sets. */
|
||
|
||
static inline void
|
||
add_static_var (tree var)
|
||
{
|
||
int uid = DECL_UID (var);
|
||
gcc_assert (TREE_CODE (var) == VAR_DECL);
|
||
if (dump_file)
|
||
splay_tree_insert (reference_vars_to_consider,
|
||
uid, (splay_tree_value)var);
|
||
bitmap_set_bit (all_module_statics, uid);
|
||
}
|
||
|
||
/* Return true if the variable T is the right kind of static variable to
|
||
perform compilation unit scope escape analysis. */
|
||
|
||
static inline bool
|
||
is_proper_for_analysis (tree t)
|
||
{
|
||
/* If the variable has the "used" attribute, treat it as if it had a
|
||
been touched by the devil. */
|
||
if (DECL_PRESERVE_P (t))
|
||
return false;
|
||
|
||
/* Do not want to do anything with volatile except mark any
|
||
function that uses one to be not const or pure. */
|
||
if (TREE_THIS_VOLATILE (t))
|
||
return false;
|
||
|
||
/* We do not need to analyze readonly vars, we already know they do not
|
||
alias. */
|
||
if (TREE_READONLY (t))
|
||
return false;
|
||
|
||
/* This is a variable we care about. Check if we have seen it
|
||
before, and if not add it the set of variables we care about. */
|
||
if (all_module_statics
|
||
&& !bitmap_bit_p (all_module_statics, DECL_UID (t)))
|
||
add_static_var (t);
|
||
|
||
return true;
|
||
}
|
||
|
||
/* Lookup the tree node for the static variable that has UID and
|
||
convert the name to a string for debugging. */
|
||
|
||
static const char *
|
||
get_static_name (int index)
|
||
{
|
||
splay_tree_node stn =
|
||
splay_tree_lookup (reference_vars_to_consider, index);
|
||
return fndecl_name ((tree)(stn->value));
|
||
}
|
||
|
||
/* Dump a set of static vars to FILE. */
|
||
static void
|
||
dump_static_vars_set_to_file (FILE *f, bitmap set)
|
||
{
|
||
unsigned int index;
|
||
bitmap_iterator bi;
|
||
if (set == NULL)
|
||
return;
|
||
else if (set == all_module_statics)
|
||
fprintf (f, "ALL");
|
||
else
|
||
EXECUTE_IF_SET_IN_BITMAP (set, 0, index, bi)
|
||
{
|
||
fprintf (f, "%s ", get_static_name (index));
|
||
}
|
||
}
|
||
|
||
/* Compute X |= Y, taking into account the possibility that
|
||
either X or Y is already the maximum set.
|
||
Return true if X is the maximum set after taking the union with Y. */
|
||
|
||
static bool
|
||
union_static_var_sets (bitmap &x, bitmap y)
|
||
{
|
||
if (x != all_module_statics)
|
||
{
|
||
if (y == all_module_statics)
|
||
{
|
||
BITMAP_FREE (x);
|
||
x = all_module_statics;
|
||
}
|
||
else if (bitmap_ior_into (x, y))
|
||
{
|
||
/* The union may have reduced X to the maximum set.
|
||
In that case, we want to make that visible explicitly.
|
||
Even though bitmap_equal_p can be very expensive, it
|
||
turns out to be an overall win to check this here for
|
||
an LTO bootstrap of GCC itself. Liberally extrapoliate
|
||
that result to be applicable to all cases. */
|
||
if (bitmap_equal_p (x, all_module_statics))
|
||
{
|
||
BITMAP_FREE (x);
|
||
x = all_module_statics;
|
||
}
|
||
}
|
||
}
|
||
return x == all_module_statics;
|
||
}
|
||
|
||
/* Compute X &= Y, taking into account the possibility that
|
||
X may become the maximum set. */
|
||
|
||
static bool
|
||
intersect_static_var_sets (bitmap &x, bitmap y)
|
||
{
|
||
if (x != all_module_statics)
|
||
{
|
||
bitmap_and_into (x, y);
|
||
/* As with union_static_var_sets, reducing to the maximum
|
||
set as early as possible is an overall win. */
|
||
if (bitmap_equal_p (x, all_module_statics))
|
||
{
|
||
BITMAP_FREE (x);
|
||
x = all_module_statics;
|
||
}
|
||
}
|
||
return x == all_module_statics;
|
||
}
|
||
|
||
/* Return a copy of SET on the bitmap obstack containing SET.
|
||
But if SET is NULL or the maximum set, return that instead. */
|
||
|
||
static bitmap
|
||
copy_static_var_set (bitmap set)
|
||
{
|
||
if (set == NULL || set == all_module_statics)
|
||
return set;
|
||
bitmap_obstack *o = set->obstack;
|
||
gcc_checking_assert (o);
|
||
bitmap copy = BITMAP_ALLOC (o);
|
||
bitmap_copy (copy, set);
|
||
return copy;
|
||
}
|
||
|
||
/* Compute the union all of the statics read and written by every callee of X
|
||
into X_GLOBAL->statics_read and X_GLOBAL->statics_written. X_GLOBAL is
|
||
actually the set representing the cycle containing X. If the read and
|
||
written sets of X_GLOBAL has been reduced to the maximum set, we don't
|
||
have to look at the remaining callees. */
|
||
|
||
static void
|
||
propagate_bits (ipa_reference_global_vars_info_t x_global, struct cgraph_node *x)
|
||
{
|
||
struct cgraph_edge *e;
|
||
bool read_all = x_global->statics_read == all_module_statics;
|
||
bool write_all = x_global->statics_written == all_module_statics;
|
||
for (e = x->callees;
|
||
e && !(read_all && write_all);
|
||
e = e->next_callee)
|
||
{
|
||
enum availability avail;
|
||
struct cgraph_node *y = cgraph_function_node (e->callee, &avail);
|
||
if (!y)
|
||
continue;
|
||
|
||
/* Only look into nodes we can propagate something. */
|
||
int flags = flags_from_decl_or_type (y->symbol.decl);
|
||
if (avail > AVAIL_OVERWRITABLE
|
||
|| (avail == AVAIL_OVERWRITABLE && (flags & ECF_LEAF)))
|
||
{
|
||
if (get_reference_vars_info (y))
|
||
{
|
||
ipa_reference_vars_info_t y_info = get_reference_vars_info (y);
|
||
ipa_reference_global_vars_info_t y_global = &y_info->global;
|
||
|
||
/* Calls in the current cycle do not have their global set
|
||
computed yet (but everything else does because we're
|
||
visiting nodes in topological order). */
|
||
if (!y_global->statics_read)
|
||
continue;
|
||
|
||
/* If the function is const, it reads no memory even if it
|
||
seems so to local analysis. */
|
||
if (flags & ECF_CONST)
|
||
continue;
|
||
|
||
union_static_var_sets (x_global->statics_read,
|
||
y_global->statics_read);
|
||
|
||
/* If the function is pure, it has no stores even if it
|
||
seems so to local analysis. If we cannot return from
|
||
the function, we can safely ignore the call. */
|
||
if ((flags & ECF_PURE)
|
||
|| cgraph_edge_cannot_lead_to_return (e))
|
||
continue;
|
||
|
||
union_static_var_sets (x_global->statics_written,
|
||
y_global->statics_written);
|
||
}
|
||
else
|
||
gcc_unreachable ();
|
||
}
|
||
}
|
||
}
|
||
|
||
/* The init routine for analyzing global static variable usage. See
|
||
comments at top for description. */
|
||
static void
|
||
ipa_init (void)
|
||
{
|
||
static bool init_p = false;
|
||
|
||
if (init_p)
|
||
return;
|
||
|
||
init_p = true;
|
||
|
||
if (dump_file)
|
||
reference_vars_to_consider = splay_tree_new (splay_tree_compare_ints, 0, 0);
|
||
|
||
bitmap_obstack_initialize (&local_info_obstack);
|
||
bitmap_obstack_initialize (&optimization_summary_obstack);
|
||
all_module_statics = BITMAP_ALLOC (&optimization_summary_obstack);
|
||
|
||
node_removal_hook_holder =
|
||
cgraph_add_node_removal_hook (&remove_node_data, NULL);
|
||
node_duplication_hook_holder =
|
||
cgraph_add_node_duplication_hook (&duplicate_node_data, NULL);
|
||
}
|
||
|
||
|
||
/* Set up the persistent info for FN. */
|
||
|
||
static ipa_reference_local_vars_info_t
|
||
init_function_info (struct cgraph_node *fn)
|
||
{
|
||
ipa_reference_vars_info_t info
|
||
= XCNEW (struct ipa_reference_vars_info_d);
|
||
|
||
/* Add the info to the tree's annotation. */
|
||
set_reference_vars_info (fn, info);
|
||
|
||
info->local.statics_read = BITMAP_ALLOC (&local_info_obstack);
|
||
info->local.statics_written = BITMAP_ALLOC (&local_info_obstack);
|
||
|
||
return &info->local;
|
||
}
|
||
|
||
|
||
/* This is the main routine for finding the reference patterns for
|
||
global variables within a function FN. */
|
||
|
||
static void
|
||
analyze_function (struct cgraph_node *fn)
|
||
{
|
||
ipa_reference_local_vars_info_t local;
|
||
struct ipa_ref *ref;
|
||
int i;
|
||
tree var;
|
||
|
||
local = init_function_info (fn);
|
||
for (i = 0; ipa_ref_list_reference_iterate (&fn->symbol.ref_list, i, ref); i++)
|
||
{
|
||
if (!is_a <varpool_node> (ref->referred))
|
||
continue;
|
||
var = ipa_ref_varpool_node (ref)->symbol.decl;
|
||
if (!is_proper_for_analysis (var))
|
||
continue;
|
||
switch (ref->use)
|
||
{
|
||
case IPA_REF_LOAD:
|
||
bitmap_set_bit (local->statics_read, DECL_UID (var));
|
||
break;
|
||
case IPA_REF_STORE:
|
||
if (ipa_ref_cannot_lead_to_return (ref))
|
||
break;
|
||
bitmap_set_bit (local->statics_written, DECL_UID (var));
|
||
break;
|
||
case IPA_REF_ADDR:
|
||
break;
|
||
}
|
||
}
|
||
|
||
if (cgraph_node_cannot_return (fn))
|
||
bitmap_clear (local->statics_written);
|
||
}
|
||
|
||
|
||
/* Called when new clone is inserted to callgraph late. */
|
||
|
||
static void
|
||
duplicate_node_data (struct cgraph_node *src, struct cgraph_node *dst,
|
||
void *data ATTRIBUTE_UNUSED)
|
||
{
|
||
ipa_reference_optimization_summary_t ginfo;
|
||
ipa_reference_optimization_summary_t dst_ginfo;
|
||
|
||
ginfo = get_reference_optimization_summary (src);
|
||
if (!ginfo)
|
||
return;
|
||
dst_ginfo = XCNEW (struct ipa_reference_optimization_summary_d);
|
||
set_reference_optimization_summary (dst, dst_ginfo);
|
||
dst_ginfo->statics_not_read =
|
||
copy_static_var_set (ginfo->statics_not_read);
|
||
dst_ginfo->statics_not_written =
|
||
copy_static_var_set (ginfo->statics_not_written);
|
||
}
|
||
|
||
/* Called when node is removed. */
|
||
|
||
static void
|
||
remove_node_data (struct cgraph_node *node, void *data ATTRIBUTE_UNUSED)
|
||
{
|
||
ipa_reference_optimization_summary_t ginfo;
|
||
ginfo = get_reference_optimization_summary (node);
|
||
if (ginfo)
|
||
{
|
||
if (ginfo->statics_not_read
|
||
&& ginfo->statics_not_read != all_module_statics)
|
||
BITMAP_FREE (ginfo->statics_not_read);
|
||
|
||
if (ginfo->statics_not_written
|
||
&& ginfo->statics_not_written != all_module_statics)
|
||
BITMAP_FREE (ginfo->statics_not_written);
|
||
free (ginfo);
|
||
set_reference_optimization_summary (node, NULL);
|
||
}
|
||
}
|
||
|
||
/* Analyze each function in the cgraph to see which global or statics
|
||
are read or written. */
|
||
|
||
static void
|
||
generate_summary (void)
|
||
{
|
||
struct cgraph_node *node;
|
||
unsigned int index;
|
||
bitmap_iterator bi;
|
||
|
||
ipa_init ();
|
||
|
||
/* Process all of the functions next. */
|
||
FOR_EACH_DEFINED_FUNCTION (node)
|
||
analyze_function (node);
|
||
|
||
if (dump_file)
|
||
EXECUTE_IF_SET_IN_BITMAP (all_module_statics, 0, index, bi)
|
||
{
|
||
fprintf (dump_file, "\nPromotable global:%s (uid=%u)\n",
|
||
get_static_name (index), index);
|
||
}
|
||
|
||
if (dump_file)
|
||
FOR_EACH_DEFINED_FUNCTION (node)
|
||
if (cgraph_function_body_availability (node) >= AVAIL_OVERWRITABLE)
|
||
{
|
||
ipa_reference_local_vars_info_t l;
|
||
unsigned int index;
|
||
bitmap_iterator bi;
|
||
|
||
l = &get_reference_vars_info (node)->local;
|
||
fprintf (dump_file,
|
||
"\nFunction name:%s/%i:",
|
||
cgraph_node_asm_name (node), node->symbol.order);
|
||
fprintf (dump_file, "\n locals read: ");
|
||
if (l->statics_read)
|
||
EXECUTE_IF_SET_IN_BITMAP (l->statics_read,
|
||
0, index, bi)
|
||
{
|
||
fprintf (dump_file, "%s ",
|
||
get_static_name (index));
|
||
}
|
||
fprintf (dump_file, "\n locals written: ");
|
||
if (l->statics_written)
|
||
EXECUTE_IF_SET_IN_BITMAP (l->statics_written,
|
||
0, index, bi)
|
||
{
|
||
fprintf(dump_file, "%s ",
|
||
get_static_name (index));
|
||
}
|
||
}
|
||
}
|
||
|
||
/* Set READ_ALL/WRITE_ALL based on decl flags of NODE. */
|
||
|
||
static void
|
||
read_write_all_from_decl (struct cgraph_node *node,
|
||
bool &read_all, bool &write_all)
|
||
{
|
||
tree decl = node->symbol.decl;
|
||
int flags = flags_from_decl_or_type (decl);
|
||
if ((flags & ECF_LEAF)
|
||
&& cgraph_function_body_availability (node) <= AVAIL_OVERWRITABLE)
|
||
;
|
||
else if (flags & ECF_CONST)
|
||
;
|
||
else if ((flags & ECF_PURE)
|
||
|| cgraph_node_cannot_return (node))
|
||
{
|
||
read_all = true;
|
||
if (dump_file && (dump_flags & TDF_DETAILS))
|
||
fprintf (dump_file, " %s/%i -> read all\n",
|
||
cgraph_node_asm_name (node), node->symbol.order);
|
||
}
|
||
else
|
||
{
|
||
/* TODO: To be able to produce sane results, we should also handle
|
||
common builtins, in particular throw. */
|
||
read_all = true;
|
||
write_all = true;
|
||
if (dump_file && (dump_flags & TDF_DETAILS))
|
||
fprintf (dump_file, " %s/%i -> read all, write all\n",
|
||
cgraph_node_asm_name (node), node->symbol.order);
|
||
}
|
||
}
|
||
|
||
/* Set READ_ALL/WRITE_ALL based on decl flags of NODE or any member
|
||
in the cycle of NODE. */
|
||
|
||
static void
|
||
get_read_write_all_from_node (struct cgraph_node *node,
|
||
bool &read_all, bool &write_all)
|
||
{
|
||
struct cgraph_edge *e, *ie;
|
||
|
||
/* When function is overwritable, we can not assume anything. */
|
||
if (cgraph_function_body_availability (node) <= AVAIL_OVERWRITABLE)
|
||
read_write_all_from_decl (node, read_all, write_all);
|
||
|
||
for (e = node->callees;
|
||
e && !(read_all && write_all);
|
||
e = e->next_callee)
|
||
{
|
||
enum availability avail;
|
||
struct cgraph_node *callee = cgraph_function_node (e->callee, &avail);
|
||
gcc_checking_assert (callee);
|
||
if (avail <= AVAIL_OVERWRITABLE)
|
||
read_write_all_from_decl (callee, read_all, write_all);
|
||
}
|
||
|
||
for (ie = node->indirect_calls;
|
||
ie && !(read_all && write_all);
|
||
ie = ie->next_callee)
|
||
if (!(ie->indirect_info->ecf_flags & ECF_CONST))
|
||
{
|
||
read_all = true;
|
||
if (dump_file && (dump_flags & TDF_DETAILS))
|
||
fprintf (dump_file, " indirect call -> read all\n");
|
||
if (!cgraph_edge_cannot_lead_to_return (ie)
|
||
&& !(ie->indirect_info->ecf_flags & ECF_PURE))
|
||
{
|
||
if (dump_file && (dump_flags & TDF_DETAILS))
|
||
fprintf (dump_file, " indirect call -> write all\n");
|
||
write_all = true;
|
||
}
|
||
}
|
||
}
|
||
|
||
/* Produce the global information by preforming a transitive closure
|
||
on the local information that was produced by ipa_analyze_function. */
|
||
|
||
static unsigned int
|
||
propagate (void)
|
||
{
|
||
struct cgraph_node *node;
|
||
struct varpool_node *vnode;
|
||
struct cgraph_node **order =
|
||
XCNEWVEC (struct cgraph_node *, cgraph_n_nodes);
|
||
int order_pos;
|
||
int i;
|
||
|
||
if (dump_file)
|
||
dump_cgraph (dump_file);
|
||
|
||
ipa_discover_readonly_nonaddressable_vars ();
|
||
generate_summary ();
|
||
|
||
/* Now we know what vars are really statics; prune out those that aren't. */
|
||
FOR_EACH_VARIABLE (vnode)
|
||
if (vnode->symbol.externally_visible
|
||
|| TREE_ADDRESSABLE (vnode->symbol.decl)
|
||
|| TREE_READONLY (vnode->symbol.decl)
|
||
|| !is_proper_for_analysis (vnode->symbol.decl)
|
||
|| !vnode->symbol.definition)
|
||
bitmap_clear_bit (all_module_statics, DECL_UID (vnode->symbol.decl));
|
||
|
||
/* Forget info we collected "just for fun" on variables that turned out to be
|
||
non-local. */
|
||
FOR_EACH_DEFINED_FUNCTION (node)
|
||
{
|
||
ipa_reference_local_vars_info_t node_l;
|
||
node_l = &get_reference_vars_info (node)->local;
|
||
intersect_static_var_sets (node_l->statics_read, all_module_statics);
|
||
intersect_static_var_sets (node_l->statics_written, all_module_statics);
|
||
}
|
||
|
||
/* Propagate the local information through the call graph to produce
|
||
the global information. All the nodes within a cycle will have
|
||
the same info so we collapse cycles first. Then we can do the
|
||
propagation in one pass from the leaves to the roots. */
|
||
order_pos = ipa_reduced_postorder (order, true, true, NULL);
|
||
if (dump_file)
|
||
ipa_print_order (dump_file, "reduced", order, order_pos);
|
||
|
||
for (i = 0; i < order_pos; i++ )
|
||
{
|
||
unsigned x;
|
||
struct cgraph_node *w;
|
||
ipa_reference_vars_info_t node_info;
|
||
ipa_reference_global_vars_info_t node_g;
|
||
ipa_reference_local_vars_info_t node_l;
|
||
bool read_all = false;
|
||
bool write_all = false;
|
||
|
||
node = order[i];
|
||
if (node->symbol.alias)
|
||
continue;
|
||
|
||
node_info = get_reference_vars_info (node);
|
||
gcc_assert (node_info);
|
||
node_l = &node_info->local;
|
||
node_g = &node_info->global;
|
||
|
||
if (dump_file && (dump_flags & TDF_DETAILS))
|
||
fprintf (dump_file, "Starting cycle with %s/%i\n",
|
||
cgraph_node_asm_name (node), node->symbol.order);
|
||
|
||
vec<cgraph_node_ptr> cycle_nodes = ipa_get_nodes_in_cycle (node);
|
||
|
||
/* If any node in a cycle is read_all or write_all, they all are. */
|
||
FOR_EACH_VEC_ELT (cycle_nodes, x, w)
|
||
{
|
||
if (dump_file && (dump_flags & TDF_DETAILS))
|
||
fprintf (dump_file, " Visiting %s/%i\n",
|
||
cgraph_node_asm_name (w), w->symbol.order);
|
||
get_read_write_all_from_node (w, read_all, write_all);
|
||
if (read_all && write_all)
|
||
break;
|
||
}
|
||
|
||
/* Initialized the bitmaps global sets for the reduced node. */
|
||
if (read_all)
|
||
node_g->statics_read = all_module_statics;
|
||
else
|
||
node_g->statics_read = copy_static_var_set (node_l->statics_read);
|
||
if (write_all)
|
||
node_g->statics_written = all_module_statics;
|
||
else
|
||
node_g->statics_written = copy_static_var_set (node_l->statics_written);
|
||
|
||
/* Merge the sets of this cycle with all sets of callees reached
|
||
from this cycle. */
|
||
FOR_EACH_VEC_ELT (cycle_nodes, x, w)
|
||
{
|
||
if (read_all && write_all)
|
||
break;
|
||
|
||
if (w != node)
|
||
{
|
||
ipa_reference_vars_info_t w_ri = get_reference_vars_info (w);
|
||
ipa_reference_local_vars_info_t w_l = &w_ri->local;
|
||
int flags = flags_from_decl_or_type (w->symbol.decl);
|
||
|
||
if (!(flags & ECF_CONST))
|
||
read_all = union_static_var_sets (node_g->statics_read,
|
||
w_l->statics_read);
|
||
if (!(flags & ECF_PURE)
|
||
&& !cgraph_node_cannot_return (w))
|
||
write_all = union_static_var_sets (node_g->statics_written,
|
||
w_l->statics_written);
|
||
}
|
||
|
||
propagate_bits (node_g, w);
|
||
}
|
||
|
||
/* All nodes within a cycle have the same global info bitmaps. */
|
||
FOR_EACH_VEC_ELT (cycle_nodes, x, w)
|
||
{
|
||
ipa_reference_vars_info_t w_ri = get_reference_vars_info (w);
|
||
w_ri->global = *node_g;
|
||
}
|
||
|
||
cycle_nodes.release ();
|
||
}
|
||
|
||
if (dump_file)
|
||
{
|
||
for (i = 0; i < order_pos; i++)
|
||
{
|
||
unsigned x;
|
||
struct cgraph_node *w;
|
||
|
||
node = order[i];
|
||
if (node->symbol.alias)
|
||
continue;
|
||
|
||
fprintf (dump_file,
|
||
"\nFunction name:%s/%i:",
|
||
cgraph_node_asm_name (node), node->symbol.order);
|
||
|
||
ipa_reference_vars_info_t node_info = get_reference_vars_info (node);
|
||
ipa_reference_global_vars_info_t node_g = &node_info->global;
|
||
|
||
vec<cgraph_node_ptr> cycle_nodes = ipa_get_nodes_in_cycle (node);
|
||
FOR_EACH_VEC_ELT (cycle_nodes, x, w)
|
||
{
|
||
ipa_reference_vars_info_t w_ri = get_reference_vars_info (w);
|
||
ipa_reference_local_vars_info_t w_l = &w_ri->local;
|
||
if (w != node)
|
||
fprintf (dump_file, "\n next cycle: %s/%i ",
|
||
cgraph_node_asm_name (w), w->symbol.order);
|
||
fprintf (dump_file, "\n locals read: ");
|
||
dump_static_vars_set_to_file (dump_file, w_l->statics_read);
|
||
fprintf (dump_file, "\n locals written: ");
|
||
dump_static_vars_set_to_file (dump_file, w_l->statics_written);
|
||
}
|
||
cycle_nodes.release ();
|
||
|
||
fprintf (dump_file, "\n globals read: ");
|
||
dump_static_vars_set_to_file (dump_file, node_g->statics_read);
|
||
fprintf (dump_file, "\n globals written: ");
|
||
dump_static_vars_set_to_file (dump_file, node_g->statics_written);
|
||
fprintf (dump_file, "\n");
|
||
}
|
||
}
|
||
|
||
/* Cleanup. */
|
||
FOR_EACH_DEFINED_FUNCTION (node)
|
||
{
|
||
ipa_reference_vars_info_t node_info;
|
||
ipa_reference_global_vars_info_t node_g;
|
||
ipa_reference_optimization_summary_t opt;
|
||
|
||
node_info = get_reference_vars_info (node);
|
||
if (!node->symbol.alias
|
||
&& (cgraph_function_body_availability (node) > AVAIL_OVERWRITABLE
|
||
|| (flags_from_decl_or_type (node->symbol.decl) & ECF_LEAF)))
|
||
{
|
||
node_g = &node_info->global;
|
||
|
||
opt = XCNEW (struct ipa_reference_optimization_summary_d);
|
||
set_reference_optimization_summary (node, opt);
|
||
|
||
/* Create the complimentary sets. */
|
||
|
||
if (bitmap_empty_p (node_g->statics_read))
|
||
opt->statics_not_read = all_module_statics;
|
||
else
|
||
{
|
||
opt->statics_not_read
|
||
= BITMAP_ALLOC (&optimization_summary_obstack);
|
||
if (node_g->statics_read != all_module_statics)
|
||
bitmap_and_compl (opt->statics_not_read,
|
||
all_module_statics,
|
||
node_g->statics_read);
|
||
}
|
||
|
||
if (bitmap_empty_p (node_g->statics_written))
|
||
opt->statics_not_written = all_module_statics;
|
||
else
|
||
{
|
||
opt->statics_not_written
|
||
= BITMAP_ALLOC (&optimization_summary_obstack);
|
||
if (node_g->statics_written != all_module_statics)
|
||
bitmap_and_compl (opt->statics_not_written,
|
||
all_module_statics,
|
||
node_g->statics_written);
|
||
}
|
||
}
|
||
free (node_info);
|
||
}
|
||
|
||
ipa_free_postorder_info ();
|
||
free (order);
|
||
|
||
bitmap_obstack_release (&local_info_obstack);
|
||
ipa_reference_vars_vector.release ();
|
||
if (dump_file)
|
||
splay_tree_delete (reference_vars_to_consider);
|
||
reference_vars_to_consider = NULL;
|
||
return 0;
|
||
}
|
||
|
||
/* Return true if we need to write summary of NODE. */
|
||
|
||
static bool
|
||
write_node_summary_p (struct cgraph_node *node,
|
||
lto_symtab_encoder_t encoder,
|
||
bitmap ltrans_statics)
|
||
{
|
||
ipa_reference_optimization_summary_t info;
|
||
|
||
/* See if we have (non-empty) info. */
|
||
if (!node->symbol.definition || node->global.inlined_to)
|
||
return false;
|
||
info = get_reference_optimization_summary (node);
|
||
if (!info || (bitmap_empty_p (info->statics_not_read)
|
||
&& bitmap_empty_p (info->statics_not_written)))
|
||
return false;
|
||
|
||
/* See if we want to encode it.
|
||
Encode also referenced functions since constant folding might turn it into
|
||
a direct call.
|
||
|
||
In future we might also want to include summaries of functions references
|
||
by initializers of constant variables references in current unit. */
|
||
if (!reachable_from_this_partition_p (node, encoder)
|
||
&& !referenced_from_this_partition_p (&node->symbol.ref_list, encoder))
|
||
return false;
|
||
|
||
/* See if the info has non-empty intersections with vars we want to encode. */
|
||
if (!bitmap_intersect_p (info->statics_not_read, ltrans_statics)
|
||
&& !bitmap_intersect_p (info->statics_not_written, ltrans_statics))
|
||
return false;
|
||
return true;
|
||
}
|
||
|
||
/* Stream out BITS<RANS_STATICS as list of decls to OB.
|
||
LTRANS_STATICS_BITCOUNT specify number of bits in LTRANS_STATICS
|
||
or -1. When it is positive, just output -1 when
|
||
BITS<RANS_STATICS == BITS<RANS_STATICS. */
|
||
|
||
static void
|
||
stream_out_bitmap (struct lto_simple_output_block *ob,
|
||
bitmap bits, bitmap ltrans_statics,
|
||
int ltrans_statics_bitcount)
|
||
{
|
||
int count = 0;
|
||
unsigned int index;
|
||
bitmap_iterator bi;
|
||
if (bits == all_module_statics)
|
||
{
|
||
streamer_write_hwi_stream (ob->main_stream, -1);
|
||
return;
|
||
}
|
||
EXECUTE_IF_AND_IN_BITMAP (bits, ltrans_statics, 0, index, bi)
|
||
count ++;
|
||
if (count == ltrans_statics_bitcount)
|
||
{
|
||
streamer_write_hwi_stream (ob->main_stream, -1);
|
||
return;
|
||
}
|
||
streamer_write_hwi_stream (ob->main_stream, count);
|
||
if (!count)
|
||
return;
|
||
EXECUTE_IF_AND_IN_BITMAP (bits, ltrans_statics, 0, index, bi)
|
||
{
|
||
tree decl = (tree)splay_tree_lookup (reference_vars_to_consider, index)->value;
|
||
lto_output_var_decl_index(ob->decl_state, ob->main_stream, decl);
|
||
}
|
||
}
|
||
|
||
/* Serialize the ipa info for lto. */
|
||
|
||
static void
|
||
ipa_reference_write_optimization_summary (void)
|
||
{
|
||
struct lto_simple_output_block *ob
|
||
= lto_create_simple_output_block (LTO_section_ipa_reference);
|
||
unsigned int count = 0;
|
||
int ltrans_statics_bitcount = 0;
|
||
lto_symtab_encoder_t encoder = ob->decl_state->symtab_node_encoder;
|
||
bitmap ltrans_statics = BITMAP_ALLOC (NULL);
|
||
int i;
|
||
|
||
reference_vars_to_consider = splay_tree_new (splay_tree_compare_ints, 0, 0);
|
||
|
||
/* See what variables we are interested in. */
|
||
for (i = 0; i < lto_symtab_encoder_size (encoder); i++)
|
||
{
|
||
symtab_node snode = lto_symtab_encoder_deref (encoder, i);
|
||
varpool_node *vnode = dyn_cast <varpool_node> (snode);
|
||
if (vnode
|
||
&& bitmap_bit_p (all_module_statics, DECL_UID (vnode->symbol.decl))
|
||
&& referenced_from_this_partition_p (&vnode->symbol.ref_list, encoder))
|
||
{
|
||
tree decl = vnode->symbol.decl;
|
||
bitmap_set_bit (ltrans_statics, DECL_UID (decl));
|
||
splay_tree_insert (reference_vars_to_consider,
|
||
DECL_UID (decl), (splay_tree_value)decl);
|
||
ltrans_statics_bitcount ++;
|
||
}
|
||
}
|
||
|
||
|
||
if (ltrans_statics_bitcount)
|
||
for (i = 0; i < lto_symtab_encoder_size (encoder); i++)
|
||
{
|
||
symtab_node snode = lto_symtab_encoder_deref (encoder, i);
|
||
cgraph_node *cnode = dyn_cast <cgraph_node> (snode);
|
||
if (cnode && write_node_summary_p (cnode, encoder, ltrans_statics))
|
||
count++;
|
||
}
|
||
|
||
streamer_write_uhwi_stream (ob->main_stream, count);
|
||
if (count)
|
||
stream_out_bitmap (ob, ltrans_statics, ltrans_statics,
|
||
-1);
|
||
|
||
/* Process all of the functions. */
|
||
if (ltrans_statics_bitcount)
|
||
for (i = 0; i < lto_symtab_encoder_size (encoder); i++)
|
||
{
|
||
symtab_node snode = lto_symtab_encoder_deref (encoder, i);
|
||
cgraph_node *cnode = dyn_cast <cgraph_node> (snode);
|
||
if (cnode && write_node_summary_p (cnode, encoder, ltrans_statics))
|
||
{
|
||
ipa_reference_optimization_summary_t info;
|
||
int node_ref;
|
||
|
||
info = get_reference_optimization_summary (cnode);
|
||
node_ref = lto_symtab_encoder_encode (encoder, snode);
|
||
streamer_write_uhwi_stream (ob->main_stream, node_ref);
|
||
|
||
stream_out_bitmap (ob, info->statics_not_read, ltrans_statics,
|
||
ltrans_statics_bitcount);
|
||
stream_out_bitmap (ob, info->statics_not_written, ltrans_statics,
|
||
ltrans_statics_bitcount);
|
||
}
|
||
}
|
||
BITMAP_FREE (ltrans_statics);
|
||
lto_destroy_simple_output_block (ob);
|
||
splay_tree_delete (reference_vars_to_consider);
|
||
}
|
||
|
||
/* Deserialize the ipa info for lto. */
|
||
|
||
static void
|
||
ipa_reference_read_optimization_summary (void)
|
||
{
|
||
struct lto_file_decl_data ** file_data_vec
|
||
= lto_get_file_decl_data ();
|
||
struct lto_file_decl_data * file_data;
|
||
unsigned int j = 0;
|
||
bitmap_obstack_initialize (&optimization_summary_obstack);
|
||
|
||
node_removal_hook_holder =
|
||
cgraph_add_node_removal_hook (&remove_node_data, NULL);
|
||
node_duplication_hook_holder =
|
||
cgraph_add_node_duplication_hook (&duplicate_node_data, NULL);
|
||
all_module_statics = BITMAP_ALLOC (&optimization_summary_obstack);
|
||
|
||
while ((file_data = file_data_vec[j++]))
|
||
{
|
||
const char *data;
|
||
size_t len;
|
||
struct lto_input_block *ib
|
||
= lto_create_simple_input_block (file_data,
|
||
LTO_section_ipa_reference,
|
||
&data, &len);
|
||
if (ib)
|
||
{
|
||
unsigned int i;
|
||
unsigned int f_count = streamer_read_uhwi (ib);
|
||
int b_count;
|
||
if (!f_count)
|
||
continue;
|
||
b_count = streamer_read_hwi (ib);
|
||
if (dump_file)
|
||
fprintf (dump_file, "all module statics:");
|
||
for (i = 0; i < (unsigned int)b_count; i++)
|
||
{
|
||
unsigned int var_index = streamer_read_uhwi (ib);
|
||
tree v_decl = lto_file_decl_data_get_var_decl (file_data,
|
||
var_index);
|
||
bitmap_set_bit (all_module_statics, DECL_UID (v_decl));
|
||
if (dump_file)
|
||
fprintf (dump_file, " %s", fndecl_name (v_decl));
|
||
}
|
||
|
||
for (i = 0; i < f_count; i++)
|
||
{
|
||
unsigned int j, index;
|
||
struct cgraph_node *node;
|
||
ipa_reference_optimization_summary_t info;
|
||
int v_count;
|
||
lto_symtab_encoder_t encoder;
|
||
|
||
index = streamer_read_uhwi (ib);
|
||
encoder = file_data->symtab_node_encoder;
|
||
node = cgraph (lto_symtab_encoder_deref (encoder, index));
|
||
info = XCNEW (struct ipa_reference_optimization_summary_d);
|
||
set_reference_optimization_summary (node, info);
|
||
info->statics_not_read = BITMAP_ALLOC (&optimization_summary_obstack);
|
||
info->statics_not_written = BITMAP_ALLOC (&optimization_summary_obstack);
|
||
if (dump_file)
|
||
fprintf (dump_file,
|
||
"\nFunction name:%s/%i:\n static not read:",
|
||
cgraph_node_asm_name (node), node->symbol.order);
|
||
|
||
/* Set the statics not read. */
|
||
v_count = streamer_read_hwi (ib);
|
||
if (v_count == -1)
|
||
{
|
||
info->statics_not_read = all_module_statics;
|
||
if (dump_file)
|
||
fprintf (dump_file, " all module statics");
|
||
}
|
||
else
|
||
for (j = 0; j < (unsigned int)v_count; j++)
|
||
{
|
||
unsigned int var_index = streamer_read_uhwi (ib);
|
||
tree v_decl = lto_file_decl_data_get_var_decl (file_data,
|
||
var_index);
|
||
bitmap_set_bit (info->statics_not_read, DECL_UID (v_decl));
|
||
if (dump_file)
|
||
fprintf (dump_file, " %s", fndecl_name (v_decl));
|
||
}
|
||
|
||
if (dump_file)
|
||
fprintf (dump_file,
|
||
"\n static not written:");
|
||
/* Set the statics not written. */
|
||
v_count = streamer_read_hwi (ib);
|
||
if (v_count == -1)
|
||
{
|
||
info->statics_not_written = all_module_statics;
|
||
if (dump_file)
|
||
fprintf (dump_file, " all module statics");
|
||
}
|
||
else
|
||
for (j = 0; j < (unsigned int)v_count; j++)
|
||
{
|
||
unsigned int var_index = streamer_read_uhwi (ib);
|
||
tree v_decl = lto_file_decl_data_get_var_decl (file_data,
|
||
var_index);
|
||
bitmap_set_bit (info->statics_not_written, DECL_UID (v_decl));
|
||
if (dump_file)
|
||
fprintf (dump_file, " %s", fndecl_name (v_decl));
|
||
}
|
||
if (dump_file)
|
||
fprintf (dump_file, "\n");
|
||
}
|
||
|
||
lto_destroy_simple_input_block (file_data,
|
||
LTO_section_ipa_reference,
|
||
ib, data, len);
|
||
}
|
||
else
|
||
/* Fatal error here. We do not want to support compiling ltrans units with
|
||
different version of compiler or different flags than the WPA unit, so
|
||
this should never happen. */
|
||
fatal_error ("ipa reference summary is missing in ltrans unit");
|
||
}
|
||
}
|
||
|
||
static bool
|
||
gate_reference (void)
|
||
{
|
||
return (flag_ipa_reference
|
||
/* Don't bother doing anything if the program has errors. */
|
||
&& !seen_error ());
|
||
}
|
||
|
||
namespace {
|
||
|
||
const pass_data pass_data_ipa_reference =
|
||
{
|
||
IPA_PASS, /* type */
|
||
"static-var", /* name */
|
||
OPTGROUP_NONE, /* optinfo_flags */
|
||
true, /* has_gate */
|
||
true, /* has_execute */
|
||
TV_IPA_REFERENCE, /* tv_id */
|
||
0, /* properties_required */
|
||
0, /* properties_provided */
|
||
0, /* properties_destroyed */
|
||
0, /* todo_flags_start */
|
||
0, /* todo_flags_finish */
|
||
};
|
||
|
||
class pass_ipa_reference : public ipa_opt_pass_d
|
||
{
|
||
public:
|
||
pass_ipa_reference(gcc::context *ctxt)
|
||
: ipa_opt_pass_d(pass_data_ipa_reference, ctxt,
|
||
NULL, /* generate_summary */
|
||
NULL, /* write_summary */
|
||
NULL, /* read_summary */
|
||
ipa_reference_write_optimization_summary, /*
|
||
write_optimization_summary */
|
||
ipa_reference_read_optimization_summary, /*
|
||
read_optimization_summary */
|
||
NULL, /* stmt_fixup */
|
||
0, /* function_transform_todo_flags_start */
|
||
NULL, /* function_transform */
|
||
NULL) /* variable_transform */
|
||
{}
|
||
|
||
/* opt_pass methods: */
|
||
bool gate () { return gate_reference (); }
|
||
unsigned int execute () { return propagate (); }
|
||
|
||
}; // class pass_ipa_reference
|
||
|
||
} // anon namespace
|
||
|
||
ipa_opt_pass_d *
|
||
make_pass_ipa_reference (gcc::context *ctxt)
|
||
{
|
||
return new pass_ipa_reference (ctxt);
|
||
}
|