Lines Matching defs:Arg
119 /// Test if there can be dependencies on Inst through Arg. This function only
123 const Value *Arg, ProvenanceAnalysis &PA) {
124 // If we've reached the definition of Arg, stop.
125 if (Inst == Arg)
137 return CanUse(Inst, Arg, PA, Class);
164 return CanAlterRefCount(Inst, Arg, PA, Class);
178 return GetArgRCIdentityRoot(Inst) == Arg;
190 return GetArgRCIdentityRoot(Inst) == Arg;
203 /// non-local dependencies on Arg.
206 static bool findDependencies(DependenceKind Flavor, const Value *Arg,
234 if (Depends(Flavor, Inst, Arg, PA)) {
256 const Value *Arg,
262 if (!findDependencies(Flavor, Arg, StartBB, StartInst, DependingInsts, PA) ||