Lines Matching refs:flow
92 gcov_type flow; member
214 fedge->flow); in dump_fixup_edge()
917 pfedge->flow += cycle_flow; in cancel_negative_cycle()
920 r_pfedge->flow -= cycle_flow; in cancel_negative_cycle()
948 pfedge->rflow = pfedge->max_capacity - pfedge->flow; in compute_residual_flow()
950 add_rfixup_edge (fixup_graph, pfedge->dest, pfedge->src, pfedge->flow, in compute_residual_flow()
1049 pfedge->flow = 0; in find_max_flow()
1076 pfedge->flow += increment; in find_max_flow()
1085 r_pfedge->flow -= increment; in find_max_flow()
1141 if (pfedge->flow) in adjust_cfg_counts()
1143 bb->count += pfedge->flow; in adjust_cfg_counts()
1147 pfedge->flow); in adjust_cfg_counts()
1156 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts()
1158 bb->count -= pfedge_n->flow; in adjust_cfg_counts()
1162 pfedge_n->flow); in adjust_cfg_counts()
1188 if (pfedge->flow) in adjust_cfg_counts()
1190 e->count += pfedge->flow; in adjust_cfg_counts()
1194 pfedge->flow); in adjust_cfg_counts()
1203 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts()
1205 e->count -= pfedge_n->flow; in adjust_cfg_counts()
1209 pfedge_n->flow); in adjust_cfg_counts()
1223 e->count += pfedge_n->flow; in adjust_cfg_counts()
1224 bb->count += pfedge_n->flow; in adjust_cfg_counts()
1229 pfedge_n->flow); in adjust_cfg_counts()