Home
last modified time | relevance | path

Searched refs:AnyAlloc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp41 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/
DMemoryBuiltins.cpp61 AnyAlloc = AllocLike | ReallocLike enumerator
196 getAllocationDataForFunction(Callee, AnyAlloc, TLI)) in getAllocationSize()
225 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn()