LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 590 of file InstCombinePHI.cpp.

Member Function Documentation

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

Definition at line 591 of file InstCombinePHI.cpp.

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

Definition at line 597 of file InstCombinePHI.cpp.

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

Definition at line 594 of file InstCombinePHI.cpp.

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

Definition at line 601 of file InstCombinePHI.cpp.


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