]> granicus.if.org Git - llvm/commitdiff
[MCA] Remove unused methods. NFC
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Mon, 4 Mar 2019 13:34:56 +0000 (13:34 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Mon, 4 Mar 2019 13:34:56 +0000 (13:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355314 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MCA/HardwareUnits/LSUnit.h
include/llvm/MCA/HardwareUnits/Scheduler.h

index 5ed2b5bc81416cfd1ebc58494350cceae3777ce2..c9e1cc3cdc4f1d71af3320d5e6499d1288311592 100644 (file)
@@ -143,7 +143,6 @@ class LSUnit : public HardwareUnit {
 
   void assignLQSlot(unsigned Index);
   void assignSQSlot(unsigned Index);
-  bool isReadyNoAlias(unsigned Index) const;
 
   // An instruction that both 'mayStore' and 'HasUnmodeledSideEffects' is
   // conservatively treated as a store barrier. It forces older store to be
index fc618a77d707c8eb7efa2ff0576e85bff08535cf..dc6722c4e854755a667195cb7ad3c5f6e3bff730 100644 (file)
@@ -225,9 +225,6 @@ public:
   /// resources are not available.
   InstRef select();
 
-  bool arePipelinesFullyUsed() const {
-    return !Resources->getAvailableProcResUnits();
-  }
   bool isReadySetEmpty() const { return ReadySet.empty(); }
   bool isWaitSetEmpty() const { return WaitSet.empty(); }