LLVM
8.0.1
|
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"
Protected Member Functions | |
void | InsertHelper (Instruction *I, const Twine &Name, BasicBlock *BB, 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 62 of file IRBuilder.h.
|
inlineprotected |
Definition at line 64 of file IRBuilder.h.
References llvm::BasicBlock::getInstList(), llvm::iplist_impl< IntrusiveListT, TraitsT >::insert(), and llvm::Value::setName().
Referenced by llvm::IRBuilder< TargetFolder >::Insert(), and llvm::IRBuilderCallbackInserter::InsertHelper().