#include <loop.h>
Data Fields | |
int | id |
int | num_subscript |
struct ctrump_loop_subscript * | subscripts |
int | num_constraint |
struct ctrump_loop_subscript_constraint * | constraints |
struct ctrump_loop_array | array |
struct ctrump_stmt * | at_stmt |
struct ctrump_expr * | at_expr |
Definition at line 328 of file loop.h.
添字の数
Definition at line 331 of file loop.h.
Referenced by append_memory_access(), get_distance_vector(), and test_index().
struct ctrump_loop_subscript* ctrump_loop_memory_access::subscripts [read] |
添字 vec[num_subscript]
Definition at line 332 of file loop.h.
Referenced by append_memory_access(), and test_index().
制約 vec [num_constraint]
Definition at line 334 of file loop.h.
Referenced by append_memory_access().
struct ctrump_loop_array ctrump_loop_memory_access::array [read] |
配列
Definition at line 336 of file loop.h.
Referenced by append_memory_access(), get_distance_vector(), and test_index().
struct ctrump_stmt* ctrump_loop_memory_access::at_stmt [read] |
struct ctrump_expr* ctrump_loop_memory_access::at_expr [read] |