Searched refs:FirstCycle (Results 1 – 2 of 2) sorted by relevance
546 int FirstCycle; member in __anon5f28c6f30111::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 …]
597 int FirstCycle = 0; member in __anona194c52b0111::SMSchedule622 FirstCycle = 0; in reset()632 int getFirstCycle() const { return FirstCycle; } in getFirstCycle()635 int getFinalCycle() const { return FirstCycle + InitiationInterval - 1; } in getFinalCycle()665 return (it->second - FirstCycle) / InitiationInterval; in stageScheduled()673 return (it->second - FirstCycle) % InitiationInterval; in cycleScheduled()678 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()2288 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline() local2289 scheduleFound = Schedule.insert(SU, FirstCycle + getASAP(SU), in schedulePipeline()2290 FirstCycle + getASAP(SU) + II - 1, II); in schedulePipeline()[all …]