Home
last modified time | relevance | path

Searched refs:TREE_SIDE_EFFECTS (Results 1 – 25 of 141) sorted by relevance

123456

/openbsd/gnu/gcc/gcc/
H A Dc-semantics.c86 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()
H A Dtree-iterator.c100 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()
H A Dtree-gimple.c100 && ((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()
H A Dtree.c536 TREE_SIDE_EFFECTS (t) = 1; in make_node_stat()
586 TREE_SIDE_EFFECTS (t) = 1; in make_node_stat()
2051 TREE_SIDE_EFFECTS (t) = 1; in save_expr()
2657 TREE_SIDE_EFFECTS (result) = TREE_SIDE_EFFECTS (ref); in stabilize_reference()
2703 if (TREE_SIDE_EFFECTS (e)) in stabilize_reference_1()
2737 TREE_SIDE_EFFECTS (result) = TREE_SIDE_EFFECTS (e); in stabilize_reference_1()
2830 TREE_SIDE_EFFECTS (t) = se; in recompute_tree_invariant_for_addr_expr()
2900 TREE_SIDE_EFFECTS (t) = TREE_SIDE_EFFECTS (node); in build1_stat()
2905 TREE_SIDE_EFFECTS (t) = 1; in build1_stat()
2911 TREE_SIDE_EFFECTS (t) = 1; in build1_stat()
[all …]
H A Dgimplify.c320 if (t && TREE_SIDE_EFFECTS (t)) in append_to_statement_list()
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()
2129 TREE_SIDE_EFFECTS (*expr_p) = 0; in gimplify_call_expr()
5674 if (TREE_SIDE_EFFECTS (ce->value)) in gimplify_expr()
6334 TREE_SIDE_EFFECTS (b) = 1; in gimplify_body()
6405 TREE_SIDE_EFFECTS (tf) = 1; in gimplify_function_tree()
[all …]
H A Dc-gimplify.c167 TREE_SIDE_EFFECTS (bind) = 1; in c_build_bind_expr()
H A Dtree-ssa-propagate.c645 && TREE_SIDE_EFFECTS (expr) in set_rhs()
687 *stmt_p = TREE_SIDE_EFFECTS (expr) ? expr : build_empty_stmt (); in set_rhs()
691 && TREE_SIDE_EFFECTS (expr)) in set_rhs()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c583 TREE_SIDE_EFFECTS (call) = 1;
860 TREE_SIDE_EFFECTS (check) = 1;
1292 TREE_SIDE_EFFECTS (expr) = TREE_SIDE_EFFECTS (value);
2150 TREE_SIDE_EFFECTS (call) = 1;
2315 TREE_SIDE_EFFECTS (call) = 1;
2319 TREE_SIDE_EFFECTS (body) = 1;
2326 TREE_SIDE_EFFECTS (call) = 1;
2329 TREE_SIDE_EFFECTS (body) = 1;
2360 TREE_SIDE_EFFECTS (body) = 1;
3469 TREE_SIDE_EFFECTS (cmp) = 1;
[all …]
H A Dparse.c11121 TREE_SIDE_EFFECTS (c) = 1;
15577 TREE_SIDE_EFFECTS (node) = TREE_SIDE_EFFECTS (body);
16032 TREE_SIDE_EFFECTS (node) = 1;
17119 TREE_SIDE_EFFECTS (mod)
17120 = TREE_SIDE_EFFECTS (op1) | TREE_SIDE_EFFECTS (op2);
17218 = TREE_SIDE_EFFECTS (op1) | TREE_SIDE_EFFECTS (op2);
17262 TREE_SIDE_EFFECTS (node) = TREE_SIDE_EFFECTS (op1);
17425 TREE_SIDE_EFFECTS (node) = TREE_SIDE_EFFECTS (op1) | TREE_SIDE_EFFECTS (op2);
17577 int side_effects = TREE_SIDE_EFFECTS (op1) | TREE_SIDE_EFFECTS (op2);
17962 TREE_SIDE_EFFECTS (value) = TREE_SIDE_EFFECTS (op);
[all …]
H A Dparse.y7556 TREE_SIDE_EFFECTS (c) = 1;
12012 TREE_SIDE_EFFECTS (node) = TREE_SIDE_EFFECTS (body);
12467 TREE_SIDE_EFFECTS (node) = 1;
13554 TREE_SIDE_EFFECTS (mod)
13555 = TREE_SIDE_EFFECTS (op1) | TREE_SIDE_EFFECTS (op2);
13653 = TREE_SIDE_EFFECTS (op1) | TREE_SIDE_EFFECTS (op2);
13697 TREE_SIDE_EFFECTS (node) = TREE_SIDE_EFFECTS (op1);
13860 TREE_SIDE_EFFECTS (node) = TREE_SIDE_EFFECTS (op1) | TREE_SIDE_EFFECTS (op2);
14012 int side_effects = TREE_SIDE_EFFECTS (op1) | TREE_SIDE_EFFECTS (op2);
14397 TREE_SIDE_EFFECTS (value) = TREE_SIDE_EFFECTS (op);
[all …]
H A Ddecl.c802 TREE_SIDE_EFFECTS (throw_node) = 1; in java_init_decl_processing()
847 TREE_SIDE_EFFECTS (soft_badarrayindex_node) = 1; in java_init_decl_processing()
856 TREE_SIDE_EFFECTS (soft_nullpointer_node) = 1; in java_init_decl_processing()
1742 TREE_SIDE_EFFECTS (init) = 1;
1778 TREE_SIDE_EFFECTS (lock) = 1;
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.c297 TREE_SIDE_EFFECTS (t) = 1;
346 TREE_SIDE_EFFECTS (t) = 1;
1459 TREE_SIDE_EFFECTS (t) = 1;
1479 TREE_SIDE_EFFECTS (t) = TREE_SIDE_EFFECTS (expr);
2138 TREE_SIDE_EFFECTS (result) = TREE_SIDE_EFFECTS (ref);
2220 TREE_SIDE_EFFECTS (result) = TREE_SIDE_EFFECTS (e);
2315 TREE_SIDE_EFFECTS (t) = 1; in build()
2375 TREE_SIDE_EFFECTS (t) = TREE_SIDE_EFFECTS (node);
2509 TREE_SIDE_EFFECTS (wfl) = TREE_SIDE_EFFECTS (node);
3998 TREE_SIDE_EFFECTS (win) = TREE_SIDE_EFFECTS (op);
[all …]
H A Dtree-inline.c333 TREE_SIDE_EFFECTS (new_block) = TREE_SIDE_EFFECTS (old_block);
460 TREE_SIDE_EFFECTS (goto_stmt) = 1;
480 TREE_SIDE_EFFECTS (*tp) = 1;
649 && value && !TREE_SIDE_EFFECTS (value))
775 if (! value || ! TREE_SIDE_EFFECTS (value))
1339 TREE_SIDE_EFFECTS (label) = TREE_SIDE_EFFECTS (t);
1374 TREE_SIDE_EFFECTS (expr) = TREE_SIDE_EFFECTS (t);
H A Dbuiltins.c2581 else if (TREE_SIDE_EFFECTS (len1))
2583 else if (TREE_SIDE_EFFECTS (len2))
3111 if (TREE_SIDE_EFFECTS (valist))
3133 if (! TREE_SIDE_EFFECTS (valist))
3138 TREE_SIDE_EFFECTS (valist) = 1;
3141 if (TREE_SIDE_EFFECTS (valist))
3162 TREE_SIDE_EFFECTS (t) = 1;
3245 TREE_SIDE_EFFECTS (t) = 1;
3368 if (TREE_SIDE_EFFECTS (valist))
3394 TREE_SIDE_EFFECTS (t) = 1;
[all …]
H A Dfold-const.c1831 || (! TREE_SIDE_EFFECTS (arg0) && ! TREE_SIDE_EFFECTS (arg1))))
1927 if (TREE_SIDE_EFFECTS (arg0)
1928 || TREE_SIDE_EFFECTS (arg1))
2221 if (TREE_SIDE_EFFECTS (omitted))
2235 if (TREE_SIDE_EFFECTS (omitted))
2588 TREE_SIDE_EFFECTS (lhs) = 1;
3547 if (TREE_SIDE_EFFECTS (lhs) || TREE_SIDE_EFFECTS (rhs))
4526 || TREE_SIDE_EFFECTS (arg)))
4808 && ! TREE_SIDE_EFFECTS (arg0))
4817 && (! TREE_SIDE_EFFECTS (arg0)
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dtree.c133 || 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()
1328 TREE_SIDE_EFFECTS (t) = 1; in build_min()
1352 TREE_SIDE_EFFECTS (t) = TREE_SIDE_EFFECTS (non_dep); in build_min_non_dep()
2256 if (!TREE_SIDE_EFFECTS (exp)) in stabilize_expr()
2273 gcc_assert (!TREE_SIDE_EFFECTS (exp)); in stabilize_expr()
2283 if (!new || !TREE_SIDE_EFFECTS (new)) in add_stmt_to_compound()
2285 if (!orig || !TREE_SIDE_EFFECTS (orig)) in add_stmt_to_compound()
2308 if (TREE_SIDE_EFFECTS (TREE_VALUE (t))) in stabilize_call()
[all …]
H A Dtypeck.c1293 TREE_SIDE_EFFECTS (e) = 0; in cxx_sizeof_expr()
1339 TREE_SIDE_EFFECTS (e) = 0; in cxx_alignof_expr()
2355 TREE_SIDE_EFFECTS (ref) in build_indirect_ref()
2486 TREE_SIDE_EFFECTS (rval) in build_array_ref()
3328 if (TREE_SIDE_EFFECTS (op0)) in build_binary_op()
3330 if (TREE_SIDE_EFFECTS (op1)) in build_binary_op()
4240 TREE_SIDE_EFFECTS (val) = 1; in build_unary_op()
5279 if (!TREE_SIDE_EFFECTS (t) in build_reinterpret_cast()
5282 TREE_SIDE_EFFECTS (t) = 1; in build_reinterpret_cast()
5418 if (!TREE_SIDE_EFFECTS (t) in build_const_cast()
[all …]
H A Dcvt.c566 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()
H A Dinit.c1200 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()
2747 if (TREE_SIDE_EFFECTS (addr)) in build_delete()
2771 if (TREE_SIDE_EFFECTS (addr)) in build_delete()
2971 if (TREE_SIDE_EFFECTS (base)) in build_vec_delete()
2990 if (TREE_SIDE_EFFECTS (base)) in build_vec_delete()
H A Dcp-gimplify.c174 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()
368 if (!TREE_SIDE_EFFECTS (stmt)) in gimplify_expr_stmt()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c1927 if (TREE_SIDE_EFFECTS (object)) in build_class_member_access_expr()
2049 if (TREE_SIDE_EFFECTS (object)) in build_class_member_access_expr()
2356 TREE_SIDE_EFFECTS (ref)
2494 TREE_SIDE_EFFECTS (rval)
3305 if (TREE_SIDE_EFFECTS (op0))
3307 if (TREE_SIDE_EFFECTS (op1))
4186 TREE_SIDE_EFFECTS (val) = 1;
5306 TREE_SIDE_EFFECTS (result) = 1;
5457 if (TREE_SIDE_EFFECTS (lhs))
5524 TREE_SIDE_EFFECTS (result) = 1;
[all …]
H A Dinit.c1219 TREE_SIDE_EFFECTS (init) = 1;
1240 if (TREE_SIDE_EFFECTS (rval))
2063 TREE_SIDE_EFFECTS (rval) = 1;
2365 TREE_SIDE_EFFECTS (cookie_expr) = 1;
2587 TREE_SIDE_EFFECTS (controller) = 1;
3136 if (TREE_SIDE_EFFECTS (addr))
3160 if (TREE_SIDE_EFFECTS (addr))
3392 if (TREE_SIDE_EFFECTS (base))
3407 if (TREE_SIDE_EFFECTS (base))
/openbsd/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.c730 TREE_SIDE_EFFECTS (t) = 1;
732 TREE_SIDE_EFFECTS (t) = 1;
751 TREE_SIDE_EFFECTS (t) = 1;
766 TREE_SIDE_EFFECTS (t) = 1;
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.c906 TREE_SIDE_EFFECTS (t) = 1;
915 TREE_SIDE_EFFECTS (t) = 1;
918 TREE_SIDE_EFFECTS (t) = 1;
923 TREE_SIDE_EFFECTS (t) = 1;
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.c1482 TREE_SIDE_EFFECTS (t) = 1;
1491 TREE_SIDE_EFFECTS (t) = 1;
1494 TREE_SIDE_EFFECTS (t) = 1;
1499 TREE_SIDE_EFFECTS (t) = 1;

123456