Searched refs:prev_upper_bound (Results 1 – 2 of 2) sorted by relevance
4771 tree elt, prev_upper_bound = NULL_TREE; in verify_gimple_switch() local4844 if (prev_upper_bound) in verify_gimple_switch()4846 if (! tree_int_cst_lt (prev_upper_bound, CASE_LOW (elt))) in verify_gimple_switch()4853 prev_upper_bound = CASE_HIGH (elt); in verify_gimple_switch()4854 if (! prev_upper_bound) in verify_gimple_switch()4855 prev_upper_bound = CASE_LOW (elt); in verify_gimple_switch()
4832 tree elt, prev_upper_bound = NULL_TREE; in verify_gimple_switch() local4902 if (prev_upper_bound) in verify_gimple_switch()4904 if (! tree_int_cst_lt (prev_upper_bound, CASE_LOW (elt))) in verify_gimple_switch()4911 prev_upper_bound = CASE_HIGH (elt); in verify_gimple_switch()4912 if (! prev_upper_bound) in verify_gimple_switch()4913 prev_upper_bound = CASE_LOW (elt); in verify_gimple_switch()