Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ReadyCycle

583     unsigned ReadyCycle = PendingQueue[i]->getHeight();
584 if (ReadyCycle < MinAvailableCycle)
585 MinAvailableCycle = ReadyCycle;
633 unsigned ReadyCycle = SU->getHeight();
639 AdvanceToCycle(ReadyCycle);