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

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 143 void CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
150 /// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 102 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns);
CloneFunction.cpp 10 // This file implements the CloneFunctionInto interface, which is used as the
74 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
170 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
344 /// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,

Completed in 39 milliseconds