Home
last modified time | relevance | path

Searched refs:case_values_threshold (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDstmt.c2182 case_values_threshold (void) in case_values_threshold() function
2187 threshold = targetm.case_values_threshold (); in case_values_threshold()
2346 else if (count < case_values_threshold () in expand_case()
HDtarget.def2364 (case_values_threshold,
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-switch-conversion.c1702 case_values_threshold (void) in case_values_threshold() function
1707 threshold = targetm.case_values_threshold (); in case_values_threshold()
1927 if (count < case_values_threshold () || !tree_fits_uhwi_p (range) in expand_switch_as_decision_tree_p()
HDtarget.def5816 (case_values_threshold,