Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h69 bool isReallocLikeFn(const Function *F, const TargetLibraryInfo *TLI);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp339 bool llvm::isReallocLikeFn(const Function *F, const TargetLibraryInfo *TLI) { in isReallocLikeFn() function in llvm
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1235 if (!isLibFreeFunction(&F, TheLibFunc) && !isReallocLikeFn(&F, &TLI)) in inferNonMandatoryLibFuncAttrs()