GCC Middle and Back End API Reference
|
Data Fields | |
int | src |
int | dest |
edge_type | type |
bool | is_rflow_valid |
int | norm_vertex_index |
gcov_type | flow |
gcov_type | rflow |
gcov_type | weight |
gcov_type | cost |
gcov_type | max_capacity |
Structure to represent an edge in the fixup graph.
gcov_type fixup_edge_d::cost |
Referenced by add_edge(), cancel_negative_cycle(), compute_residual_flow(), create_fixup_graph(), and dump_fixup_edge().
int fixup_edge_d::dest |
gcov_type fixup_edge_d::flow |
Referenced by adjust_cfg_counts(), cancel_negative_cycle(), compute_residual_flow(), dump_fixup_edge(), and find_max_flow().
bool fixup_edge_d::is_rflow_valid |
Referenced by add_rfixup_edge(), cancel_negative_cycle(), compute_residual_flow(), dump_fixup_edge(), and dump_fixup_graph().
gcov_type fixup_edge_d::max_capacity |
Referenced by add_fixup_edge(), compute_residual_flow(), create_fixup_graph(), and dump_fixup_edge().
int fixup_edge_d::norm_vertex_index |
Referenced by adjust_cfg_counts(), and create_fixup_graph().
gcov_type fixup_edge_d::rflow |
int fixup_edge_d::src |
Referenced by add_edge(), cancel_negative_cycle(), compute_residual_flow(), create_fixup_graph(), and dump_fixup_edge().
edge_type fixup_edge_d::type |
gcov_type fixup_edge_d::weight |
Referenced by add_fixup_edge(), and create_fixup_graph().