LLVM 22.0.0git
llvm::DenseMapInfo< SampleContext > Struct Reference

#include "llvm/ProfileData/SampleProf.h"

Inheritance diagram for llvm::DenseMapInfo< SampleContext >:
[legend]

Static Public Member Functions

static SampleContext getEmptyKey ()
static SampleContext getTombstoneKey ()
static unsigned getHashValue (const SampleContext &Val)
static bool isEqual (const SampleContext &LHS, const SampleContext &RHS)

Detailed Description

Definition at line 1567 of file SampleProf.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1568 of file SampleProf.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< SampleContext >::getHashValue ( const SampleContext & Val)
inlinestatic

Definition at line 1574 of file SampleProf.h.

References llvm::sampleprof::SampleContext::getHashCode().

◆ getTombstoneKey()

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

Definition at line 1570 of file SampleProf.h.

◆ isEqual()

bool llvm::DenseMapInfo< SampleContext >::isEqual ( const SampleContext & LHS,
const SampleContext & RHS )
inlinestatic

Definition at line 1578 of file SampleProf.h.

References LHS, and RHS.


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