diff options
author | mircea <mircea@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-15 15:37:49 +0000 |
---|---|---|
committer | mircea <mircea@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-15 15:37:49 +0000 |
commit | 120092dd066ddf20116da297fe1aa1b79353493f (patch) | |
tree | 5205bdb5761945fee1b6c762aab0ed2eca3079be /gcc/graphite-poly.h | |
parent | 88421f3a44a45f3ed241aae8955ee5f2ecc652ac (diff) | |
download | gcc-120092dd066ddf20116da297fe1aa1b79353493f.tar.gz |
New unroll and jam option in Graphite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217604 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r-- | gcc/graphite-poly.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 9c7639a901d..c8d9fa1fbb3 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -349,6 +349,9 @@ struct poly_bb poly_scattering_p _saved; isl_map *saved; + /* For tiling, the map for computing the separating class. */ + isl_map *map_sepclass; + /* True when this PBB contains only a reduction statement. */ bool is_reduction; }; |