Searched refs:ShouldCarryOver (Results 1 – 1 of 1) sorted by relevance
67 bool ShouldCarryOver = NumMicroOps > getIssueWidth(); in isAvailable() local68 if (Bandwidth < NumMicroOps && !ShouldCarryOver) in isAvailable()247 bool ShouldCarryOver = NumMicroOps > Bandwidth; in tryIssue() local248 if (ShouldCarryOver) { in tryIssue()263 if (IS.isExecuted() && !ShouldCarryOver) { in tryIssue()