reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
187 assert(isAvailable(IR) && "Scheduler is not available!"); 191 HWS.sanityCheck(IR); 194 if (IR.getInstruction()->isEliminated()) 195 return handleInstructionEliminated(IR); 201 bool IsReadyInstruction = HWS.dispatch(IR); 202 const Instruction &Inst = *IR.getInstruction(); 205 notifyReservedOrReleasedBuffers(IR, /* Reserved */ true); 209 notifyInstructionPending(IR); 213 notifyInstructionPending(IR); 216 notifyInstructionReady(IR); 220 if (!HWS.mustIssueImmediately(IR)) 224 return issueInstruction(IR);