Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp216 SUnit *CurSUnit = AvailableQueue->pop(); in listScheduleTopDown() local
219 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in listScheduleTopDown()
221 FoundSUnit = CurSUnit; in listScheduleTopDown()
228 NotReady.push_back(CurSUnit); in listScheduleTopDown()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp573 SUnit *CurSUnit = AvailableQueue.pop(); in ListScheduleTopDown() local
576 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in ListScheduleTopDown()
578 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()
584 NotPreferredSUnit = CurSUnit; in ListScheduleTopDown()
588 FoundSUnit = CurSUnit; in ListScheduleTopDown()
596 NotReady.push_back(CurSUnit); in ListScheduleTopDown()