#include <opt_goto.h>

Definition at line 153 of file opt_goto.h.
anonymous enum [private] |
Definition at line 164 of file opt_goto.h.
References _contains_altentry, _func_nd, _offset, Build(), and FALSE.

| GOTO_TABLE::~GOTO_TABLE | ( | ) | [inline] |
Definition at line 173 of file opt_goto.h.
References _label_table, _parent_map, _pool, CXX_DELETE, and WN_MAP_Delete.
| BOOL GOTO_TABLE::Ancestor_Through_If | ( | GOTO_DESCRIPTOR * | gd | ) | [private] |
| void GOTO_TABLE::Backpatch | ( | ) | [private] |
| void GOTO_TABLE::Build | ( | ) | [private] |
Referenced by GOTO_TABLE().
| BOOL GOTO_TABLE::Can_Move_Into_Else | ( | GOTO_DESCRIPTOR * | gd | ) | [private] |
| BOOL GOTO_TABLE::Goto_Is_Noop | ( | GOTO_DESCRIPTOR * | gd | ) | const [private] |
| void GOTO_TABLE::Move_Goto_Out | ( | GOTO_DESCRIPTOR * | gd | ) | [private] |
| void GOTO_TABLE::Move_Into_Else | ( | GOTO_DESCRIPTOR * | gd | ) | [private] |
| void GOTO_TABLE::Print | ( | FILE * | fp | ) |
| void GOTO_TABLE::Remove_Gotos | ( | ) |
| void GOTO_TABLE::Replace_Goto_With_If | ( | GOTO_DESCRIPTOR * | gd | ) | [private] |
| void GOTO_TABLE::Replace_Goto_With_While | ( | GOTO_DESCRIPTOR * | gd | ) | [private] |
| BOOL GOTO_TABLE::Sibling | ( | GOTO_DESCRIPTOR * | gd | ) | [private] |
GOTO_TABLE_WN_STACK GOTO_TABLE::_altentry [private] |
Definition at line 155 of file opt_goto.h.
LABEL_DESCRIPTOR_STACK GOTO_TABLE::_bad_label [private] |
Definition at line 156 of file opt_goto.h.
BOOL GOTO_TABLE::_contains_altentry [private] |
WN* GOTO_TABLE::_func_nd [private] |
GOTO_DESCRIPTOR_STACK GOTO_TABLE::_gd [private] |
Definition at line 154 of file opt_goto.h.
HASH_TABLE<INT,LABEL_DESCRIPTOR *>* GOTO_TABLE::_label_table [private] |
INT GOTO_TABLE::_offset [private] |
WN_MAP GOTO_TABLE::_parent_map [private] |
Definition at line 160 of file opt_goto.h.
Referenced by Get_Parent(), Set_Parent(), and ~GOTO_TABLE().
MEM_POOL* GOTO_TABLE::_pool [private] |
1.5.7.1