Home
last modified time | relevance | path

Searched refs:graph_dump_format (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgraph.c54 switch (graph_dump_format) in start_fct()
73 switch (graph_dump_format) in start_bb()
98 switch (graph_dump_format) in start_bb()
115 switch (graph_dump_format) in node_data()
128 switch (graph_dump_format) in node_data()
159 switch (graph_dump_format) in node_data()
173 switch (graph_dump_format) in draw_edge()
199 switch (graph_dump_format) in end_bb()
212 switch (graph_dump_format) in end_fct()
405 gcc_assert (graph_dump_format == vcg); in clean_graph_dump_file()
[all …]
H A Dflags.h273 extern enum graph_dump_types graph_dump_format;
H A Dpasses.c236 if (graph_dump_format != no_graph) in finish_optimization_passes()
777 && graph_dump_format != no_graph in execute_todo()
894 && graph_dump_format != no_graph in execute_one_pass()
H A Dtoplev.c210 enum graph_dump_types graph_dump_format; variable
1158 graph_dump_format = vcg; in decode_d_option()
H A DChangeLog-19981669 Define graph_dump_format.