LLVM 22.0.0git
llvm::CSEConfigFull Class Reference

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

Inheritance diagram for llvm::CSEConfigFull:
[legend]

Public Member Functions

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

Detailed Description

Definition at line 41 of file CSEInfo.h.

Constructor & Destructor Documentation

◆ ~CSEConfigFull()

virtual llvm::CSEConfigFull::~CSEConfigFull ( )
virtualdefault

References Opc, and shouldCSEOpc().

Member Function Documentation

◆ shouldCSEOpc()

bool CSEConfigFull::shouldCSEOpc ( unsigned Opc)
overridevirtual

------— CSEConfigFull -------— ///


Reimplemented from llvm::CSEConfigBase.

Definition at line 37 of file CSEInfo.cpp.

References Opc.

Referenced by ~CSEConfigFull().


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