CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< circt::synth::Object > Struct Reference

Public Types

using Info = llvm::DenseMapInfo< std::tuple< circt::igraph::InstancePath, mlir::Value, size_t > >
 
using Object = circt::synth::Object
 

Static Public Member Functions

static Object getEmptyKey ()
 
static Object getTombstoneKey ()
 
static llvm::hash_code getHashValue (Object object)
 
static bool isEqual (const Object &a, const Object &b)
 

Detailed Description

Definition at line 373 of file LongestPathAnalysis.h.

Member Typedef Documentation

◆ Info

using llvm::DenseMapInfo< circt::synth::Object >::Info = llvm::DenseMapInfo< std::tuple<circt::igraph::InstancePath, mlir::Value, size_t> >

Definition at line 374 of file LongestPathAnalysis.h.

◆ Object

Definition at line 376 of file LongestPathAnalysis.h.

Member Function Documentation

◆ getEmptyKey()

static Object llvm::DenseMapInfo< circt::synth::Object >::getEmptyKey ( )
inlinestatic

Definition at line 377 of file LongestPathAnalysis.h.

◆ getHashValue()

static llvm::hash_code llvm::DenseMapInfo< circt::synth::Object >::getHashValue ( Object  object)
inlinestatic

Definition at line 386 of file LongestPathAnalysis.h.

◆ getTombstoneKey()

static Object llvm::DenseMapInfo< circt::synth::Object >::getTombstoneKey ( )
inlinestatic

Definition at line 382 of file LongestPathAnalysis.h.

◆ isEqual()

static bool llvm::DenseMapInfo< circt::synth::Object >::isEqual ( const Object a,
const Object b 
)
inlinestatic

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