Home
last modified time | relevance | path

Searched refs:CurSUnit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp209 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp568 SUnit *CurSUnit = AvailableQueue.pop(); in ListScheduleTopDown() local
571 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()