LLVM 22.0.0git
llvm::CSEConfigConstantOnly Class Reference

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

Inheritance diagram for llvm::CSEConfigConstantOnly:
[legend]

Public Member Functions

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

Detailed Description

Definition at line 48 of file CSEInfo.h.

Constructor & Destructor Documentation

◆ ~CSEConfigConstantOnly()

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

References Opc, and shouldCSEOpc().

Member Function Documentation

◆ shouldCSEOpc()

bool CSEConfigConstantOnly::shouldCSEOpc ( unsigned Opc)
overridevirtual

Reimplemented from llvm::CSEConfigBase.

Definition at line 83 of file CSEInfo.cpp.

References Opc.

Referenced by ~CSEConfigConstantOnly().


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