Searched refs:max_label (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.sbin/ldpd/ |
| D | label.c | 47 int min_label = MIN_LABEL, max_label = MAX_LABEL; variable 277 for (lbl = min_label; lbl <= max_label; lbl++) { in get_free_local_label()
|
| D | conffile.c | 57 min_label, max_label, no_default_route, loop_detection; 296 max_label = ml; in Fmaxlabel()
|
| D | ldp_command.c | 56 min_label, max_label, debug_f, warn_f; 570 max_label); in show_parameters()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | vr-values.cc | 3766 tree max_label = gimple_switch_label (stmt, max_idx); in simplify_switch_using_ranges() local 3784 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0 in simplify_switch_using_ranges() 3785 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges() 3786 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0) in simplify_switch_using_ranges() 3787 CASE_HIGH (max_label) = vr_max; in simplify_switch_using_ranges() 3793 if (min_label == max_label) in simplify_switch_using_ranges() 3823 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0 in simplify_switch_using_ranges() 3824 && CASE_HIGH (max_label) != NULL_TREE in simplify_switch_using_ranges() 3825 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0) in simplify_switch_using_ranges() 3826 CASE_LOW (max_label) in simplify_switch_using_ranges() [all …]
|
| D | tree-vrp.cc | 2490 tree max_label = gimple_switch_label (switch_stmt, n - 1); in find_case_label_range() local 2491 tree case_high = CASE_HIGH (max_label); in find_case_label_range() 2493 case_high = CASE_LOW (max_label); in find_case_label_range()
|