#include <goto_conv.h>

Public Member Functions | |
| GDESCRIPTOR (WN *goto_wn, WN *label_wn, INT goto_offset, INT label_offset, BOOL is_compgoto) | |
Data Fields | |
| WN * | Goto_Wn |
| WN * | Label_Wn |
| INT | Goto_Offset |
| INT | Label_Offset |
| BOOL | Is_Dismantled |
| BOOL | Is_Compgoto |
Definition at line 127 of file goto_conv.h.
| GDESCRIPTOR::GDESCRIPTOR | ( | WN * | goto_wn, | |
| WN * | label_wn, | |||
| INT | goto_offset, | |||
| INT | label_offset, | |||
| BOOL | is_compgoto | |||
| ) | [inline] |
Definition at line 135 of file goto_conv.h.
References FALSE, Goto_Offset, Goto_Wn, Is_Compgoto, Is_Dismantled, Label_Offset, and Label_Wn.
Definition at line 129 of file goto_conv.h.
Referenced by GTABLE::Backpatch(), GTABLE::Create_Truebr(), GDESCRIPTOR(), GTABLE::Goto_Is_Noop(), GTABLE::Is_Truebr(), GTABLE::Patch_Do_While(), GTABLE::Print(), GTABLE::Remove_Gotos(), GTABLE::Replace_Goto_With_If(), GTABLE::Replace_Goto_With_While(), and GTABLE::Sibling().
Definition at line 130 of file goto_conv.h.
Referenced by GTABLE::Backpatch(), GDESCRIPTOR(), GTABLE::Goto_Is_Noop(), GTABLE::Patch_Do_While(), GTABLE::Remove_Gotos(), GTABLE::Replace_Goto_With_If(), GTABLE::Replace_Goto_With_While(), and GTABLE::Sibling().
Definition at line 131 of file goto_conv.h.
Referenced by GDESCRIPTOR(), GTABLE::Print(), and GTABLE::Remove_Gotos().
Definition at line 132 of file goto_conv.h.
Referenced by GTABLE::Backpatch(), GDESCRIPTOR(), GTABLE::Print(), and GTABLE::Remove_Gotos().
Definition at line 133 of file goto_conv.h.
Referenced by GDESCRIPTOR(), GTABLE::Remove_Gotos(), GTABLE::Replace_Goto_With_If(), and GTABLE::Replace_Goto_With_While().
Definition at line 134 of file goto_conv.h.
Referenced by GDESCRIPTOR(), and GTABLE::Remove_Gotos().
1.5.6