|
GCC Middle and Back End API Reference
|

Data Fields | |
| machine_mode | mode |
| unsigned int | oldest_regno |
| unsigned int | next_regno |
| bool | frame_related |
| struct queued_debug_insn_change * | debug_insn_changes |
For each register, we have a list of registers that contain the same value. The OLDEST_REGNO field points to the head of the list, and the NEXT_REGNO field runs through the list. The MODE field indicates what mode the data is known to be in; this field is VOIDmode when the register is not known to contain valid data. The FRAME_RELATED field indicates if the instruction that updated this register is frame related or not.
| struct queued_debug_insn_change* value_data_entry::debug_insn_changes |
| bool value_data_entry::frame_related |
| machine_mode value_data_entry::mode |
| unsigned int value_data_entry::next_regno |
| unsigned int value_data_entry::oldest_regno |