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.

Synopses

Declared in <llvm/IR/Instruction.h>

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

void
moveAfter(InstListType::iterator MovePos);
» more...

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

void
moveAfter(Instruction* MovePos);
» more...