GCC Middle and Back End API Reference
df_md_bb_info Class 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

◆ gen

bitmap_head df_md_bb_info::gen

Referenced by df_md_transfer_function().

◆ in

bitmap_head df_md_bb_info::in

◆ init

bitmap_head df_md_bb_info::init

Referenced by df_md_local_compute().

◆ kill

bitmap_head df_md_bb_info::kill

Referenced by df_md_local_compute().

◆ out

bitmap_head df_md_bb_info::out

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