|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct undo * | next |
| enum undo_kind | kind |
| union { | |
| rtx r | |
| int i | |
| enum machine_mode m | |
| struct insn_link * l | |
| } | old_contents |
| union { | |
| rtx * r | |
| int * i | |
| struct insn_link ** l | |
| } | where |
| int undo::i |
Referenced by combine_simplify_rtx(), do_SUBST_INT(), init_reg_last(), simplify_if_then_else(), subst(), and undo_all().
| int* undo::i |
| enum undo_kind undo::kind |
Referenced by do_SUBST(), do_SUBST_INT(), do_SUBST_LINK(), do_SUBST_MODE(), try_combine(), and undo_all().
| struct insn_link* undo::l |
Referenced by do_SUBST_LINK(), and undo_all().
| struct insn_link** undo::l |
| enum machine_mode undo::m |
Referenced by do_SUBST_MODE(), simplify_if_then_else(), try_combine(), and undo_all().
| struct undo* undo::next |
Referenced by combine_instructions(), do_SUBST(), do_SUBST_INT(), do_SUBST_LINK(), do_SUBST_MODE(), try_combine(), undo_all(), and undo_commit().
| union { ... } undo::old_contents |
Referenced by do_SUBST(), do_SUBST_INT(), do_SUBST_LINK(), do_SUBST_MODE(), try_combine(), and undo_all().
| rtx undo::r |
Referenced by do_SUBST(), do_SUBST_MODE(), try_combine(), and undo_all().
| rtx* undo::r |
| union { ... } undo::where |
Referenced by do_SUBST(), do_SUBST_INT(), do_SUBST_LINK(), do_SUBST_MODE(), try_combine(), and undo_all().