LLVM API Documentation

Public Member Functions
llvm::InstCombineIRInserter Class Reference

#include <InstCombine.h>

Inheritance diagram for llvm::InstCombineIRInserter:
Inheritance graph
[legend]
Collaboration diagram for llvm::InstCombineIRInserter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InstCombineIRInserter (InstCombineWorklist &WL)
void InsertHelper (Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const

Detailed Description

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.


Constructor & Destructor Documentation

llvm::InstCombineIRInserter::InstCombineIRInserter ( InstCombineWorklist WL) [inline]

Definition at line 62 of file InstCombine.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file: