Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryBuiltins.h168 bool isLibFreeFunction(const Function *F, const LibFunc TLIFn);
HDTargetLibraryInfo.def18 // in lib/Analysis/MemoryBuiltins.cpp "isLibFreeFunction".
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp414 bool llvm::isLibFreeFunction(const Function *F, const LibFunc TLIFn) { in isLibFreeFunction() function in llvm
474 return isLibFreeFunction(Callee, TLIFn) ? dyn_cast<CallInst>(I) : nullptr; in isFreeCall()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBuildLibCalls.cpp154 if(!isLibFreeFunction(&F, TheLibFunc) && !isReallocLikeFn(&F, &TLI)) in inferLibFuncAttributes()