diff options
author | Mircea Namolaru <mircea.namolaru@inria.fr> | 2014-11-15 16:37:49 +0100 |
---|---|---|
committer | Mircea Namolaru <mircea@gcc.gnu.org> | 2014-11-15 15:37:49 +0000 |
commit | 20d3465bd00c4d6f472e3982fbeb5fa1b9c2f2d2 (patch) | |
tree | 5205bdb5761945fee1b6c762aab0ed2eca3079be /gcc/graphite-poly.h | |
parent | cf4600ed3651d50dee80df07a7ea4d0e36cecedf (diff) | |
download | gcc-20d3465bd00c4d6f472e3982fbeb5fa1b9c2f2d2.zip gcc-20d3465bd00c4d6f472e3982fbeb5fa1b9c2f2d2.tar.gz gcc-20d3465bd00c4d6f472e3982fbeb5fa1b9c2f2d2.tar.bz2 |
New unroll and jam option in Graphite.
From-SVN: r217604
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 9c7639a..c8d9fa1 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; }; |