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.cpp205 SUnit *CurSUnit = AvailableQueue->pop(); in listScheduleTopDown() local
208 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in listScheduleTopDown()
210 FoundSUnit = CurSUnit; in listScheduleTopDown()
217 NotReady.push_back(CurSUnit); in listScheduleTopDown()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp590 SUnit *CurSUnit = AvailableQueue.pop(); in ListScheduleTopDown() local
593 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in ListScheduleTopDown()
595 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()
601 NotPreferredSUnit = CurSUnit; in ListScheduleTopDown()
605 FoundSUnit = CurSUnit; in ListScheduleTopDown()
613 NotReady.push_back(CurSUnit); in ListScheduleTopDown()