Searched refs:have_else_clause_p (Results 1 – 2 of 2) sorted by relevance
4080 bool have_then_clause_p, have_else_clause_p; in gimplify_cond_expr() local4189 have_then_clause_p = have_else_clause_p = false; in gimplify_cond_expr()4217 have_else_clause_p = true; in gimplify_cond_expr()4238 && !have_else_clause_p in gimplify_cond_expr()4249 if (!have_else_clause_p in gimplify_cond_expr()4270 if (!have_else_clause_p) in gimplify_cond_expr()4273 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq); in gimplify_cond_expr()4283 else if (have_then_clause_p || have_else_clause_p) in gimplify_cond_expr()
4319 bool have_then_clause_p, have_else_clause_p; in gimplify_cond_expr() local4428 have_then_clause_p = have_else_clause_p = false; in gimplify_cond_expr()4456 have_else_clause_p = true; in gimplify_cond_expr()4478 && !have_else_clause_p in gimplify_cond_expr()4499 if (!have_else_clause_p in gimplify_cond_expr()4530 if (!have_else_clause_p) in gimplify_cond_expr()4540 have_else_clause_p = gimplify_stmt (&TREE_OPERAND (expr, 2), &seq); in gimplify_cond_expr()4550 else if (have_then_clause_p || have_else_clause_p) in gimplify_cond_expr()