repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tree2scop.c: extract_kill: allow specification of statement domain
[pet.git]
/
filter.h
blob
db9260b1b8276b94d495cc8d073d52a11904631a
1
#ifndef PET_FILTER_H
2
#define PET_FILTER_H
3
4
#include <isl/id.h>
5
#include <isl/space.h>
6
#include <isl/aff.h>
7
8
#if defined(__cplusplus)
9
extern
"C"
{
10
#endif
11
12
__isl_give isl_pw_multi_aff
*
pet_filter_insert_pma
(
__isl_take isl_space
*
space
,
13
__isl_take isl_id
*
id
,
int
satisfied
);
14
15
#if defined(__cplusplus)
16
}
17
#endif
18
19
#endif