diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-12-12 13:21:41 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-12-12 13:21:41 +0000 |
commit | 13475df132847150db59393cc88cd12915cef52f (patch) | |
tree | 0065c0275ba2790fa72c6483563e1ce5917c5a6f /gcc/tree-inline.c | |
parent | af9acf911f1f6e0511414fa4d148a5e13edde08a (diff) | |
download | gcc-13475df132847150db59393cc88cd12915cef52f.zip gcc-13475df132847150db59393cc88cd12915cef52f.tar.gz gcc-13475df132847150db59393cc88cd12915cef52f.tar.bz2 |
graph.c: Include sbitmap.h and cfgloop.h.
* graph.c: Include sbitmap.h and cfgloop.h.
(draw_cfg_nodes_no_loops): New function to dump basic blocks in
topological order if the function does not have a loop tree.
Handle unreachable blocks also.
(draw_cfg_nodes_for_loop): New function to dump basic blocks in
one loop tree node as a named cluster of nodes.
(draw_cfg_nodes): New function to draw all CFG nodes.
(draw_cfg_edges): New function to draw all CFG edges.
(print_graph_cfg): Simplify using the new functions.
* Makefile.in (graph.o): Fix dependencies.
From-SVN: r194446
Diffstat (limited to 'gcc/tree-inline.c')
0 files changed, 0 insertions, 0 deletions