Home
last modified time | relevance | path

Searched refs:CloneFunctionInto (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DCloning.h127 void CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
/external/llvm/lib/ExecutionEngine/Orc/
DCloneSubModule.cpp27 CloneFunctionInto(&New, &Orig, VMap, /*ModuleLevelChanges=*/true, Returns); in copyFunctionBody()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp103 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns); in CloneModule()
DCloneFunction.cpp77 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc, in CloneFunctionInto() function in llvm
247 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo); in CloneFunction()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp175 CloneFunctionInto(F2, F1, VMap, false, Returns); in TEST_F()
198 CloneFunctionInto(F2, F1, VMap, false, Returns); in TEST_F()