Searched refs:call_flags (Results 1 – 2 of 2) sorted by relevance
1681 int call_flags = call_expr_flags (expr); in get_call_expr_operands() local1695 && !(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()
1589 int call_flags = call_expr_flags (call_expr); in check_replaceable() local1591 && !(call_flags & (ECF_PURE | ECF_CONST | ECF_NORETURN))) in check_replaceable()