aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphite-poly.c')
-rw-r--r--gcc/graphite-poly.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c
index 6422280..7eb45ca 100644
--- a/gcc/graphite-poly.c
+++ b/gcc/graphite-poly.c
@@ -242,7 +242,7 @@ print_iteration_domains (FILE *file, scop_p scop, int verbosity)
/* Prints to STDERR the scattering function of PBB, at some VERBOSITY
level. */
-void
+DEBUG_FUNCTION void
debug_scattering_function (poly_bb_p pbb, int verbosity)
{
print_scattering_function (stderr, pbb, verbosity);
@@ -251,7 +251,7 @@ debug_scattering_function (poly_bb_p pbb, int verbosity)
/* Prints to STDERR the iteration domain of PBB, at some VERBOSITY
level. */
-void
+DEBUG_FUNCTION void
debug_iteration_domain (poly_bb_p pbb, int verbosity)
{
print_iteration_domain (stderr, pbb, verbosity);
@@ -260,7 +260,7 @@ debug_iteration_domain (poly_bb_p pbb, int verbosity)
/* Prints to STDERR the scattering functions of every PBB of SCOP, at
some VERBOSITY level. */
-void
+DEBUG_FUNCTION void
debug_scattering_functions (scop_p scop, int verbosity)
{
print_scattering_functions (stderr, scop, verbosity);
@@ -269,7 +269,7 @@ debug_scattering_functions (scop_p scop, int verbosity)
/* Prints to STDERR the iteration domains of every PBB of SCOP, at
some VERBOSITY level. */
-void
+DEBUG_FUNCTION void
debug_iteration_domains (scop_p scop, int verbosity)
{
print_iteration_domains (stderr, scop, verbosity);
@@ -500,7 +500,7 @@ print_pdr (FILE *file, poly_dr_p pdr, int verbosity)
/* Prints to STDERR the polyhedral data reference PDR, at some
VERBOSITY level. */
-void
+DEBUG_FUNCTION void
debug_pdr (poly_dr_p pdr, int verbosity)
{
print_pdr (stderr, pdr, verbosity);
@@ -703,7 +703,7 @@ print_pdrs (FILE *file, poly_bb_p pbb, int verbosity)
/* Print to STDERR all the data references of PBB. */
-void
+DEBUG_FUNCTION void
debug_pdrs (poly_bb_p pbb, int verbosity)
{
print_pdrs (stderr, pbb, verbosity);
@@ -937,7 +937,7 @@ print_cloog (FILE *file, scop_p scop, int verbosity)
/* Print to STDERR the domain of PBB, at some VERBOSITY level. */
-void
+DEBUG_FUNCTION void
debug_pbb_domain (poly_bb_p pbb, int verbosity)
{
print_pbb_domain (stderr, pbb, verbosity);
@@ -946,7 +946,7 @@ debug_pbb_domain (poly_bb_p pbb, int verbosity)
/* Print to FILE the domain and scattering function of PBB, at some
VERBOSITY level. */
-void
+DEBUG_FUNCTION void
debug_pbb (poly_bb_p pbb, int verbosity)
{
print_pbb (stderr, pbb, verbosity);
@@ -954,7 +954,7 @@ debug_pbb (poly_bb_p pbb, int verbosity)
/* Print to STDERR the context of SCOP, at some VERBOSITY level. */
-void
+DEBUG_FUNCTION void
debug_scop_context (scop_p scop, int verbosity)
{
print_scop_context (stderr, scop, verbosity);
@@ -962,7 +962,7 @@ debug_scop_context (scop_p scop, int verbosity)
/* Print to STDERR the SCOP, at some VERBOSITY level. */
-void
+DEBUG_FUNCTION void
debug_scop (scop_p scop, int verbosity)
{
print_scop (stderr, scop, verbosity);
@@ -971,7 +971,7 @@ debug_scop (scop_p scop, int verbosity)
/* Print to STDERR the SCOP under CLooG format, at some VERBOSITY
level. */
-void
+DEBUG_FUNCTION void
debug_cloog (scop_p scop, int verbosity)
{
print_cloog (stderr, scop, verbosity);
@@ -980,7 +980,7 @@ debug_cloog (scop_p scop, int verbosity)
/* Print to STDERR the parameters of SCOP, at some VERBOSITY
level. */
-void
+DEBUG_FUNCTION void
debug_scop_params (scop_p scop, int verbosity)
{
print_scop_params (stderr, scop, verbosity);
@@ -1226,7 +1226,7 @@ print_lst (FILE *file, lst_p lst, int indent)
/* Print LST to STDERR. */
-void
+DEBUG_FUNCTION void
debug_lst (lst_p lst)
{
print_lst (stderr, lst, 0);