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, AssumptionTracker *AT)
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 74 of file InstCombine.h.


Constructor & Destructor Documentation

Definition at line 80 of file InstCombine.h.


Member Function Documentation

void llvm::InstCombineIRInserter::InsertHelper ( Instruction I,
const Twine Name,
BasicBlock BB,
BasicBlock::iterator  InsertPt 
) const [inline]

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