LLVM 20.0.0git
|
Helper that allows IRPosition as a key in a DenseMap. More...
#include "llvm/Transforms/IPO/Attributor.h"
Static Public Member Functions | |
static IRPosition | getEmptyKey () |
static IRPosition | getTombstoneKey () |
static unsigned | getHashValue (const IRPosition &IRP) |
static bool | isEqual (const IRPosition &a, const IRPosition &b) |
Helper that allows IRPosition as a key in a DenseMap.
Definition at line 1072 of file Attributor.h.
|
inlinestatic |
Definition at line 1073 of file Attributor.h.
References llvm::IRPosition::EmptyKey.
|
inlinestatic |
Definition at line 1077 of file Attributor.h.
References llvm::IRPosition::getCallBaseContext().
|
inlinestatic |
Definition at line 1074 of file Attributor.h.
References llvm::IRPosition::TombstoneKey.
|
inlinestatic |
Definition at line 1082 of file Attributor.h.