Home
last modified time | relevance | path

Searched refs:NewAfter (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp524 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() argument
525 getParent()->splice(NewAfter->getIterator(), getIterator()); in moveBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h419 void moveBefore(MachineBasicBlock *NewAfter);