Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h195 void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp951 void llvm::CloneAndPruneFunctionInto( in CloneAndPruneFunctionInto() function in llvm
H A DInlineFunction.cpp2368 CloneAndPruneFunctionInto(Caller, CalledFunc, VMap, in InlineFunction()