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

References

lib/Transforms/ObjCARC/ObjCARCOpts.cpp
 1891     LLVM_DEBUG(dbgs() << "Visiting: " << *Inst << "\n");
 1893     ARCInstKind Class = GetBasicARCInstKind(Inst);
 1899     if (Class == ARCInstKind::LoadWeak && Inst->use_empty()) {
 1900       Inst->eraseFromParent();
 1920         CallInst *Call = cast<CallInst>(Inst);
 1949         CallInst *Call = cast<CallInst>(Inst);