add isl_schedule_node_gist
commit3e969727ebb34f52e5b8612fd8e4cd31555bcb86
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 7 Nov 2014 13:37:25 +0000 (7 14:37 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 15 Feb 2015 20:33:26 +0000 (15 21:33 +0100)
tree7cdf8fcafb88cb63670da0e823ac094bf3c86383
parent056df4dd1f363d1e0ba059087312e890aacf7215
add isl_schedule_node_gist

We will need this function to implement isl_schedule_intersect_domain
since the intersection may make some nodes in the tree unreachable.
We should therefore remove these redundant nodes instead of keeping
track of them.

We currently do not publicly expose this function, but it could
be considered if it turned out to be useful.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_schedule_band.c
isl_schedule_band.h
isl_schedule_node.c
isl_schedule_tree.c
isl_schedule_tree.h