GCC Middle and Back End API Reference
dce.h File 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)

Function Documentation

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().