Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ReadyCycle

607     unsigned ReadyCycle = PendingQueue[i]->getHeight();
608 if (ReadyCycle < MinAvailableCycle)
609 MinAvailableCycle = ReadyCycle;
657 unsigned ReadyCycle = SU->getHeight();
663 AdvanceToCycle(ReadyCycle);