Home
last modified time | relevance | path

Searched refs:max_label (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.sbin/ldpd/
Dlabel.c47 int min_label = MIN_LABEL, max_label = MAX_LABEL; variable
277 for (lbl = min_label; lbl <= max_label; lbl++) { in get_free_local_label()
Dconffile.c57 min_label, max_label, no_default_route, loop_detection;
296 max_label = ml; in Fmaxlabel()
Dldp_command.c56 min_label, max_label, debug_f, warn_f;
570 max_label); in show_parameters()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvr-values.cc3766 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 …]
Dtree-vrp.cc2490 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()