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