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

#include <DependenceIterator.h>

Static Public Member Functions

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

Detailed Description

Definition at line 130 of file DependenceIterator.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 131 of file DependenceIterator.h.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 134 of file DependenceIterator.h.

◆ isEqual()

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

Definition at line 141 of file DependenceIterator.h.


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