Searched refs:then_clause (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree-vect-transform.c2084 tree cond_expr, then_clause, else_clause; local
2117 then_clause = TREE_OPERAND (op, 1);
2128 if (TREE_CODE (then_clause) == SSA_NAME)
2130 tree then_def_stmt = SSA_NAME_DEF_STMT (then_clause);
2131 if (!vect_is_simple_use (then_clause, loop_vinfo,
2135 else if (TREE_CODE (then_clause) != INTEGER_CST
2136 && TREE_CODE (then_clause) != REAL_CST)
2170 vec_then_clause = vect_get_vec_def_for_operand (then_clause, stmt, NULL);
H A Dtree-cfg.c1503 tree then_clause, else_clause, cond; local
1521 then_clause = COND_EXPR_THEN (*stmt_p);
1526 if (!TREE_SIDE_EFFECTS (then_clause) && !TREE_SIDE_EFFECTS (else_clause))
1538 *stmt_p = then_clause;
1544 remove_useless_stmts_warn_notreached (then_clause);
1552 tree then_stmt = expr_only (then_clause);
/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c5742 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE;
5789 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
5855 finish_compound_stmt (then_clause);
5730 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c9403 tree then_clause;
9439 then_clause = begin_compound_stmt (/*has_no_scope=*/0);
9468 finish_compound_stmt (/*has_no_scope=*/0, then_clause);
9388 tree then_clause; local

Completed in 178 milliseconds