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 412 of file WholeProgramDevirt.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 413 of file WholeProgramDevirt.cpp.

◆ getHashValue()

Definition at line 421 of file WholeProgramDevirt.cpp.

References I.

◆ getTombstoneKey()

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

Definition at line 417 of file WholeProgramDevirt.cpp.

◆ isEqual()

Definition at line 425 of file WholeProgramDevirt.cpp.


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