Searched refs:CurSUnit (Results 1 – 2 of 2) sorted by relevance
209 SUnit *CurSUnit = AvailableQueue->pop(); in listScheduleTopDown() local 212 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in listScheduleTopDown() 214 FoundSUnit = CurSUnit; in listScheduleTopDown() 221 NotReady.push_back(CurSUnit); in listScheduleTopDown()
568 SUnit *CurSUnit = AvailableQueue.pop(); in ListScheduleTopDown() local571 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in ListScheduleTopDown()573 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()579 NotPreferredSUnit = CurSUnit; in ListScheduleTopDown()583 FoundSUnit = CurSUnit; in ListScheduleTopDown()591 NotReady.push_back(CurSUnit); in ListScheduleTopDown()