LLVM 22.0.0git
llvm::DenseMapInfo< AACacheLoc > Struct Reference

#include "llvm/Analysis/AliasAnalysis.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 214 of file AliasAnalysis.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 215 of file AliasAnalysis.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< AACacheLoc >::getHashValue ( const AACacheLoc & Val)
inlinestatic

Definition at line 223 of file AliasAnalysis.h.

References llvm::AACacheLoc::Ptr, and llvm::AACacheLoc::Size.

◆ getTombstoneKey()

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

Definition at line 219 of file AliasAnalysis.h.

◆ isEqual()

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

Definition at line 227 of file AliasAnalysis.h.

References LHS, and RHS.


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