Searched refs:SchedStageID (Results 1 – 2 of 2) sorted by relevance
777 GCNScheduleDAGMILive::createSchedStage(GCNSchedStageID SchedStageID) { in createSchedStage() argument778 switch (SchedStageID) { in createSchedStage()780 return std::make_unique<OccInitialScheduleStage>(SchedStageID, *this); in createSchedStage()782 return std::make_unique<UnclusteredHighRPStage>(SchedStageID, *this); in createSchedStage()784 return std::make_unique<ClusteredLowOccStage>(SchedStageID, *this); in createSchedStage()786 return std::make_unique<PreRARematStage>(SchedStageID, *this); in createSchedStage()788 return std::make_unique<ILPInitialScheduleStage>(SchedStageID, *this); in createSchedStage()790 return std::make_unique<MemoryClauseInitialScheduleStage>(SchedStageID, in createSchedStage()
301 std::unique_ptr<GCNSchedStage> createSchedStage(GCNSchedStageID SchedStageID);