| /freebsd-9-stable/contrib/gcc/ |
| D | c-semantics.c | 86 if (TREE_SIDE_EFFECTS (t)) in pop_stmt_list() 135 side_effects |= TREE_SIDE_EFFECTS (t); in build_stmt() 139 TREE_SIDE_EFFECTS (ret) |= side_effects; in build_stmt()
|
| D | tree-iterator.c | 100 TREE_SIDE_EFFECTS (i->container) = 1; in tsi_link_before() 176 TREE_SIDE_EFFECTS (i->container) = 1; in tsi_link_after() 237 TREE_SIDE_EFFECTS (i->container) = 0; in tsi_delink() 258 TREE_SIDE_EFFECTS (new_sl) = 1; in tsi_split_statement_list_after() 285 TREE_SIDE_EFFECTS (new_sl) = 1; in tsi_split_statement_list_before()
|
| D | tree-gimple.c | 100 && ((TREE_CODE (t) == CALL_EXPR && TREE_SIDE_EFFECTS (t)) in is_gimple_reg_rhs() 498 TREE_SIDE_EFFECTS (t) = TREE_THIS_VOLATILE (t); in recalculate_side_effects() 502 if (op && TREE_SIDE_EFFECTS (op)) in recalculate_side_effects() 503 TREE_SIDE_EFFECTS (t) = 1; in recalculate_side_effects()
|
| D | tree.c | 536 TREE_SIDE_EFFECTS (t) = 1; in make_node_stat() 590 TREE_SIDE_EFFECTS (t) = 1; in make_node_stat() 2032 || (TREE_READONLY (inner) && ! TREE_SIDE_EFFECTS (inner)) in save_expr() 2054 TREE_SIDE_EFFECTS (t) = 1; in save_expr() 2660 TREE_SIDE_EFFECTS (result) = TREE_SIDE_EFFECTS (ref); in stabilize_reference() 2706 if (TREE_SIDE_EFFECTS (e)) in stabilize_reference_1() 2740 TREE_SIDE_EFFECTS (result) = TREE_SIDE_EFFECTS (e); in stabilize_reference_1() 2770 if (_node && TREE_SIDE_EFFECTS (_node)) se = true; } while (0) in recompute_tree_invariant_for_addr_expr() 2828 se |= TREE_SIDE_EFFECTS (node); in recompute_tree_invariant_for_addr_expr() 2833 TREE_SIDE_EFFECTS (t) = se; in recompute_tree_invariant_for_addr_expr() [all …]
|
| D | gimplify.c | 320 if (t && TREE_SIDE_EFFECTS (t)) in append_to_statement_list() 542 if (!optimize || !is_formal || TREE_SIDE_EFFECTS (val)) in lookup_tmp_var() 764 if (!TREE_SIDE_EFFECTS (stmt)) in should_carry_locus_p() 970 TREE_SIDE_EFFECTS (*p) = 1; in voidify_wrapper_expr() 979 TREE_SIDE_EFFECTS (*p) = 1; in voidify_wrapper_expr() 987 TREE_SIDE_EFFECTS (*p) = 1; in voidify_wrapper_expr() 997 TREE_SIDE_EFFECTS (*p) = 1; in voidify_wrapper_expr() 2127 TREE_SIDE_EFFECTS (*expr_p) = 0; in gimplify_call_expr() 2227 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); in shortcut_cond_expr() 2228 bool else_se = else_ && TREE_SIDE_EFFECTS (else_); in shortcut_cond_expr() [all …]
|
| D | tree-ssa-propagate.c | 598 && TREE_SIDE_EFFECTS (expr) in set_rhs() 640 *stmt_p = TREE_SIDE_EFFECTS (expr) ? expr : build_empty_stmt (); in set_rhs() 644 && TREE_SIDE_EFFECTS (expr)) in set_rhs()
|
| D | c-gimplify.c | 167 TREE_SIDE_EFFECTS (bind) = 1; in c_build_bind_expr()
|
| D | fold-const.c | 2678 || (! TREE_SIDE_EFFECTS (arg0) && ! TREE_SIDE_EFFECTS (arg1)))) in operand_equal_p() 2790 if (TREE_SIDE_EFFECTS (arg0) in operand_equal_p() 2791 || TREE_SIDE_EFFECTS (arg1)) in operand_equal_p() 2987 && ! TREE_SIDE_EFFECTS (TREE_OPERAND (arg, 0))) in twoval_comparison_p() 3153 if (TREE_SIDE_EFFECTS (omitted)) in omit_one_operand() 3166 if (TREE_SIDE_EFFECTS (omitted)) in pedantic_omit_one_operand() 3186 if (TREE_SIDE_EFFECTS (omitted2)) in omit_two_operands() 3188 if (TREE_SIDE_EFFECTS (omitted1)) in omit_two_operands() 3617 TREE_SIDE_EFFECTS (lhs) = 1; in optimize_bit_field_compare() 5057 if (TREE_SIDE_EFFECTS (lhs) || TREE_SIDE_EFFECTS (rhs)) in fold_truthop() [all …]
|
| D | gimple-low.c | 492 if (TREE_SIDE_EFFECTS (then_branch)) in lower_cond_expr() 502 if (TREE_SIDE_EFFECTS (else_branch)) in lower_cond_expr()
|
| D | tree-ssa-dce.c | 317 if (TREE_SIDE_EFFECTS (stmt)) in mark_stmt_if_obviously_necessary() 323 if (op && TREE_SIDE_EFFECTS (op)) in mark_stmt_if_obviously_necessary()
|
| D | builtins.c | 363 && (only_value || !TREE_SIDE_EFFECTS (TREE_OPERAND (src, 0)))) in c_strlen() 374 && (only_value || !TREE_SIDE_EFFECTS (TREE_OPERAND (src, 0)))) in c_strlen() 3754 else if (TREE_SIDE_EFFECTS (len1)) in expand_builtin_strcmp() 3756 else if (TREE_SIDE_EFFECTS (len2)) in expand_builtin_strcmp() 3768 if (!len || TREE_SIDE_EFFECTS (len)) in expand_builtin_strcmp() 3875 else if (TREE_SIDE_EFFECTS (len1)) in expand_builtin_strncmp() 3877 else if (TREE_SIDE_EFFECTS (len2)) in expand_builtin_strncmp() 3889 if (!len || TREE_SIDE_EFFECTS (len)) in expand_builtin_strncmp() 4151 if (TREE_SIDE_EFFECTS (valist)) in stabilize_va_list() 4170 if (! TREE_SIDE_EFFECTS (valist)) in stabilize_va_list() [all …]
|
| D | tree-optimize.c | 276 TREE_SIDE_EFFECTS (call) = 0; in execute_fixup_cfg()
|
| D | tree-cfg.c | 1533 if (!TREE_SIDE_EFFECTS (then_clause) && !TREE_SIDE_EFFECTS (else_clause)) in remove_useless_stmts_cond() 1633 if (!TREE_SIDE_EFFECTS (TREE_OPERAND (*stmt_p, 0))) in remove_useless_stmts_tf() 1641 else if (!TREE_SIDE_EFFECTS (TREE_OPERAND (*stmt_p, 1))) in remove_useless_stmts_tf() 1723 if (!TREE_SIDE_EFFECTS (TREE_OPERAND (*stmt_p, 1))) in remove_useless_stmts_tc() 1812 TREE_SIDE_EFFECTS (call) = 0; in update_call_expr_flags() 2502 if (TREE_SIDE_EFFECTS (call) && current_function_has_nonlocal_label) in is_ctrl_altering_stmt() 2552 return TREE_SIDE_EFFECTS (t) && current_function_has_nonlocal_label; in tree_can_make_abnormal_goto() 3301 old_side_effects = TREE_SIDE_EFFECTS (t); in verify_expr() 3305 new_side_effects = TREE_SIDE_EFFECTS (t); in verify_expr()
|
| D | tree-nested.c | 914 TREE_SIDE_EFFECTS (new_decl) = TREE_SIDE_EFFECTS (decl); in get_nonlocal_debug_decl() 1222 TREE_SIDE_EFFECTS (new_decl) = TREE_SIDE_EFFECTS (decl); in get_local_debug_decl()
|
| D | tree-ssa-sink.c | 321 || TREE_SIDE_EFFECTS (rhs) in statement_sink_location()
|
| D | c-typeck.c | 1518 TREE_SIDE_EFFECTS (adr) = 0; /* Default would be, same as EXP. */ in array_to_pointer_conversion() 1924 TREE_SIDE_EFFECTS (ref) in build_indirect_ref() 1925 = TYPE_VOLATILE (t) || TREE_SIDE_EFFECTS (pointer); in build_indirect_ref() 2037 TREE_SIDE_EFFECTS (rval) in build_array_ref() 2039 | TREE_SIDE_EFFECTS (array)); in build_array_ref() 2991 TREE_SIDE_EFFECTS (val) = 1; in build_unary_op() 3406 if (!TREE_SIDE_EFFECTS (expr1)) in build_compound_expr() 3747 TREE_SIDE_EFFECTS (result) = 1; in build_modify_expr() 5724 if (TREE_SIDE_EFFECTS (p->value)) in add_pending_init() 5747 if (TREE_SIDE_EFFECTS (p->value)) in add_pending_init() [all …]
|
| D | tree-ssa-loop-ivcanon.c | 465 if (TREE_SIDE_EFFECTS (stmt)) in empty_loop_p()
|
| D | dojump.c | 518 if (BRANCH_COST >= 4 || TREE_SIDE_EFFECTS (TREE_OPERAND (exp, 1))) in do_jump() 538 if (BRANCH_COST >= 4 || TREE_SIDE_EFFECTS (TREE_OPERAND (exp, 1))) in do_jump()
|
| D | tree-sra.c | 879 if (!rhs_elt->is_scalar && !TREE_SIDE_EFFECTS (lhs)) in sra_walk_modify_expr() 923 && !TREE_SIDE_EFFECTS (rhs) && is_gimple_addressable (rhs)) in sra_walk_modify_expr() 1189 TREE_SIDE_EFFECTS (var) = 1; in instantiate_element()
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | tree.c | 132 if (TREE_SIDE_EFFECTS (TREE_OPERAND (ref, 0)) in lvalue_p_1() 133 || TREE_SIDE_EFFECTS (TREE_OPERAND (ref, 1))) in lvalue_p_1() 245 TREE_SIDE_EFFECTS (t) = 1; in build_target_expr() 308 TREE_SIDE_EFFECTS (rval) = 1; in build_cplus_new() 1327 if (x && !TYPE_P (x) && TREE_SIDE_EFFECTS (x)) in build_min() 1328 TREE_SIDE_EFFECTS (t) = 1; in build_min() 1352 TREE_SIDE_EFFECTS (t) = TREE_SIDE_EFFECTS (non_dep); in build_min_non_dep() 2264 if (!TREE_SIDE_EFFECTS (exp)) in stabilize_expr() 2281 gcc_assert (!TREE_SIDE_EFFECTS (exp)); in stabilize_expr() 2291 if (!new || !TREE_SIDE_EFFECTS (new)) in add_stmt_to_compound() [all …]
|
| D | typeck.c | 1293 TREE_SIDE_EFFECTS (e) = 0; in cxx_sizeof_expr() 1339 TREE_SIDE_EFFECTS (e) = 0; in cxx_alignof_expr() 1700 gcc_assert (!TREE_SIDE_EFFECTS (op0) in rationalize_conditional_expr() 1701 && !TREE_SIDE_EFFECTS (op1)); in rationalize_conditional_expr() 1838 if (TREE_SIDE_EFFECTS (object)) in build_class_member_access_expr() 1977 if (TREE_SIDE_EFFECTS (object)) in build_class_member_access_expr() 2374 TREE_SIDE_EFFECTS (ref) in build_indirect_ref() 2375 = (TREE_THIS_VOLATILE (ref) || TREE_SIDE_EFFECTS (pointer)); in build_indirect_ref() 2505 TREE_SIDE_EFFECTS (rval) in build_array_ref() 2506 |= (CP_TYPE_VOLATILE_P (type) | TREE_SIDE_EFFECTS (array)); in build_array_ref() [all …]
|
| D | cvt.c | 566 TREE_SIDE_EFFECTS (ref) in convert_from_reference() 567 = (TREE_THIS_VOLATILE (ref) || TREE_SIDE_EFFECTS (val)); in convert_from_reference() 822 (op1, (implicit && !TREE_SIDE_EFFECTS (op2) in convert_to_void() 825 (op2, (implicit && !TREE_SIDE_EFFECTS (op1) in convert_to_void() 948 if (!TREE_SIDE_EFFECTS (expr)) in convert_to_void() 986 if (! TREE_SIDE_EFFECTS (expr)) in convert_to_void()
|
| D | init.c | 1200 TREE_SIDE_EFFECTS (init) = 1; in expand_default_init() 1221 if (TREE_SIDE_EFFECTS (rval)) in expand_default_init() 1562 TREE_SIDE_EFFECTS (new_expr) = 1; in build_raw_new_expr() 2249 TREE_SIDE_EFFECTS (controller) = 1; in build_vec_delete_1() 2749 if (TREE_SIDE_EFFECTS (addr)) in build_delete() 2773 if (TREE_SIDE_EFFECTS (addr)) in build_delete() 2973 if (TREE_SIDE_EFFECTS (base)) in build_vec_delete() 2992 if (TREE_SIDE_EFFECTS (base)) in build_vec_delete()
|
| D | cp-gimplify.c | 174 if (integer_nonzerop (cond) && !TREE_SIDE_EFFECTS (else_)) in gimplify_if_stmt() 176 else if (integer_zerop (cond) && !TREE_SIDE_EFFECTS (then_)) in gimplify_if_stmt() 386 if (!TREE_SIDE_EFFECTS (stmt)) in gimplify_expr_stmt()
|
| D | semantics.c | 430 || (DECL_SIZE (decl) && TREE_SIDE_EFFECTS (DECL_SIZE (decl)))) in add_decl_expr() 531 if (!TREE_SIDE_EFFECTS (body)) in simplify_loop_decl_cond() 1182 TREE_SIDE_EFFECTS (r) = 1; in begin_compound_stmt() 1724 TREE_SIDE_EFFECTS (result) = 1; in finish_stmt_expr() 1898 TREE_SIDE_EFFECTS (result) = 1; in finish_call_expr()
|