isl_scheduler.c: isl_sched_graph: keep track of whether components are WCCs
commit8c2b87a9228590c2c22a95c1d6e5e6c4e2e9a726
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 1 Jul 2014 05:45:09 +0000 (1 07:45 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Feb 2015 18:45:24 +0000 (3 19:45 +0100)
tree94dca9490d29b043ac061fb35b892851da7ca951
parentb445cac1220d4671d091064dd54a08696ea59b8f
isl_scheduler.c: isl_sched_graph: keep track of whether components are WCCs

This allows compute_component_schedule to check wether the components
are weakly connected directly rather than having to duplicate the test
from compute_schedule that decides whether to compute weakly connected
components.
It will also allow us to reuse compute_component_schedule from
within split_scaled.

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