LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< AACacheLoc > Struct Reference

#include "llvm/Analysis/AliasAnalysis.h"

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()

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

Definition at line 215 of file AliasAnalysis.h.

◆ getHashValue()

static 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()

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

Definition at line 219 of file AliasAnalysis.h.

◆ isEqual()

static 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: