LLVM 22.0.0git
llvm::DenseMapInfo< VTableSlotSummary > Struct Reference
Inheritance diagram for llvm::DenseMapInfo< VTableSlotSummary >:
[legend]

Static Public Member Functions

static VTableSlotSummary getEmptyKey ()
static VTableSlotSummary getTombstoneKey ()
static unsigned getHashValue (const VTableSlotSummary &I)
static bool isEqual (const VTableSlotSummary &LHS, const VTableSlotSummary &RHS)

Detailed Description

Definition at line 394 of file WholeProgramDevirt.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 395 of file WholeProgramDevirt.cpp.

◆ getHashValue()

Definition at line 403 of file WholeProgramDevirt.cpp.

References I.

◆ getTombstoneKey()

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

Definition at line 399 of file WholeProgramDevirt.cpp.

◆ isEqual()

Definition at line 407 of file WholeProgramDevirt.cpp.


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