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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c13309 unsigned int max_nonrep;
13319 max_nonrep = size == 4 ? 7 : 4;
13325 max_nonrep = 3;
13331 if (repcount <= max_nonrep)
13284 unsigned int max_nonrep; local

Completed in 166 milliseconds