Home
last modified time | relevance | path

Searched refs:cleanup_cfg (Results 1 – 25 of 61) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgcleanup.h32 extern bool cleanup_cfg (int);
H A Dloop-init.c475 cleanup_cfg (0); in execute()
H A Dcfgcleanup.c3141 cleanup_cfg (int mode) in cleanup_cfg() function
3271 cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) in execute()
3317 cleanup_cfg (CLEANUP_THREADING); in execute()
3354 cleanup_cfg (flag_crossjumping ? CLEANUP_CROSSJUMP : 0); in execute()
H A Dmode-switching.c861 cleanup_cfg (CLEANUP_NO_INSN_DEL); in optimize_mode_switching()
H A Dcse.c7609 cse_cfg_altered |= cleanup_cfg (CLEANUP_CFG_CHANGED); in rest_of_handle_cse()
7613 cse_cfg_altered |= cleanup_cfg (0); in rest_of_handle_cse()
7678 cse_cfg_altered |= cleanup_cfg (CLEANUP_CFG_CHANGED); in rest_of_handle_cse2()
7682 cse_cfg_altered |= cleanup_cfg (0); in rest_of_handle_cse2()
7752 cse_cfg_altered |= cleanup_cfg (CLEANUP_CFG_CHANGED); in rest_of_handle_cse_after_global_opts()
7756 cse_cfg_altered |= cleanup_cfg (0); in rest_of_handle_cse_after_global_opts()
H A Dpostreload.c228 cleanup_cfg (0); in reload_cse_regs_1()
2339 cleanup_cfg (0); in execute()
H A Dgcse.c4034 cleanup_cfg (0); in execute_rtl_pre()
4047 cleanup_cfg (0); in execute_rtl_hoist()
H A Dcprop.c1936 cleanup_cfg (CLEANUP_CFG_CHANGED); in execute_rtl_cprop()
H A Dfwprop.c1537 cleanup_cfg (0); in fwprop_done()
H A Drecog.c3015 cleanup_cfg (0); in split_all_insns()
3690 cleanup_cfg (CLEANUP_CFG_CHANGED); in peephole2_optimize()
H A Difcvt.c5549 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_if_conversion()
5556 cleanup_cfg (flags); in rest_of_handle_if_conversion()
H A Dbb-reorder.c2677 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_NO_PARTITIONING); in execute()
H A Dfunction.c6427 cleanup_cfg (0); in rest_of_handle_thread_prologue_and_epilogue()
6441 cleanup_cfg (optimize ? CLEANUP_EXPENSIVE : 0); in rest_of_handle_thread_prologue_and_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgcleanup.h32 extern bool cleanup_cfg (int);
H A Dloop-init.cc482 cleanup_cfg (0); in execute()
H A Dcfgcleanup.cc3110 cleanup_cfg (int mode) in cleanup_cfg() function
3240 cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) in execute()
3290 cleanup_cfg (CLEANUP_THREADING); in execute()
3327 cleanup_cfg (flag_crossjumping ? CLEANUP_CROSSJUMP : 0); in execute()
H A Dmode-switching.cc861 cleanup_cfg (CLEANUP_NO_INSN_DEL); in optimize_mode_switching()
H A Dfwprop.cc902 cleanup_cfg (0); in fwprop_done()
H A Dcse.cc7542 cse_cfg_altered |= cleanup_cfg (CLEANUP_CFG_CHANGED); in rest_of_handle_cse()
7546 cse_cfg_altered |= cleanup_cfg (0); in rest_of_handle_cse()
7611 cse_cfg_altered |= cleanup_cfg (CLEANUP_CFG_CHANGED); in rest_of_handle_cse2()
7615 cse_cfg_altered |= cleanup_cfg (0); in rest_of_handle_cse2()
7685 cse_cfg_altered |= cleanup_cfg (CLEANUP_CFG_CHANGED); in rest_of_handle_cse_after_global_opts()
7689 cse_cfg_altered |= cleanup_cfg (0); in rest_of_handle_cse_after_global_opts()
H A Dpostreload.cc236 cleanup_cfg (0); in reload_cse_regs_1()
2349 cleanup_cfg (0); in execute()
H A DChangeLog.dataflow1059 * see.c (rest_of_handle_see): Run a fast dce. Don't run cleanup_cfg.
1077 * cfgcleanup.c (cleanup_cfg): Move delete_dead_jumptables call out of
1079 * combine.c (rest_of_handle_combine): Account cleanup_cfg to TV_JUMP.
3269 (try_optimize_cfg, cleanup_cfg): Removed CLEANUP_UPDATE_LIFE.
3480 (fwprop_done): Call cleanup_cfg without CLEANUP_PRE_LOOP. Free
3481 loop tree before cleanup_cfg.
3741 cleanup_cfg.
4029 * cfgcleanup.c (cleanup_cfg): Now calls run_fsst_dce.
4139 * cfgcleanup.c (cleanup_cfg): Ditto.
4149 blocks parameter and the call to cleanup_cfg actually deleted one
H A Dbb-reorder.cc2678 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_NO_PARTITIONING); in execute()
2785 cleanup_cfg (0); in duplicate_computed_gotos()
H A Dgcse.cc4012 cleanup_cfg (0); in execute_rtl_pre()
4025 cleanup_cfg (0); in execute_rtl_hoist()
H A Dcprop.cc1934 cleanup_cfg (CLEANUP_CFG_CHANGED); in execute_rtl_cprop()
H A Difcvt.cc5936 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_if_conversion()
5943 cleanup_cfg (flags); in rest_of_handle_if_conversion()

123