insertBefore overloads

Synopses

Declared in <llvm/IR/Instruction.h>

Insert an unlinked instruction into a basic block immediately before the specified position.

Insert an unlinked instruction into BB immediately before InsertPos.

Parameters

Name

Description

InsertPos

Iterator insertion point in the destination block.

BB

The basic block to insert into.

Created with MrDocs