]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Print bbs in refined region tree.
authorVladimir Kargov <kargov@gmail.com>
Wed, 11 Aug 2010 20:26:22 +0000 (20:26 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:26:22 +0000 (20:26 +0000)
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.

From-SVN: r163132

gcc/ChangeLog.graphite

index a488c399f9e8be9a8a797b44e6e9e849307f9893..34a83b607f09c642310aa1f91cd1de1c7108f64f 100644 (file)
@@ -1,3 +1,16 @@
+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.
+
 2010-06-24  Sebastian Pop  <sebastian.pop@amd.com>
 
        * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.