Lines Matching refs:flow
86 gcov_type flow; member
206 fedge->flow); in dump_fixup_edge()
913 pfedge->flow += cycle_flow; in cancel_negative_cycle()
916 r_pfedge->flow -= cycle_flow; in cancel_negative_cycle()
944 pfedge->rflow = pfedge->max_capacity - pfedge->flow; in compute_residual_flow()
946 add_rfixup_edge (fixup_graph, pfedge->dest, pfedge->src, pfedge->flow, in compute_residual_flow()
1045 pfedge->flow = 0; in find_max_flow()
1072 pfedge->flow += increment; in find_max_flow()
1081 r_pfedge->flow -= increment; in find_max_flow()
1138 if (pfedge->flow) in adjust_cfg_counts()
1140 bb_gcov_count (bb) += pfedge->flow; in adjust_cfg_counts()
1144 pfedge->flow); in adjust_cfg_counts()
1153 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts()
1155 bb_gcov_count (bb) -= pfedge_n->flow; in adjust_cfg_counts()
1159 pfedge_n->flow); in adjust_cfg_counts()
1185 if (pfedge->flow) in adjust_cfg_counts()
1187 edge_gcov_count (e) += pfedge->flow; in adjust_cfg_counts()
1191 pfedge->flow); in adjust_cfg_counts()
1200 if (pfedge->norm_vertex_index && pfedge_n->flow) in adjust_cfg_counts()
1202 edge_gcov_count (e) -= pfedge_n->flow; in adjust_cfg_counts()
1206 pfedge_n->flow); in adjust_cfg_counts()
1220 edge_gcov_count (e) += pfedge_n->flow; in adjust_cfg_counts()
1221 bb_gcov_count (bb) += pfedge_n->flow; in adjust_cfg_counts()
1226 pfedge_n->flow); in adjust_cfg_counts()