Searched refs:AnyAlloc (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 41 AnyAlloc = AllocLike | ReallocLike enumerator 178 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn() 480 getAllocationData(CS.getInstruction(), AnyAlloc, TLI); in visitCallSite() 740 getAllocationData(CS.getInstruction(), AnyAlloc, TLI); in visitCallSite()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 61 AnyAlloc = AllocLike | ReallocLike enumerator 196 getAllocationDataForFunction(Callee, AnyAlloc, TLI)) in getAllocationSize() 225 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn()
|