LLVM 22.0.0git
llvm::GVNExpression::UnknownExpression Class Referencefinal

#include "llvm/Transforms/Scalar/GVNExpression.h"

Inheritance diagram for llvm::GVNExpression::UnknownExpression:
[legend]

Public Member Functions

 UnknownExpression (Instruction *I)
 UnknownExpression ()=delete
 UnknownExpression (const UnknownExpression &)=delete
UnknownExpressionoperator= (const UnknownExpression &)=delete
InstructiongetInstruction () const
void setInstruction (Instruction *I)
bool equals (const Expression &Other) const override
hash_code getHashValue () const override
void printInternal (raw_ostream &OS, bool PrintEType) const override
Public Member Functions inherited from llvm::GVNExpression::Expression
 Expression (ExpressionType ET=ET_Base, unsigned O=~2U)
 Expression (const Expression &)=delete
Expressionoperator= (const Expression &)=delete
virtual ~Expression ()
bool operator!= (const Expression &Other) const
bool operator== (const Expression &Other) const
hash_code getComputedHash () const
virtual bool exactlyEquals (const Expression &Other) const
unsigned getOpcode () const
void setOpcode (unsigned opcode)
ExpressionType getExpressionType () const
void print (raw_ostream &OS) const
LLVM_DUMP_METHOD void dump () const

Static Public Member Functions

static bool classof (const Expression *EB)
Static Public Member Functions inherited from llvm::GVNExpression::Expression
static unsigned getEmptyKey ()
static unsigned getTombstoneKey ()

Detailed Description

Definition at line 631 of file GVNExpression.h.

Constructor & Destructor Documentation

◆ UnknownExpression() [1/3]

llvm::GVNExpression::UnknownExpression::UnknownExpression ( Instruction * I)
inline

◆ UnknownExpression() [2/3]

llvm::GVNExpression::UnknownExpression::UnknownExpression ( )
delete

◆ UnknownExpression() [3/3]

llvm::GVNExpression::UnknownExpression::UnknownExpression ( const UnknownExpression & )
delete

References UnknownExpression().

Member Function Documentation

◆ classof()

bool llvm::GVNExpression::UnknownExpression::classof ( const Expression * EB)
inlinestatic

◆ equals()

bool llvm::GVNExpression::UnknownExpression::equals ( const Expression & Other) const
inlineoverridevirtual

◆ getHashValue()

hash_code llvm::GVNExpression::UnknownExpression::getHashValue ( ) const
inlineoverridevirtual

◆ getInstruction()

Instruction * llvm::GVNExpression::UnknownExpression::getInstruction ( ) const
inline

Definition at line 645 of file GVNExpression.h.

◆ operator=()

UnknownExpression & llvm::GVNExpression::UnknownExpression::operator= ( const UnknownExpression & )
delete

References UnknownExpression().

◆ printInternal()

void llvm::GVNExpression::UnknownExpression::printInternal ( raw_ostream & OS,
bool PrintEType ) const
inlineoverridevirtual

Reimplemented from llvm::GVNExpression::Expression.

Definition at line 658 of file GVNExpression.h.

References llvm::GVNExpression::Expression::printInternal().

◆ setInstruction()

void llvm::GVNExpression::UnknownExpression::setInstruction ( Instruction * I)
inline

Definition at line 646 of file GVNExpression.h.

References I.


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