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

References

lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
   96     switch (GetBasicARCInstKind(Inst)) {
   98       Push = Inst;
  103       if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) {
  108                           << *Inst << "\n"
  111         Inst->eraseFromParent();
  117       if (MayAutorelease(ImmutableCallSite(Inst)))