21#ifndef GCC_TREE_OUTOF_SSA_H
22#define GCC_TREE_OUTOF_SSA_H
60 if (
SA.map->partition_to_view)
61 p =
SA.map->partition_to_view[p];
63 return SA.partition_to_pseudo[p];
struct ssaexpand SA
Definition cfgexpand.cc:88
struct rtx_def * rtx
Definition coretypes.h:57
class bitmap_head * bitmap
Definition coretypes.h:51
union tree_node * tree
Definition coretypes.h:97
#define bitmap_bit_p(bitstring, bitno)
Definition genautomata.cc:3429
Definition tree-outof-ssa.h:29
bitmap partitions_for_undefined_values
Definition tree-outof-ssa.h:48
bitmap values
Definition tree-outof-ssa.h:35
bitmap partitions_for_parm_default_defs
Definition tree-outof-ssa.h:44
rtx * partition_to_pseudo
Definition tree-outof-ssa.h:40
var_map map
Definition tree-outof-ssa.h:31
#define NULL
Definition system.h:50
#define gcc_assert(EXPR)
Definition system.h:814
unsigned int rewrite_out_of_ssa(struct ssaexpand *sa)
Definition tree-outof-ssa.cc:1388
gimple * get_gimple_for_ssa_name(tree exp)
Definition tree-outof-ssa.h:69
bool ssa_is_replaceable_p(gimple *stmt)
Definition tree-outof-ssa.cc:59
void expand_phi_nodes(struct ssaexpand *sa)
Definition tree-outof-ssa.cc:1017
void finish_out_of_ssa(struct ssaexpand *sa)
Definition tree-outof-ssa.cc:1372
rtx get_rtx_for_ssa_name(tree exp)
Definition tree-outof-ssa.h:57
#define NO_PARTITION
Definition tree-ssa-live.h:85
struct _var_map * var_map
#define SSA_NAME_DEF_STMT(NODE)
Definition tree.h:2158
#define SSA_NAME_VERSION(NODE)
Definition tree.h:2162