Checks if the number of cluster edges between SU and its predecessors is less than FuseLimit.
Declared in <llvm/CodeGen/MacroFusion.h>
bool
hasLessThanNumFused(
SUnit const& SU,
unsigned int FuseLimit);
True if the predecessor cluster chain is shorter than FuseLimit.
| Name | Description |
|---|---|
| SU | Scheduling unit whose predecessor cluster chain is counted. |
| FuseLimit | Maximum length of the fused cluster chain. |