LLVM
15.0.0git
|
Thin wrapper around an integer – designed to give more type safety to spill location numbers. More...
#include "CodeGen/LiveDebugValues/InstrRefBasedImpl.h"
Public Member Functions | |
SpillLocationNo (unsigned SpillNo) | |
unsigned | id () const |
bool | operator< (const SpillLocationNo &Other) const |
bool | operator== (const SpillLocationNo &Other) const |
bool | operator!= (const SpillLocationNo &Other) const |
Public Attributes | |
unsigned | SpillNo |
Thin wrapper around an integer – designed to give more type safety to spill location numbers.
Definition at line 180 of file InstrRefBasedImpl.h.
|
inlineexplicit |
Definition at line 182 of file InstrRefBasedImpl.h.
|
inline |
Definition at line 184 of file InstrRefBasedImpl.h.
Referenced by LiveDebugValues::MLocTracker::emitLoc(), LiveDebugValues::MLocTracker::getLocID(), LiveDebugValues::MLocTracker::getOrTrackSpillLoc(), and LiveDebugValues::MLocTracker::getSpillIDWithIdx().
|
inline |
Definition at line 193 of file InstrRefBasedImpl.h.
References Other.
|
inline |
Definition at line 186 of file InstrRefBasedImpl.h.
References Other.
|
inline |
Definition at line 190 of file InstrRefBasedImpl.h.
References Other.
unsigned LiveDebugValues::SpillLocationNo::SpillNo |
Definition at line 183 of file InstrRefBasedImpl.h.