LLVM 23.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 217 of file AliasAnalysis.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 218 of file AliasAnalysis.h.

◆ getHashValue()

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

Definition at line 226 of file AliasAnalysis.h.

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

◆ getTombstoneKey()

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

Definition at line 222 of file AliasAnalysis.h.

◆ isEqual()

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

Definition at line 230 of file AliasAnalysis.h.

References LHS, and RHS.


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