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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp108 /// UsedByIndices - This represents the set of LSRUse indices which reference
110 SmallBitVector UsedByIndices; member in class:__anon10393::RegSortData
121 OS << "[NumUses=" << UsedByIndices.count() << ']';
168 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
169 RSD.UsedByIndices.set(LUIdx);
177 assert(RSD.UsedByIndices.size() > LUIdx);
178 RSD.UsedByIndices.reset(LUIdx);
189 SmallBitVector &UsedByIndices = I->second.UsedByIndices; local
3502 const SmallBitVector &UsedByIndices = RegUses.getUsedByIndices(OrigReg); local
[all...]

Completed in 110 milliseconds