MLIR 22.0.0git
llvm::DenseMapInfo< mlir::PassInstrumentation::PipelineParentInfo > Struct Reference

#include "mlir/Pass/PassInstrumentation.h"

Inheritance diagram for llvm::DenseMapInfo< mlir::PassInstrumentation::PipelineParentInfo >:

Public Types

using T = mlir::PassInstrumentation::PipelineParentInfo
using PairInfo = DenseMapInfo<std::pair<uint64_t, void *>>

Static Public Member Functions

static T getEmptyKey ()
static T getTombstoneKey ()
static unsigned getHashValue (T val)
static bool isEqual (T lhs, T rhs)

Detailed Description

Definition at line 130 of file PassInstrumentation.h.

Member Typedef Documentation

◆ PairInfo

Definition at line 132 of file PassInstrumentation.h.

◆ T

Member Function Documentation

◆ getEmptyKey()

Definition at line 134 of file PassInstrumentation.h.

◆ getHashValue()

◆ getTombstoneKey()

Definition at line 138 of file PassInstrumentation.h.

◆ isEqual()

Definition at line 145 of file PassInstrumentation.h.

References lhs, and rhs.


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