Home
last modified time | relevance | path

Searched refs:SWITCH_COND (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-dom.c485 element->rhs = SWITCH_COND (expr); in initialize_hash_element()
1280 tree cond = SWITCH_COND (stmt); in record_edge_info()
1497 expr_p = &SWITCH_COND (stmt); in eliminate_redundant_computations()
1891 val = SWITCH_COND (stmt); in optimize_stmt()
2277 val = SWITCH_COND (use_stmt); in propagate_rhs_into_lhs()
Dtree-ssa-forwprop.c912 tree cond = SWITCH_COND (stmt); in simplify_switch_expr()
955 SWITCH_COND (stmt) = def; in simplify_switch_expr()
Dtree-ssa-propagate.c564 return SWITCH_COND (stmt); in get_rhs()
643 SWITCH_COND (stmt) = expr; in set_rhs()
Dtree-ssa-threadedge.c367 cond = SWITCH_COND (stmt); in simplify_control_stmt_condition()
Dtree-ssa-uncprop.c190 tree cond = SWITCH_COND (stmt); in associate_equivalences_with_edges()
Dtree-cfgcleanup.c93 val = fold (SWITCH_COND (expr)); in cleanup_control_expr_graph()
Dtree-ssa-operands.c2117 get_expr_operands (stmt, &SWITCH_COND (stmt), opf_none); in parse_ssa_operands()
Dtree-pretty-print.c1505 dump_generic_node (buffer, SWITCH_COND (node), spc, flags, false); in dump_generic_node()
Dstmt.c2331 tree index_expr = SWITCH_COND (exp); in expand_case()
Dc-typeck.c7621 SWITCH_COND (c_switch_stack->switch_expr), in do_case()
7675 SWITCH_COND (cs->switch_expr)); in c_finish_case()
Dtree.h1509 #define SWITCH_COND(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 0) macro
Dgimplify.c1366 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, in gimplify_switch_expr()
DChangeLog.tree-ssa7158 in a SWITCH_EXPR. Use COND_EXPR_COND and SWITCH_COND to get
7163 SWITCH_COND to get conditions instead of relying upon known
7567 conversions in SWITCH_COND when creating equivalenecs at
10005 SWITCH_COND expressions.
15559 * c-common.h (SWITCH_COND, SWITCH_BODY, CASE_LOW, CASE_HIGH,
19179 Include SWITCH_COND in the SWITCH header block.
DChangeLog-200015967 (SWITCH_COND): Likewise.
16123 (SWITCH_COND): Likewise.
DChangeLog-200525818 (do_case): Use SWITCH_COND rather than SWITCH_STMT_COND.
33306 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
DChangeLog-200434010 EXIT_EXPR_COND, SWITCH_COND, SWITCH_BODY, SWITCH_LABELS,
/freebsd-12-stable/contrib/gcc/doc/
Dc-tree.texi1492 @findex SWITCH_COND
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-20003003 (SWITCH_COND): Likewise.