LLVM  4.0.0
Public Member Functions | List of all members
llvm::ReassociatePass Class Reference

Reassociate commutative expressions. More...

#include <Reassociate.h>

Inheritance diagram for llvm::ReassociatePass:
[legend]
Collaboration diagram for llvm::ReassociatePass:
[legend]

Public Member Functions

PreservedAnalyses run (Function &F, FunctionAnalysisManager &)
 

Additional Inherited Members

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

Detailed Description

Reassociate commutative expressions.

Definition at line 58 of file Reassociate.h.

Member Function Documentation

PreservedAnalyses ReassociatePass::run ( Function F,
FunctionAnalysisManager  
)

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