Searched refs:common_av (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenattrtab.c3642 struct attr_value *av, *common_av; local
3646 common_av = find_most_used (attr);
3684 if (av != common_av)
3687 write_attr_case (attr, common_av, 0, "return", ";", 4, true_rtx);
4055 struct attr_value *av, *common_av; local
4088 common_av = find_most_used (attr);
4096 if (av != common_av)
4099 write_attr_case (attr, common_av, 0, "slot +=", str, 4, true_rtx);
4115 common_av = find_most_used (attr);
4118 if (av != common_av)
[all...]

Completed in 53 milliseconds