isl_schedule_node.c: collect_filter_prefix: allow caller to initialize filter
commit856d798b618285536867f03d73b75b8dd53794d3
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)
treef5f9130363be4c80fca49eec63d4a1d570224413
parent4ef615ecfbf9d3aae1bd91f5e5b8008faa3b52e9
isl_schedule_node.c: collect_filter_prefix: allow caller to initialize filter

This will be useful when we introduce expansion nodes since we will
be able to initialize the filter field from the expansion when we
come across an expansion node and restart the collection on the
remaining ancestors.

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