LLVM 23.0.0git
llvm::DenseMapInfo< ValueInfo > Struct Reference

#include "llvm/IR/ModuleSummaryIndex.h"

Inheritance diagram for llvm::DenseMapInfo< ValueInfo >:
[legend]

Static Public Member Functions

static ValueInfo getEmptyKey ()
static ValueInfo getTombstoneKey ()
static bool isSpecialKey (ValueInfo V)
static bool isEqual (ValueInfo L, ValueInfo R)
static unsigned getHashValue (ValueInfo I)

Detailed Description

Definition at line 302 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 303 of file ModuleSummaryIndex.h.

Referenced by isSpecialKey().

◆ getHashValue()

unsigned llvm::DenseMapInfo< ValueInfo >::getHashValue ( ValueInfo I)
inlinestatic

Definition at line 321 of file ModuleSummaryIndex.h.

References llvm::hash_value(), and I.

◆ getTombstoneKey()

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

Definition at line 307 of file ModuleSummaryIndex.h.

Referenced by isSpecialKey().

◆ isEqual()

bool llvm::DenseMapInfo< ValueInfo >::isEqual ( ValueInfo L,
ValueInfo R )
inlinestatic

Definition at line 315 of file ModuleSummaryIndex.h.

References assert(), and isSpecialKey().

◆ isSpecialKey()

bool llvm::DenseMapInfo< ValueInfo >::isSpecialKey ( ValueInfo V)
inlinestatic

Definition at line 311 of file ModuleSummaryIndex.h.

References getEmptyKey(), and getTombstoneKey().

Referenced by isEqual().


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