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