Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h219 LLVM_ABI void CloneFunctionBodyInto(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp223 void llvm::CloneFunctionBodyInto(Function &NewFunc, const Function &OldFunc, in CloneFunctionBodyInto() function in llvm
329 CloneFunctionBodyInto(*NewFunc, *OldFunc, VMap, RemapFlag, Returns, in CloneFunctionInto()