Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h101 bool isReallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
106 bool isReallocLikeFn(const Function *F, const TargetLibraryInfo *TLI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp313 bool llvm::isReallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isReallocLikeFn() function in llvm
320 bool llvm::isReallocLikeFn(const Function *F, const TargetLibraryInfo *TLI) { in isReallocLikeFn() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp225 if(!isLibFreeFunction(&F, TheLibFunc) && !isReallocLikeFn(&F, &TLI)) in inferLibFuncAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2265 } else if (isReallocLikeFn(&Call, TLI) && Op1C) { in annotateAnyAllocSite()