xref
: /
netbsd-src
/
external
/
mit
/
isl
/
dist
/
test_inputs
/
codegen
/
cloog
/
unroll2.c
(revision f8cf1a9151c7af1cb0bd8b09c13c66bca599c027)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
if
(
n
>=
-1
&&
n
<=
9
) {
2
if
(
n
>= 0)
3
S1
(
n
);
4
S1
(
n
+
1
);
5
}
6