Searched refs:compare_gimple_switch (Results 1 – 7 of 7) sorted by relevance
180 bool compare_gimple_switch (const gswitch *s1, const gswitch *s2);
481 if (!compare_gimple_switch (as_a <gswitch *> (s1), in compare_bb()703 func_checker::compare_gimple_switch (const gswitch *g1, const gswitch *g2) in compare_gimple_switch() function
181 bool compare_gimple_switch (const gswitch *s1, const gswitch *s2);
584 if (!compare_gimple_switch (as_a <gswitch *> (s1), in compare_bb()840 func_checker::compare_gimple_switch (const gswitch *g1, const gswitch *g2) in compare_gimple_switch() function in ipa_icf_gimple::func_checker
226 (ipa_icf_gimple::func_checker::compare_gimple_switch): Strengthen236 (ipa_icf_gimple::func_checker::compare_gimple_switch): Strengthen
5083 (func_checker::compare_gimple_switch): Likewise.
9301 * ipa-icf-gimple.c (func_checker::compare_gimple_switch):