Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isPending

398     else if (!PredSU->isPending) {
399 PredSU->isPending = true;
592 PendingQueue[i]->isPending = false;
795 if (!PredSU->isPending)
881 SU->isPending = true;
1355 SU->isPending = false;
1387 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
1391 assert(CurSU->isPending && "Interferences are pending");
1426 if (!BtSU->isPending)