|
LLVM 23.0.0git
|
#include "Target/AMDGPU/AMDGPUNextUseAnalysis.h"
Public Member Functions | |
| UseDistancePair ()=default | |
| UseDistancePair (const MachineOperand *Use, NextUseDistance Dist) | |
Public Attributes | |
| const MachineOperand * | Use = nullptr |
| NextUseDistance | Dist = 0 |
Definition at line 300 of file AMDGPUNextUseAnalysis.h.
|
default |
|
inline |
Definition at line 304 of file AMDGPUNextUseAnalysis.h.
| NextUseDistance llvm::AMDGPUNextUseAnalysis::UseDistancePair::Dist = 0 |
Definition at line 302 of file AMDGPUNextUseAnalysis.h.
Referenced by UseDistancePair().
| const MachineOperand* llvm::AMDGPUNextUseAnalysis::UseDistancePair::Use = nullptr |
Definition at line 301 of file AMDGPUNextUseAnalysis.h.
Referenced by UseDistancePair().