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

Data Fields

int regno
rtx insns

Detailed Description

   The structure describes info to do an inheritance for the current
   insn.  We need to collect such info first before doing the
   transformations because the transformations change the insn
   internal representation.  

Field Documentation

rtx to_inherit::insns
     Subsequent insns which can inherit original reg value.  

Referenced by split_reg().

int to_inherit::regno
     Original regno.  

Referenced by split_reg().


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