LLVM 19.0.0git
Public Member Functions | List of all members
llvm::CSEConfigConstantOnly Class Reference

#include "llvm/CodeGen/GlobalISel/CSEInfo.h"

Inheritance diagram for llvm::CSEConfigConstantOnly:
Inheritance graph
[legend]

Public Member Functions

virtual ~CSEConfigConstantOnly ()=default
 
bool shouldCSEOpc (unsigned Opc) override
 
- Public Member Functions inherited from llvm::CSEConfigBase
virtual ~CSEConfigBase ()=default
 
virtual bool shouldCSEOpc (unsigned Opc)
 

Detailed Description

Definition at line 46 of file CSEInfo.h.

Constructor & Destructor Documentation

◆ ~CSEConfigConstantOnly()

virtual llvm::CSEConfigConstantOnly::~CSEConfigConstantOnly ( )
virtualdefault

Member Function Documentation

◆ shouldCSEOpc()

bool CSEConfigConstantOnly::shouldCSEOpc ( unsigned  Opc)
overridevirtual

Reimplemented from llvm::CSEConfigBase.

Definition at line 73 of file CSEInfo.cpp.


The documentation for this class was generated from the following files: