Home
last modified time | relevance | path

Searched refs:target_inbound_names (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-switch-conversion.c132 tree *target_inbound_names; member
369 info.target_inbound_names = info.default_values + info.phi_count; in create_temp_arrays()
370 info.target_outbound_names = info.target_inbound_names + info.phi_count; in create_temp_arrays()
603 info.target_inbound_names[num] = name; in build_one_array()
712 = make_ssa_name (SSA_NAME_VAR (info.target_inbound_names[i]), NULL); in gen_def_assigns()
760 add_phi_arg (phi, info.target_inbound_names[i], e1f, UNKNOWN_LOCATION); in fix_phi_nodes()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-switch-conversion.c585 tree *target_inbound_names; member
888 info->target_inbound_names = info->default_values + info->phi_count; in create_temp_arrays()
889 info->target_outbound_names = info->target_inbound_names + info->phi_count; in create_temp_arrays()
1132 info->target_inbound_names[num] = name; in build_one_array()
1263 tree name = copy_ssa_name (info->target_inbound_names[i]); in gen_def_assigns()
1315 inbound = info->target_inbound_names[i]; in fix_phi_nodes()