LLVM  4.0.0
Public Member Functions | List of all members
llvm::MachineRegionNode Class Reference

#include <MachineRegionInfo.h>

Inheritance diagram for llvm::MachineRegionNode:
[legend]
Collaboration 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 > >
RegionTgetParent () const
 Get the parent Region of this RegionNode. More...
 
BlockTgetEntry () const
 Get the entry BasicBlock of this RegionNode. More...
 
TgetNodeAs () const
 Get the content of this RegionNode. More...
 
bool isSubRegion () const
 Is this RegionNode a subregion? More...
 

Additional Inherited Members

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

Detailed Description

Definition at line 51 of file MachineRegionInfo.h.

Constructor & Destructor Documentation

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

Definition at line 53 of file MachineRegionInfo.h.

Member Function Documentation

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

Definition at line 60 of file MachineRegionInfo.h.

References llvm::NVPTX::PTXCvtMode::RN.


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