Return whether the input cluster ID's are the same and valid.
Declared in <llvm/CodeGen/ScheduleDAG.h>
bool
isTheSameCluster(
unsigned int A,
unsigned int B);
True if both ids are valid and equal.
| Name | Description |
|---|---|
| A | First cluster id. |
| B | Second cluster id. |