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

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

fixup_edge_p fixup_graph_d::edge_list

Fixup edge list.

Referenced by add_rfixup_edge().

int fixup_graph_d::new_entry_index

Index of new entry vertex.

int fixup_graph_d::new_exit_index

Index of new exit vertex.

int fixup_graph_d::num_edges

Current number of edges for the graph.

int fixup_graph_d::num_vertices

Current number of vertices for the graph.

Referenced by add_rfixup_edge(), and create_fixup_graph().

fixup_vertex_p fixup_graph_d::vertex_list

Fixup vertex list. Adjacency list for fixup graph.

Referenced by add_rfixup_edge().


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