HomeSort by relevance Sort by last modified time
    Searched refs:CloneFunction (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 102 /// 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){
123 return CloneFunction(F, VMap, CodeInfo);
149 /// used for things like CloneFunction or CloneModule.
  /external/llvm/lib/Transforms/Utils/
Android.mk 8 CloneFunction.cpp \
CloneFunction.cpp 1 //===- 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,
361 /// used for things like CloneFunction or CloneModule.
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 73 Function* duplicateFunction = CloneFunction(F, VMap,
  /external/clang/lib/CodeGen/
CGVTables.cpp 251 llvm::Function *NewFn = llvm::CloneFunction(BaseFn);

Completed in 194 milliseconds