Searched defs:fixup_graph (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | mcf.c | 149 print_basic_block (FILE *file, fixup_graph_type *fixup_graph, int n) in print_basic_block() 181 print_edge (FILE *file, fixup_graph_type *fixup_graph, int s, int d) in print_edge() 192 dump_fixup_edge (FILE *file, fixup_graph_type *fixup_graph, fixup_edge_p fedge) in dump_fixup_edge() 271 dump_fixup_graph (FILE *file, fixup_graph_type *fixup_graph, const char *msg) in dump_fixup_graph() 364 add_edge (fixup_graph_type *fixup_graph, int src, int dest, gcov_type cost) in add_edge() 383 add_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_fixup_edge() 398 add_rfixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_rfixup_edge() 413 find_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest) in find_fixup_edge() 435 delete_fixup_graph (fixup_graph_type *fixup_graph) in delete_fixup_graph() 452 create_fixup_graph (fixup_graph_type *fixup_graph) in create_fixup_graph() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | mcf.c | 157 print_basic_block (FILE *file, fixup_graph_type *fixup_graph, int n) in print_basic_block() 189 print_edge (FILE *file, fixup_graph_type *fixup_graph, int s, int d) in print_edge() 200 dump_fixup_edge (FILE *file, fixup_graph_type *fixup_graph, fixup_edge_p fedge) in dump_fixup_edge() 279 dump_fixup_graph (FILE *file, fixup_graph_type *fixup_graph, const char *msg) in dump_fixup_graph() 372 add_edge (fixup_graph_type *fixup_graph, int src, int dest, gcov_type cost) in add_edge() 391 add_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_fixup_edge() 406 add_rfixup_edge (fixup_graph_type *fixup_graph, int src, int dest, in add_rfixup_edge() 421 find_fixup_edge (fixup_graph_type *fixup_graph, int src, int dest) in find_fixup_edge() 443 delete_fixup_graph (fixup_graph_type *fixup_graph) in delete_fixup_graph() 460 create_fixup_graph (fixup_graph_type *fixup_graph) in create_fixup_graph() [all …]
|