Home
last modified time | relevance | path

Searched defs:FromF (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DFunction.h687 void splice(Function::iterator ToIt, Function *FromF) { in splice()
693 void splice(Function::iterator ToIt, Function *FromF, in splice()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DFunction.cpp366 void Function::splice(Function::iterator ToIt, Function *FromF, in splice()