Searched refs:replace_phi_edge_with_variable (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-phiopt.c | 69 static void replace_phi_edge_with_variable (basic_block, edge, gimple *, tree); 376 replace_phi_edge_with_variable (basic_block cond_block, in replace_phi_edge_with_variable() function 733 replace_phi_edge_with_variable (cond_bb, e1, phi, new_rhs); in two_value_replacement() 854 replace_phi_edge_with_variable (cond_bb, e1, phi, new_var); in conditional_replacement() 1154 replace_phi_edge_with_variable (cond_bb, e1, phi, arg); in value_replacement() 1356 replace_phi_edge_with_variable (cond_bb, e1, phi, lhs); in value_replacement() 1714 replace_phi_edge_with_variable (cond_bb, e1, phi, result); in minmax_replacement() 1849 replace_phi_edge_with_variable (cond_bb, e2, phi, lhs); in cond_removal_in_popcount_pattern() 1975 replace_phi_edge_with_variable (cond_bb, e1, phi, result); in abs_replacement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-phiopt.cc | 77 static void replace_phi_edge_with_variable (basic_block, edge, gphi *, tree); 388 replace_phi_edge_with_variable (basic_block cond_block, in replace_phi_edge_with_variable() function 815 replace_phi_edge_with_variable (cond_bb, e1, phi, new_rhs); in two_value_replacement() 1063 replace_phi_edge_with_variable (cond_bb, e1, phi, result); in match_simplify_replacement() 1507 replace_phi_edge_with_variable (cond_bb, e1, phi, arg); in value_replacement() 1742 replace_phi_edge_with_variable (cond_bb, e1, phi, lhs); in value_replacement() 2142 replace_phi_edge_with_variable (cond_bb, e1, phi, result); in minmax_replacement() 2917 replace_phi_edge_with_variable (cond_bb, e2, phi, lhs); in cond_removal_in_builtin_zero_pattern()
|
H A D | ChangeLog.gimple-classes | 1296 (replace_phi_edge_with_variable): Likewise.
|
H A D | ChangeLog-2005 | 14211 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update profile. 23268 (replace_phi_edge_with_variable): Remove argument BB. 23271 Update a call to replace_phi_edge_with_variable. 25622 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Set the phi 29794 replace_phi_edge_with_variable): Remove unused variable i. 29807 (replace_phi_edge_with_variable): this and change so that we
|
H A D | ChangeLog-2021 | 3999 (replace_phi_edge_with_variable): Deal with extra edges 20969 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): 21890 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Duplicate range 22837 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): 27442 replace_phi_edge_with_variable): Change type of phi argument from
|
H A D | ChangeLog.tuples | 2532 (replace_phi_edge_with_variable): Tuplify.
|
H A D | ChangeLog-2017 | 10978 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update. 26080 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
|
H A D | ChangeLog-2006 | 23478 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Likewise.
|
H A D | ChangeLog-2007 | 18569 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Avoid using C++
|