GCC Middle and Back End API Reference
|
Data Fields | |
queue_type | queue_list |
int * | bb_pred |
int * | is_visited |
Structure used in the maximal flow routines to find augmenting path.
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.