Home
last modified time | relevance | path

Searched refs:GetUnderlyingObjCPtr (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp57 const Value *UA = GetUnderlyingObjCPtr(SA, DL); in alias()
58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias()
86 const Value *U = GetUnderlyingObjCPtr(S, DL); in pointsToConstantMemory()
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp110 A = GetUnderlyingObjCPtr(A, DL); in relatedCheck()
111 B = GetUnderlyingObjCPtr(B, DL); in relatedCheck()
DDependencyAnalysis.cpp115 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand(), DL); in CanUse()
DObjCARCOpts.cpp93 P = GetUnderlyingObjCPtr(P, DL); in AreAnyUnderlyingObjectsAnAlloca()
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h77 inline const Value *GetUnderlyingObjCPtr(const Value *V, in GetUnderlyingObjCPtr() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp463 static const Value *GetUnderlyingObjCPtr(const Value *V) { in GetUnderlyingObjCPtr() function
682 const Value *UA = GetUnderlyingObjCPtr(SA); in alias()
683 const Value *UB = GetUnderlyingObjCPtr(SB); in alias()
712 const Value *U = GetUnderlyingObjCPtr(S); in pointsToConstantMemory()
1027 A = GetUnderlyingObjCPtr(A); in relatedCheck()
1028 B = GetUnderlyingObjCPtr(B); in relatedCheck()
1701 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand()); in CanUse()