|
LLVM
8.0.1
|
#include "llvm/Analysis/RegionInfo.h"


Public Member Functions | |
| RegionNode (Region *Parent, BasicBlock *Entry, bool isSubRegion=false) | |
| bool | operator== (const Region &RN) const |
Public Member Functions inherited from llvm::RegionNodeBase< RegionTraits< Function > > | |
| RegionNodeBase (const RegionNodeBase &)=delete | |
| RegionNodeBase & | operator= (const RegionNodeBase &)=delete |
| RegionT * | getParent () const |
| Get the parent Region of this RegionNode. More... | |
| BlockT * | getEntry () const |
| Get the entry BasicBlock of this RegionNode. More... | |
| T * | getNodeAs () const |
| Get the content of this RegionNode. More... | |
| BasicBlock * | getNodeAs () const |
| Region * | getNodeAs () const |
| MachineBasicBlock * | getNodeAs () const |
| MachineRegion * | getNodeAs () const |
| bool | isSubRegion () const |
| Is this RegionNode a subregion? More... | |
Additional Inherited Members | |
Public Types inherited from llvm::RegionNodeBase< RegionTraits< Function > > | |
| using | BlockT = typename RegionTraits< Function > ::BlockT |
| using | RegionT = typename RegionTraits< Function > ::RegionT |
Protected Member Functions inherited from llvm::RegionNodeBase< RegionTraits< Function > > | |
| RegionNodeBase (RegionT *Parent, BlockT *Entry, bool isSubRegion=false) | |
| Create a RegionNode. More... | |
Definition at line 884 of file RegionInfo.h.
|
inline |
Definition at line 886 of file RegionInfo.h.
Definition at line 889 of file RegionInfo.h.
References llvm::NVPTX::PTXCvtMode::RN.
1.8.13