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

  /external/llvm/lib/Transforms/Utils/
Android.mk 10 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
205 /// CloneFunction - Return a copy of the specified function, but without
213 Function *llvm::CloneFunction(const Function *F, ValueToValueMapTy &VMap,
418 /// used for things like CloneFunction or CloneModule.
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 101 /// CloneFunction - Return a copy of the specified function, but without
113 Function *CloneFunction(const Function *F,
142 /// used for things like CloneFunction or CloneModule.
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 74 Function* duplicateFunction = CloneFunction(F, VMap,
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 275 NewFunc = CloneFunction(OldFunc, VMap, true, nullptr);
  /external/clang/lib/CodeGen/
CGVTables.cpp 142 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap,
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 498 milliseconds