Home
last modified time | relevance | path

Searched refs:may_propagate_copy (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-propagate.cc584 if (!may_propagate_copy (tuse, val)) in replace_uses_in()
619 if (val && val != arg && may_propagate_copy (arg, val)) in replace_phi_args_in()
745 && may_propagate_copy (arg, val)) in propagate_into_phi_args()
779 && may_propagate_copy (res, sprime)) in before_dom_children()
819 && may_propagate_copy (lhs, sprime) in before_dom_children()
1050 may_propagate_copy (tree dest, tree orig, bool dest_not_phi_arg_p) in may_propagate_copy() function
1107 return may_propagate_copy (gimple_assign_rhs1 (dest), orig, true); in may_propagate_copy_into_stmt()
1109 return may_propagate_copy (gimple_switch_index (dest_swtch), orig, true); in may_propagate_copy_into_stmt()
1176 gcc_assert (may_propagate_copy (USE_FROM_PTR (op_p), val, in propagate_value()
1275 if (rhs && may_propagate_copy (lhs, rhs)) in clean_up_loop_closed_phi()
Dtree-ssa-propagate.h68 extern bool may_propagate_copy (tree, tree, bool = false);
Dtree-ssa-copy.cc209 if (!may_propagate_copy (lhs, rhs)) in copy_prop_visit_assignment()
413 && may_propagate_copy (lhs, phi_val.value) in visit_phi()
Dtree-ssa-dom.cc1235 if (may_propagate_copy (lhs, rhs)) in record_equivalences_from_phis()
1493 && may_propagate_copy (orig_val, new_val)) in cprop_into_successor_phis()
1852 if (!may_propagate_copy (op, val)) in cprop_operand()
Dtree-ssa-forwprop.cc3455 if (may_propagate_copy (res, first)) in execute()
3742 if (val && val != use && may_propagate_copy (use, val)) in execute()
3893 && may_propagate_copy (lhs, val)) in execute()
3917 && may_propagate_copy (arg, val)) in execute()
Dtree-ssa-sccvn.cc6437 if (may_propagate_copy (lhs, sprime)) in eliminate_stmt()
6688 && may_propagate_copy (use, sprime, true) in eliminate_stmt()
6904 if (may_propagate_copy (res, sprime)) in before_dom_children()
6947 if (sprime && may_propagate_copy (arg, sprime)) in before_dom_children()
7482 if (may_propagate_copy (res, leader)) in process_bb()
7739 && may_propagate_copy (arg, sprime)) in process_bb()
DChangeLog.tree-ssa953 * tree-flow-inline.h (may_propagate_copy): Do not allow propagation of
1373 * tree-flow-inline.h (may_propagate_copy): Do not perform ABNORMAL_PHI
7898 * tree-flow-inline.h (may_propagate_copy): Block propagation of
9315 * tree-flow-inline.h (may_propagate_copy): Allow RHS to be a
9321 * tree-ssa-copyprop.c (copyprop_phi): Likewise. Use may_propagate_copy.
9358 * tree-ssa-dom.c (optimize_block): Use may_propagate_copy.
9422 * tree-flow-inline.h (may_propagate_copy): New function.
9423 * tree-flow.h (may_propagate_copy): Declare.
Dtree-cfg.cc2056 || may_propagate_copy (def, use)); in gimple_merge_blocks()
DChangeLog.tuples4453 * tree-ssa-copy.c (may_propagate_copy): Likewise.
6500 * tree-ssa-copy.c (may_propagate_copy): Disable.
Dgimple-fold.cc6326 && may_propagate_copy (ret, val)) in fold_stmt_1()
DChangeLog-200410370 * tree-ssa-copy.c (may_propagate_copy): Likewise.
11978 * tree-ssa-copy.c (may_propagate_copy): Only allow if the
12823 * tree-ssa-copy.c (may_propagate_copy): Don't check the aliasing
14036 * tree-ssa-copy.c (may_propagate_copy, merge_alias_info,
21445 * tree-ssa-copy.c (may_propagate_copy): Compare alias sets,
21924 * tree-ssa-copy.c (may_propagate_copy): Do not allow copy
25635 * tree-flow-inline.h (may_propagate_copy): Move...
25636 * tree-ssa-copy.c (may_propagate_copy): ... here. Fail if we
25638 * tree-flow.h (may_propagate_copy): Update decl.
27468 * tree-flow-inline.h (may_propagate_copy): Re-arrange for
[all …]
DChangeLog-20211743 Note we are not propagating into a PHI argument to may_propagate_copy.
1744 * tree-ssa-propagate.h (may_propagate_copy): Add
1746 * tree-ssa-propagate.c (may_propagate_copy): Likewise.
1749 (may_propagate_into_stmt): Update may_propagate_copy calls.
1754 may_propagate_copy call and dispatch to replace_exp.
DChangeLog-20071530 * tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.
16354 * tree-ssa-copy.c (may_propagate_copy): Likewise.
16414 * tree-ssa-copy.c (may_propagate_copy): Likewise.
23754 * tree-ssa-copy.c (may_propagate_copy): Return true if DEST
DChangeLog-20061352 * tree-ssa-copy.c (may_propagate_copy): Allow copies
14553 * tree-ssa-copy.c (may_propagate_copy): Test flow sensitive
DChangeLog-200827634 * tree-ssa-copy.c (may_propagate_copy): Don't propagate copies
28634 * tree-ssa-copy.c (may_propagate_copy): Do not short-cut
DChangeLog-200924829 * tree-ssa-copy.c (may_propagate_copy): Remove hack checking for
29553 * tree-ssa-copy.c (may_propagate_copy): Remove memory-tag related code.
DChangeLog-20059477 may_propagate_copy.
25010 (may_propagate_copy): Reformat.
DChangeLog-201321267 * tree-ssa-copy.c (may_propagate_copy): Allow propagating
29515 * tree-ssa-copy.c (may_propagate_copy): Cannot propagate
DChangeLog-201214582 * tree-ssa-copy.c (may_propagate_copy): Likewise.
DChangeLog-20163581 * gimple-fold.c (fold_stmt_1): Check may_propagate_copy
DChangeLog-20149045 * tree-ssa-propagate.c (may_propagate_copy): Allow propagating