isl_union_map_compute_flow: return accesses with no source
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 29 Jan 2011 08:47:01 +0000 (09:47 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 5 Feb 2011 09:40:23 +0000 (10:40 +0100)
commitf103438f1a2d07efe3272247d43b707bb1b0fbfb
treeaaef3c7ee4157bd52aa0eac5d821544529222924
parent41664cabbbca0d3bb3bec0fb2162c43322b56b13
isl_union_map_compute_flow: return accesses with no source

And similarly for isl_flow_get_no_source.
Before, we would return the iterations where those accesses occur,
but if more than one element is accessed from within the same iteration,
then this does not provide enough information.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/flow.h
isl_flow.c