Searched refs:def_phi (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-strength-reduction.c | 284 cand_idx def_phi; variable 593 if (!basis && c->def_phi) in find_basis_for_candidate() 596 slsr_cand_t phi_cand = lookup_cand (c->def_phi); in find_basis_for_candidate() 697 c->def_phi = kind == CAND_MULT ? find_phi_def (base) : 0; in alloc_cand_and_find_basis() 1894 if (c->def_phi) in dump_candidate() 1895 fprintf (dump_file, " phi: %d\n", c->def_phi); in dump_candidate() 2075 return (c->def_phi in phi_dependent_cand_p() 2077 && lookup_cand (c->basis)->def_phi != c->def_phi); in phi_dependent_cand_p() 2525 name = create_phi_basis (c, lookup_cand (c->def_phi)->cand_stmt, in replace_conditional_candidate() 2626 gimple *phi = lookup_cand (c->def_phi)->cand_stmt; in replace_uncond_cands_and_profitable_phis() [all …]
|
H A D | tree-ssa-threadupdate.c | 467 gphi *def_phi; in get_value_locus_in_path() local 473 def_phi = dyn_cast <gphi *> (SSA_NAME_DEF_STMT (def)); in get_value_locus_in_path() 474 if (!def_phi) in get_value_locus_in_path() 477 def_bb = gimple_bb (def_phi); in get_value_locus_in_path() 489 arg = gimple_phi_arg_def (def_phi, e->dest_idx); in get_value_locus_in_path() 492 *locus = gimple_phi_arg_location (def_phi, e->dest_idx); in get_value_locus_in_path()
|
H A D | tree-ssa-reassoc.c | 4718 gphi *def_phi; in is_phi_for_stmt() local 4729 def_phi = dyn_cast <gphi *> (def_stmt); in is_phi_for_stmt() 4730 if (!def_phi) in is_phi_for_stmt() 4733 FOR_EACH_PHI_ARG (arg_p, def_phi, i, SSA_OP_USE) in is_phi_for_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-strength-reduction.cc | 284 cand_idx def_phi; member in slsr_cand_d 593 if (!basis && c->def_phi) in find_basis_for_candidate() 596 slsr_cand_t phi_cand = lookup_cand (c->def_phi); in find_basis_for_candidate() 697 c->def_phi = kind == CAND_MULT ? find_phi_def (base) : 0; in alloc_cand_and_find_basis() 1893 if (c->def_phi) in dump_candidate() 1894 fprintf (dump_file, " phi: %d\n", c->def_phi); in dump_candidate() 2074 return (c->def_phi in phi_dependent_cand_p() 2076 && lookup_cand (c->basis)->def_phi != c->def_phi); in phi_dependent_cand_p() 2524 name = create_phi_basis (c, lookup_cand (c->def_phi)->cand_stmt, in replace_conditional_candidate() 2625 gimple *phi = lookup_cand (c->def_phi)->cand_stmt; in replace_uncond_cands_and_profitable_phis() [all …]
|
H A D | tree-ssa-threadupdate.cc | 549 gphi *def_phi; in get_value_locus_in_path() local 555 def_phi = dyn_cast <gphi *> (SSA_NAME_DEF_STMT (def)); in get_value_locus_in_path() 556 if (!def_phi) in get_value_locus_in_path() 559 def_bb = gimple_bb (def_phi); in get_value_locus_in_path() 571 arg = gimple_phi_arg_def (def_phi, e->dest_idx); in get_value_locus_in_path() 574 *locus = gimple_phi_arg_location (def_phi, e->dest_idx); in get_value_locus_in_path()
|
H A D | tree-ssa-reassoc.cc | 5115 gphi *def_phi; in is_phi_for_stmt() local 5126 def_phi = dyn_cast <gphi *> (def_stmt); in is_phi_for_stmt() 5127 if (!def_phi) in is_phi_for_stmt() 5130 FOR_EACH_PHI_ARG (arg_p, def_phi, i, SSA_OP_USE) in is_phi_for_stmt()
|
H A D | ChangeLog.gimple-classes | 173 GIMPLE_PHI with a dyn_cast, introducing local "def_phi" and using 2081 type of local "def_phi" to gimple_phi by replacing a check of the
|
H A D | ChangeLog-2013 | 31431 (slsr_cand_d): Redefine def_phi.
|