OpenScop
0.9.0
|
#include <pluto_unroll.h>
Data Fields | |
char * | iter |
\0 terminated iterator name | |
bool | jam |
true if jam, false otherwise | |
unsigned int | factor |
unroll factor | |
struct osl_pluto_unroll * | next |
next { iter, jam, factor } |
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().
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().
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().