LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< MemOpKey > Struct Template Reference

Public Types

typedef DenseMapInfo< const
MachineOperand * > 
PtrInfo
 

Static Public Member Functions

static MemOpKey getEmptyKey ()
 
static MemOpKey getTombstoneKey ()
 
static unsigned getHashValue (const MemOpKey &Val)
 
static bool isEqual (const MemOpKey &LHS, const MemOpKey &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< MemOpKey >

Definition at line 97 of file X86OptimizeLEAs.cpp.

Member Typedef Documentation

Definition at line 98 of file X86OptimizeLEAs.cpp.

Member Function Documentation

static MemOpKey llvm::DenseMapInfo< MemOpKey >::getEmptyKey ( )
inlinestatic

Definition at line 100 of file X86OptimizeLEAs.cpp.

static unsigned llvm::DenseMapInfo< MemOpKey >::getHashValue ( const MemOpKey &  Val)
inlinestatic
static MemOpKey llvm::DenseMapInfo< MemOpKey >::getTombstoneKey ( )
inlinestatic

Definition at line 106 of file X86OptimizeLEAs.cpp.

static bool llvm::DenseMapInfo< MemOpKey >::isEqual ( const MemOpKey &  LHS,
const MemOpKey &  RHS 
)
inlinestatic

Definition at line 155 of file X86OptimizeLEAs.cpp.


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