Searched refs:GetUnderlyingObjCPtr (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ObjCARCAliasAnalysis.cpp | 57 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/Analysis/ |
D | ObjCARCAliasAnalysis.cpp | 57 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/ |
D | ProvenanceAnalysis.cpp | 110 A = GetUnderlyingObjCPtr(A, DL); in relatedCheck() 111 B = GetUnderlyingObjCPtr(B, DL); in relatedCheck()
|
D | DependencyAnalysis.cpp | 115 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand(), DL); in CanUse()
|
D | ObjCARCOpts.cpp | 93 P = GetUnderlyingObjCPtr(P, DL); in AreAnyUnderlyingObjectsAnAlloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ObjCARCAnalysisUtils.h | 78 inline const Value *GetUnderlyingObjCPtr(const Value *V, in GetUnderlyingObjCPtr() function 97 const Value *Computed = GetUnderlyingObjCPtr(V, DL); in GetUnderlyingObjCPtrCached()
|
/external/llvm/include/llvm/Analysis/ |
D | ObjCARCAnalysisUtils.h | 77 inline const Value *GetUnderlyingObjCPtr(const Value *V, in GetUnderlyingObjCPtr() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 115 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand(), DL); in CanUse()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 463 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()
|