]> gcc.gnu.org Git - gcc.git/commit - gcc/tree-flow-inline.h
tree-flow-inline.h (op_iter_next_must_and_may_def): New.
authorJeff Law <law@redhat.com>
Tue, 26 Apr 2005 17:37:33 +0000 (11:37 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 26 Apr 2005 17:37:33 +0000 (11:37 -0600)
commitdb30731aa44d6975021de8b9838297d2e9603cf3
tree0d7eb68bfe51ab28e40b7b4005702e4ca1a156ff
parent5635785a6477d146de01022cc4ef7da97a49a894
tree-flow-inline.h (op_iter_next_must_and_may_def): New.

* tree-flow-inline.h (op_iter_next_must_and_may_def): New.
(op_iter_init_must_and_may_def): Likewise.
(unmodifiable_var_p): Move to a later point in the file.
* tree-ssa-operands.h (FOR_EACH_SSA_MUST_AND_MAY_DEF_OPERAND): New.
* tree-ssa-dse.c (need_imm_uses_for): Remove, no longer needed.
(dse_record_phis): Directly check for virtual operands rather than
using need_imm_uses_for.
(dse_optimize_stmt): Handle V_MUST_DEF operands.  Handle case where
store has multiple V_{MAY,MUST}_DEF operands.

From-SVN: r98780
gcc/ChangeLog
gcc/tree-flow-inline.h
gcc/tree-ssa-dse.c
gcc/tree-ssa-operands.h
This page took 0.05848 seconds and 5 git commands to generate.