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

/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h369 void moveBefore(MachineBasicBlock *NewAfter);
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp383 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { argument
384 getParent()->splice(NewAfter, this);

Completed in 81 milliseconds