QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
flowgraph_s Struct Reference
Collaboration diagram for flowgraph_s:
[legend]

Data Fields

intdfo
 depth-first order of nodes More...
 
struct set_sdfst
 edges in the depth-first search tree More...
 
flowedge_tedges
 array of all edges in the graph More...
 
struct function_sfunc
 function to which this graph is attached More...
 
flowloop_tloops
 linked list of natural loops More...
 
struct flowgraph_snext
 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...
 

Field Documentation

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


The documentation for this struct was generated from the following file: