Skip to content

Commit

Permalink
[AMDGPU] Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
kerbowa committed Jul 30, 2022
1 parent 2f08872 commit 7898426
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ class SchedGroup {
// before SUnits in OtherGroup.
void link(SchedGroup &OtherGroup);

// Returns true if no more instructions may be added to this group.
bool isFull() { return MaxSize && Collection.size() >= *MaxSize; }

// Identify and add all relevant SUs from the DAG to this SchedGroup.
void initSchedGroup();

Expand Down

0 comments on commit 7898426

Please sign in to comment.