Home
last modified time | relevance | path

Searched defs:df_live_bb_info (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf.h826 struct df_live_bb_info struct
829 bitmap_head kill; /* The set of registers unset in this block. Calls,
831 bitmap_head gen; /* The set of registers set in this block. */
834 bitmap_head in; /* At the top of the block. */
835 bitmap_head out; /* At the bottom of the block. */
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf.h882 struct df_live_bb_info struct
885 bitmap_head kill; /* The set of registers unset in this block. Calls,
887 bitmap_head gen; /* The set of registers set in this block. */
890 bitmap_head in; /* At the top of the block. */
891 bitmap_head out; /* At the bottom of the block. */