Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp127 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()
128 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
H A DObjCARC.h363 static inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function
H A DObjCARCOpts.cpp159 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()
166 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()