GCC Middle and Back End API Reference
|
#include <df.h>
Data Fields | |
bitmap_head | def |
bitmap_head | use |
bitmap_head | in |
bitmap_head | out |
Live registers, a backwards dataflow problem. All bitmaps are referenced by the register number.
bitmap_head df_lr_bb_info::def |
Local sets to describe the basic blocks.
Referenced by df_lr_free_bb_info().
bitmap_head df_lr_bb_info::in |
The results of the dataflow problem.
Referenced by df_lr_alloc(), df_lr_local_compute(), and df_lr_transfer_function().
bitmap_head df_lr_bb_info::out |
Referenced by df_live_reset(), df_lr_alloc(), and df_lr_local_compute().
bitmap_head df_lr_bb_info::use |
Referenced by df_lr_free_bb_info(), and df_lr_local_compute().