Queues an update to the topological ordering to accommodate an edge to be added from SUnit X to SUnit Y.

Synopsis

Declared in <llvm/CodeGen/ScheduleDAG.h>

void
AddPredQueued(
    SUnit* Y,
    SUnit* X);

Parameters

Name

Description

Y

Scheduling unit. This is a node in the scheduling DAG.

X

Scheduling unit. This is a node in the scheduling DAG.

Created with MrDocs