Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp207 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function
217 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function
288 return getAllocationData(V, AnyAlloc, TLI).has_value() || in isAllocationFn()
294 return getAllocationData(V, AnyAlloc, GetTLI).has_value() || in isAllocationFn()
301 return getAllocationData(V, OpNewLike, TLI).has_value(); in isNewLikeFn()
308 return getAllocationData(V, MallocOrOpNewLike, TLI).has_value(); in isMallocOrCallocLikeFn()
314 return getAllocationData(V, AllocLike, TLI).has_value() || in isAllocLikeFn()
343 const std::optional<AllocFnsTy> FnData = getAllocationData(V, AnyAlloc, TLI); in getAllocAlignment()
436 if (getAllocationData(Alloc, MallocOrOpNewLike, TLI).has_value()) in getInitialValueOfAllocation()