Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-vect-transform.c2084 tree cond_expr, then_clause, else_clause; in vectorizable_condition() local
2117 then_clause = TREE_OPERAND (op, 1); in vectorizable_condition()
2128 if (TREE_CODE (then_clause) == SSA_NAME) in vectorizable_condition()
2130 tree then_def_stmt = SSA_NAME_DEF_STMT (then_clause); in vectorizable_condition()
2131 if (!vect_is_simple_use (then_clause, loop_vinfo, in vectorizable_condition()
2135 else if (TREE_CODE (then_clause) != INTEGER_CST in vectorizable_condition()
2136 && TREE_CODE (then_clause) != REAL_CST) in vectorizable_condition()
2170 vec_then_clause = vect_get_vec_def_for_operand (then_clause, stmt, NULL); in vectorizable_condition()
H A Dtree-cfg.c1503 tree then_clause, else_clause, cond; in remove_useless_stmts_cond() local
1521 then_clause = COND_EXPR_THEN (*stmt_p); in remove_useless_stmts_cond()
1526 if (!TREE_SIDE_EFFECTS (then_clause) && !TREE_SIDE_EFFECTS (else_clause)) in remove_useless_stmts_cond()
1538 *stmt_p = then_clause; in remove_useless_stmts_cond()
1544 remove_useless_stmts_warn_notreached (then_clause); in remove_useless_stmts_cond()
1552 tree then_stmt = expr_only (then_clause); in remove_useless_stmts_cond()
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c5730 tree then_clause = NULL_TREE, inner_then_clause = NULL_TREE; in expand_static_init() local
5777 then_clause = begin_compound_stmt (BCS_NO_SCOPE); in expand_static_init()
5843 finish_compound_stmt (then_clause); in expand_static_init()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c9388 tree then_clause; local
9424 then_clause = begin_compound_stmt (/*has_no_scope=*/0);
9453 finish_compound_stmt (/*has_no_scope=*/0, then_clause);