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

/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1 //===- CloneFunction.cpp - Clone a function into another function ---------===//
11 // low-level function cloner. This is used by the CloneFunction and function
205 /// CloneFunction - Return a copy of the specified function, but without
213 Function *llvm::CloneFunction(const Function *F, ValueToValueMapTy &VMap, function in class:llvm
418 /// used for things like CloneFunction or CloneModule.

Completed in 166 milliseconds