Searched refs:getAllocationData (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 222 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function 232 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function 300 return getAllocationData(V, AnyAlloc, TLI).has_value() || in isAllocationFn() 306 return getAllocationData(V, AnyAlloc, GetTLI).has_value() || in isAllocationFn() 313 return getAllocationData(V, OpNewLike, TLI).has_value(); in isNewLikeFn() 320 return getAllocationData(V, MallocOrOpNewLike, TLI).has_value(); in isMallocOrCallocLikeFn() 326 return getAllocationData(V, AllocLike, TLI).has_value() || in isAllocLikeFn() 355 const std::optional<AllocFnsTy> FnData = getAllocationData(V, AnyAlloc, TLI); in getAllocAlignment() 448 if (getAllocationData(Alloc, MallocOrOpNewLike, TLI).has_value()) in getInitialValueOfAllocation()
|