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

References

lib/Transforms/ObjCARC/ObjCARCExpand.cpp
   99     LLVM_DEBUG(dbgs() << "ObjCARCExpand: Visiting: " << *Inst << "\n");
  101     switch (GetBasicARCInstKind(Inst)) {
  113       Value *Value = cast<CallInst>(Inst)->getArgOperand(0);
  114       LLVM_DEBUG(dbgs() << "ObjCARCExpand: Old = " << *Inst
  118       Inst->replaceAllUsesWith(Value);