Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h84 bool isLibFreeFunction(const Function *F, const LibFunc TLIFn);
H A DTargetLibraryInfo.def18 // in lib/Analysis/MemoryBuiltins.cpp "isLibFreeFunction".
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp539 bool llvm::isLibFreeFunction(const Function *F, const LibFunc TLIFn) { in isLibFreeFunction() function in llvm
566 isLibFreeFunction(Callee, TLIFn)) { in getFreedOperand()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1246 if (!isLibFreeFunction(&F, TheLibFunc) && !isReallocLikeFn(&F)) in inferNonMandatoryLibFuncAttrs()