Home
last modified time | relevance | path

Searched refs:call_flags (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-operands.c1681 int call_flags = call_expr_flags (expr); in get_call_expr_operands() local
1695 && !(call_flags & ECF_NOVOPS)) in get_call_expr_operands()
1701 && !(call_flags & (ECF_PURE | ECF_CONST | ECF_NORETURN))) in get_call_expr_operands()
1703 else if (!(call_flags & ECF_CONST)) in get_call_expr_operands()
H A Dtree-outof-ssa.c1589 int call_flags = call_expr_flags (call_expr); in check_replaceable() local
1591 && !(call_flags & (ECF_PURE | ECF_CONST | ECF_NORETURN))) in check_replaceable()