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

Static Public Member Functions

static const EqualBBWrappergetEmptyKey ()
static const EqualBBWrappergetTombstoneKey ()
static unsigned getHashValue (const EqualBBWrapper *EBW)
static bool isEqual (const EqualBBWrapper *LHS, const EqualBBWrapper *RHS)

Detailed Description

Definition at line 8042 of file SimplifyCFG.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 8043 of file SimplifyCFG.cpp.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 8046 of file SimplifyCFG.cpp.

◆ isEqual()


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