Update scheduler DAG and queues after scheduling an instruction.
Declared in <llvm/CodeGen/MachineScheduler.h>
void
updateQueues(
SUnit* SU,
bool IsTopNode);
| Name | Description |
|---|---|
| SU | Newly scheduled unit. |
| IsTopNode | True if SU was scheduled from the top boundary. |