LLVM: llvm::DenseMapInfo< ValueIDNum > Struct Reference (original) (raw)

#include "[CodeGen/LiveDebugValues/InstrRefBasedImpl.h](InstrRefBasedImpl%5F8h%5Fsource.html)"

Inheritance diagram for llvm::DenseMapInfo< ValueIDNum >:

[legend]

Static Public Member Functions
static ValueIDNum getEmptyKey ()
static ValueIDNum getTombstoneKey ()
static unsigned getHashValue (const ValueIDNum &Val)
static bool isEqual (const ValueIDNum &A, const ValueIDNum &B)

Detailed Description

Definition at line 226 of file InstrRefBasedImpl.h.

Member Function Documentation

getEmptyKey()

ValueIDNum llvm::DenseMapInfo< ValueIDNum >::getEmptyKey ( ) inlinestatic

Definition at line 227 of file InstrRefBasedImpl.h.

References LiveDebugValues::ValueIDNum::EmptyValue.

getHashValue()

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

Definition at line 232 of file InstrRefBasedImpl.h.

References LiveDebugValues::ValueIDNum::asU64(), and llvm::hash_value().

getTombstoneKey()

ValueIDNum llvm::DenseMapInfo< ValueIDNum >::getTombstoneKey ( ) inlinestatic

Definition at line 228 of file InstrRefBasedImpl.h.

References LiveDebugValues::ValueIDNum::TombstoneValue.

isEqual()

bool llvm::DenseMapInfo< ValueIDNum >::isEqual ( const ValueIDNum & A, const ValueIDNum & B ) inlinestatic

Definition at line 236 of file InstrRefBasedImpl.h.

References A(), and B().


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