Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Pending

1594   Pending.clear();
1793 Pending.push(SU);
2026 /// Release pending ready nodes in to the available queue. This makes them
2033 // Check to see if any of the pending instructions are ready to issue. If
2036 for (unsigned i = 0, e = Pending.size(); i != e; ++i) {
2037 SUnit *SU = *(Pending.begin()+i);
2050 Pending.remove(Pending.begin()+i);
2053 DEBUG(if (!Pending.empty()) Pending.dump());
2062 assert(Pending.isInQueue(SU) && "bad ready count");
2063 Pending.remove(Pending.find(SU));
2078 Pending.push(*I);
2166 // ILat = max N.depth for N in Available|Pending
2173 CurrZone.findMaxLatency(CurrZone.Pending.elements()));
2786 assert(Top.Available.empty() && Top.Pending.empty() &&
2787 Bot.Available.empty() && Bot.Pending.empty() && "ReadyQ garbage");
2994 assert(Top.Available.empty() && Top.Pending.empty() && "ReadyQ garbage");