LLVM API Documentation
#include <InstCombine.h>


Public Member Functions | |
| InstCombineIRInserter (InstCombineWorklist &WL) | |
| void | InsertHelper (Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const |
InstCombineIRInserter - This is an IRBuilder insertion helper that works just like the normal insertion helper, but also adds any new instructions to the instcombine worklist.
Definition at line 58 of file InstCombine.h.
| llvm::InstCombineIRInserter::InstCombineIRInserter | ( | InstCombineWorklist & | WL | ) | [inline] |
Definition at line 62 of file InstCombine.h.
| void llvm::InstCombineIRInserter::InsertHelper | ( | Instruction * | I, |
| const Twine & | Name, | ||
| BasicBlock * | BB, | ||
| BasicBlock::iterator | InsertPt | ||
| ) | const [inline] |
Reimplemented from llvm::IRBuilderDefaultInserter< true >.
Definition at line 64 of file InstCombine.h.