Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h212 CloneFunctionMetadataInto(Function &NewFunc, const Function &OldFunc,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp208 void llvm::CloneFunctionMetadataInto(Function &NewFunc, const Function &OldFunc, in CloneFunctionMetadataInto() function in llvm
326 CloneFunctionMetadataInto(*NewFunc, *OldFunc, VMap, RemapFlag, TypeMapper, in CloneFunctionInto()