class CSEConfigConstantOnly
Declaration
class CSEConfigConstantOnly : public CSEConfigBase { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h:48
Inherits from: CSEConfigBase
Method Overview
- public virtual bool shouldCSEOpc(unsigned int Opc)
- public virtual ~CSEConfigConstantOnly()
Inherited from CSEConfigBase:
Methods
¶virtual bool shouldCSEOpc(unsigned int Opc)
virtual bool shouldCSEOpc(unsigned int Opc)
Declared at: llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h:51
Parameters
- unsigned int Opc
¶virtual ~CSEConfigConstantOnly()
virtual ~CSEConfigConstantOnly()
Declared at: llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h:50