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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DCloning.h110 /// CloneFunction - Return a copy of the specified function, but without
122 Function *CloneFunction(const Function *F,
127 /// CloneFunction - Version of the function that doesn't need the VMap.
129 inline Function *CloneFunction(const Function *F, ClonedCodeInfo *CodeInfo = 0){ function in namespace:llvm
131 return CloneFunction(F, VMap, CodeInfo);
156 /// used for things like CloneFunction or CloneModule.
/external/swiftshader/third_party/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
132 /// CloneFunction - Return a copy of the specified function, but without
140 Function *llvm::CloneFunction(const Function *F, ValueToValueMapTy &VMap, function in class:llvm
346 /// 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
182 Function *llvm::CloneFunction(Function *F, ValueToValueMapTy &VMap, function in class:llvm
628 /// used for things like CloneFunction or CloneModule.

Completed in 141 milliseconds