Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp214 SUnit *CurSUnit = AvailableQueue->pop(); in listScheduleTopDown() local
217 HazardRec->getHazardType(CurSUnit, 0/*no stalls*/); in listScheduleTopDown()
219 FoundSUnit = CurSUnit; in listScheduleTopDown()
226 NotReady.push_back(CurSUnit); in listScheduleTopDown()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()