scan.cc: scop_add_while: take isl_id instead of isl_map
commit5718b1ab773bb0894fefa49b0354f51c7194d831
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 20 Jun 2013 10:21:30 +0000 (20 12:21 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 25 Jul 2013 10:12:57 +0000 (25 12:12 +0200)
tree300dd827e6a9cf3adf13c08c475197d2ed08c546
parent76d3a1a98f0ce05f24212a0b03d04fa825d43e59
scan.cc: scop_add_while: take isl_id instead of isl_map

All we really need from the isl_map is the output tuple id,
so it makes more sense to pass that id than to take an isl_map
and impose some fairly arbitrary additional constraints on that map.
This should also make it easier to convert some of the maps to functions.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc