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);
True if the edge can be added without creating a cycle.
| Name | Description |
|---|---|
| SuccSU | Candidate successor scheduling unit. |
| PredSU | Candidate predecessor scheduling unit. |