moveBeforePreserving overloads

Synopses

Declared in <llvm/IR/Instruction.h>

Move this instruction before MovePos while preserving instruction order.

Move this instruction before I in BB while preserving instruction order.

Parameters

Name

Description

MovePos

Iterator insertion point before which to move.

BB

The destination basic block.

I

Iterator insertion point in BB.

Created with MrDocs