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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp269 RegSortData &RSD = Pair.first->second; local
272 RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
273 RSD.UsedByIndices.set(LUIdx);
280 RegSortData &RSD = It->second; local
281 assert(RSD.UsedByIndices.size() > LUIdx);
282 RSD.UsedByIndices.reset(LUIdx);

Completed in 119 milliseconds