GCC Middle and Back End API Reference
df_mir_bb_info Class Reference

#include <df.h>

Collaboration diagram for df_mir_bb_info:

Data Fields

bitmap_head kill
 
bitmap_head gen
 
bitmap_head in
 
bitmap_head out
 
bool con_visited
 

Detailed Description

Must-initialized registers.  All bitmaps are referenced by the
register number.   

Field Documentation

◆ con_visited

bool df_mir_bb_info::con_visited

◆ gen

bitmap_head df_mir_bb_info::gen

◆ in

bitmap_head df_mir_bb_info::in

◆ kill

bitmap_head df_mir_bb_info::kill

◆ out

bitmap_head df_mir_bb_info::out

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