LLVM 19.0.0git
Classes | Namespaces | Functions
CSEInfo.h File Reference

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/Support/Allocator.h"
#include "llvm/Support/CodeGen.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

std::unique_ptr< CSEConfigBasellvm::getStandardCSEConfigForOpt (CodeGenOptLevel Level)
 

Detailed Description

Provides analysis for continuously CSEing during GISel passes.

Definition in file CSEInfo.h.