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
78 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc, function in class:llvm
254 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
719 /// This works exactly like CloneFunctionInto,

Completed in 75 milliseconds