Home
last modified time | relevance | path

Searched refs:swtch_stmt (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.c1616 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1617 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2046 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2048 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2203 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2204 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
H A Dtree-ssa-dom.cc1651 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1652 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2152 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2154 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2309 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2310 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
H A Dtree-ssa-scopedtables.c774 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in expr_hash_elt() local
776 expr->type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in expr_hash_elt()
778 expr->ops.single.rhs = gimple_switch_index (swtch_stmt); in expr_hash_elt()
H A Dtree-ssa-scopedtables.cc774 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in expr_hash_elt() local
776 expr->type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in expr_hash_elt()
778 expr->ops.single.rhs = gimple_switch_index (swtch_stmt); in expr_hash_elt()
H A Dtree-ssa-propagate.cc1235 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in propagate_tree_value_into_stmt() local
1236 propagate_tree_value (gimple_switch_index_ptr (swtch_stmt), val); in propagate_tree_value_into_stmt()
H A Dtree-ssa-propagate.c1449 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in propagate_tree_value_into_stmt() local
1450 propagate_tree_value (gimple_switch_index_ptr (swtch_stmt), val); in propagate_tree_value_into_stmt()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dom.c1616 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1617 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2046 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2048 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2203 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2204 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
H A Dtree-ssa-scopedtables.c774 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in expr_hash_elt() local
776 expr->type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in expr_hash_elt()
778 expr->ops.single.rhs = gimple_switch_index (swtch_stmt); in expr_hash_elt()
H A Dtree-ssa-propagate.c1449 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in propagate_tree_value_into_stmt() local
1450 propagate_tree_value (gimple_switch_index_ptr (swtch_stmt), val); in propagate_tree_value_into_stmt()