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

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 219 /// This is a private class used to implement CloneAndPruneFunctionInto.
389 /// This works like CloneAndPruneFunctionInto, except that it does not clone the
629 void llvm::CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 178 /// the CloneAndPruneFunctionInto method.
340 /// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,
347 void llvm::CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CloneFunction.cpp 259 /// This is a private class used to implement CloneAndPruneFunctionInto.
430 /// This works like CloneAndPruneFunctionInto, except that it does not clone the
711 void llvm::CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
    [all...]

Completed in 154 milliseconds