Create the standard converging machine scheduler. This will be used as the default scheduler if the target does not set a default. Adds default DAG mutations.
Declared in <llvm/CodeGen/MachineScheduler.h>
template<typename Strategy = GenericScheduler>
ScheduleDAGMILive*
createSchedLive(MachineSchedContext* C);
A new ScheduleDAGMILive with default DAG mutations.
| Name | Description |
|---|---|
| C | Pass context used to construct the live schedule DAG. |