LLVM  8.0.1
Public Member Functions | Static Public Member Functions | List of all members
llvm::InstCombinePass Class Reference

#include "llvm/Transforms/InstCombine/InstCombine.h"

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

Public Member Functions

 InstCombinePass (bool ExpensiveCombines=true)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 

Static Public Member Functions

static StringRef name ()
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< InstCombinePass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Definition at line 26 of file InstCombine.h.

Constructor & Destructor Documentation

◆ InstCombinePass()

llvm::InstCombinePass::InstCombinePass ( bool  ExpensiveCombines = true)
inlineexplicit

Definition at line 33 of file InstCombine.h.

References F(), and run().

Member Function Documentation

◆ name()

static StringRef llvm::InstCombinePass::name ( )
inlinestatic

Definition at line 31 of file InstCombine.h.

◆ run()

PreservedAnalyses InstCombinePass::run ( Function F,
FunctionAnalysisManager AM 
)

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