Searched refs:LastLUIdx (Results 1 – 1 of 1) sorted by relevance
402 void swapAndDropUse(size_t LUIdx, size_t LastLUIdx);442 RegUseTracker::swapAndDropUse(size_t LUIdx, size_t LastLUIdx) { in swapAndDropUse() argument443 assert(LUIdx <= LastLUIdx); in swapAndDropUse()451 LastLUIdx < UsedByIndices.size() ? UsedByIndices[LastLUIdx] : false; in swapAndDropUse()452 UsedByIndices.resize(std::min(UsedByIndices.size(), LastLUIdx)); in swapAndDropUse()