Searched defs:getAllocationData (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp88 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy, function
148 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast);
165 return getAllocationData(V, MallocLike, TLI, LookThroughBitCast);
172 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast);
179 return getAllocationData(V, AllocLike, TLI, LookThroughBitCast);
186 return getAllocationData(V, ReallocLike, TLI, LookThroughBitCast);
477 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc,
702 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc,

Completed in 53 milliseconds