LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< const Expression * > Struct Template Reference

Static Public Member Functions

static const ExpressiongetEmptyKey ()
 
static const ExpressiongetTombstoneKey ()
 
static unsigned getHashValue (const Expression *V)
 
static bool isEqual (const Expression *LHS, const Expression *RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< const Expression * >

Definition at line 158 of file NewGVN.cpp.

Member Function Documentation

static const Expression* llvm::DenseMapInfo< const Expression * >::getEmptyKey ( )
inlinestatic

Definition at line 159 of file NewGVN.cpp.

static unsigned llvm::DenseMapInfo< const Expression * >::getHashValue ( const Expression V)
inlinestatic

Definition at line 169 of file NewGVN.cpp.

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

static const Expression* llvm::DenseMapInfo< const Expression * >::getTombstoneKey ( )
inlinestatic

Definition at line 164 of file NewGVN.cpp.

static bool llvm::DenseMapInfo< const Expression * >::isEqual ( const Expression LHS,
const Expression RHS 
)
inlinestatic

Definition at line 172 of file NewGVN.cpp.


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