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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-optimize.c275 if (call && call_expr_flags (call) & (ECF_CONST | ECF_PURE))
H A Dipa-pure-const.c318 int flags = call_expr_flags(call_expr);
H A Dgimple-low.c448 return (call_expr_flags (stmt) & ECF_NORETURN) == 0;
H A Dtree-cfg.c510 fallthru = !(call_expr_flags (last) & ECF_NORETURN);
1811 if (call_expr_flags (call) & (ECF_CONST | ECF_PURE))
1823 int flags = call_expr_flags (t);
2506 if (call_expr_flags (call) & ECF_NORETURN)
5281 && !(call_expr_flags (call) & ECF_NORETURN))
H A Dtree-ssa-operands.c1597 if (call_expr_flags (call) & (ECF_CONST | ECF_PURE))
1681 int call_flags = call_expr_flags (expr);
H A Dipa-reference.c439 int flags = call_expr_flags (call_expr);
H A Dipa-type-escape.c1018 int flags = call_expr_flags(call_expr);
H A Dpredict.c1277 if (call_expr_flags (stmt) & ECF_NORETURN)
H A Dtree-flow-inline.h256 return call != 0 && (call_expr_flags (call) & ECF_NORETURN) != 0;
H A Dtree-ssa-structalias.c2624 if (call_expr_flags (t) & (ECF_MALLOC | ECF_MAY_BE_ALLOCA))
3387 && !(call_expr_flags (TREE_OPERAND (t, 1))
3390 && !(call_expr_flags (t)
H A Dtree-eh.c2026 return (call_expr_flags (t) & ECF_NOTHROW) == 0;
H A Dtree-outof-ssa.c1589 int call_flags = call_expr_flags (call_expr);
H A Dcalls.c621 call_expr_flags (tree t)
620 call_expr_flags (tree t) function
H A Dtree-data-ref.c4126 && !(call_expr_flags (stmt) & (ECF_CONST | ECF_PURE)))
H A Dtree-ssa-pre.c2142 if (call_expr_flags (call) & (ECF_PURE | ECF_CONST))
H A Dtree.h4562 extern int call_expr_flags (tree);
H A Dgimplify.c2127 && (call_expr_flags (*expr_p) & (ECF_CONST | ECF_PURE)))
H A Dtree.c3049 i = call_expr_flags (t);
H A Dfold-const.c2877 unsigned int cef = call_expr_flags (arg0);

Completed in 304 milliseconds