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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c2295 int best_consecutive_zeros = 0;
2308 if (consecutive_zeros > best_consecutive_zeros)
2310 best_consecutive_zeros = consecutive_zeros;
2290 int best_consecutive_zeros = 0; local

Completed in 88 milliseconds