Searched refs:replace_phi_edge_with_variable (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-ssa-phiopt.c | 47 static void replace_phi_edge_with_variable (basic_block, edge, tree, tree); 324 replace_phi_edge_with_variable (basic_block cond_block, in replace_phi_edge_with_variable() function 531 replace_phi_edge_with_variable (cond_bb, e1, phi, new_var1); in conditional_replacement() 607 replace_phi_edge_with_variable (cond_bb, e1, phi, arg); in value_replacement() 862 replace_phi_edge_with_variable (cond_bb, e1, phi, result); in minmax_replacement() 988 replace_phi_edge_with_variable (cond_bb, e1, phi, result); in abs_replacement()
|
| D | ChangeLog-2005 | 14212 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update profile. 23269 (replace_phi_edge_with_variable): Remove argument BB. 23272 Update a call to replace_phi_edge_with_variable. 25623 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Set the phi 29795 replace_phi_edge_with_variable): Remove unused variable i. 29808 (replace_phi_edge_with_variable): this and change so that we
|
| D | ChangeLog-2006 | 16393 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Likewise.
|