Lines Matching defs:SMS
6791 bool tooMuchRegisterPressure(SwingSchedulerDAG &SSD, SMSchedule &SMS);
6811 bool shouldUseSchedule(SwingSchedulerDAG &SSD, SMSchedule &SMS) override {
6812 if (tooMuchRegisterPressure(SSD, SMS))
6874 SMSchedule &SMS) {
6882 int Stg = SMS.stageScheduled(const_cast<SUnit *>(&SU));
6889 int OStg = SMS.stageScheduled(S.getSUnit());
6903 for (int Cycle = SMS.getFinalCycle(); Cycle >= SMS.getFirstCycle(); --Cycle)
6904 for (int Stage = 0, StageEnd = SMS.getMaxStageCount(); Stage <= StageEnd;
6907 SMS.getInstructions(Cycle + Stage * SMS.getInitiationInterval());
6965 auto Stg = SMS.stageScheduled(SU);
6970 auto Stg2 = SMS.stageScheduled(const_cast<SUnit *>(S.getSUnit()));