Home
last modified time | relevance | path

Searched refs:max_case (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.c77 tree min_case, max_case; in collect() local
95 max_case = gimple_switch_label (swtch, branch_num - 1); in collect()
98 if (CASE_HIGH (max_case) != NULL_TREE) in collect()
99 m_range_max = CASE_HIGH (max_case); in collect()
101 m_range_max = CASE_LOW (max_case); in collect()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.cc78 tree min_case, max_case; in collect() local
96 max_case = gimple_switch_label (swtch, branch_num - 1); in collect()
99 if (CASE_HIGH (max_case) != NULL_TREE) in collect()
100 m_range_max = CASE_HIGH (max_case); in collect()
102 m_range_max = CASE_LOW (max_case); in collect()