isl_union_map_get_space: extract out isl_union_map_peek_space
commitc4b738caa2ea5d49a5f47a77b2ef74e8fd627c80
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Mar 2017 11:43:11 +0000 (7 12:43 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Mar 2017 11:43:11 +0000 (7 12:43 +0100)
tree3b895cdb58f386f2e8a3d5ee9ecbd84df31b2a7a
parent37189bbe5e49274a886ed1efb74c90f50ea4c3c4
isl_union_map_get_space: extract out isl_union_map_peek_space

This function will be used in places where the space is only needed
temporarily, without exposing too much of the internal representation.
That is, this function can be used instead of just accessing
the "dim" field directly.

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