Searched refs:getFirstCycle (Results 1 – 4 of 4) sorted by relevance
127 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
583 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
634 for (int Cycle = Schedule.getFirstCycle(); Cycle <= Schedule.getFinalCycle(); in schedule()2027 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline()2434 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()2709 int NewCycle = getFirstCycle(); in normalizeNonPipelinedInstructions()2909 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in finalizeSchedule()2931 for (int Cycle = getFirstCycle(), E = getFinalCycle(); Cycle <= E; ++Cycle) { in finalizeSchedule()2964 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in print()
6908 for (int Cycle = SMS.getFinalCycle(); Cycle >= SMS.getFirstCycle(); --Cycle) in tooMuchRegisterPressure()