]> git.ipfire.org Git - thirdparty/gcc.git/commit
flow.c (flow_nodes_print, [...]): New functions.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Tue, 30 Nov 1999 10:42:29 +0000 (10:42 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Tue, 30 Nov 1999 10:42:29 +0000 (10:42 +0000)
commit4dc9341c04ba95ac73093573f645b49dcff494bf
tree0419ba31de201d068da7e9c24838800282059223
parentedecd81faa008b1d15af7c5ef1c1f9eeb9854635
flow.c (flow_nodes_print, [...]): New functions.

* flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
(flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
(flow_loop_exits_find, flow_loop_nodes_find): Likewise.
(flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
(flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
(flow_loop_level_compute, low_loops_level_compute): Likewise.
(flow_loops_find, flow_loop_outside_edge_p): Likewise.
* basic-block.h: Protect from multiple inclusion.
(flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
(struct loops, struct loop): Define structures.
* sbitmap.c (sbitmap_a_subset_b_p): New function.
* sbitmap.h: Protect from multiple inclusion.
(sbitmap_a_subset_b_p): Add prototype.
* Makefile.in (LOOP_H): New macro.
(stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.

From-SVN: r30720
gcc/ChangeLog
gcc/Makefile.in
gcc/basic-block.h
gcc/flow.c
gcc/sbitmap.c
gcc/sbitmap.h