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

/freebsd-10.2-release/contrib/gcc/
H A Dgenattrtab.c3643 struct attr_value *av, *common_av; local
3647 common_av = find_most_used (attr);
3685 if (av != common_av)
3688 write_attr_case (attr, common_av, 0, "return", ";", 4, true_rtx);
4056 struct attr_value *av, *common_av; local
4089 common_av = find_most_used (attr);
4097 if (av != common_av)
4100 write_attr_case (attr, common_av, 0, "slot +=", str, 4, true_rtx);
4116 common_av = find_most_used (attr);
4119 if (av != common_av)
[all...]

Completed in 106 milliseconds