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

/haiku-buildtools/gcc/gcc/
H A Dmcf.c132 } fixup_graph_type; typedef in typeref:struct:fixup_graph_d
161 print_basic_block (FILE *file, fixup_graph_type *fixup_graph, int n)
193 print_edge (FILE *file, fixup_graph_type *fixup_graph, int s, int d)
204 dump_fixup_edge (FILE *file, fixup_graph_type *fixup_graph, fixup_edge_p fedge)
283 dump_fixup_graph (FILE *file, fixup_graph_type *fixup_graph, const char *msg)
376 add_edge (fixup_graph_type *fixup_graph, int src, int dest, gcov_type cost)
395 add_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest,
410 add_rfixup_edge (fixup_graph_type *fixup_graph, int src, int dest,
425 find_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest)
447 delete_fixup_graph (fixup_graph_type *fixup_grap
[all...]

Completed in 81 milliseconds