Searched refs:then_stmt (Results 1 – 3 of 3) sorted by relevance
225 extern Code * build_if(Expr *cond_expr, Code *then_stmt, Code *else_stmt);
1559 tree then_stmt = expr_only (then_clause); in remove_useless_stmts_cond() local1563 if (then_stmt && else_stmt in remove_useless_stmts_cond()1564 && TREE_CODE (then_stmt) == GOTO_EXPR in remove_useless_stmts_cond()1566 && (GOTO_DESTINATION (then_stmt) == GOTO_DESTINATION (else_stmt))) in remove_useless_stmts_cond()1568 *stmt_p = then_stmt; in remove_useless_stmts_cond()1589 ? then_stmt : else_stmt); in remove_useless_stmts_cond()
660 extern Code * build_if(Expr *cond_expr, Code *then_stmt, Code *else_stmt);