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

References

lib/Transforms/ObjCARC/ObjCARCContract.cpp
  388   if (!Store)
  392   Value *New = GetRCIdentityRoot(Store->getValueOperand());
  397       findRetainForStoreStrongContraction(New, Store, Release, PA);
  409                    << "            Store:   " << *Store << "\n"
  420     Args[0] = new BitCastInst(Args[0], I8XX, "", Store);
  422     Args[1] = new BitCastInst(Args[1], I8X, "", Store);
  424   CallInst *StoreStrong = createCallInst(Decl, Args, "", Store, BlockColors);
  426   StoreStrong->setDebugLoc(Store->getDebugLoc());
  437   if (&*Iter == Store) ++Iter;
  438   Store->eraseFromParent();