LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::InstCombineIRInserter Class Reference

#include <InstCombine.h>

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

Public Member Functions

 InstCombineIRInserter (InstCombineWorklist &WL)
 
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
 

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

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