Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryBuiltins.h74 bool isReallocLikeFn(const Function *F);
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp332 bool llvm::isReallocLikeFn(const Function *F) { in isReallocLikeFn() function in llvm
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBuildLibCalls.cpp1246 if (!isLibFreeFunction(&F, TheLibFunc) && !isReallocLikeFn(&F)) in inferNonMandatoryLibFuncAttrs()