Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.h862 unsigned int m_uniq; variable
H A Dtree-switch-conversion.c174 m_uniq = EDGE_COUNT (gimple_bb (swtch)->succs) - 1; in collect()
992 && bit_test_cluster::can_be_handled (tree_to_uhwi (m_range_size), m_uniq) in expand()
993 && bit_test_cluster::is_beneficial (m_count, m_uniq)) in expand()
999 if (m_uniq <= 2) in expand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.h888 unsigned int m_uniq; variable
H A Dtree-switch-conversion.cc175 m_uniq = EDGE_COUNT (gimple_bb (swtch)->succs) - 1; in collect()
990 && bit_test_cluster::can_be_handled (tree_to_uhwi (m_range_size), m_uniq) in expand()
991 && bit_test_cluster::is_beneficial (m_count, m_uniq)) in expand()
997 if (m_uniq <= 2) in expand()
H A DChangeLog-201818965 Record m_uniq property.