|
LLVM
8.0.1
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/PostOrderIterator.h"#include "llvm/ADT/SetVector.h"#include "llvm/IR/IRBuilder.h"#include "llvm/IR/PassManager.h"#include "llvm/IR/ValueHandle.h"#include <deque>

Go to the source code of this file.
Classes | |
| struct | llvm::reassociate::ValueEntry |
| struct | llvm::reassociate::Factor |
| Utility class representing a base and exponent pair which form one factor of some product. More... | |
| class | llvm::ReassociatePass |
| Reassociate commutative expressions. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::reassociate | |
| A private "module" namespace for types and utilities used by Reassociate. | |
Functions | |
| bool | llvm::reassociate::operator< (const ValueEntry &LHS, const ValueEntry &RHS) |
1.8.13