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

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 10 // This file implements the CloneFunctionInto interface, which is used as the
78 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
210 CloneFunctionInto(NewF, F, VMap, /*ModuleLevelChanges=*/false, Returns, "",
622 /// This works exactly like CloneFunctionInto,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
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);
340 /// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,

Completed in 314 milliseconds