|
LLVM
4.0.0
|
Reassociate commutative expressions. More...
#include <Reassociate.h>
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... | |
Reassociate commutative expressions.
Definition at line 58 of file Reassociate.h.
| PreservedAnalyses ReassociatePass::run | ( | Function & | F, |
| FunctionAnalysisManager & | |||
| ) |
Definition at line 2184 of file Reassociate.cpp.
References llvm::PreservedAnalyses::all(), assert(), llvm::SetVector< T, Vector, Set >::empty(), llvm::ARM_PROC::IE, llvm::isInstructionTriviallyDead(), and llvm::SetVector< T, Vector, Set >::pop_back_val().
1.8.6