Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp124 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()
125 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
H A DObjCARCOpts.cpp101 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()
108 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h186 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function