| OpenScop
    0.9.0
    | 
#include <pluto_unroll.h>

| Data Fields | |
| char * | iter | 
| \0 terminated iterator name  More... | |
| bool | jam | 
| true if jam, false otherwise  More... | |
| unsigned int | factor | 
| unroll factor  More... | |
| struct osl_pluto_unroll * | next | 
| next { iter, jam, factor }  More... | |
The osl_pluto_unroll_t structure stores the pluto_unroll that Pluto wants to unroll
Definition at line 88 of file pluto_unroll.h.
| unsigned int osl_pluto_unroll::factor | 
unroll factor
Definition at line 91 of file pluto_unroll.h.
Referenced by osl_pluto_unroll_clone(), osl_pluto_unroll_equal(), osl_pluto_unroll_fill(), osl_pluto_unroll_idump(), osl_pluto_unroll_malloc(), osl_pluto_unroll_sprint(), and osl_pluto_unroll_sread().
| char* osl_pluto_unroll::iter | 
\0 terminated iterator name
Definition at line 89 of file pluto_unroll.h.
Referenced by osl_pluto_unroll_clone(), osl_pluto_unroll_equal(), osl_pluto_unroll_fill(), osl_pluto_unroll_free(), osl_pluto_unroll_idump(), osl_pluto_unroll_malloc(), osl_pluto_unroll_sprint(), and osl_pluto_unroll_sread().
| bool osl_pluto_unroll::jam | 
true if jam, false otherwise
Definition at line 90 of file pluto_unroll.h.
Referenced by osl_pluto_unroll_clone(), osl_pluto_unroll_equal(), osl_pluto_unroll_fill(), osl_pluto_unroll_idump(), osl_pluto_unroll_malloc(), osl_pluto_unroll_sprint(), and osl_pluto_unroll_sread().
| struct osl_pluto_unroll* osl_pluto_unroll::next | 
next { iter, jam, factor }
Definition at line 92 of file pluto_unroll.h.
Referenced by osl_pluto_unroll_clone(), osl_pluto_unroll_equal(), osl_pluto_unroll_free(), osl_pluto_unroll_idump(), osl_pluto_unroll_malloc(), osl_pluto_unroll_sprint(), and osl_pluto_unroll_sread().
 1.8.6
 1.8.6