Searched refs:CloneAndPruneFunctionInto (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | Cloning.h | 161 void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 167 void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 347 void llvm::CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc, in CloneAndPruneFunctionInto() function in llvm
|
D | InlineFunction.cpp | 1007 CloneAndPruneFunctionInto(Caller, CalledFunc, VMap, in InlineFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 629 void llvm::CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc, in CloneAndPruneFunctionInto() function in llvm
|
D | InlineFunction.cpp | 1523 CloneAndPruneFunctionInto(Caller, CalledFunc, VMap, in InlineFunction()
|