Searched refs:min_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 173 if (l->binding >= min_label) in label_reattach_route() 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; 286 min_label = ml; in Fminlabel()
|
| D | ldp_command.c | 56 min_label, max_label, debug_f, warn_f; 569 min_label, in show_parameters()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | vr-values.cc | 3765 tree min_label = gimple_switch_label (stmt, min_idx); in simplify_switch_using_ranges() local 3769 tree case_label_type = TREE_TYPE (CASE_LOW (min_label)); in simplify_switch_using_ranges() 3777 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) < 0 in simplify_switch_using_ranges() 3778 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges() 3779 && tree_int_cst_compare (CASE_HIGH (min_label), vr_min) >= 0) in simplify_switch_using_ranges() 3780 CASE_LOW (min_label) = vr_min; in simplify_switch_using_ranges() 3793 if (min_label == max_label) in simplify_switch_using_ranges() 3797 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) == 0 in simplify_switch_using_ranges() 3798 && CASE_HIGH (min_label) != NULL_TREE in simplify_switch_using_ranges() 3799 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) > 0) in simplify_switch_using_ranges() [all …]
|
| D | tree-vrp.cc | 2489 tree min_label = gimple_switch_label (switch_stmt, 1); in find_case_label_range() local 2494 int_range_max label_range (CASE_LOW (min_label), case_high); in find_case_label_range()
|