Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-optimize.c275 if (call && call_expr_flags (call) & (ECF_CONST | ECF_PURE)) in execute_fixup_cfg()
HDipa-pure-const.c318 int flags = call_expr_flags(call_expr); in check_call()
HDgimple-low.c448 return (call_expr_flags (stmt) & ECF_NORETURN) == 0; in block_may_fallthru()
HDtree-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()
HDtree-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()
HDipa-reference.c438 int flags = call_expr_flags (call_expr); in check_call()
HDipa-type-escape.c1018 int flags = call_expr_flags(call_expr); in check_call()
HDtree-flow-inline.h256 return call != 0 && (call_expr_flags (call) & ECF_NORETURN) != 0; in noreturn_call_p()
HDtree-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()
HDtree-eh.c2019 return (call_expr_flags (t) & ECF_NOTHROW) == 0; in tree_could_throw_p()
HDpredict.c1274 if (call_expr_flags (stmt) & ECF_NORETURN) in tree_bb_level_predictions()
HDtree-outof-ssa.c1589 int call_flags = call_expr_flags (call_expr); in check_replaceable()
HDcalls.c620 call_expr_flags (tree t) in call_expr_flags() function
HDtree-ssa-pre.c2142 if (call_expr_flags (call) & (ECF_PURE | ECF_CONST)) in can_value_number_call()
HDtree-data-ref.c4122 && !(call_expr_flags (stmt) & (ECF_CONST | ECF_PURE))) in find_data_references_in_loop()
HDtree.h4539 extern int call_expr_flags (tree);
HDgimplify.c2126 && (call_expr_flags (*expr_p) & (ECF_CONST | ECF_PURE))) in gimplify_call_expr()
HDtree.c3031 i = call_expr_flags (t); in build3_stat()
HDChangeLog.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.
HDfold-const.c2861 unsigned int cef = call_expr_flags (arg0); in operand_equal_p()
HDChangeLog-20032880 * calls.c (call_expr_flags): New fn.