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 objects are not equal, false otherwise

Parameters

NameDescription
OOther cycle handle.