Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Pending

1572   Pending.clear();
1771 Pending.push(SU);
2004 /// Release pending ready nodes in to the available queue. This makes them
2011 // Check to see if any of the pending instructions are ready to issue. If
2014 for (unsigned i = 0, e = Pending.size(); i != e; ++i) {
2015 SUnit *SU = *(Pending.begin()+i);
2028 Pending.remove(Pending.begin()+i);
2031 DEBUG(if (!Pending.empty()) Pending.dump());
2040 assert(Pending.isInQueue(SU) && "bad ready count");
2041 Pending.remove(Pending.find(SU));
2056 Pending.push(*I);
2144 // ILat = max N.depth for N in Available|Pending
2151 CurrZone.findMaxLatency(CurrZone.Pending.elements()));
2760 assert(Top.Available.empty() && Top.Pending.empty() &&
2761 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage");
2965 assert(Top.Available.empty() && Top.Pending.empty() && "ReadyQ garbage");