LLVM 17.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 267 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 268 of file ModuleSummaryIndex.h.

◆ getHashValue()

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

Definition at line 286 of file ModuleSummaryIndex.h.

References I.

◆ getTombstoneKey()

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

Definition at line 272 of file ModuleSummaryIndex.h.

◆ isEqual()

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

Definition at line 280 of file ModuleSummaryIndex.h.

References assert().

◆ isSpecialKey()

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

Definition at line 276 of file ModuleSummaryIndex.h.


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