Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h198 CloneFunctionAttributesInto(Function *NewFunc, const Function *OldFunc,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp158 void llvm::CloneFunctionAttributesInto(Function *NewFunc, in CloneFunctionAttributesInto() function in llvm
297 CloneFunctionAttributesInto(NewFunc, OldFunc, VMap, ModuleLevelChanges, in CloneFunctionInto()