LLVM 20.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< const SwitchSuccWrapper * > Struct Reference

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 7496 of file SimplifyCFG.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 7497 of file SimplifyCFG.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< const SwitchSuccWrapper * >::getHashValue ( const SwitchSuccWrapper SSW)
inlinestatic

◆ getTombstoneKey()

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

Definition at line 7501 of file SimplifyCFG.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< const SwitchSuccWrapper * >::isEqual ( const SwitchSuccWrapper LHS,
const SwitchSuccWrapper RHS 
)
inlinestatic

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