Insert an unlinked instruction into ParentBB at position It.

Synopsis

Declared in <llvm/IR/Instruction.h>

Return Value

Iterator to the inserted instruction.

Parameters

Name

Description

ParentBB

The basic block to insert into.

It

Iterator insertion point in ParentBB.

Created with MrDocs