My Project
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< mlir::PassInstrumentation::PipelineParentInfo > Struct Template Reference

#include <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)
 

Member Typedef Documentation

◆ PairInfo

◆ T

Member Function Documentation

◆ getEmptyKey()

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

◆ getHashValue()

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

◆ getTombstoneKey()

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

◆ 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: