Searched refs:IsPotentialUse (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp171 /// IsPotentialUse - Test whether the given value is possible a
173 static bool IsPotentialUse(const Value *Op) { function
200 if (IsPotentialUse(*I))
349 if (IsPotentialUse(I->getOperand(1)))
360 if (IsPotentialUse(*OI))
1870 /// IsPotentialUse - Test whether the given value is possible a
1872 static bool IsPotentialUse(const Value *Op, AliasAnalysis &AA) { function
1874 if (!IsPotentialUse(Op))
1916 if (IsPotentialUse(Op, *PA.getAA()) && PA.related(Ptr, Op))
1941 if (!IsPotentialUse(IC
[all...]

Completed in 102 milliseconds