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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp110 /// UsedByIndices - This represents the set of LSRUse indices which reference
112 SmallBitVector UsedByIndices; member in class:__anon26295::RegSortData
123 OS << "[NumUses=" << UsedByIndices.count() << ']';
170 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
171 RSD.UsedByIndices.set(LUIdx);
179 assert(RSD.UsedByIndices.size() > LUIdx);
180 RSD.UsedByIndices.reset(LUIdx);
191 SmallBitVector &UsedByIndices = I->second.UsedByIndices; local
3753 const SmallBitVector &UsedByIndices = RegUses.getUsedByIndices(OrigReg); local
[all...]

Completed in 63 milliseconds