Home
last modified time | relevance | path

Searched refs:replace_phi_edge_with_variable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-phiopt.c47 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()
DChangeLog-200514212 * 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
DChangeLog-200616393 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Likewise.