Returns true if addPred(TargetSU, SU) creates a cycle.

Synopsis

Declared in <llvm/CodeGen/ScheduleDAG.h>

bool
WillCreateCycle(
    SUnit* TargetSU,
    SUnit* SU);

Return Value

true if addPred(TargetSU, SU) creates a cycle.

Parameters

Name

Description

TargetSU

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

SU

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

Created with MrDocs