Lines Matching refs:Arg
113 /// Test if there can be dependencies on Inst through Arg. This function only
117 const Value *Arg, ProvenanceAnalysis &PA) {
118 // If we've reached the definition of Arg, stop.
119 if (Inst == Arg)
131 return CanUse(Inst, Arg, PA, Class);
158 return CanAlterRefCount(Inst, Arg, PA, Class);
172 return GetObjCArg(Inst) == Arg;
184 return GetObjCArg(Inst) == Arg;
200 /// non-local dependencies on Arg.
205 const Value *Arg,
237 if (Depends(Flavor, Inst, Arg, PA)) {