isl_scheduler.c: count_map_constraints: count parametric constraints separately
commit5c89b0ff058b22e0cf78e5ccf682b50d7668cbdb
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Feb 2017 12:37:18 +0000 (23 13:37 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 7 Jun 2017 12:16:01 +0000 (7 14:16 +0200)
tree2b8a8a6a6111f2c6322255a27dff9e36558355b4
parent26aa5367e8ec3c2a20f613eb33271a88e4b711f5
isl_scheduler.c: count_map_constraints: count parametric constraints separately

In the next commit, edges that require coefficients for parameters
may get their constraints on coefficients computed differently
from other edges.  The number of equality and inequality
constraints may then also be different.
Perform the counting of the equality and inequality constraints
for these edges separately.

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