aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.h
diff options
context:
space:
mode:
authorAditya Kumar <aditya.k7@samsung.com>2015-09-29 22:20:14 +0000
committerSebastian Pop <spop@gcc.gnu.org>2015-09-29 22:20:14 +0000
commit01bdcc80e25866fcd982075617f62a53c18659a3 (patch)
treef604e9de2ab0387a77b61793787f6e401c3a6526 /gcc/graphite-poly.h
parentb4d0dacd622e29349a2f2febdc4f62c185e6d6f2 (diff)
downloadgcc-01bdcc80e25866fcd982075617f62a53c18659a3.zip
gcc-01bdcc80e25866fcd982075617f62a53c18659a3.tar.gz
gcc-01bdcc80e25866fcd982075617f62a53c18659a3.tar.bz2
Make compute_deps, extend_schedule static
No functional changes intended. Passes make check and bootstrap. gcc/ChangeLog: 2015-09-29 Aditya Kumar <hiraditya@msn.com> * graphite-dependences.c (scop_get_dependences): Moved in down in order to be visible to its caller. * graphite-poly.h: Removed compute_deps, and extend_schedule. From-SVN: r228269
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r--gcc/graphite-poly.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h
index 3bd22f0..b2dbd36 100644
--- a/gcc/graphite-poly.h
+++ b/gcc/graphite-poly.h
@@ -456,22 +456,6 @@ scop_set_nb_params (scop_p scop, graphite_dim_t nb_params)
}
bool graphite_legal_transform (scop_p);
-__isl_give isl_union_map *extend_schedule (__isl_take isl_union_map *);
-
-void
-compute_deps (scop_p scop, vec<poly_bb_p> pbbs,
- isl_union_map **must_raw,
- isl_union_map **may_raw,
- isl_union_map **must_raw_no_source,
- isl_union_map **may_raw_no_source,
- isl_union_map **must_war,
- isl_union_map **may_war,
- isl_union_map **must_war_no_source,
- isl_union_map **may_war_no_source,
- isl_union_map **must_waw,
- isl_union_map **may_waw,
- isl_union_map **must_waw_no_source,
- isl_union_map **may_waw_no_source);
isl_union_map *
scop_get_dependences (scop_p scop);