forked from OSchip/llvm-project
parent
79a40ebba5
commit
b09ecf9306
|
@ -64,7 +64,6 @@ private:
|
|||
public:
|
||||
RetireControlUnit(const llvm::MCSchedModel &SM);
|
||||
|
||||
bool isFull() const { return !AvailableSlots; }
|
||||
bool isEmpty() const { return AvailableSlots == Queue.size(); }
|
||||
bool isAvailable(unsigned Quantity = 1) const {
|
||||
// Some instructions may declare a number of uOps which exceeds the size
|
||||
|
|
Loading…
Reference in New Issue