Data Fields | |
int * | dfo |
depth-first order of nodes More... | |
struct set_s * | dfst |
edges in the depth-first search tree More... | |
flowedge_t * | edges |
array of all edges in the graph More... | |
struct function_s * | func |
function to which this graph is attached More... | |
flowloop_t * | loops |
linked list of natural loops More... | |
struct flowgraph_s * | next |
for ALLOC More... | |
flownode_t ** | nodes |
array of nodes in the graph More... | |
int | num_edges |
int | num_nodes |
number of real nodes in the graph More... | |
int* dfo |
depth-first order of nodes
struct set_s* dfst |
edges in the depth-first search tree
flowedge_t* edges |
array of all edges in the graph
struct function_s* func |
function to which this graph is attached
flowloop_t* loops |
linked list of natural loops
struct flowgraph_s* next |
for ALLOC
flownode_t** nodes |
array of nodes in the graph
int num_edges |
int num_nodes |
number of real nodes in the graph