Searched refs:replace_exp (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-propagate.h | 73 extern void replace_exp (use_operand_p, tree);
|
H A D | tree-ssa-propagate.c | 1369 replace_exp (use_operand_p op_p, tree val) in replace_exp() function 1390 replace_exp (op_p, val); in propagate_value()
|
H A D | gimple-ssa-backprop.c | 867 replace_exp (use, new_arg); in optimize_phi()
|
H A D | graphite-isl-ast-to-gimple.c | 1230 replace_exp (use_p, new_name); in graphite_copy_stmts_from_block()
|
H A D | tree-cfg.c | 1979 replace_exp (use, val); in replace_uses_by()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-propagate.h | 72 extern void replace_exp (use_operand_p, tree);
|
H A D | tree-ssa-propagate.cc | 1157 replace_exp (use_operand_p op_p, tree val) in replace_exp() function 1178 replace_exp (op_p, val); in propagate_value()
|
H A D | gimple-ssa-backprop.cc | 866 replace_exp (use, new_arg); in optimize_phi()
|
H A D | graphite-isl-ast-to-gimple.cc | 1217 replace_exp (use_p, new_name); in graphite_copy_stmts_from_block()
|
H A D | tree-ssa-phiopt.cc | 1498 replace_exp (use_p, temp); in value_replacement()
|
H A D | ChangeLog.tuples | 4280 verify_loop_closed_ssa, replace_exp): Removed. 4289 * tree-ssa-copy.c (replace_exp): Enable. 6212 pop_stmt_changes, replace_exp): Add dummy functions.
|
H A D | tree-cfg.cc | 1977 replace_exp (use, val); in replace_uses_by()
|
H A D | ChangeLog.graphite | 6827 Use replace_exp and update_stmt. 6830 Use replace_exp and update_stmt.
|
H A D | ChangeLog.tree-ssa | 1331 * tree-flow.h (propagate_value, replace_exp): Prototype. 1341 * tree-ssa-pre.c (generate_expr_as_of_bb): Use replace_exp.
|
H A D | ChangeLog-2010 | 1808 * tree-ssa-copy.c (replace_exp): Add a comment about calling 1809 fold_stmt_inplace after replace_exp. 9032 * tree-ssa-copy.c (replace_exp): Likewise.
|
H A D | ChangeLog-2008 | 708 Use replace_exp and update_stmt. 711 Use replace_exp and update_stmt.
|
H A D | ChangeLog-2021 | 1752 (replace_exp): ... this and elide previous wrapper. 1754 may_propagate_copy call and dispatch to replace_exp.
|
H A D | ChangeLog-2013 | 16416 * tree-ssa-copy.c (may_propagate*, propagate_value, replace_exp, 16418 * tree-ssa-propagate.c (may_propagate*, propagate_value, replace_exp,
|
H A D | ChangeLog-2004 | 29230 * tree-flow.h (propagate_value, replace_exp): Change prototype. 29252 (replace_exp, cprop_operand, cprop_into_stmt): Use new operand types.
|
H A D | ChangeLog-2005 | 7331 * tree-cfg.c (replace_uses_by): Use replace_exp.
|