MLIR 24.0.0git
llvm::DenseMapInfo< mlir::SuccessorRange > Struct Reference

Provide support for hashing successor ranges. More...

#include "mlir/IR/BlockSupport.h"

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

Static Public Member Functions

static unsigned getHashValue (mlir::SuccessorRange value)
static bool isEqual (mlir::SuccessorRange lhs, mlir::SuccessorRange rhs)

Detailed Description

Provide support for hashing successor ranges.

Definition at line 144 of file BlockSupport.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< mlir::SuccessorRange >::getHashValue ( mlir::SuccessorRange value)
inlinestatic

Definition at line 145 of file BlockSupport.h.

◆ isEqual()

Definition at line 148 of file BlockSupport.h.


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