isl_schedule_node.c: collect_filter_prefix: allow traversal of subset of list
commit4ef615ecfbf9d3aae1bd91f5e5b8008faa3b52e9
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 6 May 2014 08:29:28 +0000 (6 10:29 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Mar 2015 09:47:27 +0000 (16 10:47 +0100)
treeb6ef6aa0632e0b9331d6f9d94f5032875a0631b5
parent94d707d505ad003d00673016c400c3d7cc6bdbb7
isl_schedule_node.c: collect_filter_prefix: allow traversal of subset of list

This will be useful when we introduce expansion nodes since we will
want to interrupt the traversal when we come across an expansion node
and then restart the collection on the remaining ancestors.

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