Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp129 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()
130 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
DObjCARC.h226 static inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function
DObjCARCOpts.cpp65 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()
72 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()