Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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()
230 size_t extlen = strlen (graph_ext[graph_dump_format]) + 1; in print_rtl_graph_with_bb()
[all …]
H A Dflags.h248 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.c208 enum graph_dump_types graph_dump_format; variable
1120 graph_dump_format = vcg; in decode_d_option()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgraph.c53 switch (graph_dump_format)
70 switch (graph_dump_format)
96 switch (graph_dump_format)
116 switch (graph_dump_format)
129 switch (graph_dump_format)
160 switch (graph_dump_format)
179 switch (graph_dump_format)
206 switch (graph_dump_format)
220 switch (graph_dump_format)
242 size_t extlen = strlen (graph_ext[graph_dump_format]) + 1;
[all …]
H A Dflags.h649 extern enum graph_dump_types graph_dump_format;
H A Dtoplev.c317 enum graph_dump_types graph_dump_format; variable
1883 if (graph_dump_format != no_graph
1931 && graph_dump_format != no_graph
3998 graph_dump_format = vcg;
5437 if (graph_dump_format != no_graph) in finalize()
H A DChangeLog.18988 Define graph_dump_format.