LLVM 22.0.0git
llvm::MachineRegionNode Class Reference

#include "llvm/CodeGen/MachineRegionInfo.h"

Inheritance diagram for llvm::MachineRegionNode:
[legend]

Public Member Functions

 MachineRegionNode (MachineRegion *Parent, MachineBasicBlock *Entry, bool isSubRegion=false)
bool operator== (const MachineRegion &RN) const
Public Member Functions inherited from llvm::RegionNodeBase< RegionTraits< MachineFunction > >
BasicBlockgetNodeAs () const
RegiongetNodeAs () const
MachineBasicBlockgetNodeAs () const
MachineRegiongetNodeAs () const
RegionNodeBaseoperator= (const RegionNodeBase &)=delete
RegionTgetParent () const
 Get the parent Region of this RegionNode.
BlockTgetEntry () const
 Get the entry BasicBlock of this RegionNode.
bool isSubRegion () const
 Is this RegionNode a subregion?

Additional Inherited Members

Public Types inherited from llvm::RegionNodeBase< RegionTraits< MachineFunction > >
using BlockT
using RegionT
Protected Member Functions inherited from llvm::RegionNodeBase< RegionTraits< MachineFunction > >
 RegionNodeBase (RegionT *Parent, BlockT *Entry, bool isSubRegion=false)
 Create a RegionNode.

Detailed Description

Definition at line 49 of file MachineRegionInfo.h.

Constructor & Destructor Documentation

◆ MachineRegionNode()

llvm::MachineRegionNode::MachineRegionNode ( MachineRegion * Parent,
MachineBasicBlock * Entry,
bool isSubRegion = false )
inline

Member Function Documentation

◆ operator==()

bool llvm::MachineRegionNode::operator== ( const MachineRegion & RN) const
inline

Definition at line 56 of file MachineRegionInfo.h.

References MachineRegionNode().


The documentation for this class was generated from the following file: