LLVM  8.0.1
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]
Collaboration diagram for llvm::CSEConfigConstantOnly:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

Definition at line 53 of file CSEInfo.h.

Constructor & Destructor Documentation

◆ ~CSEConfigConstantOnly()

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

Member Function Documentation

◆ shouldCSEOpc()

bool CSEConfigConstantOnly::shouldCSEOpc ( unsigned  Opc)
overridevirtual


------— CSEConfig -------— ///

Reimplemented from llvm::CSEConfig.

Definition at line 61 of file CSEInfo.cpp.


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