LLVM
8.0.1
|
#include "llvm/ADT/FoldingSet.h"
#include "llvm/CodeGen/GlobalISel/GISelChangeObserver.h"
#include "llvm/CodeGen/GlobalISel/GISelWorkList.h"
#include "llvm/CodeGen/GlobalISel/Utils.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Support/Allocator.h"
Go to the source code of this file.
Classes | |
class | llvm::UniqueMachineInstr |
A class that wraps MachineInstrs and derives from FoldingSetNode in order to be uniqued in a CSEMap. More... | |
class | llvm::CSEConfig |
class | llvm::CSEConfigConstantOnly |
class | llvm::GISelCSEInfo |
The CSE Analysis object. More... | |
class | llvm::GISelInstProfileBuilder |
class | llvm::GISelCSEAnalysisWrapper |
Simple wrapper that does the following. More... | |
class | llvm::GISelCSEAnalysisWrapperPass |
The actual analysis pass wrapper. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |