Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp129 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()
130 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
H A DObjCARCOpts.cpp97 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()
104 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h213 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function