repo.or.cz
/
ppn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update isl for fix in isl_map_plain_is_disjoint
[ppn.git]
/
pn_options.h
blob
048c138eae102a92e1a91b5bb9ebcbb08623af44
1
#include
"size_options.h"
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
pn_options
{
8
struct
size_options
*
size
;
9
int
propagate
;
10
int
reuse
;
11
int
merge
;
12
int
shift_register
;
13
int
reschedule
;
14
int
move
;
15
char
*
input
;
16
char
*
output
;
17
};
18
19
ISL_ARG_DECL
(
pn_options
,
struct
pn_options
,
pn_options_args
)
20
21
#if defined(__cplusplus)
22
}
23
#endif