|
LLVM
4.0.0
|
#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/PassManager.h"Go to the source code of this file.
Classes | |
| struct | llvm::consthoist::ConstantUser |
| Keeps track of the user of a constant and the operand index where the constant is used. More... | |
| struct | llvm::consthoist::ConstantCandidate |
| Keeps track of a constant candidate and its uses. More... | |
| struct | llvm::consthoist::RebasedConstantInfo |
| This represents a constant that has been rebased with respect to a base constant. More... | |
| struct | llvm::consthoist::ConstantInfo |
| A base constant and all its rebased constants. More... | |
| class | llvm::ConstantHoistingPass |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::consthoist | |
| A private "module" namespace for types and utilities used by ConstantHoisting. | |
Typedefs | |
| typedef SmallVector < ConstantUser, 8 > | llvm::consthoist::ConstantUseListType |
| typedef SmallVector < RebasedConstantInfo, 4 > | llvm::consthoist::RebasedConstantListType |
1.8.6