LLVM 22.0.0git
|
#include "llvm/CodeGen/MachineRegionInfo.h"
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 > > | |
BasicBlock * | getNodeAs () const |
Region * | getNodeAs () const |
MachineBasicBlock * | getNodeAs () const |
MachineRegion * | getNodeAs () const |
RegionNodeBase & | operator= (const RegionNodeBase &)=delete |
RegionT * | getParent () const |
Get the parent Region of this RegionNode. | |
BlockT * | getEntry () 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. |
Definition at line 49 of file MachineRegionInfo.h.
|
inline |
Definition at line 51 of file MachineRegionInfo.h.
References llvm::RegionNodeBase< RegionTraits< MachineFunction > >::isSubRegion(), and llvm::RegionNodeBase< RegionTraits< MachineFunction > >::RegionNodeBase().
Referenced by operator==().
|
inline |
Definition at line 56 of file MachineRegionInfo.h.
References MachineRegionNode().