Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h76 LLVM_ABI bool isReallocLikeFn(const Function *F);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp320 bool llvm::isReallocLikeFn(const Function *F) { in isReallocLikeFn() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1395 if (!isLibFreeFunction(&F, TheLibFunc) && !isReallocLikeFn(&F)) in inferNonMandatoryLibFuncAttrs()