Return the number of unresolved weak edges for SU.
Declared in <llvm/CodeGen/MachineScheduler.h>
unsigned int
getWeakLeft(
SUnit const* SU,
bool isTop);
The number of unresolved weak edges for SU.
| Name | Description |
|---|---|
| SU | Scheduling unit whose weak predecessors/successors are counted. |
| isTop | True to count weak successors; false for predecessors. |