Lines Matching full:ready
113 // instructions to the ReadySet and notify the caller that those are ready.
119 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) {
121 // ready set if operands are all ready.
141 << " promoted to the READY set.\n");
143 Ready.emplace_back(IR);
157 // pending set if operands are all ready.
164 // Check if this instruction is now ready. In case, force
267 SmallVectorImpl<InstRef> &Ready) {
284 promoteToReadySet(Ready);
324 // Don't add a zero-latency instruction to the Ready queue.