Home
last modified time | relevance | path

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

123

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-dom.c1490 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1491 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
1809 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
1811 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
1932 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
1933 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
H A Dtree-ssa-scopedtables.c495 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in expr_hash_elt() local
497 expr->type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in expr_hash_elt()
499 expr->ops.single.rhs = gimple_switch_index (swtch_stmt); in expr_hash_elt()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-dom.c1490 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1491 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
1809 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
1811 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
1932 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
1933 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
H A Dtree-ssa-scopedtables.c495 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in expr_hash_elt() local
497 expr->type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in expr_hash_elt()
499 expr->ops.single.rhs = gimple_switch_index (swtch_stmt); in expr_hash_elt()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-dom.c1571 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1572 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2001 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2003 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2158 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2159 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()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-dom.c1585 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1586 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2013 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2015 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2166 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2167 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()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-dom.c1615 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1616 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2045 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2047 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2202 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2203 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()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c1585 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1586 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2013 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2015 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2166 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2167 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()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-dom.c1571 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1572 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2001 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2003 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2158 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2159 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c1585 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1586 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2013 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2015 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2166 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2167 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-dom.c1610 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1611 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2041 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2043 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2193 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2194 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c1585 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1586 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2013 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2015 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2166 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2167 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dom.c1585 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1586 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2013 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2015 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2166 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2167 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-dom.c1571 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1572 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2001 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2003 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2158 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2159 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-dom.c1529 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1530 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
1956 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
1958 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2108 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2109 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-dom.c1615 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1616 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2045 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2047 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2202 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2203 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/lang/gcc10-devel/gcc-10-20211008/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()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-dom.c1610 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1611 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2041 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2043 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2193 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2194 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-dom.c1610 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1611 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2041 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2043 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2193 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2194 val = gimple_switch_index (swtch_stmt); in optimize_stmt()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-dom.c1639 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in eliminate_redundant_computations() local
1640 expr_type = TREE_TYPE (gimple_switch_index (swtch_stmt)); in eliminate_redundant_computations()
2140 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2142 rhs = gimple_switch_index (swtch_stmt); in optimize_stmt()
2297 else if (gswitch *swtch_stmt = dyn_cast <gswitch *> (stmt)) in optimize_stmt() local
2298 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()

123