CIRCT  20.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< ModuleSummaryPass::KeyTy > Struct Reference

Public Types

using KeyTy = ModuleSummaryPass::KeyTy
 

Static Public Member Functions

static KeyTy getEmptyKey ()
 
static KeyTy getTombstoneKey ()
 
static unsigned getHashValue (const KeyTy &val)
 
static bool isEqual (const KeyTy &lhs, const KeyTy &rhs)
 

Detailed Description

Definition at line 104 of file ModuleSummary.cpp.

Member Typedef Documentation

◆ KeyTy

using llvm::DenseMapInfo< ModuleSummaryPass::KeyTy >::KeyTy = ModuleSummaryPass::KeyTy

Definition at line 105 of file ModuleSummary.cpp.

Member Function Documentation

◆ getEmptyKey()

static KeyTy llvm::DenseMapInfo< ModuleSummaryPass::KeyTy >::getEmptyKey ( )
inlinestatic

Definition at line 106 of file ModuleSummary.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< ModuleSummaryPass::KeyTy >::getHashValue ( const KeyTy val)
inlinestatic

Definition at line 108 of file ModuleSummary.cpp.

References mlir::hash_value().

◆ getTombstoneKey()

static KeyTy llvm::DenseMapInfo< ModuleSummaryPass::KeyTy >::getTombstoneKey ( )
inlinestatic

Definition at line 107 of file ModuleSummary.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< ModuleSummaryPass::KeyTy >::isEqual ( const KeyTy lhs,
const KeyTy rhs 
)
inlinestatic

Definition at line 111 of file ModuleSummary.cpp.


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