Searched refs:CloneFunctionInto (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h143 void CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
150 /// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,
/external/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp104 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns);
H A DCloneFunction.cpp10 // This file implements the CloneFunctionInto interface, which is used as the
74 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc, function in class:llvm
170 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
340 /// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,
/external/llvm/lib/Linker/
H A DLinkModules.cpp836 CloneFunctionInto(Dst, Src, ValueMap, false, Returns);

Completed in 658 milliseconds