Home
last modified time | relevance | path

Searched refs:call_expr_flags (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-optimize.c275 if (call && call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in execute_fixup_cfg()
H A Dipa-pure-const.c318 int flags = call_expr_flags(call_expr); in check_call()
H A Dgimple-low.c448 return (call_expr_flags (stmt) & ECF_NORETURN) == 0; in block_may_fallthru()
H A Dtree-cfg.c510 fallthru = !(call_expr_flags (last) & ECF_NORETURN); in make_edges()
1804 if (call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in update_call_expr_flags()
1816 int flags = call_expr_flags (t); in notice_special_calls()
2499 if (call_expr_flags (call) & ECF_NORETURN) in is_ctrl_altering_stmt()
5274 && !(call_expr_flags (call) & ECF_NORETURN)) in need_fake_edge_p()
H A Dtree-ssa-operands.c1597 if (call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in add_call_clobber_ops()
1681 int call_flags = call_expr_flags (expr); in get_call_expr_operands()
H A Dipa-reference.c438 int flags = call_expr_flags (call_expr); in check_call()
H A Dipa-type-escape.c1018 int flags = call_expr_flags(call_expr); in check_call()
H A Dtree-flow-inline.h256 return call != 0 && (call_expr_flags (call) & ECF_NORETURN) != 0; in noreturn_call_p()
H A Dtree-ssa-structalias.c2624 if (call_expr_flags (t) & (ECF_MALLOC | ECF_MAY_BE_ALLOCA)) in get_constraint_for()
3387 && !(call_expr_flags (TREE_OPERAND (t, 1)) in find_func_aliases()
3390 && !(call_expr_flags (t) in find_func_aliases()
H A Dtree-eh.c2019 return (call_expr_flags (t) & ECF_NOTHROW) == 0; in tree_could_throw_p()
H A Dpredict.c1274 if (call_expr_flags (stmt) & ECF_NORETURN) in tree_bb_level_predictions()
H A Dtree-outof-ssa.c1589 int call_flags = call_expr_flags (call_expr); in check_replaceable()
H A Dcalls.c620 call_expr_flags (tree t) in call_expr_flags() function
H A Dtree-ssa-pre.c2125 if (call_expr_flags (call) & (ECF_PURE | ECF_CONST)) in can_value_number_call()
H A Dtree-data-ref.c4122 && !(call_expr_flags (stmt) & (ECF_CONST | ECF_PURE))) in find_data_references_in_loop()
H A Dtree.h4451 extern int call_expr_flags (tree);
H A Dgimplify.c2128 && (call_expr_flags (*expr_p) & (ECF_CONST | ECF_PURE))) in gimplify_call_expr()
H A Dtree.c3024 i = call_expr_flags (t); in build3_stat()
H A Dfold-const.c2855 unsigned int cef = call_expr_flags (arg0); in operand_equal_p()