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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c2299 int consecutive_zeros = 0;
2305 consecutive_zeros += 2;
2308 if (consecutive_zeros > best_consecutive_zeros)
2310 best_consecutive_zeros = consecutive_zeros;
2311 best_start = i - consecutive_zeros;
2294 int consecutive_zeros = 0; local

Completed in 90 milliseconds