Provides an 'InsertHelper' that calls a user‐provided callback after performing the default insertion.
Synopsis
Declared in <llvm/IR/IRBuilder.h>
class IRBuilderCallbackInserter
: public IRBuilderDefaultInserter
Base Classes
Name |
Description |
Default helper that inserts IRBuilder‐created instructions. |
Member Functions
Name |
Description |
|
Construct an IRBuilderCallbackInserter. |
|
Destroy the IRBuilderCallbackInserter. |
|
Insert an instruction at the builder insert point. |
Created with MrDocs