MLIR 22.0.0git
llvm::DenseMapInfo< mlir::ProgramPoint > Struct Reference

Allow hashing of lattice anchors and program points. More...

#include "mlir/Analysis/DataFlowFramework.h"

Inheritance diagram for llvm::DenseMapInfo< mlir::ProgramPoint >:

Static Public Member Functions

static mlir::ProgramPoint getEmptyKey ()
static mlir::ProgramPoint getTombstoneKey ()
static unsigned getHashValue (mlir::ProgramPoint pp)
static bool isEqual (mlir::ProgramPoint lhs, mlir::ProgramPoint rhs)

Detailed Description

Allow hashing of lattice anchors and program points.

Definition at line 789 of file DataFlowFramework.h.

Member Function Documentation

◆ getEmptyKey()

mlir::ProgramPoint llvm::DenseMapInfo< mlir::ProgramPoint >::getEmptyKey ( )
inlinestatic

Definition at line 790 of file DataFlowFramework.h.

◆ getHashValue()

◆ getTombstoneKey()

mlir::ProgramPoint llvm::DenseMapInfo< mlir::ProgramPoint >::getTombstoneKey ( )
inlinestatic

Definition at line 796 of file DataFlowFramework.h.

◆ isEqual()

Definition at line 805 of file DataFlowFramework.h.

References lhs, and rhs.


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