Searched refs:may_propagate_copy (Results 1 – 21 of 21) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-propagate.cc | 584 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()
|
| D | tree-ssa-propagate.h | 68 extern bool may_propagate_copy (tree, tree, bool = false);
|
| D | tree-ssa-copy.cc | 209 if (!may_propagate_copy (lhs, rhs)) in copy_prop_visit_assignment() 413 && may_propagate_copy (lhs, phi_val.value) in visit_phi()
|
| D | tree-ssa-dom.cc | 1235 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()
|
| D | tree-ssa-forwprop.cc | 3455 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()
|
| D | tree-ssa-sccvn.cc | 6437 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()
|
| D | ChangeLog.tree-ssa | 953 * 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.
|
| D | tree-cfg.cc | 2056 || may_propagate_copy (def, use)); in gimple_merge_blocks()
|
| D | ChangeLog.tuples | 4453 * tree-ssa-copy.c (may_propagate_copy): Likewise. 6500 * tree-ssa-copy.c (may_propagate_copy): Disable.
|
| D | gimple-fold.cc | 6326 && may_propagate_copy (ret, val)) in fold_stmt_1()
|
| D | ChangeLog-2004 | 10370 * 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 …]
|
| D | ChangeLog-2021 | 1743 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.
|
| D | ChangeLog-2007 | 1530 * 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
|
| D | ChangeLog-2006 | 1352 * tree-ssa-copy.c (may_propagate_copy): Allow copies 14553 * tree-ssa-copy.c (may_propagate_copy): Test flow sensitive
|
| D | ChangeLog-2008 | 27634 * tree-ssa-copy.c (may_propagate_copy): Don't propagate copies 28634 * tree-ssa-copy.c (may_propagate_copy): Do not short-cut
|
| D | ChangeLog-2009 | 24829 * tree-ssa-copy.c (may_propagate_copy): Remove hack checking for 29553 * tree-ssa-copy.c (may_propagate_copy): Remove memory-tag related code.
|
| D | ChangeLog-2005 | 9477 may_propagate_copy. 25010 (may_propagate_copy): Reformat.
|
| D | ChangeLog-2013 | 21267 * tree-ssa-copy.c (may_propagate_copy): Allow propagating 29515 * tree-ssa-copy.c (may_propagate_copy): Cannot propagate
|
| D | ChangeLog-2012 | 14582 * tree-ssa-copy.c (may_propagate_copy): Likewise.
|
| D | ChangeLog-2016 | 3581 * gimple-fold.c (fold_stmt_1): Check may_propagate_copy
|
| D | ChangeLog-2014 | 9045 * tree-ssa-propagate.c (may_propagate_copy): Allow propagating
|