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 1077 of file Attributor.h.
|
inlinestatic |
Definition at line 1078 of file Attributor.h.
References llvm::IRPosition::EmptyKey.
|
inlinestatic |
Definition at line 1082 of file Attributor.h.
References llvm::IRPosition::getCallBaseContext().
|
inlinestatic |
Definition at line 1079 of file Attributor.h.
References llvm::IRPosition::TombstoneKey.
|
inlinestatic |
Definition at line 1087 of file Attributor.h.