Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp129 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()
130 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
DObjCARCOpts.cpp97 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()
104 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp128 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()
129 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()
DObjCARCOpts.cpp65 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()
72 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h200 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h213 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp510 static bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject() function
555 if (!IsObjCIdentifiedObject(Arg)) in FindSingleUseIdentifiedObject()
563 if (IsObjCIdentifiedObject(Arg)) { in FindSingleUseIdentifiedObject()
1045 bool AIsIdentified = IsObjCIdentifiedObject(A); in relatedCheck()
1046 bool BIsIdentified = IsObjCIdentifiedObject(B); in relatedCheck()