Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ReadyCycle

582     unsigned ReadyCycle = PendingQueue[i]->getHeight();
583 if (ReadyCycle < MinAvailableCycle)
584 MinAvailableCycle = ReadyCycle;
632 unsigned ReadyCycle = SU->getHeight();
638 AdvanceToCycle(ReadyCycle);