This code is not vectorizable due to data dependencies or other problems.
Even though there are dependencies, however, several instructions in the
inner loop can still be executed in parallel. Loop unrolling or trace
scheduling can eliminate or at least put in parallel the loop overhead. An
example of this type of code is "FOR I = 3 TO J DO A[I] = A[I-1] +
a[I-2]".