Searched refs:SchedStageID (Results 1 – 2 of 2) sorted by relevance
586 GCNScheduleDAGMILive::createSchedStage(GCNSchedStageID SchedStageID) { in createSchedStage() argument587 switch (SchedStageID) { in createSchedStage()589 return std::make_unique<OccInitialScheduleStage>(SchedStageID, *this); in createSchedStage()591 return std::make_unique<UnclusteredHighRPStage>(SchedStageID, *this); in createSchedStage()593 return std::make_unique<ClusteredLowOccStage>(SchedStageID, *this); in createSchedStage()595 return std::make_unique<PreRARematStage>(SchedStageID, *this); in createSchedStage()597 return std::make_unique<ILPInitialScheduleStage>(SchedStageID, *this); in createSchedStage()
233 std::unique_ptr<GCNSchedStage> createSchedStage(GCNSchedStageID SchedStageID);