Searched refs:getAllocationData (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 93 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function 153 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast); in isAllocationFn() 170 return getAllocationData(V, MallocLike, TLI, LookThroughBitCast); in isMallocLikeFn() 177 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast); in isCallocLikeFn() 184 return getAllocationData(V, AllocLike, TLI, LookThroughBitCast); in isAllocLikeFn() 191 return getAllocationData(V, ReallocLike, TLI, LookThroughBitCast); in isReallocLikeFn() 198 return getAllocationData(V, OpNewLike, TLI, LookThroughBitCast); in isOperatorNewLikeFn() 456 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc, in visitCallSite() 675 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc, in visitCallSite()
|