GCC Middle and Back End API Reference
dataflow_set_def Struct Reference
Collaboration diagram for dataflow_set_def:

Data Fields

HOST_WIDE_INT stack_adjust
attrs regs [FIRST_PSEUDO_REGISTER]
shared_hash vars
shared_hash traversed_vars

Detailed Description

   Structure holding the IN or OUT set for a basic block.  

Field Documentation

attrs dataflow_set_def::regs[FIRST_PSEUDO_REGISTER]
     Attributes for registers (lists of attrs).  

Referenced by canonicalize_values_star().

HOST_WIDE_INT dataflow_set_def::stack_adjust
     Adjustment of stack offset.  
shared_hash dataflow_set_def::traversed_vars
     Vars that is being traversed.  
shared_hash dataflow_set_def::vars
     Variable locations.  

Referenced by canonicalize_values_star(), and find_src_set_src().


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