Lines Matching full:oldindex
126 for (int oldIndex = 0; oldIndex < variableSize; oldIndex++)
129 variableMap[oldIndex] = oldIndex;
132 if (oldIndex >= parameterSize &&
133 oldIndex < MAX_VARIABLES_SIZE)
136 for (int newIndex = startIndex; newIndex < oldIndex; newIndex++)
138 if (areNonOverlapping(oldIndex, newIndex, codeLength))
140 variableMap[oldIndex] = newIndex;
142 updateLiveness(oldIndex, newIndex, codeLength);