GCC Middle and Back End API Reference
df_live_bb_info Class Reference

#include <df.h>

Collaboration diagram for df_live_bb_info:

Data Fields

bitmap_head kill
 
bitmap_head gen
 
bitmap_head in
 
bitmap_head out
 

Detailed Description

Uninitialized registers.  All bitmaps are referenced by the
register number.  Anded results of the forwards and backward live
info.  Note that the forwards live information is not available
separately.   

Field Documentation

◆ gen

bitmap_head df_live_bb_info::gen

◆ in

bitmap_head df_live_bb_info::in

Referenced by df_live_confluence_n().

◆ kill

bitmap_head df_live_bb_info::kill

◆ out

bitmap_head df_live_bb_info::out

Referenced by df_live_confluence_n().


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