LLVM
8.0.1
|
Provides an 'InsertHelper' that calls a user-provided callback after performing the default insertion. More...
#include "llvm/IR/IRBuilder.h"
Public Member Functions | |
IRBuilderCallbackInserter (std::function< void(Instruction *)> Callback) | |
Protected Member Functions | |
void | InsertHelper (Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const |
Provides an 'InsertHelper' that calls a user-provided callback after performing the default insertion.
Definition at line 73 of file IRBuilder.h.
|
inline |
Definition at line 77 of file IRBuilder.h.
|
inlineprotected |
Definition at line 81 of file IRBuilder.h.
References llvm::IRBuilderDefaultInserter::InsertHelper().