#include <var.h>
Data Fields | |
int | id |
enum ctrump_pdg_node_code | code |
struct ctrump_stmt * | at |
union { | |
struct ctrump_pdg_reductive_expr reduction | |
struct ctrump_pdg_incremental_expr incr | |
struct ctrump_pdg_store_expr expr | |
struct ctrump_phi_node * phi | |
struct ctrump_initializer_list * initializer | |
} | u |
Definition at line 345 of file var.h.
種類
Definition at line 347 of file var.h.
Referenced by alloc_pdg_node(), assign_pdg_node(), recog_inductive(), and recog_reduction_domtree().
struct ctrump_stmt* ctrump_pdg_node::at [read] |
Definition at line 348 of file var.h.
Referenced by alloc_pdg_node(), and recog_reduction_domtree().
struct ctrump_pdg_reductive_expr ctrump_pdg_node::reduction [read] |
Definition at line 351 of file var.h.
Referenced by recog_inductive(), recog_reduction_domtree(), and ssa_node_store_expr().
struct ctrump_pdg_incremental_expr ctrump_pdg_node::incr [read] |
Definition at line 352 of file var.h.
Referenced by recog_inductive(), recog_reduction_domtree(), and ssa_node_store_expr().
struct ctrump_pdg_store_expr ctrump_pdg_node::expr [read] |
struct ctrump_phi_node* ctrump_pdg_node::phi [read] |
struct ctrump_initializer_list* ctrump_pdg_node::initializer [read] |
union { ... } ctrump_pdg_node::u |
Referenced by assign_pdg_node_bb(), recog_inductive(), recog_reduction_domtree(), and ssa_node_store_expr().