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

Static Public Member Functions

static const SwitchSuccWrappergetEmptyKey ()
static const SwitchSuccWrappergetTombstoneKey ()
static unsigned getHashValue (const SwitchSuccWrapper *SSW)
static bool isEqual (const SwitchSuccWrapper *LHS, const SwitchSuccWrapper *RHS)

Detailed Description

Definition at line 7615 of file SimplifyCFG.cpp.

Member Function Documentation

◆ getEmptyKey()

const SwitchSuccWrapper * llvm::DenseMapInfo< const SwitchSuccWrapper * >::getEmptyKey ( )
inlinestatic

Definition at line 7616 of file SimplifyCFG.cpp.

◆ getHashValue()

◆ getTombstoneKey()

const SwitchSuccWrapper * llvm::DenseMapInfo< const SwitchSuccWrapper * >::getTombstoneKey ( )
inlinestatic

Definition at line 7620 of file SimplifyCFG.cpp.

◆ isEqual()


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