llvm::isTheSameCluster

Return whether the input cluster ID's are the same and valid.

Synopsis

Declared in <llvm/CodeGen/ScheduleDAG.h>

bool
isTheSameCluster(
    unsigned int A,
    unsigned int B);

Return Value

True if both ids are valid and equal.

Parameters

NameDescription
AFirst cluster id.
BSecond cluster id.