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

References

lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  583     if (!SI)
  587     switch (isLegalStore(SI)) {
  593       Value *Ptr = GetUnderlyingObject(SI->getPointerOperand(), *DL);
  594       StoreRefsForMemset[Ptr].push_back(SI);
  598       Value *Ptr = GetUnderlyingObject(SI->getPointerOperand(), *DL);
  599       StoreRefsForMemsetPattern[Ptr].push_back(SI);
  603       StoreRefsForMemcpy.push_back(SI);