GCC Middle and Back End API Reference
augmenting_path_d Struct Reference
Collaboration diagram for augmenting_path_d:

Data Fields

queue_type queue_list
int * bb_pred
int * is_visited

Detailed Description

   Structure used in the maximal flow routines to find augmenting path.  

Field Documentation

int* augmenting_path_d::bb_pred
     Vector to hold chain of pred vertex indices in augmenting path.  
int* augmenting_path_d::is_visited
     Vector that indicates if basic block i has been visited.  
queue_type augmenting_path_d::queue_list
     Queue used to hold vertex indices.  

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