Home
last modified time | relevance | path

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

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