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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp165 RegSortData &RSD = Pair.first->second; local
168 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
169 RSD.UsedByIndices.set(LUIdx);
176 RegSortData &RSD = It->second; local
177 assert(RSD.UsedByIndices.size() > LUIdx);
178 RSD.UsedByIndices.reset(LUIdx);

Completed in 131 milliseconds