Lines Matching refs:FirstCycle
546 int FirstCycle; member in __anon5f28c6f30111::SMSchedule
566 FirstCycle = 0; in SMSchedule()
582 FirstCycle = 0; in reset()
592 int getFirstCycle() const { return FirstCycle; } in getFirstCycle()
595 int getFinalCycle() const { return FirstCycle + InitiationInterval - 1; } in getFinalCycle()
625 return (it->second - FirstCycle) / InitiationInterval; in stageScheduled()
633 return (it->second - FirstCycle) % InitiationInterval; in cycleScheduled()
638 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
2170 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline() local
2171 scheduleFound = Schedule.insert(SU, FirstCycle + getASAP(SU), in schedulePipeline()
2172 FirstCycle + getASAP(SU) + II - 1, II); in schedulePipeline()
3468 for (int checkCycle = FirstCycle + ((curCycle - FirstCycle) % II); in insert()
3493 if (curCycle < FirstCycle) in insert()
3494 FirstCycle = curCycle; in insert()