LLVM API Documentation
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) |
Definition at line 590 of file InstCombinePHI.cpp.
static LoweredPHIRecord llvm::DenseMapInfo< LoweredPHIRecord >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 591 of file InstCombinePHI.cpp.
static unsigned llvm::DenseMapInfo< LoweredPHIRecord >::getHashValue | ( | const LoweredPHIRecord & | Val | ) | [inline, static] |
Definition at line 597 of file InstCombinePHI.cpp.
static LoweredPHIRecord llvm::DenseMapInfo< LoweredPHIRecord >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 594 of file InstCombinePHI.cpp.
static bool llvm::DenseMapInfo< LoweredPHIRecord >::isEqual | ( | const LoweredPHIRecord & | LHS, |
const LoweredPHIRecord & | RHS | ||
) | [inline, static] |
Definition at line 601 of file InstCombinePHI.cpp.