Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
1811 if (call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in update_call_expr_flags()
1823 int flags = call_expr_flags (t); in notice_special_calls()
2506 if (call_expr_flags (call) & ECF_NORETURN) in is_ctrl_altering_stmt()
5281 && !(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 Dpredict.c1274 if (call_expr_flags (stmt) & ECF_NORETURN) in tree_bb_level_predictions()
H A Dtree-eh.c2019 return (call_expr_flags (t) & ECF_NOTHROW) == 0; in tree_could_throw_p()
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.c2142 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.h4539 extern int call_expr_flags (tree);
H A Dgimplify.c2126 && (call_expr_flags (*expr_p) & (ECF_CONST | ECF_PURE))) in gimplify_call_expr()
H A Dtree.c3031 i = call_expr_flags (t); in build3_stat()
H A DChangeLog.tree-ssa75 (get_expr_operands): Use call_expr_flags.
5625 * tree-cfg.c (call_expr_flags): Move to calls.c.
5933 * tree-cfg.c (update-call_expr_flags): New function.
10450 (simplify_call_expr): Use call_expr_flags and check for ECF_CONST
13916 * tree-cfg.c (call_expr_flags): New function.
H A Dfold-const.c2861 unsigned int cef = call_expr_flags (arg0); in operand_equal_p()
H A DChangeLog-20032880 * calls.c (call_expr_flags): New fn.