|
LLVM 23.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 301 of file ModuleSummaryIndex.h.
|
inlinestatic |
Definition at line 302 of file ModuleSummaryIndex.h.
Referenced by isSpecialKey().
|
inlinestatic |
Definition at line 320 of file ModuleSummaryIndex.h.
References llvm::hash_value(), and I.
|
inlinestatic |
Definition at line 306 of file ModuleSummaryIndex.h.
Referenced by isSpecialKey().
|
inlinestatic |
Definition at line 314 of file ModuleSummaryIndex.h.
References assert(), and isSpecialKey().
|
inlinestatic |
Definition at line 310 of file ModuleSummaryIndex.h.
References getEmptyKey(), and getTombstoneKey().
Referenced by isEqual().