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

/haiku-buildtools/gcc/gcc/
H A Dmcf.c371 /* Common code shared between add_fixup_edge and add_rfixup_edge. Adds an edge
395 add_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest, function
542 add_fixup_edge (fixup_graph, i, i + 1, VERTEX_SPLIT_EDGE, bb->count,
554 add_fixup_edge (fixup_graph, i + 1, j, REDIRECT_EDGE, e->count, fcost,
592 add_fixup_edge (fixup_graph, pfedge->dest, pfedge->src,
605 add_fixup_edge (fixup_graph, new_entry_index, ENTRY_BLOCK, SOURCE_CONNECT_EDGE,
611 add_fixup_edge (fixup_graph, 2 * EXIT_BLOCK + 1, new_exit_index,
624 add_fixup_edge (fixup_graph, i, new_exit_index, BALANCE_EDGE, 0, 0,
630 add_fixup_edge (fixup_graph, new_entry_index, i, BALANCE_EDGE, 0, 0,
694 add_fixup_edge (fixup_grap
[all...]

Completed in 36 milliseconds