|
LLVM
3.7.0
|
An IRBuilder inserter that adds new instructions to the instcombine worklist. More...
#include <InstCombineInternal.h>
Public Member Functions | |
| InstCombineIRInserter (InstCombineWorklist &WL, AssumptionCache *AC) | |
| void | InsertHelper (Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::IRBuilderDefaultInserter< true > | |
| void | InsertHelper (Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const |
An IRBuilder inserter that adds new instructions to the instcombine worklist.
Definition at line 140 of file InstCombineInternal.h.
|
inline |
Definition at line 146 of file InstCombineInternal.h.
|
inline |
Definition at line 149 of file InstCombineInternal.h.
References llvm::IRBuilderDefaultInserter< preserveNames >::InsertHelper(), and llvm::PatternMatch::match().
1.8.6