Return the head of the global SelectionDAG scheduler registry list.

Synopsis

Declared in <llvm/CodeGen/SchedulerRegistry.h>

static
RegisterScheduler*
getList();

Return Value

The first RegisterScheduler in the registry, or null if empty.

Created with MrDocs