Searched refs:LastLUIdx (Results 1 – 1 of 1) sorted by relevance
273 void swapAndDropUse(size_t LUIdx, size_t LastLUIdx);313 RegUseTracker::swapAndDropUse(size_t LUIdx, size_t LastLUIdx) { in swapAndDropUse() argument314 assert(LUIdx <= LastLUIdx); in swapAndDropUse()322 LastLUIdx < UsedByIndices.size() ? UsedByIndices[LastLUIdx] : false; in swapAndDropUse()323 UsedByIndices.resize(std::min(UsedByIndices.size(), LastLUIdx)); in swapAndDropUse()