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
induction variable of for loop should be considered a parameter inside the loop
[pet.git]
/
scop_plus.h
blob
e788e1a90790d2da12deab3338c8b5c3639f3f52
1
#ifndef PET_SCOP_PLUS_H
2
#define PET_SCOP_PLUS_H
3
4
#include <set>
5
#include <clang/AST/Decl.h>
6
7
#include
"scop.h"
8
9
void
pet_scop_collect_arrays
(
struct
pet_scop
*
scop
,
10
std
::
set
<
clang
::
ValueDecl
*> &
arrays
);
11
12
#endif