GCC Middle and Back End API Reference
df_ref_info Struct Reference

#include <df.h>

Collaboration diagram for df_ref_info:

Data Fields

df_refrefs
 
unsigned int * begin
 
unsigned int * count
 
unsigned int refs_size
 
unsigned int table_size
 
unsigned int total_size
 
enum df_ref_order ref_order
 

Detailed Description

Two of these structures are inline in df, one for the uses and one
for the defs.  This structure is only contains the refs within the
boundary of the df_set_blocks if that has been defined.   

Field Documentation

◆ begin

unsigned int* df_ref_info::begin

◆ count

unsigned int* df_ref_info::count

◆ ref_order

◆ refs

◆ refs_size

unsigned int df_ref_info::refs_size

◆ table_size

unsigned int df_ref_info::table_size

◆ total_size

unsigned int df_ref_info::total_size

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