Home | History | Annotate | Download | only in Hexagon

Lines Matching full:pending

289     Pending.push(SU);
349 /// Release pending ready nodes in to the available queue. This makes them
356 // Check to see if any of the pending instructions are ready to issue. If
358 for (unsigned i = 0, e = Pending.size(); i != e; ++i) {
359 SUnit *SU = *(Pending.begin()+i);
372 Pending.remove(Pending.begin()+i);
383 assert(Pending.isInQueue(SU) && "bad ready count");
384 Pending.remove(Pending.find(SU));
639 assert(Top.Available.empty() && Top.Pending.empty() &&
640 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage");