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 bool isSpecialKey (ValueInfo V)
static bool isEqual (ValueInfo L, ValueInfo R)
static unsigned getHashValue (ValueInfo I)

Detailed Description

Definition at line 303 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 304 of file ModuleSummaryIndex.h.

Referenced by isSpecialKey().

◆ getHashValue()

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

Definition at line 316 of file ModuleSummaryIndex.h.

References llvm::hash_value(), and I.

◆ isEqual()

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

Definition at line 310 of file ModuleSummaryIndex.h.

References assert(), and isSpecialKey().

◆ isSpecialKey()

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

Definition at line 308 of file ModuleSummaryIndex.h.

References getEmptyKey().

Referenced by isEqual().


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