Searched refs:UsedByIndices (Results 1 – 1 of 1) sorted by relevance
136 SmallBitVector UsedByIndices; member in __anondd02b9d70111::RegSortData145 OS << "[NumUses=" << UsedByIndices.count() << ']'; in print()190 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1)); in countRegister()191 RSD.UsedByIndices.set(LUIdx); in countRegister()199 assert(RSD.UsedByIndices.size() > LUIdx); in dropRegister()200 RSD.UsedByIndices.reset(LUIdx); in dropRegister()210 SmallBitVector &UsedByIndices = Pair.second.UsedByIndices; in swapAndDropUse() local211 if (LUIdx < UsedByIndices.size()) in swapAndDropUse()212 UsedByIndices[LUIdx] = in swapAndDropUse()213 LastLUIdx < UsedByIndices.size() ? UsedByIndices[LastLUIdx] : 0; in swapAndDropUse()[all …]