Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp189 void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
494 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { in ScheduleNodeTopDown() function in SchedulePostRATDList
623 ScheduleNodeTopDown(FoundSUnit, CurCycle); in ListScheduleTopDown()