GCC Middle and Back End API Reference
df_md_bb_info Struct Reference

#include <df.h>

Collaboration diagram for df_md_bb_info:

Data Fields

bitmap_head gen
bitmap_head kill
bitmap_head init
bitmap_head in
bitmap_head out

Detailed Description

   Multiple reaching definitions.  All bitmaps are referenced by the
   register number.  

Field Documentation

bitmap_head df_md_bb_info::gen
     Local sets to describe the basic blocks.  
bitmap_head df_md_bb_info::in
     The results of the dataflow problem.  

Referenced by df_md_alloc().

bitmap_head df_md_bb_info::init

Referenced by df_md_alloc().

bitmap_head df_md_bb_info::kill
bitmap_head df_md_bb_info::out

The documentation for this struct was generated from the following file: