graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.
authorRoman Gareev <gareevroman@gmail.com>
Tue, 5 Aug 2014 03:41:29 +0000 (03:41 +0000)
committerRoman Gareev <romangareev@gcc.gnu.org>
Tue, 5 Aug 2014 03:41:29 +0000 (03:41 +0000)
commit574921c272ca69e7a224d5e45f287d9c2fd49530
tree9a96a394ec62b7802faa234bd03fae43b9e630c8
parentb5975cebfbe3666fe53f98e88cfbe6933978895b
graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.

[gcc/]

* graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.
(translate_isl_ast_for_loop): Add checking of the
flag_loop_parallelize_all.
(ast_build_before_for): New function.
(scop_to_isl_ast): Add checking of the
flag_loop_parallelize_all.
* graphite-dependences.c: Move the defenition of the
scop_get_dependences from graphite-optimize-isl.c to this file.
(apply_schedule_on_deps): Add checking of the ux's emptiness.
(carries_deps): Add checking of the x's value.
* graphite-optimize-isl.c: Move the defenition of the
scop_get_dependences to graphite-dependences.c.
* graphite-poly.h: Add declarations of scop_get_dependences
and carries_deps.

From-SVN: r213619
gcc/ChangeLog
gcc/graphite-dependences.c
gcc/graphite-isl-ast-to-gimple.c
gcc/graphite-optimize-isl.c
gcc/graphite-poly.h