Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isPending

397     else if (!PredSU->isPending) {
398 PredSU->isPending = true;
591 PendingQueue[i]->isPending = false;
794 if (!PredSU->isPending)
871 SU->isPending = true;
1338 SU->isPending = false;
1370 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
1374 assert(CurSU->isPending && "Intereferences are pending");
1409 if (!BtSU->isPending)