Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp272 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() argument
273 getParent()->splice(NewAfter, this); in moveBefore()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineBasicBlock.h246 void moveBefore(MachineBasicBlock *NewAfter);
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp396 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() argument
397 getParent()->splice(NewAfter->getIterator(), getIterator()); in moveBefore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp512 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() argument
513 getParent()->splice(NewAfter->getIterator(), getIterator()); in moveBefore()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h364 void moveBefore(MachineBasicBlock *NewAfter);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h411 void moveBefore(MachineBasicBlock *NewAfter);