LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< ValueInfo > Struct Reference

#include "llvm/IR/ModuleSummaryIndex.h"

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 278 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 279 of file ModuleSummaryIndex.h.

◆ getHashValue()

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

Definition at line 297 of file ModuleSummaryIndex.h.

References I.

◆ getTombstoneKey()

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

Definition at line 283 of file ModuleSummaryIndex.h.

◆ isEqual()

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

Definition at line 291 of file ModuleSummaryIndex.h.

References assert().

◆ isSpecialKey()

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

Definition at line 287 of file ModuleSummaryIndex.h.


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