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 do_SUBST().
int* undo::i |
enum undo_kind undo::kind |
Referenced by do_SUBST(), do_SUBST_INT(), and find_single_use().
struct insn_link* undo::l |
Referenced by do_SUBST_INT().
struct insn_link** undo::l |
enum machine_mode undo::m |
struct undo* undo::next |
Referenced by do_SUBST(), do_SUBST_INT(), and find_single_use().
union { ... } undo::old_contents |
Referenced by do_SUBST(), do_SUBST_INT(), and find_single_use().
rtx undo::r |
Referenced by find_single_use().
rtx* undo::r |
union { ... } undo::where |
Referenced by do_SUBST(), do_SUBST_INT(), and find_single_use().