moveBeforePreserving overloads
Declared in <llvm/IR/Instruction.h>
Move this instruction before MovePos while preserving instruction order.
void
moveBeforePreserving(InstListType::iterator MovePos);
» more...
Move this instruction before I in BB while preserving instruction order.
void
moveBeforePreserving(
BasicBlock& BB,
InstListType::iterator I);
» more...
| Name | Description |
|---|---|
| MovePos | Iterator insertion point before which to move. |
| BB | The destination basic block. |
| I | Iterator insertion point in BB. |