Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:Ret

2036 /// the autorelease and the ret.
2039 ReturnInst *Ret,
2044 BB, Ret, DepInsts, V, PA);
2065 /// ret i8* %3
2077 ReturnInst *Ret = dyn_cast<ReturnInst>(&BB.back());
2079 DEBUG(dbgs() << "Visiting: " << *Ret << "\n");
2081 if (!Ret)
2084 const Value *Arg = GetRCIdentityRoot(Ret->getOperand(0));
2086 // Look for an ``autorelease'' instruction that is a predecessor of Ret and
2088 // that need a positive ref count in between the autorelease and Ret.
2090 Arg, &BB, Ret, DependingInstructions, Visited, PA);