#include <opt_goto.h>

Public Member Functions | |
| GOTO_DESCRIPTOR (WN *goto_wn, WN *label_wn, INT goto_offset, INT label_offset, BOOL is_compgoto) | |
Public Attributes | |
| WN * | Goto_Wn |
| WN * | Label_Wn |
| INT | Goto_Offset |
| INT | Label_Offset |
| BOOL | Is_Dismantled |
| BOOL | Is_Compgoto |
Definition at line 120 of file opt_goto.h.
| GOTO_DESCRIPTOR::GOTO_DESCRIPTOR | ( | WN * | goto_wn, | |
| WN * | label_wn, | |||
| INT | goto_offset, | |||
| INT | label_offset, | |||
| BOOL | is_compgoto | |||
| ) | [inline] |
Definition at line 128 of file opt_goto.h.
References Goto_Offset, Goto_Wn, Is_Compgoto, Is_Dismantled, Label_Offset, and Label_Wn.
Definition at line 124 of file opt_goto.h.
Referenced by GOTO_DESCRIPTOR().
Definition at line 122 of file opt_goto.h.
Referenced by GOTO_DESCRIPTOR().
Definition at line 127 of file opt_goto.h.
Referenced by GOTO_DESCRIPTOR().
Definition at line 126 of file opt_goto.h.
Referenced by GOTO_DESCRIPTOR().
Definition at line 125 of file opt_goto.h.
Referenced by GOTO_DESCRIPTOR().
Definition at line 123 of file opt_goto.h.
Referenced by GOTO_DESCRIPTOR().
1.7.1