isl_scheduler.c: count_map_constraints: drop "carry" argument
commit8fb5e220ba17d25e1ea2e4bebd91ae606c863f0c
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 1 May 2017 15:34:05 +0000 (1 17:34 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 25 May 2017 14:13:31 +0000 (25 16:13 +0200)
tree62183c41ee382e0142572386d74a218aa0254a7c
parent757d4cec0c09742ec0a9b0f0ab05f4a5da360aaa
isl_scheduler.c: count_map_constraints: drop "carry" argument

The "carry" argument was used for counting the number of constraints
for the LP problem constructed by the Feautrier style scheduler.
Since the previous commit, the basic validity edges are first collected and
the number of constraints is derived from those basic maps.
In particular, the call to count_map_constraints has been removed and
count_map_constraints no longer needs to support this use case.

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