LLVM 23.0.0git
llvm::DenseMapInfo< UpwardDefsElem > Struct Reference

#include "llvm/Analysis/MemorySSA.h"

Inheritance diagram for llvm::DenseMapInfo< UpwardDefsElem >:
[legend]

Static Public Member Functions

static UpwardDefsElem getEmptyKey ()
static UpwardDefsElem getTombstoneKey ()
static unsigned getHashValue (const UpwardDefsElem &Val)
static bool isEqual (const UpwardDefsElem &LHS, const UpwardDefsElem &RHS)

Detailed Description

Definition at line 1209 of file MemorySSA.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1210 of file MemorySSA.h.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 1215 of file MemorySSA.h.

◆ isEqual()

bool llvm::DenseMapInfo< UpwardDefsElem >::isEqual ( const UpwardDefsElem & LHS,
const UpwardDefsElem & RHS )
inlinestatic

Definition at line 1226 of file MemorySSA.h.

References LHS, and RHS.


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