Region node that holds either a MachineBasicBlock or a nested MachineRegion.
Synopsis
Declared in <llvm/CodeGen/MachineRegionInfo.h>
class MachineRegionNode
: public RegionNodeBase<RegionTraits<MachineFunction>>
Base Classes
Name |
Description |
A region node that holds a basic block or a nested subregion. |
Type Aliases
Member Functions
Name |
Description |
|
Construct a machine region node for |
|
Deleted copy assignment; RegionNodeBase is not copyable. |
Get the entry BasicBlock of this RegionNode. |
|
Get the content of this RegionNode. |
|
Get the parent Region of this RegionNode. |
|
Is this RegionNode a subregion? |
|
Return true if this node is the same object as region |
Created with MrDocs