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

Successor endpoint of the queued edge.

X

Predecessor endpoint of the queued edge.

Created with MrDocs