Searched refs:ShouldCarryOver (Results 1 – 1 of 1) sorted by relevance
66 bool ShouldCarryOver = NumMicroOps > getIssueWidth(); in isAvailable() local67 if (Bandwidth < NumMicroOps && !ShouldCarryOver) in isAvailable()232 bool ShouldCarryOver = NumMicroOps > Bandwidth; in tryIssue() local233 if (ShouldCarryOver) { in tryIssue()