LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::AccessAsInstructionInfo Struct Reference

Helper for AA::PointerInfo::Access DenseMap/Set usage ignoring everythign but the instruction. More...

Inheritance diagram for llvm::AccessAsInstructionInfo:
Inheritance graph
[legend]

Public Types

using Base = DenseMapInfo< Instruction * >
 
using Access = AAPointerInfo::Access
 

Static Public Member Functions

static Access getEmptyKey ()
 
static Access getTombstoneKey ()
 
static unsigned getHashValue (const Access &A)
 
static bool isEqual (const Access &LHS, const Access &RHS)
 

Detailed Description

Helper for AA::PointerInfo::Access DenseMap/Set usage ignoring everythign but the instruction.

Definition at line 775 of file AttributorAttributes.cpp.

Member Typedef Documentation

◆ Access

Definition at line 777 of file AttributorAttributes.cpp.

◆ Base

Definition at line 776 of file AttributorAttributes.cpp.

Member Function Documentation

◆ getEmptyKey()

static Access llvm::AccessAsInstructionInfo::getEmptyKey ( )
inlinestatic

◆ getHashValue()

static unsigned llvm::AccessAsInstructionInfo::getHashValue ( const Access A)
static

◆ getTombstoneKey()

static Access llvm::AccessAsInstructionInfo::getTombstoneKey ( )
inlinestatic

◆ isEqual()

static bool llvm::AccessAsInstructionInfo::isEqual ( const Access LHS,
const Access RHS 
)
static

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