GCC Middle and Back End API Reference
|
Go to the source code of this file.
Functions | |
void | run_word_dce (void) |
void | run_fast_dce (void) |
void | run_fast_df_dce (void) |
void run_fast_dce | ( | void | ) |
Run a fast DCE pass.
References rest_of_handle_fast_dce().
Referenced by cleanup_cfg(), and do_reload().
void run_fast_df_dce | ( | void | ) |
This is an internal call that is used by the df live register problem to run fast dce as a side effect of creating the live information. The stack is organized so that the lr problem is run, this pass is run, which updates the live info and the df scanning info, and then returns to allow the rest of the problems to be run. This can be called by elsewhere but it will not update the bit vectors for any other problems than LR.
References df_clear_flags(), DF_DEFER_INSN_RESCAN, df_in_progress, DF_NO_INSN_RESCAN, df_set_flags(), and rest_of_handle_fast_dce().
Referenced by df_lr_finalize().
void run_word_dce | ( | void | ) |
Fast byte level DCE.
References df_clear_flags(), DF_DEFER_INSN_RESCAN, DF_NO_INSN_RESCAN, df_set_flags(), df_word_lr_add_problem(), fast_dce(), fini_dce(), init_dce(), timevar_pop(), and timevar_push().
Referenced by decompose_multiword_subregs().