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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h164 void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp274 /// This is a private class used to implement CloneAndPruneFunctionInto.
445 /// This works like CloneAndPruneFunctionInto, except that it does not clone the
726 void llvm::CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc, function in class:llvm
H A DInlineFunction.cpp1736 CloneAndPruneFunctionInto(Caller, CalledFunc, VMap,

Completed in 164 milliseconds