repo.or.cz
/
ppcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Test --openmp in ppcg
[ppcg.git]
/
pet_printer.h
blob
5adc11f60c19fe13e000ff2f86ce8a080951efee
1
#ifndef _PET_PRINTER_H
2
#define _PET_PRINTER_H
3
4
#include <isl/printer.h>
5
6
struct
pet_expr
;
7
8
__isl_give isl_printer
*
print_pet_expr
(
__isl_take isl_printer
*
p
,
9
struct
pet_expr
*
expr
,
10
__isl_give isl_printer
*(*
print_access
)(
__isl_take isl_printer
*
p
,
11
struct
pet_expr
*
expr
,
void
*
usr
),
void
*
usr
);
12
13
#endif