Return true if this region is the same object as region node RN.
Declared in <llvm/CodeGen/MachineRegionInfo.h>
bool
operator==(MachineRegionNode const& RN) const;
True if this region is the same object as RN.
| Name | Description |
|---|---|
| RN | Machine region node compared by object identity. |