Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp126 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()
127 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
H A DObjCARCOpts.cpp100 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()
107 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h194 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function