LLVM 17.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 1063 of file Attributor.h.
|
inlinestatic |
Definition at line 1064 of file Attributor.h.
References llvm::IRPosition::EmptyKey.
|
inlinestatic |
Definition at line 1068 of file Attributor.h.
References llvm::IRPosition::getCallBaseContext().
|
inlinestatic |
Definition at line 1065 of file Attributor.h.
References llvm::IRPosition::TombstoneKey.
|
inlinestatic |
Definition at line 1073 of file Attributor.h.