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

/freebsd-11-stable/contrib/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.c1510 tree then_clause, else_clause, cond; local
1528 then_clause = COND_EXPR_THEN (*stmt_p);
1533 if (!TREE_SIDE_EFFECTS (then_clause) && !TREE_SIDE_EFFECTS (else_clause))
1545 *stmt_p = then_clause;
1551 remove_useless_stmts_warn_notreached (then_clause);
1559 tree then_stmt = expr_only (then_clause);
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c6185 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE;
6232 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
6298 finish_compound_stmt (then_clause);
6174 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE; local

Completed in 214 milliseconds