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

/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h102 /// CloneFunction - Return a copy of the specified function, but without
114 Function *CloneFunction(const Function *F,
119 /// CloneFunction - Version of the function that doesn't need the VMap.
121 inline Function *CloneFunction(const Function *F, ClonedCodeInfo *CodeInfo = 0){ function in namespace:llvm
123 return CloneFunction(F, VMap, CodeInfo);
149 /// used for things like CloneFunction or CloneModule.
/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
151 /// CloneFunction - Return a copy of the specified function, but without
159 Function *llvm::CloneFunction(const Function *F, ValueToValueMapTy &VMap, function in class:llvm
361 /// used for things like CloneFunction or CloneModule.

Completed in 41 milliseconds