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

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 397 of file WholeProgramDevirt.cpp.

◆ getHashValue()

Definition at line 405 of file WholeProgramDevirt.cpp.

References I.

◆ getTombstoneKey()

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

Definition at line 401 of file WholeProgramDevirt.cpp.

◆ isEqual()

Definition at line 409 of file WholeProgramDevirt.cpp.


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