Home
last modified time | relevance | path

Searched refs:COND_EXPR_THEN (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgimple-low.c418 if (block_may_fallthru (COND_EXPR_THEN (stmt))) in block_may_fallthru()
468 then_branch = COND_EXPR_THEN (stmt); in lower_cond_expr()
547 COND_EXPR_THEN (stmt) = then_goto; in lower_cond_expr()
H A Dtree-cfg.c621 then_label = GOTO_DESTINATION (COND_EXPR_THEN (entry)); in make_cond_expr_edges()
628 e->goto_locus = EXPR_LOCATION (COND_EXPR_THEN (entry)); in make_cond_expr_edges()
630 e->goto_locus = EXPR_LOCUS (COND_EXPR_THEN (entry)); in make_cond_expr_edges()
1010 true_branch = COND_EXPR_THEN (stmt); in cleanup_dead_labels()
1517 remove_useless_stmts_1 (&COND_EXPR_THEN (*stmt_p), data); in remove_useless_stmts_cond()
1528 then_clause = COND_EXPR_THEN (*stmt_p); in remove_useless_stmts_cond()
1591 ? &COND_EXPR_THEN (*stmt_p) in remove_useless_stmts_cond()
2631 COND_EXPR_THEN (stmt) = build_empty_stmt (); in disband_implicit_edges()
3811 if (TREE_CODE (COND_EXPR_THEN (stmt)) != GOTO_EXPR in tree_verify_flow_info()
3833 GOTO_DESTINATION (COND_EXPR_THEN (stmt)))) in tree_verify_flow_info()
[all …]
H A Dtree-pretty-print.c1055 if (COND_EXPR_THEN (node) in dump_generic_node()
1056 && (IS_EMPTY_STMT (COND_EXPR_THEN (node)) in dump_generic_node()
1057 || TREE_CODE (COND_EXPR_THEN (node)) == GOTO_EXPR) in dump_generic_node()
1063 dump_generic_node (buffer, COND_EXPR_THEN (node), 0, flags, true); in dump_generic_node()
1070 if (COND_EXPR_THEN (node)) in dump_generic_node()
1075 dump_generic_node (buffer, COND_EXPR_THEN (node), spc+4, in dump_generic_node()
H A Dtree-ssa-threadedge.c305 pre_fold_expr = COND_EXPR_THEN (TREE_OPERAND (stmt, 1)); in record_temporary_equivalences_from_stmts_at_dest()
H A Dtree-eh.c430 replace_goto_queue_cond_clause (&COND_EXPR_THEN (t), tf, tsi); in replace_goto_queue_1()
1606 lower_eh_constructs_1 (state, &COND_EXPR_THEN (t)); in lower_eh_constructs_1()
H A Dcfgexpand.c1180 tree then_exp = COND_EXPR_THEN (stmt); in expand_gimple_cond_expr()
H A Dtree-complex.c1072 COND_EXPR_THEN (cond) = t1; in expand_complex_div_wide()
H A Dtree-nested.c620 walk_stmts (wi, &COND_EXPR_THEN (t)); in walk_stmts()
H A Dtree.h1552 #define COND_EXPR_THEN(NODE) (TREE_OPERAND (COND_EXPR_CHECK (NODE), 1)) macro
H A Dc-common.c6325 c_warn_unused_result (&COND_EXPR_THEN (t)); in c_warn_unused_result()
H A DChangeLog.tree-ssa15314 (COND_EXPR_THEN): Define.
15334 Use COND_EXPR_COND, COND_EXPR_THEN and COND_EXPR_ELSE accessors.
H A DChangeLog-20044970 TREE_OPERAND with COND_EXPR_COND, COND_EXPR_THEN, or
34015 COND_EXPR_THEN, COND_EXPR_ELSE, LABEL_EXPR_LABEL,
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c4427 COND_EXPR_THEN (addr) = t; in mips_gimplify_va_arg_expr()