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

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

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

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 1071 of file Attributor.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1072 of file Attributor.h.

References llvm::IRPosition::EmptyKey.

◆ getHashValue()

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

Definition at line 1076 of file Attributor.h.

References llvm::IRPosition::getCallBaseContext().

◆ getTombstoneKey()

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

Definition at line 1073 of file Attributor.h.

References llvm::IRPosition::TombstoneKey.

◆ isEqual()

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

Definition at line 1081 of file Attributor.h.


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