Lines Matching defs:LastElement
112 // LastElement[i] is the last element of the partition starting at i.
113 SmallVector<unsigned, 8> LastElement(N);
129 LastElement[N - 1] = N - 1;
137 LastElement[i] = i;
165 LastElement[i] = j;
175 Last = LastElement[First];
297 // LastElement[i] is the last element of the partition starting at i.
298 SmallVector<unsigned, 8> LastElement(N);
304 LastElement[N - 1] = N - 1;
311 LastElement[i] = i;
342 LastElement[i] = j;
350 Last = LastElement[First];