Searched refs:AnyAlloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 66 AnyAlloc = AllocLike enumerator 254 getAllocationDataForFunction(Callee, AnyAlloc, TLI)) in getAllocationSize() 300 return getAllocationData(V, AnyAlloc, TLI).has_value() || in isAllocationFn() 306 return getAllocationData(V, AnyAlloc, GetTLI).has_value() || in isAllocationFn() 355 const std::optional<AllocFnsTy> FnData = getAllocationData(V, AnyAlloc, TLI); in getAllocAlignment() 521 const auto AllocData = getAllocationDataForFunction(Callee, AnyAlloc, TLI); in getAllocationFamily()
|