Searched refs:ECF_NORETURN (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dcalls.c396 if (ecf_flags & ECF_NORETURN)
436 if (ecf_flags & (ECF_SP_DEPRESSED | ECF_NORETURN))
526 flags |= ECF_NORETURN;
538 flags |= ECF_NORETURN;
605 flags |= ECF_NORETURN;
2220 || (flags & (ECF_RETURNS_TWICE | ECF_NORETURN))
2829 if ((flags & ECF_NORETURN) || pass == 0)
3078 gcc_assert ((flags & ECF_NORETURN)
3339 flags |= ECF_NORETURN;
3342 flags = ECF_NORETURN;
[all...]
H A Dgimple-low.c448 return (call_expr_flags (stmt) & ECF_NORETURN) == 0;
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-cfg.c510 fallthru = !(call_expr_flags (last) & ECF_NORETURN);
2506 if (call_expr_flags (call) & ECF_NORETURN)
5281 && !(call_expr_flags (call) & ECF_NORETURN))
H A Dtree-outof-ssa.c1591 && !(call_flags & (ECF_PURE | ECF_CONST | ECF_NORETURN)))
H A Dtree-ssa-operands.c1701 && !(call_flags & (ECF_PURE | ECF_CONST | ECF_NORETURN)))
H A Dtree.c6709 if (ecf_flags & ECF_NORETURN)
6794 ECF_NORETURN | ECF_NOTHROW);
H A Dtree.h4538 #define ECF_NORETURN 2
4515 #define ECF_NORETURN macro

Completed in 220 milliseconds