Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp219 LibFunc TheLibFunc; in inferLibFuncAttributes() local
220 if (!(TLI.getLibFunc(F, TheLibFunc) && TLI.has(TheLibFunc))) in inferLibFuncAttributes()
225 if(!isLibFreeFunction(&F, TheLibFunc) && !isReallocLikeFn(&F, &TLI)) in inferLibFuncAttributes()
231 switch (TheLibFunc) { in inferLibFuncAttributes()
1219 static Value *emitLibCall(LibFunc TheLibFunc, Type *ReturnType, in emitLibCall() argument
1224 if (!TLI->has(TheLibFunc)) in emitLibCall()
1228 StringRef FuncName = TLI->getName(TheLibFunc); in emitLibCall()