Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddf.h777 struct df_rd_bb_info struct
780 bitmap_head kill;
781 bitmap_head sparse_kill;
782 bitmap_head gen; /* The set of defs generated in this block. */
785 bitmap_head in; /* At the top of the block. */
786 bitmap_head out; /* At the bottom of the block. */
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddf.h833 struct df_rd_bb_info struct
836 bitmap_head kill;
837 bitmap_head sparse_kill;
838 bitmap_head gen; /* The set of defs generated in this block. */
841 bitmap_head in; /* At the top of the block. */
842 bitmap_head out; /* At the bottom of the block. */