Searched refs:UsedByIndices (Results 1 – 1 of 1) sorted by relevance
113 SmallBitVector UsedByIndices; member in __anonb19727160111::RegSortData122 OS << "[NumUses=" << UsedByIndices.count() << ']'; in print()169 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1)); in CountRegister()170 RSD.UsedByIndices.set(LUIdx); in CountRegister()178 assert(RSD.UsedByIndices.size() > LUIdx); in DropRegister()179 RSD.UsedByIndices.reset(LUIdx); in DropRegister()190 SmallBitVector &UsedByIndices = I->second.UsedByIndices; in SwapAndDropUse() local191 if (LUIdx < UsedByIndices.size()) in SwapAndDropUse()192 UsedByIndices[LUIdx] = in SwapAndDropUse()193 LastLUIdx < UsedByIndices.size() ? UsedByIndices[LastLUIdx] : 0; in SwapAndDropUse()[all …]