LLVM 20.0.0git
|
This provides the default implementation of the IRBuilder 'InsertHelper' method that is called whenever an instruction is created by IRBuilder and needs to be inserted. More...
#include "llvm/IR/IRBuilder.h"
Public Member Functions | |
virtual | ~IRBuilderDefaultInserter () |
virtual void | InsertHelper (Instruction *I, const Twine &Name, BasicBlock::iterator InsertPt) const |
This provides the default implementation of the IRBuilder 'InsertHelper' method that is called whenever an instruction is created by IRBuilder and needs to be inserted.
By default, this inserts the instruction at the insertion point.
Definition at line 60 of file IRBuilder.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in llvm::IRBuilderCallbackInserter.
Definition at line 64 of file IRBuilder.h.
Referenced by llvm::IRBuilderBase::Insert(), and llvm::IRBuilderCallbackInserter::InsertHelper().