LLVM 20.0.0git
|
#include "Target/Hexagon/BitTracker.h"
Public Member Functions | |
BitRef (unsigned R=0, uint16_t P=0) | |
bool | operator== (const BitRef &BR) const |
Public Attributes | |
Register | Reg |
uint16_t | Pos |
Definition at line 126 of file BitTracker.h.
Definition at line 127 of file BitTracker.h.
Definition at line 129 of file BitTracker.h.
uint16_t llvm::BitTracker::BitRef::Pos |
Definition at line 135 of file BitTracker.h.
Referenced by operator==(), and llvm::BitTracker::BitValue::self().
Register llvm::BitTracker::BitRef::Reg |
Definition at line 134 of file BitTracker.h.
Referenced by operator==(), and llvm::BitTracker::BitValue::self().