GCC Middle and Back End API Reference
undo Struct Reference
Collaboration diagram for undo:

Data Fields

struct undonext
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

Field Documentation

int undo::i

Referenced by do_SUBST().

int* undo::i
enum undo_kind undo::kind
struct insn_link* undo::l

Referenced by do_SUBST_INT().

struct insn_link** undo::l
enum machine_mode undo::m
struct undo* undo::next
union { ... } undo::old_contents
rtx undo::r

Referenced by find_single_use().

rtx* undo::r
union { ... } undo::where

The documentation for this struct was generated from the following file: