|
GCC Middle and Back End API Reference
|
#include <df.h>

Data Fields | |
| bitmap_head | kill |
| bitmap_head | gen |
| bitmap_head | in |
| bitmap_head | out |
| bool | con_visited |
Must-initialized registers. All bitmaps are referenced by the register number.
| bool df_mir_bb_info::con_visited |
Referenced by df_mir_alloc(), df_mir_confluence_0(), df_mir_confluence_n(), and df_mir_reset().
| bitmap_head df_mir_bb_info::gen |
| bitmap_head df_mir_bb_info::in |
| bitmap_head df_mir_bb_info::kill |
Referenced by df_mir_alloc(), df_mir_bb_local_compute(), df_mir_free_bb_info(), df_mir_top_dump(), and df_mir_transfer_function().
| bitmap_head df_mir_bb_info::out |
Referenced by df_mir_alloc(), df_mir_bottom_dump(), df_mir_confluence_n(), df_mir_free_bb_info(), df_mir_reset(), and df_mir_transfer_function().