Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp569 SUnit *CurSUnit = AvailableQueue.pop(); in ListScheduleTopDown() local
572 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in ListScheduleTopDown()
574 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()
580 NotPreferredSUnit = CurSUnit; in ListScheduleTopDown()
584 FoundSUnit = CurSUnit; in ListScheduleTopDown()
592 NotReady.push_back(CurSUnit); in ListScheduleTopDown()