Searched refs:PHI_RESULT (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-dse.c115 return SSA_NAME_VERSION (PHI_RESULT (stmt)) + max_stmt_uid;
312 the PHI is at the top of a loop and the PHI_RESULT is
317 if (SSA_NAME_DEF_STMT (PHI_RESULT (use_stmt)) == use_stmt)
322 single_imm_use (PHI_RESULT (use_stmt), &use_p, &use_stmt);
374 if (!is_gimple_reg (PHI_RESULT (phi)))
H A Dtree-phinodes.c328 SSA_NAME_DEF_STMT (PHI_RESULT (*loc)) = *loc;
391 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (PHI_RESULT (phi)) = 1;
468 release_ssa_name (PHI_RESULT (phi));
H A Dtree-vectorizer.c334 new_ssa_name = PHI_RESULT (phi_new);
536 name = PHI_RESULT (orig_phi);
543 new_phi = create_phi_node (SSA_NAME_VAR (PHI_RESULT (orig_phi)),
557 SET_PHI_ARG_DEF (update_phi, e->dest_idx, PHI_RESULT (new_phi));
564 new_phi = create_phi_node (SSA_NAME_VAR (PHI_RESULT (orig_phi)),
572 SET_PHI_ARG_DEF (update_phi2, new_exit_e->dest_idx, PHI_RESULT (new_phi));
598 set_current_def (current_new_name, PHI_RESULT (new_phi));
668 new_phi = create_phi_node (SSA_NAME_VAR (PHI_RESULT (orig_phi)),
703 SET_PHI_ARG_DEF (update_phi, e->dest_idx, PHI_RESULT (new_phi));
710 new_phi = create_phi_node (SSA_NAME_VAR (PHI_RESULT (orig_ph
[all...]
H A Dtree-ssa-phiopt.c403 result = PHI_RESULT (phi);
448 new_var1 = duplicate_ssa_name (PHI_RESULT (phi), NULL);
633 type = TREE_TYPE (PHI_RESULT (phi));
641 result = PHI_RESULT (phi);
855 result = duplicate_ssa_name (PHI_RESULT (phi), NULL);
921 result = PHI_RESULT (phi);
H A Dtree-tailcall.c366 return PHI_RESULT (phi);
596 if (PHI_RESULT (phi) == a_acc)
605 if (PHI_RESULT (phi) == m_acc)
781 gcc_assert (param == SSA_NAME_VAR (PHI_RESULT (phi)));
939 a_acc = PHI_RESULT (phi);
955 m_acc = PHI_RESULT (phi);
H A Dtree-if-conv.c317 if (!is_gimple_reg (SSA_NAME_VAR (PHI_RESULT (phi))))
321 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, PHI_RESULT (phi))
827 rhs = build3 (COND_EXPR, TREE_TYPE (PHI_RESULT (phi)),
832 new_stmt = build2 (MODIFY_EXPR, TREE_TYPE (PHI_RESULT (phi)),
833 unshare_expr (PHI_RESULT (phi)), rhs);
836 SSA_NAME_DEF_STMT (PHI_RESULT (phi)) = new_stmt;
H A Dtree-ssa-copy.c371 return !SSA_NAME_OCCURS_IN_ABNORMAL_PHI (PHI_RESULT (stmt));
771 lhs = PHI_RESULT (phi);
931 def = PHI_RESULT (phi);
H A Dtree-ssa-dce.c412 if (is_gimple_reg (PHI_RESULT (phi))
413 && is_global_var (SSA_NAME_VAR (PHI_RESULT (phi))))
589 if (!is_gimple_reg (PHI_RESULT (phi)) && NECESSARY (phi))
H A Dtree-scalar-evolution.c1327 tree ev = analyze_scalar_evolution (loop, PHI_RESULT (loop_phi_node));
1331 if (ev == PHI_RESULT (loop_phi_node))
1570 (phi_loop, PHI_RESULT (loop_phi_node));
2121 return PHI_RESULT (phi);
2688 if (is_gimple_reg (PHI_RESULT (phi)))
2692 analyze_scalar_evolution (loop, PHI_RESULT (phi)));
2911 name = PHI_RESULT (phi);
2992 rslt = PHI_RESULT (phi);
H A Dtree-ssa-uncprop.c505 && SSA_NAME_VAR (arg) != SSA_NAME_VAR (PHI_RESULT (phi)))
527 if (SSA_NAME_VAR (equiv) == SSA_NAME_VAR (PHI_RESULT (phi)))
H A Dtree-vect-transform.c902 build1 (reduc_code, vectype, PHI_RESULT (new_phi)));
951 new_temp = PHI_RESULT (new_phi);
991 vec_temp = PHI_RESULT (new_phi);
1085 orig_name = PHI_RESULT (exit_phi);
1346 expr = build2 (code, vectype, loop_vec_def0, PHI_RESULT (new_phi));
1352 PHI_RESULT (new_phi));
2439 if (SSA_NAME_VAR (PHI_RESULT (phi)) == name_var)
2525 if (!is_gimple_reg (SSA_NAME_VAR (PHI_RESULT (phi))))
2540 access_fn = analyze_scalar_evolution (loop, PHI_RESULT (phi));
3025 new_phi = create_phi_node (SSA_NAME_VAR (PHI_RESULT (orig_ph
[all...]
H A Dtree-ssa-copyrename.c335 tree res = PHI_RESULT (phi);
H A Dtree-ssa.c67 dst = PHI_RESULT (phi);
343 !is_gimple_reg (PHI_RESULT (phi)),
736 SSA_NAME_VERSION (PHI_RESULT (phi)));
1099 wants to get at VAR, it should call PHI_RESULT (PHI).
1235 if (!is_gimple_reg (PHI_RESULT (phi)))
H A Dtree-outof-ssa.c372 T0 = var_to_partition_to_var (g->map, PHI_RESULT (phi));
598 var = PHI_RESULT (phi);
689 tree res = PHI_RESULT (phi);
1102 if (!is_gimple_reg (SSA_NAME_VAR (PHI_RESULT (phi))))
1165 p = var_to_partition (map, PHI_RESULT (phi));
1880 tree T0 = var_to_partition_to_var (map, PHI_RESULT (phi));
2441 tree result = PHI_RESULT (phi);
H A Dtree-ssa-pre.c1863 if (!is_gimple_reg (PHI_RESULT (phi)))
1873 size_t ver = SSA_NAME_VERSION (PHI_RESULT (phi));
1908 SSA_NAME_VERSION (PHI_RESULT (phi)));
1911 print_generic_expr (dump_file, PHI_RESULT (phi), 0);
2035 if (!is_gimple_reg (PHI_RESULT (phi)))
2040 tree def = PHI_RESULT (phi);
2597 vn_add (PHI_RESULT (temp), val);
2614 PHI_RESULT (temp));
2616 PHI_RESULT (temp));
2618 PHI_RESULT (tem
[all...]
H A Dtree-ssa-loop-ivcanon.c423 if (!is_gimple_reg (PHI_RESULT (phi)))
H A Dtree-ssa-math-opts.c484 def = PHI_RESULT (phi);
H A Dtree-ssa-operands.h140 #define PHI_RESULT(PHI) DEF_FROM_PTR (PHI_RESULT_PTR (PHI)) macro
H A Dtree-ssa-threadedge.c173 tree dst = PHI_RESULT (phi);
H A Dtree-complex.c189 DONT_SIMULATE_AGAIN (phi) = !is_complex_reg (PHI_RESULT (phi));
362 lhs = PHI_RESULT (phi);
673 if (is_complex_reg (PHI_RESULT (phi)))
678 lr = get_component_ssa_name (PHI_RESULT (phi), false);
685 li = get_component_ssa_name (PHI_RESULT (phi), true);
H A Dtree-into-ssa.c1310 tree result = PHI_RESULT (phi);
1415 currdef = get_reaching_def (SSA_NAME_VAR (PHI_RESULT (phi)));
1662 lhs = PHI_RESULT (phi);
1885 replace_use (arg_p, SSA_NAME_VAR (PHI_RESULT (phi)));
2235 tree lhs_sym, lhs = PHI_RESULT (phi);
H A Dtree-ssa-live.c368 if (is_global_var (SSA_NAME_VAR (PHI_RESULT (phi))))
371 def = PHI_RESULT (phi);
439 register_ssa_partition (map, PHI_RESULT (phi), false);
693 var = PHI_RESULT (phi);
1504 tree result = PHI_RESULT (phi);
H A Dtree-flow-inline.h1238 tree def = PHI_RESULT (stmt);
1251 tree phi_def = PHI_RESULT (phi);
1280 tree phi_def = PHI_RESULT (phi);
H A Dtree-vect-analyze.c512 tree def = PHI_RESULT (phi);
1812 if (!is_gimple_reg (SSA_NAME_VAR (PHI_RESULT (phi))))
1831 (loop, analyze_scalar_evolution (loop, PHI_RESULT (phi)));
H A Dtree-cfgcleanup.c806 tree result = PHI_RESULT (phi);

Completed in 238 milliseconds

12