LLVM 22.0.0git
|
#include "llvm/IR/ModuleSummaryIndex.h"
Static Public Member Functions | |
static ValueInfo | getEmptyKey () |
static ValueInfo | getTombstoneKey () |
static bool | isSpecialKey (ValueInfo V) |
static bool | isEqual (ValueInfo L, ValueInfo R) |
static unsigned | getHashValue (ValueInfo I) |
Definition at line 322 of file ModuleSummaryIndex.h.
|
inlinestatic |
Definition at line 323 of file ModuleSummaryIndex.h.
Referenced by isSpecialKey().
|
inlinestatic |
Definition at line 341 of file ModuleSummaryIndex.h.
References llvm::hash_value(), and I.
|
inlinestatic |
Definition at line 327 of file ModuleSummaryIndex.h.
Referenced by isSpecialKey().
|
inlinestatic |
Definition at line 335 of file ModuleSummaryIndex.h.
References assert(), and isSpecialKey().
|
inlinestatic |
Definition at line 331 of file ModuleSummaryIndex.h.
References getEmptyKey(), and getTombstoneKey().
Referenced by isEqual().