LLVM  8.0.1
Classes | Namespaces | Functions
InstCombine.h File Reference

This file provides the primary interface to the instcombine pass. More...

#include "llvm/IR/Function.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Transforms/InstCombine/InstCombineWorklist.h"
Include dependency graph for InstCombine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::InstCombinePass
 
class  llvm::InstructionCombiningPass
 The legacy pass manager's instcombine pass. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

FunctionPassllvm::createInstructionCombiningPass (bool ExpensiveCombines=true)
 

Detailed Description

This file provides the primary interface to the instcombine pass.

This pass is suitable for use in the new pass manager. For a pass that works with the legacy pass manager, use createInstructionCombiningPass().

Definition in file InstCombine.h.