LLVM  3.7.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< LoweredPHIRecord > Struct Template Reference

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::DenseMapInfo< LoweredPHIRecord >

Definition at line 586 of file InstCombinePHI.cpp.

Member Function Documentation

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

Definition at line 587 of file InstCombinePHI.cpp.

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

Definition at line 593 of file InstCombinePHI.cpp.

static LoweredPHIRecord llvm::DenseMapInfo< LoweredPHIRecord >::getTombstoneKey ( )
inlinestatic

Definition at line 590 of file InstCombinePHI.cpp.

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

Definition at line 597 of file InstCombinePHI.cpp.


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