diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-03-31 18:37:28 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-03-31 18:37:28 +0000 |
commit | 730a98461a93b4e9a302fbaafc190bdf87f2b132 (patch) | |
tree | 4d7b2d63bc48f32b859212035d91ddf87f462a57 /gcc/graphite-poly.h | |
parent | 9c0c34c2bbc9181554bd3e7ae88ca3c640920cbc (diff) | |
download | gcc-730a98461a93b4e9a302fbaafc190bdf87f2b132.tar.gz |
Print SCoPs under CLooG format.
2010-03-23 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.c (print_scattering_function_1): New.
(print_scattering_function): Call it.
(print_scop_params): Remove spaces at the end of lines.
(print_cloog): New.
(debug_cloog): New.
* graphite-poly.h (print_cloog): Declared.
(debug_cloog): Declared.
From-SVN: r157887
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r-- | gcc/graphite-poly.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 665276bdaeb..a3c0a5d8bcb 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -350,12 +350,14 @@ extern void print_pbb_domain (FILE *, poly_bb_p); extern void print_pbb (FILE *, poly_bb_p); extern void print_scop_context (FILE *, scop_p); extern void print_scop (FILE *, scop_p); +extern void print_cloog (FILE *, scop_p); extern void debug_pbb_domain (poly_bb_p); extern void debug_pbb (poly_bb_p); extern void print_pdrs (FILE *, poly_bb_p); extern void debug_pdrs (poly_bb_p); extern void debug_scop_context (scop_p); extern void debug_scop (scop_p); +extern void debug_cloog (scop_p); extern void print_scop_params (FILE *, scop_p); extern void debug_scop_params (scop_p); extern void print_iteration_domain (FILE *, poly_bb_p); |