Searched refs:FirstCycle (Results 1 – 1 of 1) sorted by relevance
546 int FirstCycle; member in __anonfa3445320111::SMSchedule566 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() local2171 scheduleFound = Schedule.insert(SU, FirstCycle + getASAP(SU), in schedulePipeline()[all …]