Print bbs in refined region tree.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 2010 20:26:22 +0000 (20:26 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 2010 20:26:22 +0000 (20:26 +0000)
commit6fba926c488b2450581f2da5768dff6e4d256e9b
tree1ec4024cc8e4477b4090d59e919e8d3723eb85f9
parentb8046a1248084d46f7e9f13fb2b759c3b81a699c
Print bbs in refined region tree.

2010-06-25  Vladimir Kargov  <kargov@gmail.com>

* refined-regions.c (bb_index_compare): New.
(get_bbs_in_region): New.
(print_bbs_in_region): New.
(print_refined_region): Add an argument that allows to print
all basic blocks contained in regions.
(debug_refined_region): Update call to print_refined_region.
* refined-regions.h (print_refined_region): Update declaration.
(get_bbs_in_region): Declared.
* graphite-scop-detection.c (build_scops_new): Print the refined
region tree into the Grahite dump file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163132 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite