Searched refs:latestCycleInChain (Results 1 – 2 of 2) sorted by relevance
600 int latestCycleInChain(const SDep &Dep);
2881 int SMSchedule::latestCycleInChain(const SDep &Dep) { in latestCycleInChain() function in SMSchedule2960 int Start = latestCycleInChain(Dep) + 1 - II; in computeStart()