Searched refs:getFirstCycle (Results 1 – 3 of 3) sorted by relevance
127 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
543 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
614 for (int Cycle = Schedule.getFirstCycle(); Cycle <= Schedule.getFinalCycle(); in schedule()2070 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline()2476 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()2751 int NewCycle = getFirstCycle(); in normalizeNonPipelinedInstructions()2951 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in finalizeSchedule()2973 for (int Cycle = getFirstCycle(), E = getFinalCycle(); Cycle <= E; ++Cycle) { in finalizeSchedule()3006 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in print()