Polly 20.0.0git
Functions | Variables
if_then-0.c File Reference

Go to the source code of this file.

Functions

 if (m<=1)
 
else if (n >=m+1)
 

Variables

 else
 

Function Documentation

◆ if() [1/2]

if ( m<=  1)

Definition at line 1 of file if_then-0.c.

References c0, c1, and n.

◆ if() [2/2]

else if ( n >=m 1)

Definition at line 5 of file if_then-0.c.

Variable Documentation

◆ else

else
Initial value:
{
for (int c0 = 1; c0 <= n; c0 += 1)
for (int c1 = 1; c1 <= n; c1 += 1)
s1(c0, c1)
c1
Definition: dot.c:2
c0
Definition: multi-stride2.c:2
n
Definition: youcefn.c:8

Definition at line 9 of file if_then-0.c.