GCC Middle and Back End API Reference
df_reg_info Struct Reference

#include <df.h>

Collaboration diagram for df_reg_info:

Data Fields

df_ref reg_chain
unsigned int n_refs

Detailed Description

   Three of these structures are allocated for every pseudo reg. One
   for the uses, one for the eq_uses and one for the defs.  

Field Documentation

unsigned int df_reg_info::n_refs
     Number of refs in the chain.  
df_ref df_reg_info::reg_chain
     Head of chain for refs of that type and regno.  

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