llvm::ScheduleDAGMI::updateQueues

Update scheduler DAG and queues after scheduling an instruction.

Synopsis

Declared in <llvm/CodeGen/MachineScheduler.h>

void
updateQueues(
    SUnit* SU,
    bool IsTopNode);

Parameters

NameDescription
SUNewly scheduled unit.
IsTopNodeTrue if SU was scheduled from the top boundary.