reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
  222   OS << "[NumUses=" << UsedByIndices.count() << ']';
  268   RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
  268   RSD.UsedByIndices.resize(std::max(RSD.UsedByIndices.size(), LUIdx + 1));
  269   RSD.UsedByIndices.set(LUIdx);
  277   assert(RSD.UsedByIndices.size() > LUIdx);
  278   RSD.UsedByIndices.reset(LUIdx);
  288     SmallBitVector &UsedByIndices = Pair.second.UsedByIndices;
  301   const SmallBitVector &UsedByIndices = I->second.UsedByIndices;
  311   return I->second.UsedByIndices;