Searched refs:fedge (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dmcf.c204 dump_fixup_edge (FILE *file, fixup_graph_type *fixup_graph, fixup_edge_p fedge) argument
206 if (!fedge)
212 print_edge (file, fixup_graph, fedge->src, fedge->dest);
215 if (fedge->type)
218 fedge->flow);
219 if (fedge->max_capacity == CAP_INFINITY)
222 fprintf (file, "%"PRId64 ",", fedge->max_capacity);
225 if (fedge->is_rflow_valid)
227 if (fedge
[all...]

Completed in 39 milliseconds