createSourceListDAGScheduler ‐ This creates a bottom up list scheduler that schedules nodes in source code order when possible.

Synopsis

Declared in <llvm/CodeGen/SchedulerRegistry.h>

ScheduleDAGSDNodes*
createSourceListDAGScheduler(
    SelectionDAGISel* IS,
    CodeGenOptLevel OptLevel);

Return Value

RegisterScheduler class ‐ Track the registration of instruction schedulers.

Parameters

Name

Description

IS

SelectionDAGISel ‐ This is the common base class used for SelectionDAG‐based pattern‐matching instruction selectors.

OptLevel

Code generation optimization level.

Created with MrDocs