MLIR  19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< mlir::PassInstrumentation::PipelineParentInfo > Struct Reference

#include "mlir/Pass/PassInstrumentation.h"

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

Definition at line 131 of file PassInstrumentation.h.

Member Function Documentation

◆ getEmptyKey()

static T llvm::DenseMapInfo< mlir::PassInstrumentation::PipelineParentInfo >::getEmptyKey ( )
inlinestatic

Definition at line 134 of file PassInstrumentation.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< mlir::PassInstrumentation::PipelineParentInfo >::getHashValue ( T  val)
inlinestatic

◆ getTombstoneKey()

static T llvm::DenseMapInfo< mlir::PassInstrumentation::PipelineParentInfo >::getTombstoneKey ( )
inlinestatic

Definition at line 138 of file PassInstrumentation.h.

◆ isEqual()

static bool llvm::DenseMapInfo< mlir::PassInstrumentation::PipelineParentInfo >::isEqual ( T  lhs,
T  rhs 
)
inlinestatic

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