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

/external/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp128 bool AIsIdentified = IsObjCIdentifiedObject(A);
129 bool BIsIdentified = IsObjCIdentifiedObject(B);
H A DObjCARC.h362 static inline bool IsObjCIdentifiedObject(const Value *V) { function in namespace:llvm::objcarc
H A DObjCARCOpts.cpp158 if (!IsObjCIdentifiedObject(Arg))
165 if (IsObjCIdentifiedObject(Arg)) {

Completed in 82 milliseconds