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
extract out pet_expr_access_move_dims
[pet.git]
/
scop_plus.h
blob
aaee70746591c7508f12a43cccda385a989a1640
1
#ifndef PET_SCOP_PLUS_H
2
#define PET_SCOP_PLUS_H
3
4
#include <set>
5
#include <vector>
6
#include <clang/AST/Decl.h>
7
8
#include
"scop.h"
9
10
void
pet_scop_collect_arrays
(
struct
pet_scop
*
scop
,
11
std
::
set
<
std
::
vector
<
clang
::
ValueDecl
*> > &
arrays
);
12
13
#endif