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

Helper that allows IRPosition as a key in a DenseMap. More...

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

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

Static Public Member Functions

static IRPosition getEmptyKey ()
static IRPosition getTombstoneKey ()
static unsigned getHashValue (const IRPosition &IRP)
static bool isEqual (const IRPosition &a, const IRPosition &b)

Detailed Description

Helper that allows IRPosition as a key in a DenseMap.

Definition at line 1084 of file Attributor.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1085 of file Attributor.h.

References llvm::IRPosition::EmptyKey.

◆ getHashValue()

unsigned llvm::DenseMapInfo< IRPosition >::getHashValue ( const IRPosition & IRP)
inlinestatic

Definition at line 1089 of file Attributor.h.

References llvm::IRPosition::getCallBaseContext().

◆ getTombstoneKey()

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

Definition at line 1086 of file Attributor.h.

References llvm::IRPosition::TombstoneKey.

◆ isEqual()

bool llvm::DenseMapInfo< IRPosition >::isEqual ( const IRPosition & a,
const IRPosition & b )
inlinestatic

Definition at line 1094 of file Attributor.h.


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