Searched refs:old_arg (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-ssa-phiprop.c | 159 tree old_arg, new_var; in phiprop_insert_phi() local 163 old_arg = PHI_ARG_DEF_FROM_EDGE (phi, e); in phiprop_insert_phi() 165 while (TREE_CODE (old_arg) == SSA_NAME in phiprop_insert_phi() 166 && (SSA_NAME_VERSION (old_arg) >= n in phiprop_insert_phi() 167 || phivn[SSA_NAME_VERSION (old_arg)].value == NULL_TREE)) in phiprop_insert_phi() 169 gimple def_stmt = SSA_NAME_DEF_STMT (old_arg); in phiprop_insert_phi() 170 old_arg = gimple_assign_rhs1 (def_stmt); in phiprop_insert_phi() 174 if (TREE_CODE (old_arg) == SSA_NAME) in phiprop_insert_phi() 182 phivn[SSA_NAME_VERSION (old_arg)].value, 0); in phiprop_insert_phi() 186 new_var = phivn[SSA_NAME_VERSION (old_arg)].value; in phiprop_insert_phi() [all …]
|
| HD | tree-cfgcleanup.c | 855 tree old_arg = redirect_edge_var_map_result (vm); in remove_forwarder_block_with_phi() local 858 if (def == old_arg) in remove_forwarder_block_with_phi()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-ssa-phiprop.c | 160 tree old_arg, new_var; in phiprop_insert_phi() local 164 old_arg = PHI_ARG_DEF_FROM_EDGE (phi, e); in phiprop_insert_phi() 166 while (TREE_CODE (old_arg) == SSA_NAME in phiprop_insert_phi() 167 && (SSA_NAME_VERSION (old_arg) >= n in phiprop_insert_phi() 168 || phivn[SSA_NAME_VERSION (old_arg)].value == NULL_TREE)) in phiprop_insert_phi() 170 gimple *def_stmt = SSA_NAME_DEF_STMT (old_arg); in phiprop_insert_phi() 171 old_arg = gimple_assign_rhs1 (def_stmt); in phiprop_insert_phi() 175 if (TREE_CODE (old_arg) == SSA_NAME) in phiprop_insert_phi() 183 phivn[SSA_NAME_VERSION (old_arg)].value); in phiprop_insert_phi() 187 new_var = phivn[SSA_NAME_VERSION (old_arg)].value; in phiprop_insert_phi() [all …]
|
| HD | tree-cfgcleanup.c | 1083 tree old_arg = redirect_edge_var_map_result (vm); in remove_forwarder_block_with_phi() local 1086 if (def == old_arg) in remove_forwarder_block_with_phi()
|
| HD | tree-vect-loop-manip.c | 2278 tree old_arg = PHI_ARG_DEF (update_phi, 0); in slpeel_update_phi_nodes_for_guard2() local 2281 if (TREE_CODE (old_arg) != SSA_NAME) in slpeel_update_phi_nodes_for_guard2() 2284 tree merge_arg = get_current_def (old_arg); in slpeel_update_phi_nodes_for_guard2() 2286 merge_arg = old_arg; in slpeel_update_phi_nodes_for_guard2() 2292 guard_arg = old_arg; in slpeel_update_phi_nodes_for_guard2()
|
| HD | omp-expand.c | 7530 tree old_arg; member 7544 if (t == adm->old_arg) in grid_remap_kernel_arg_accesses() 7702 adm.old_arg = old_parm_decl; in grid_expand_target_grid_body()
|
| /dragonfly/contrib/ee/ |
| HD | new_curse.c | 2263 int old_arg; local 2279 old_arg = fcntl(0, F_GETFL, 0); 2280 in_value = fcntl(0, F_SETFL, old_arg | FNDELAY); 2285 fcntl(0, F_SETFL, old_arg); 2822 int old_arg, value; in endwin() local
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | pt.c | 5206 unify_parameter_pack_inconsistent (bool explain_p, tree old_arg, tree new_arg) in unify_parameter_pack_inconsistent() argument 5211 old_arg, new_arg); in unify_parameter_pack_inconsistent()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | pt.c | 6450 unify_parameter_pack_inconsistent (bool explain_p, tree old_arg, tree new_arg) in unify_parameter_pack_inconsistent() argument 6455 old_arg, new_arg); in unify_parameter_pack_inconsistent()
|