Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Pending

293     Pending.push(SU);
353 /// Release pending ready nodes in to the available queue. This makes them
360 // Check to see if any of the pending instructions are ready to issue. If
362 for (unsigned i = 0, e = Pending.size(); i != e; ++i) {
363 SUnit *SU = *(Pending.begin()+i);
376 Pending.remove(Pending.begin()+i);
387 assert(Pending.isInQueue(SU) && "bad ready count");
388 Pending.remove(Pending.find(SU));
641 assert(Top.Available.empty() && Top.Pending.empty() &&
642 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage");