Searched refs:SWITCH_COND (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-ssa-dom.c | 485 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()
|
| D | tree-ssa-forwprop.c | 912 tree cond = SWITCH_COND (stmt); in simplify_switch_expr() 955 SWITCH_COND (stmt) = def; in simplify_switch_expr()
|
| D | tree-ssa-propagate.c | 564 return SWITCH_COND (stmt); in get_rhs() 643 SWITCH_COND (stmt) = expr; in set_rhs()
|
| D | tree-ssa-threadedge.c | 367 cond = SWITCH_COND (stmt); in simplify_control_stmt_condition()
|
| D | tree-ssa-uncprop.c | 190 tree cond = SWITCH_COND (stmt); in associate_equivalences_with_edges()
|
| D | tree-cfgcleanup.c | 93 val = fold (SWITCH_COND (expr)); in cleanup_control_expr_graph()
|
| D | tree-ssa-operands.c | 2117 get_expr_operands (stmt, &SWITCH_COND (stmt), opf_none); in parse_ssa_operands()
|
| D | tree-pretty-print.c | 1505 dump_generic_node (buffer, SWITCH_COND (node), spc, flags, false); in dump_generic_node()
|
| D | stmt.c | 2331 tree index_expr = SWITCH_COND (exp); in expand_case()
|
| D | c-typeck.c | 7621 SWITCH_COND (c_switch_stack->switch_expr), in do_case() 7675 SWITCH_COND (cs->switch_expr)); in c_finish_case()
|
| D | tree.h | 1509 #define SWITCH_COND(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 0) macro
|
| D | gimplify.c | 1366 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, in gimplify_switch_expr()
|
| D | ChangeLog.tree-ssa | 7158 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.
|
| D | ChangeLog-2000 | 15967 (SWITCH_COND): Likewise. 16123 (SWITCH_COND): Likewise.
|
| D | ChangeLog-2005 | 25818 (do_case): Use SWITCH_COND rather than SWITCH_STMT_COND. 33306 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
|
| D | ChangeLog-2004 | 34010 EXIT_EXPR_COND, SWITCH_COND, SWITCH_BODY, SWITCH_LABELS,
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 1492 @findex SWITCH_COND
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | ChangeLog-2000 | 3003 (SWITCH_COND): Likewise.
|