Home
last modified time | relevance | path

Searched refs:UsedByIndices (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp136 SmallBitVector UsedByIndices; member in __anondd02b9d70111::RegSortData
145 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() local
211 if (LUIdx < UsedByIndices.size()) in swapAndDropUse()
212 UsedByIndices[LUIdx] = in swapAndDropUse()
213 LastLUIdx < UsedByIndices.size() ? UsedByIndices[LastLUIdx] : 0; in swapAndDropUse()
[all …]