LLVM 22.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 322 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 323 of file ModuleSummaryIndex.h.

Referenced by isSpecialKey().

◆ getHashValue()

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

Definition at line 341 of file ModuleSummaryIndex.h.

References llvm::hash_value(), and I.

◆ getTombstoneKey()

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

Definition at line 327 of file ModuleSummaryIndex.h.

Referenced by isSpecialKey().

◆ isEqual()

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

Definition at line 335 of file ModuleSummaryIndex.h.

References assert(), and isSpecialKey().

◆ isSpecialKey()

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

Definition at line 331 of file ModuleSummaryIndex.h.

References getEmptyKey(), and getTombstoneKey().

Referenced by isEqual().


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