LLVM 22.0.0git
CSEInfo.h File Reference

Provides analysis for continuously CSEing during GISel passes. More...

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< CSEConfigBasellvm::getStandardCSEConfigForOpt (CodeGenOptLevel Level)

Detailed Description

Provides analysis for continuously CSEing during GISel passes.

Definition in file CSEInfo.h.