GCC Middle and Back End API Reference
|
#include <ssaexpand.h>
Data Fields | |
var_map | map |
bitmap | values |
rtx * | partition_to_pseudo |
bitmap | partition_has_default_def |
This structure (of which only a singleton SA exists) is used to pass around information between the outof-SSA functions, cfgexpand and expand itself.
var_map ssaexpand::map |
Referenced by expand_debug_expr(), expand_phi_nodes(), expand_stack_vars(), expand_used_vars(), finish_out_of_ssa(), get_rtx_for_ssa_name(), gimple_expand_cfg(), insert_part_to_rtx_on_edge(), insert_partition_copy_on_edge(), insert_rtx_to_part_on_edge(), insert_value_copy_on_edge(), remove_ssa_form(), and set_rtl().
bitmap ssaexpand::partition_has_default_def |
Referenced by expand_used_vars(), finish_out_of_ssa(), and remove_ssa_form().
rtx* ssaexpand::partition_to_pseudo |
bitmap ssaexpand::values |
Referenced by expand_gimple_basic_block(), expand_gimple_cond(), finish_out_of_ssa(), get_gimple_for_ssa_name(), and remove_ssa_form().