Searched refs:getAllocationDataForFunction (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 174 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction() function 220 return getAllocationDataForFunction(Callee, AllocTy, TLI); in getAllocationData() 230 return getAllocationDataForFunction( in getAllocationData() 247 getAllocationDataForFunction(Callee, AnyAlloc, TLI)) in getAllocationSize() 340 return getAllocationDataForFunction(F, ReallocLike, TLI).has_value() || in isReallocLikeFn() 539 const auto AllocData = getAllocationDataForFunction(Callee, AnyAlloc, TLI); in getAllocationFamily()
|