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