llvm::CycleRef::operator!=

Return true if the handles name different cycle indices.

Synopsis

Declared in <llvm/ADT/GenericCycleInfo.h>

bool
operator!=(CycleRef O) const;

Return Value

True if the handles name different cycle indices.

Parameters

NameDescription
OOther cycle handle.