Not in this way, not significantly. At worse, for each new loop through the array you have an extra cache miss. If the array is large enough, 10 extra cache misses will barely even be measurable.
It's only for small arrays actually that the cost of the loop infra and the extra cache miss per loop matters.
It's only for small arrays actually that the cost of the loop infra and the extra cache miss per loop matters.