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 pet for change in handling of scalar reads
[ppn.git]
/
dependence_graph_relation_options.h
blob
7add80f4b961f295ba56cf6cc0e551d1305094df
1
#include <isl/arg.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
options
{
8
char
*
input
;
9
#define TYPE_MEM 0
10
#define TYPE_FLOW 1
11
#define TYPE_VAL 2
12
unsigned
type
;
13
int
verbose
;
14
int
named
;
15
};
16
17
ISL_ARG_DECL
(
options
,
struct
options
,
options_args
)
18
19
#if defined(__cplusplus)
20
}
21
#endif