Home
last modified time | relevance | path

Searched refs:replace_exp (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-propagate.h73 extern void replace_exp (use_operand_p, tree);
H A Dtree-ssa-propagate.c1369 replace_exp (use_operand_p op_p, tree val) in replace_exp() function
1390 replace_exp (op_p, val); in propagate_value()
H A Dgimple-ssa-backprop.c867 replace_exp (use, new_arg); in optimize_phi()
H A Dgraphite-isl-ast-to-gimple.c1230 replace_exp (use_p, new_name); in graphite_copy_stmts_from_block()
H A Dtree-cfg.c1979 replace_exp (use, val); in replace_uses_by()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-propagate.h72 extern void replace_exp (use_operand_p, tree);
H A Dtree-ssa-propagate.cc1157 replace_exp (use_operand_p op_p, tree val) in replace_exp() function
1178 replace_exp (op_p, val); in propagate_value()
H A Dgimple-ssa-backprop.cc866 replace_exp (use, new_arg); in optimize_phi()
H A Dgraphite-isl-ast-to-gimple.cc1217 replace_exp (use_p, new_name); in graphite_copy_stmts_from_block()
H A Dtree-ssa-phiopt.cc1498 replace_exp (use_p, temp); in value_replacement()
H A DChangeLog.tuples4280 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 Dtree-cfg.cc1977 replace_exp (use, val); in replace_uses_by()
H A DChangeLog.graphite6827 Use replace_exp and update_stmt.
6830 Use replace_exp and update_stmt.
H A DChangeLog.tree-ssa1331 * tree-flow.h (propagate_value, replace_exp): Prototype.
1341 * tree-ssa-pre.c (generate_expr_as_of_bb): Use replace_exp.
H A DChangeLog-20101808 * 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 DChangeLog-2008708 Use replace_exp and update_stmt.
711 Use replace_exp and update_stmt.
H A DChangeLog-20211752 (replace_exp): ... this and elide previous wrapper.
1754 may_propagate_copy call and dispatch to replace_exp.
H A DChangeLog-201316416 * tree-ssa-copy.c (may_propagate*, propagate_value, replace_exp,
16418 * tree-ssa-propagate.c (may_propagate*, propagate_value, replace_exp,
H A DChangeLog-200429230 * tree-flow.h (propagate_value, replace_exp): Change prototype.
29252 (replace_exp, cprop_operand, cprop_into_stmt): Use new operand types.
H A DChangeLog-20057331 * tree-cfg.c (replace_uses_by): Use replace_exp.