Searched refs:ShouldCarryOver (Results 1 – 1 of 1) sorted by relevance
43 bool ShouldCarryOver = NumMicroOps > SM.IssueWidth; in isAvailable() local44 if (Bandwidth < NumMicroOps && !ShouldCarryOver) in isAvailable()254 bool ShouldCarryOver = NumMicroOps > Bandwidth; in tryIssue() local255 if (ShouldCarryOver) { in tryIssue()