LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< ValueInfo > Struct Template 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

template<>
struct llvm::DenseMapInfo< ValueInfo >

Definition at line 228 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 229 of file ModuleSummaryIndex.h.

◆ getHashValue()

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

Definition at line 247 of file ModuleSummaryIndex.h.

References llvm::ValueInfo::getRef().

◆ getTombstoneKey()

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

Definition at line 233 of file ModuleSummaryIndex.h.

◆ isEqual()

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

◆ isSpecialKey()

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

Definition at line 237 of file ModuleSummaryIndex.h.


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