Hi,
The patch cleans up the function to build scop's basic blocks and the function
that gathers the conditions under which a basic block is executed. We remove
one traversal of the dominator tree.
This refactoring was triggered by the need of a vec of all the basic blocks
in a region. We will u
2015-10-06 Aditya Kumar
Sebastian Pop
* graphite-dependences.c (scop_get_dependences): Do not use
SCOP_BBS.
* graphite-isl-ast-to-gimple.c (get_max_schedule_dimensions):
Same.
(generate_isl_schedule): Same.
* gr