Searched refs:getAllocationData (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 88 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function 148 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast); in isAllocationFn() 165 return getAllocationData(V, MallocLike, TLI, LookThroughBitCast); in isMallocLikeFn() 172 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast); in isCallocLikeFn() 179 return getAllocationData(V, AllocLike, TLI, LookThroughBitCast); in isAllocLikeFn() 186 return getAllocationData(V, ReallocLike, TLI, LookThroughBitCast); in isReallocLikeFn() 477 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc, in visitCallSite() 702 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc, in visitCallSite()
|