xref
: /
llvm-project-15.0.7
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
codegen
/
separate.c
(revision 052d95a6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
2
a
(0);
3
for
(
int
c0
=
1
;
c0
<=
9
;
c0
+=
1
) {
4
b
(
c0
-
1
);
5
a
(
c0
);
6
}
7
b
(
9
);
8
}
9