llvm::Instruction::moveAfter

Unlink this instruction from its current basic block and insert it into the basic block that MovePos lives in, right after MovePos.

Synopsis

Declared in <llvm/IR/Instruction.h>

void
moveAfter(Instruction* MovePos);