#include <ir_graph.h>

Data Fields | |
| VINDEX | vcnt |
| VINDEX | vmax |
| VINDEX | vfree |
| EINDEX | ecnt |
| EINDEX | emax |
| EINDEX | efree |
| VINDEX | root |
| VERTEX * | v |
| EDGE * | e |
| MEM_POOL * | m |
| int | n_vertices |
| struct vertex * | vertices |
Definition at line 174 of file ir_graph.h.
Definition at line 175 of file ir_graph.h.
Definition at line 176 of file ir_graph.h.
Definition at line 177 of file ir_graph.h.
Definition at line 179 of file ir_graph.h.
Definition at line 180 of file ir_graph.h.
Definition at line 181 of file ir_graph.h.
Definition at line 183 of file ir_graph.h.
Definition at line 184 of file ir_graph.h.
Definition at line 185 of file ir_graph.h.
Definition at line 186 of file ir_graph.h.
Definition at line 78 of file cfgloopanal.c.
Referenced by dfs(), dump_graph(), for_each_edge(), free_graph(), and new_graph().
struct vertex * graph::vertices [read] |
Definition at line 79 of file cfgloopanal.c.
Referenced by add_edge(), check_irred(), dfs(), dump_graph(), for_each_edge(), free_graph(), and new_graph().
1.5.6