GCC Middle and Back End API Reference
|
#include <df.h>
Data Fields | |
bitmap_head | kill |
bitmap_head | sparse_kill |
bitmap_head | gen |
bitmap_head | in |
bitmap_head | out |
Reaching definitions. All bitmaps are indexed by the id field of the ref except sparse_kill which is indexed by regno. For the LR&RD problem, the kill set is not complete: It does not contain DEFs killed because the set register has died in the LR set.
bitmap_head df_rd_bb_info::gen |
bitmap_head df_rd_bb_info::in |
bitmap_head df_rd_bb_info::kill |
bitmap_head df_rd_bb_info::out |
bitmap_head df_rd_bb_info::sparse_kill |
Referenced by df_rd_alloc(), df_rd_bb_local_compute_process_def(), df_rd_free_bb_info(), and df_rd_transfer_function().