|
LLVM 22.0.0git
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/PostOrderIterator.h"#include "llvm/ADT/SetVector.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/PassManager.h"#include "llvm/IR/ValueHandle.h"#include "llvm/Support/Compiler.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... | |
| struct | llvm::ReassociatePass::PairMapValue |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::reassociate |
| A private "module" namespace for types and utilities used by Reassociate. | |
Functions | |
| bool | llvm::reassociate::operator< (const ValueEntry &LHS, const ValueEntry &RHS) |