Data Fields | |
enum parallel_access_type | type |
int | flags |
struct ctrump_var * | invariant |
int | num_subscript |
struct ctrump_loop_subscript * | subscripts |
int | num_constraint |
struct ctrump_loop_subscript_constraint * | constraints |
struct ctrump_stmt * | at_stmt |
struct ctrump_expr * | at_expr |
Definition at line 310 of file loop.c.
LOAD or STORE
Definition at line 311 of file loop.c.
Referenced by append_access_info(), and classify_memop().
struct ctrump_var* parallel_access_info::invariant [read] |
配列 NULL if pointer access
Definition at line 315 of file loop.c.
Referenced by append_access_info(), and append_memory_access().
添字の数
Definition at line 317 of file loop.c.
Referenced by append_access_info(), and append_memory_access().
struct ctrump_loop_subscript* parallel_access_info::subscripts [read] |
添字
Definition at line 318 of file loop.c.
Referenced by append_access_info(), and append_memory_access().
制約の数(未実装)
Definition at line 319 of file loop.c.
Referenced by append_access_info(), and append_memory_access().
制約(未実装
Definition at line 320 of file loop.c.
Referenced by append_access_info(), and append_memory_access().
struct ctrump_stmt* parallel_access_info::at_stmt [read] |
アクセスしている文
Definition at line 321 of file loop.c.
Referenced by append_access_info(), and append_memory_access().
struct ctrump_expr* parallel_access_info::at_expr [read] |
アクセスしている式
Definition at line 322 of file loop.c.
Referenced by append_access_info(), and append_memory_access().