LLVM 22.0.0git
llvm::DenseMapInfo< AA::ValueScope > Struct Reference

#include "llvm/Transforms/IPO/Attributor.h"

Inheritance diagram for llvm::DenseMapInfo< AA::ValueScope >:
[legend]

Public Types

using Base = DenseMapInfo<unsigned char>

Static Public Member Functions

static AA::ValueScope getEmptyKey ()
static AA::ValueScope getTombstoneKey ()
static unsigned getHashValue (const AA::ValueScope &S)
static bool isEqual (const AA::ValueScope &LHS, const AA::ValueScope &RHS)

Detailed Description

Definition at line 439 of file Attributor.h.

Member Typedef Documentation

◆ Base

Definition at line 440 of file Attributor.h.

Member Function Documentation

◆ getEmptyKey()

AA::ValueScope llvm::DenseMapInfo< AA::ValueScope >::getEmptyKey ( )
inlinestatic

Definition at line 441 of file Attributor.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< AA::ValueScope >::getHashValue ( const AA::ValueScope & S)
inlinestatic

Definition at line 447 of file Attributor.h.

◆ getTombstoneKey()

AA::ValueScope llvm::DenseMapInfo< AA::ValueScope >::getTombstoneKey ( )
inlinestatic

Definition at line 444 of file Attributor.h.

◆ isEqual()

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

Definition at line 451 of file Attributor.h.

References LHS, and RHS.


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