diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.h')
-rw-r--r-- | contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.h b/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.h index ec450a316467..02e0a3fe1b61 100644 --- a/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.h +++ b/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.h @@ -435,9 +435,6 @@ class SIScheduleDAGMI final : public ScheduleDAGMILive { std::vector<unsigned> ScheduledSUnits; std::vector<unsigned> ScheduledSUnitsInv; - unsigned VGPRSetID; - unsigned SGPRSetID; - public: SIScheduleDAGMI(MachineSchedContext *C); @@ -484,9 +481,6 @@ public: return OutRegs; }; - unsigned getVGPRSetID() const { return VGPRSetID; } - unsigned getSGPRSetID() const { return SGPRSetID; } - private: void topologicalSort(); // After scheduling is done, improve low latency placements. |