True if an edge can be added from PredSU to SuccSU without creating a cycle.
Declared in <llvm/CodeGen/ScheduleDAGInstrs.h>
bool
canAddEdge(
SUnit* SuccSU,
SUnit* PredSU);
| Name | Description |
|---|---|
| SuccSU | Scheduling unit. This is a node in the scheduling DAG. |
| PredSU | Scheduling unit. This is a node in the scheduling DAG. |