Searched refs:makeMinRegSchedule (Results 1 – 2 of 2) sorted by relevance
24 std::vector<const SUnit *> makeMinRegSchedule(ArrayRef<const SUnit *> TopRoots,442 const auto MinSchedule = makeMinRegSchedule(DAG.getTopRoots(), *this); in tryMaximizeOccupancy()529 const auto MinSchedule = makeMinRegSchedule(DAG.getTopRoots(), *this); in scheduleMinReg()
271 std::vector<const SUnit*> makeMinRegSchedule(ArrayRef<const SUnit*> TopRoots, in makeMinRegSchedule() function