|
GCC Middle and Back End API Reference
|

Data Fields | |
| rtx | object |
| int | old_code |
| int | old_len |
| bool | unshare |
| rtx * | loc |
| rtx | old |
Static data for the next two routines.
| rtx* change_t::loc |
Referenced by cancel_changes(), confirm_change_group(), and validate_change_1().
| rtx change_t::object |
Referenced by cancel_changes(), confirm_change_group(), swap_change(), validate_change_1(), and verify_changes().
| rtx change_t::old |
Referenced by cancel_changes(), and validate_change_1().
| int change_t::old_code |
Referenced by cancel_changes(), and validate_change_1().
| int change_t::old_len |
Referenced by cancel_changes(), and validate_change_1().
| bool change_t::unshare |
Referenced by insn_propagation::apply_to_rvalue_1(), and validate_change_1().