Searched refs:max_case (Results 1 – 2 of 2) sorted by relevance
77 tree min_case, max_case; in collect() local95 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()
78 tree min_case, max_case; in collect() local96 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()