diff options
Diffstat (limited to 'llvm/tools/llvm-mca/Scheduler.h')
-rw-r--r-- | llvm/tools/llvm-mca/Scheduler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/tools/llvm-mca/Scheduler.h b/llvm/tools/llvm-mca/Scheduler.h index 4a3d69e076d..69bd2bf9fc2 100644 --- a/llvm/tools/llvm-mca/Scheduler.h +++ b/llvm/tools/llvm-mca/Scheduler.h @@ -396,7 +396,6 @@ public: bool mustIssueImmediately(const InstrDesc &Desc); bool canBeIssued(const InstrDesc &Desc) const; - double getRThroughput(const InstrDesc &Desc) const; void issueInstruction( unsigned Index, const InstrDesc &Desc, @@ -532,10 +531,6 @@ public: Event canBeDispatched(const InstrDesc &Desc) const; Instruction *scheduleInstruction(unsigned Idx, Instruction *MCIS); - double getRThroughput(const InstrDesc &Desc) const { - return Resources->getRThroughput(Desc); - } - void cycleEvent(unsigned Cycle); void getBuffersUsage(std::vector<BufferUsageEntry> &Usage) const { |