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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp154 RegSortData &RSD = Pair.first->second; local
157 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
158 RSD.UsedByIndices.set(LUIdx);
165 RegSortData &RSD = It->second; local
166 assert(RSD.UsedByIndices.size() > LUIdx);
167 RSD.UsedByIndices.reset(LUIdx);
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp187 RegSortData &RSD = Pair.first->second; local
190 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
191 RSD.UsedByIndices.set(LUIdx);
198 RegSortData &RSD = It->second; local
199 assert(RSD.UsedByIndices.size() > LUIdx);
200 RSD.UsedByIndices.reset(LUIdx);

Completed in 122 milliseconds