GCC Middle and Back End API Reference
|
Data Fields | |
int | regno |
rtx | insns |
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.
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().