Home
last modified time | relevance | path

Searched refs:binlhs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.cc5611 gimple *binlhs = SSA_NAME_DEF_STMT (gimple_assign_rhs1 (stmt)); in linearize_expr() local
5619 gcc_assert (is_reassociable_op (binlhs, rhscode, loop) in linearize_expr()
5627 gimple_assign_lhs (binlhs), in linearize_expr()
5650 gimple_set_visited (binlhs, true); in linearize_expr()
5747 tree binlhs = gimple_assign_rhs1 (stmt); in should_break_up_subtract() local
5752 if (TREE_CODE (binlhs) == SSA_NAME in should_break_up_subtract()
5753 && is_reassociable_op (SSA_NAME_DEF_STMT (binlhs), PLUS_EXPR, loop)) in should_break_up_subtract()
5901 tree binlhs = gimple_assign_rhs1 (stmt); in linearize_expr_tree() local
5912 if (TREE_CODE (binlhs) == SSA_NAME) in linearize_expr_tree()
5914 binlhsdef = SSA_NAME_DEF_STMT (binlhs); in linearize_expr_tree()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-reassoc.c5213 gimple *binlhs = SSA_NAME_DEF_STMT (gimple_assign_rhs1 (stmt)); in linearize_expr() local
5221 gcc_assert (is_reassociable_op (binlhs, rhscode, loop) in linearize_expr()
5229 gimple_assign_lhs (binlhs), in linearize_expr()
5252 gimple_set_visited (binlhs, true); in linearize_expr()
5349 tree binlhs = gimple_assign_rhs1 (stmt); in should_break_up_subtract() local
5354 if (TREE_CODE (binlhs) == SSA_NAME in should_break_up_subtract()
5355 && is_reassociable_op (SSA_NAME_DEF_STMT (binlhs), PLUS_EXPR, loop)) in should_break_up_subtract()
5501 tree binlhs = gimple_assign_rhs1 (stmt); in linearize_expr_tree() local
5512 if (TREE_CODE (binlhs) == SSA_NAME) in linearize_expr_tree()
5514 binlhsdef = SSA_NAME_DEF_STMT (binlhs); in linearize_expr_tree()
[all …]