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

Data Fields

int num_vertices
 
int num_edges
 
int new_entry_index
 
int new_exit_index
 
fixup_vertex_p vertex_list
 
fixup_edge_p edge_list
 

Detailed Description

Fixup graph used in the MCF algorithm.   

Field Documentation

◆ edge_list

fixup_edge_p fixup_graph_type::edge_list

◆ new_entry_index

int fixup_graph_type::new_entry_index

◆ new_exit_index

int fixup_graph_type::new_exit_index

◆ num_edges

int fixup_graph_type::num_edges

◆ num_vertices

int fixup_graph_type::num_vertices

◆ vertex_list

fixup_vertex_p fixup_graph_type::vertex_list

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