From 20d3465bd00c4d6f472e3982fbeb5fa1b9c2f2d2 Mon Sep 17 00:00:00 2001 From: Mircea Namolaru Date: Sat, 15 Nov 2014 16:37:49 +0100 Subject: New unroll and jam option in Graphite. From-SVN: r217604 --- gcc/graphite-poly.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/graphite-poly.h') 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; }; -- cgit v1.1