Home
last modified time | relevance | path

Searched refs:comparison_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.cc1090 unsigned comparison_count = 0; in dump() local
1094 comparison_count += sc->get_comparison_count (); in dump()
1102 " density: %.2f%%)", total_values, comparison_count, range, in dump()
1103 100.0f * comparison_count / range); in dump()
1200 HOST_WIDE_INT comparison_count = 0; in find_jump_tables() local
1204 comparison_count += sc->get_comparison_count (); in find_jump_tables()
1218 comparison_count)) in find_jump_tables()
1222 comparison_count -= sc->get_comparison_count (); in find_jump_tables()
1225 gcc_checking_assert (comparison_count == 0); in find_jump_tables()
1265 unsigned HOST_WIDE_INT comparison_count) in can_be_handled() argument
[all …]
H A Dtree-switch-conversion.h282 unsigned HOST_WIDE_INT comparison_count);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.c1092 unsigned comparison_count = 0; in dump() local
1096 comparison_count += sc->m_range_p ? 2 : 1; in dump()
1104 " density: %.2f%%)", total_values, comparison_count, range, in dump()
1105 100.0f * comparison_count / range); in dump()
1288 unsigned HOST_WIDE_INT comparison_count = 0; in can_be_handled() local
1292 comparison_count += sc->m_range_p ? 2 : 1; in can_be_handled()
1295 return lhs <= max_ratio * comparison_count; in can_be_handled()