Loading llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp +2 −5 Original line number Diff line number Diff line Loading @@ -618,11 +618,8 @@ void SIScheduleBlock::printDebug(bool full) { // SIScheduleBlockCreator // SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG) : DAG(DAG) { } SIScheduleBlockCreator::~SIScheduleBlockCreator() = default; SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG) : DAG(DAG) {} SIScheduleBlocks SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { Loading llvm/lib/Target/AMDGPU/SIMachineScheduler.h +0 −1 Original line number Diff line number Diff line Loading @@ -248,7 +248,6 @@ class SIScheduleBlockCreator { public: SIScheduleBlockCreator(SIScheduleDAGMI *DAG); ~SIScheduleBlockCreator(); SIScheduleBlocks getBlocks(SISchedulerBlockCreatorVariant BlockVariant); Loading Loading
llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp +2 −5 Original line number Diff line number Diff line Loading @@ -618,11 +618,8 @@ void SIScheduleBlock::printDebug(bool full) { // SIScheduleBlockCreator // SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG) : DAG(DAG) { } SIScheduleBlockCreator::~SIScheduleBlockCreator() = default; SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG) : DAG(DAG) {} SIScheduleBlocks SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { Loading
llvm/lib/Target/AMDGPU/SIMachineScheduler.h +0 −1 Original line number Diff line number Diff line Loading @@ -248,7 +248,6 @@ class SIScheduleBlockCreator { public: SIScheduleBlockCreator(SIScheduleDAGMI *DAG); ~SIScheduleBlockCreator(); SIScheduleBlocks getBlocks(SISchedulerBlockCreatorVariant BlockVariant); Loading