#include <var.h>
Data Fields | |
enum ctrump_expr_code | store_op |
struct ctrump_var * | var |
int | flags |
struct ctrump_pdg_node * | new_val |
struct ctrump_expr * | var_ref |
struct ctrump_stmt * | at |
struct ctrump_expr * | val |
Definition at line 203 of file var.h.
ストア操作
Definition at line 204 of file var.h.
Referenced by add_var_store(), and assign_pdg_node_bb().
struct ctrump_var* ctrump_var_store::var [read] |
ストア先の変数
Definition at line 205 of file var.h.
Referenced by add_var_store(), assign_pdg_node_bb(), find_iv(), and recog_reduction_domtree().
Definition at line 206 of file var.h.
Referenced by add_var_store(), and extract_load_store_assign().
struct ctrump_pdg_node* ctrump_var_store::new_val [read] |
ストアされる値
Definition at line 207 of file var.h.
Referenced by assign_pdg_node_bb(), find_iv(), and recog_reduction_domtree().
struct ctrump_expr* ctrump_var_store::var_ref [read] |
struct ctrump_stmt* ctrump_var_store::at [read] |
ストアしている文
Definition at line 210 of file var.h.
Referenced by add_var_store(), and assign_pdg_node_bb().
struct ctrump_expr* ctrump_var_store::val [read] |