llvm::MachineRegion::operator==

Return true if this region is the same object as region node RN.

Synopsis

Declared in <llvm/CodeGen/MachineRegionInfo.h>

bool
operator==(MachineRegionNode const& RN) const;

Return Value

True if this region is the same object as RN.

Parameters

NameDescription
RNMachine region node compared by object identity.