Default helper that inserts IRBuilder-created instructions.
Declared in <llvm/IR/IRBuilder.h>
class IRBuilderDefaultInserter;
Called whenever an instruction is created by IRBuilder and needs to be inserted. By default, this inserts the instruction at the insertion point.
| Name | Description |
|---|---|
~IRBuilderDefaultInserter [destructor] [virtual] | Destroy the IRBuilderDefaultInserter. |
InsertHelper [virtual] | Insert an instruction at the builder insert point. |
| Name | Description |
|---|---|
IRBuilderCallbackInserter | Provides an 'InsertHelper' that calls a user-provided callback after performing the default insertion. |