LLVM 20.0.0git
|
#include "llvm/Transforms/Scalar/GVNExpression.h"
Static Public Member Functions | |
static bool | classof (const Expression *EB) |
Static Public Member Functions inherited from llvm::GVNExpression::BasicExpression | |
static bool | classof (const Expression *EB) |
Static Public Member Functions inherited from llvm::GVNExpression::Expression | |
static unsigned | getEmptyKey () |
static unsigned | getTombstoneKey () |
Additional Inherited Members | |
Public Types inherited from llvm::GVNExpression::BasicExpression | |
using | op_iterator = Value ** |
using | const_op_iterator = Value *const * |
Definition at line 268 of file GVNExpression.h.
|
inline |
Definition at line 273 of file GVNExpression.h.
|
delete |
|
delete |
|
inlinestatic |
Definition at line 280 of file GVNExpression.h.
References llvm::GVNExpression::ET_MemoryEnd, llvm::GVNExpression::ET_MemoryStart, and llvm::GVNExpression::Expression::getExpressionType().
|
inlineoverridevirtual |
Reimplemented from llvm::GVNExpression::BasicExpression.
Reimplemented in llvm::GVNExpression::LoadExpression, and llvm::GVNExpression::StoreExpression.
Definition at line 289 of file GVNExpression.h.
References llvm::GVNExpression::BasicExpression::equals(), and llvm::Other.
|
inlineoverridevirtual |
Reimplemented from llvm::GVNExpression::BasicExpression.
Definition at line 285 of file GVNExpression.h.
References llvm::GVNExpression::BasicExpression::getHashValue(), and llvm::hash_combine().
|
inline |
Definition at line 297 of file GVNExpression.h.
Referenced by llvm::GVNExpression::LoadExpression::printInternal(), and llvm::GVNExpression::StoreExpression::printInternal().
|
delete |
|
inline |
Definition at line 298 of file GVNExpression.h.
References ML.