isl_union_map_compute_flow: introduce isl_union_flow to contain result
commit304402dee4d45638c092baf9a86554f319dd1079
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 8 Jan 2014 10:41:16 +0000 (8 11:41 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 19 Feb 2015 10:08:04 +0000 (19 11:08 +0100)
tree84fe4cfd986ed6aee6f0c1d1cf0bbca74c870615
parent0a2079f2f8de428d3753dc25edb51e65dc88704f
isl_union_map_compute_flow: introduce isl_union_flow to contain result

Separating out this data into a separate structure allows us
to extract out the code for manipulating this data in a natural way.
We will also be able to reuse this data structure as the result
type for a new dataflow analysis interface to be introduced next.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_flow.c