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

/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp10 // This file implements the CloneFunctionInto interface, which is used as the
77 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc, function in class:llvm
246 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
412 /// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,

Completed in 76 milliseconds