LLVM 24.0.0git
llvm::DenseMapInfo< CycleRef > Struct Reference

#include "llvm/ADT/GenericCycleInfo.h"

Inheritance diagram for llvm::DenseMapInfo< CycleRef >:
[legend]

Static Public Member Functions

static unsigned getHashValue (CycleRef C)
static bool isEqual (CycleRef A, CycleRef B)

Detailed Description

Definition at line 68 of file GenericCycleInfo.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< CycleRef >::getHashValue ( CycleRef C)
inlinestatic

Definition at line 69 of file GenericCycleInfo.h.

References llvm::CallingConv::C.

◆ isEqual()

bool llvm::DenseMapInfo< CycleRef >::isEqual ( CycleRef A,
CycleRef B )
inlinestatic

Definition at line 72 of file GenericCycleInfo.h.

References A(), and B().


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