|
LLVM 22.0.0git
|
Provides analysis for continuously CSEing during GISel passes. More...
#include "llvm/ADT/FoldingSet.h"#include "llvm/CodeGen/CSEConfigBase.h"#include "llvm/CodeGen/GlobalISel/GISelChangeObserver.h"#include "llvm/CodeGen/GlobalISel/GISelWorkList.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/CodeGen.h"#include "llvm/Support/Compiler.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::CSEConfigFull |
| 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 | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| LLVM_ABI std::unique_ptr< CSEConfigBase > | llvm::getStandardCSEConfigForOpt (CodeGenOptLevel Level) |
Provides analysis for continuously CSEing during GISel passes.
Definition in file CSEInfo.h.