Home
last modified time | relevance | path

Searched refs:gimple_switch_label (Results 151 – 175 of 563) sorted by relevance

12345678910>>...23

/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.c908 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
909 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.c908 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
909 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.c829 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
830 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.c826 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
827 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.c908 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
909 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.c908 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
909 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.c826 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
827 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.c911 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
912 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-uncprop.c186 tree label = gimple_switch_label (switch_stmt, i); in associate_equivalences_with_edges()
H A Dipa-icf-gimple.c907 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
908 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vrp.c5476 ci[idx].expr = gimple_switch_label (last, idx); in find_switch_asserts()
6975 t = gimple_switch_label (stmt, i); in find_case_label_index()
7039 high = CASE_LOW (gimple_switch_label (stmt, i)); in find_case_label_range()
7040 if (CASE_HIGH (gimple_switch_label (stmt, i))) in find_case_label_range()
7041 high = CASE_HIGH (gimple_switch_label (stmt, i)); in find_case_label_range()
7044 low = CASE_LOW (gimple_switch_label (stmt, k)); in find_case_label_range()
7051 if (CASE_HIGH (gimple_switch_label (stmt, k))) in find_case_label_range()
7052 high = CASE_HIGH (gimple_switch_label (stmt, k)); in find_case_label_range()
7101 case_low = CASE_LOW (gimple_switch_label (stmt, i)); in find_case_label_ranges()
7187 val = gimple_switch_label (stmt, i); in vrp_visit_switch_stmt()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vrp.c5468 ci[idx].expr = gimple_switch_label (last, idx); in find_switch_asserts()
6967 t = gimple_switch_label (stmt, i); in find_case_label_index()
7031 high = CASE_LOW (gimple_switch_label (stmt, i)); in find_case_label_range()
7032 if (CASE_HIGH (gimple_switch_label (stmt, i))) in find_case_label_range()
7033 high = CASE_HIGH (gimple_switch_label (stmt, i)); in find_case_label_range()
7036 low = CASE_LOW (gimple_switch_label (stmt, k)); in find_case_label_range()
7043 if (CASE_HIGH (gimple_switch_label (stmt, k))) in find_case_label_range()
7044 high = CASE_HIGH (gimple_switch_label (stmt, k)); in find_case_label_range()
7093 case_low = CASE_LOW (gimple_switch_label (stmt, i)); in find_case_label_ranges()
7179 val = gimple_switch_label (stmt, i); in vrp_visit_switch_stmt()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dipa-icf-gimple.c908 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
909 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-icf-gimple.c908 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
909 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dipa-icf-gimple.c911 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
912 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dipa-icf-gimple.c912 tree label1 = gimple_switch_label (g1, i); in compare_gimple_switch()
913 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch()

12345678910>>...23