Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h66 bool isMallocOrCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp318 bool llvm::isMallocOrCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI) { in isMallocOrCallocLikeFn() function in llvm
H A DBasicAliasAnalysis.cpp994 if (isMallocOrCallocLikeFn(Call, &TLI)) { in getModRefInfo()