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

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

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

Go to the source code of this file.

Classes

class  llvm::AggressiveInstCombinePass
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

FunctionPassllvm::createAggressiveInstCombinerPass ()
 

Detailed Description

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

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

Definition in file AggressiveInstCombine.h.